The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Burritos, reference master (309dbe), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 14:09:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guillermomuntaner/Burritos.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guillermomuntaner/Burritos
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 309dbe1 Limited dynamic UIColor constructor to iOS and tvOS
Cloned https://github.com/guillermomuntaner/Burritos.git
Revision (git rev-parse @):
309dbe1b5b3af8839ca6a7ebb2ad6ddf041bf420
SUCCESS checkout https://github.com/guillermomuntaner/Burritos.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/guillermomuntaner/Burritos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-1EA4D86E10B52AF.txt
[15/34] Emitting module LazyConstant
[16/34] Compiling LazyConstant LazyConstant.swift
[17/34] Compiling Lazy Lazy.swift
[18/34] Compiling DefaultValue DefaultValue.swift
[19/34] Emitting module Lazy
[20/34] Emitting module DefaultValue
[21/34] Compiling LateInit LateInit.swift
[22/34] Emitting module LateInit
[23/34] Compiling DynamicUIColor DynamicUIColor.swift
[24/34] Emitting module DynamicUIColor
[25/40] Compiling Clamping Clamping.swift
[26/40] Emitting module Clamping
[27/40] Compiling UndoRedo UndoRedo.swift
[28/40] Emitting module UndoRedo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/40] Emitting module UserDefault
/Users/admin/builder/spi-builder-workspace/Sources/UserDefault/UserDefault.swift:74:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
72 | extension Float: PropertyListValue {}
73 | #if os(macOS)
74 | extension Float80: PropertyListValue {}
   |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | #endif
76 |
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
[30/40] Compiling UserDefault UserDefault.swift
/Users/admin/builder/spi-builder-workspace/Sources/UserDefault/UserDefault.swift:74:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
72 | extension Float: PropertyListValue {}
73 | #if os(macOS)
74 | extension Float80: PropertyListValue {}
   |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | #endif
76 |
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
[31/40] Compiling Copying Copying.swift
[32/40] Emitting module Copying
[33/40] Compiling EnvironmentVariable EnvironmentVariable.swift
[34/40] Emitting module EnvironmentVariable
[35/40] Emitting module AtomicWrite
[36/40] Emitting module Expirable
[37/40] Emitting module Trimmed
BUILD FAILURE 6.2 macosSpm