Build Information
Successful build of SwiftFlags, reference master (df9acb), with Swift 6.1 for macOS (SPM) on 14 Mar 2026 00:44:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andreabusi/SwiftFlags.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andreabusi/SwiftFlags
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at df9acb2 docs: Update readme
Cloned https://github.com/andreabusi/SwiftFlags.git
Revision (git rev-parse @):
df9acb26d5916b4378b750b389d5eb51066a4e97
SUCCESS checkout https://github.com/andreabusi/SwiftFlags.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/andreabusi/SwiftFlags.git
https://github.com/andreabusi/SwiftFlags.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftFlags",
"name" : "SwiftFlags",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SwiftFlags",
"targets" : [
"SwiftFlags"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftFlagsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFlagsTests",
"path" : "Tests/SwiftFlagsTests",
"sources" : [
"SwiftFlagsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftFlags"
],
"type" : "test"
},
{
"c99name" : "SwiftFlags",
"module_type" : "SwiftTarget",
"name" : "SwiftFlags",
"path" : "Sources/SwiftFlags",
"product_memberships" : [
"SwiftFlags"
],
"sources" : [
"SwiftFlags.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling SwiftFlags SwiftFlags.swift
[4/4] Emitting module SwiftFlags
Build complete! (3.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftFlags",
"name" : "SwiftFlags",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SwiftFlags",
"targets" : [
"SwiftFlags"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftFlagsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFlagsTests",
"path" : "Tests/SwiftFlagsTests",
"sources" : [
"SwiftFlagsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftFlags"
],
"type" : "test"
},
{
"c99name" : "SwiftFlags",
"module_type" : "SwiftTarget",
"name" : "SwiftFlags",
"path" : "Sources/SwiftFlags",
"product_memberships" : [
"SwiftFlags"
],
"sources" : [
"SwiftFlags.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.