Build Information
Successful build of ColorComponents with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
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/edonv/ColorComponents.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/ColorComponents
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 45fedc6 Moved privacy manifest
Cloned https://github.com/edonv/ColorComponents.git
Revision (git rev-parse @):
45fedc6d725a4d69fa2992602c2941d1bc3a3fbd
SUCCESS checkout https://github.com/edonv/ColorComponents.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/edonv/ColorComponents.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/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/5] Emitting module ColorComponents
[4/5] Compiling ColorComponents ColorComponents.swift
[5/5] Compiling ColorComponents ColorComponents+Hue.swift
Build complete! (32.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorComponents",
"name" : "ColorComponents",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ColorComponents",
"targets" : [
"ColorComponents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorComponentsTests",
"module_type" : "SwiftTarget",
"name" : "ColorComponentsTests",
"path" : "Tests/ColorComponentsTests",
"sources" : [
"ColorComponentsTests.swift"
],
"target_dependencies" : [
"ColorComponents"
],
"type" : "test"
},
{
"c99name" : "ColorComponents",
"module_type" : "SwiftTarget",
"name" : "ColorComponents",
"path" : "Sources/ColorComponents",
"product_memberships" : [
"ColorComponents"
],
"sources" : [
"ColorComponents+Hue.swift",
"ColorComponents.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.