This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Burritos with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/guillermomuntaner/Burritos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-6F35C1178C84523A.txt
[15/34] Compiling LateInit LateInit.swift
[16/34] Emitting module LateInit
[17/34] Compiling LazyConstant LazyConstant.swift
[18/34] Emitting module LazyConstant
[19/38] Emitting module DynamicUIColor
[20/38] Compiling DynamicUIColor DynamicUIColor.swift
[21/38] Compiling DefaultValue DefaultValue.swift
[22/38] Emitting module DefaultValue
[23/38] Emitting module Clamping
[24/38] Compiling Clamping Clamping.swift
[25/38] Emitting module Lazy
[26/38] Compiling Lazy Lazy.swift
[27/40] Compiling Trimmed Trimmed.swift
[28/40] Emitting module Trimmed
[29/40] Compiling EnvironmentVariable EnvironmentVariable.swift
[30/40] Emitting module EnvironmentVariable
[31/40] Emitting module UndoRedo
[32/40] Compiling UndoRedo UndoRedo.swift
[33/40] Compiling AtomicWrite AtomicWrite.swift
[34/40] Emitting module AtomicWrite
[35/40] Emitting module Copying
[36/40] Compiling Copying Copying.swift
[37/40] Emitting module Expirable
[38/40] Compiling Expirable Expirable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/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 | }
[40/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 | }
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.