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 0.0.3 (309dbe), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 14:09:43 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: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guillermomuntaner/Burritos
 * tag               0.0.3      -> FETCH_HEAD
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 0.0.3
========================================
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] Compiling DynamicUIColor DynamicUIColor.swift
[16/34] Emitting module DynamicUIColor
[17/34] Compiling LazyConstant LazyConstant.swift
[18/34] Emitting module LazyConstant
[19/34] Compiling DefaultValue DefaultValue.swift
[20/34] Emitting module DefaultValue
[21/34] Compiling Lazy Lazy.swift
[22/34] Emitting module Lazy
[23/34] Compiling LateInit LateInit.swift
[24/34] Emitting module LateInit
[25/40] Compiling Clamping Clamping.swift
[26/40] Emitting module Clamping
[27/40] Compiling Copying Copying.swift
[28/40] Emitting module Copying
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] Emitting module UndoRedo
[32/40] Emitting module Expirable
[33/40] Emitting module Trimmed
[34/40] Emitting module EnvironmentVariable
[35/40] Emitting module AtomicWrite
BUILD FAILURE 6.2 macosSpm