Build Information
Successful build of swift-feature-flags, reference v0.1.0 (dae14d), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 07:35:29 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-feature-flags.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-feature-flags
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at dae14db Fix FoundationNetworking import for Linux and NSLock in async context
Cloned https://github.com/philiprehberger/swift-feature-flags.git
Revision (git rev-parse @):
dae14dbd025c82e3000bc5ec08691bf143fa986f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-feature-flags.git at v0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/philiprehberger/swift-feature-flags.git
https://github.com/philiprehberger/swift-feature-flags.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-feature-flags",
"name" : "swift-feature-flags",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FeatureFlags",
"targets" : [
"FeatureFlags"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeatureFlagsTests",
"module_type" : "SwiftTarget",
"name" : "FeatureFlagsTests",
"path" : "Tests/FeatureFlagsTests",
"sources" : [
"ABTestTests.swift",
"FlagPropertyWrapperTests.swift",
"FlagRegistryTests.swift",
"FlagValueTests.swift",
"LocalProviderTests.swift"
],
"target_dependencies" : [
"FeatureFlags"
],
"type" : "test"
},
{
"c99name" : "FeatureFlags",
"module_type" : "SwiftTarget",
"name" : "FeatureFlags",
"path" : "Sources/FeatureFlags",
"product_memberships" : [
"FeatureFlags"
],
"sources" : [
"ABTest.swift",
"FeatureFlags.swift",
"Flag.swift",
"FlagEnvironment.swift",
"FlagProvider.swift",
"FlagRegistry.swift",
"FlagValue.swift",
"RemoteProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/11] Compiling FeatureFlags FlagValue.swift
[4/11] Compiling FeatureFlags RemoteProvider.swift
[5/11] Compiling FeatureFlags FlagRegistry.swift
[6/11] Compiling FeatureFlags FlagEnvironment.swift
[7/11] Emitting module FeatureFlags
[8/11] Compiling FeatureFlags Flag.swift
[9/11] Compiling FeatureFlags FeatureFlags.swift
[10/11] Compiling FeatureFlags ABTest.swift
[11/11] Compiling FeatureFlags FlagProvider.swift
Build complete! (8.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-feature-flags",
"name" : "swift-feature-flags",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FeatureFlags",
"targets" : [
"FeatureFlags"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeatureFlagsTests",
"module_type" : "SwiftTarget",
"name" : "FeatureFlagsTests",
"path" : "Tests/FeatureFlagsTests",
"sources" : [
"ABTestTests.swift",
"FlagPropertyWrapperTests.swift",
"FlagRegistryTests.swift",
"FlagValueTests.swift",
"LocalProviderTests.swift"
],
"target_dependencies" : [
"FeatureFlags"
],
"type" : "test"
},
{
"c99name" : "FeatureFlags",
"module_type" : "SwiftTarget",
"name" : "FeatureFlags",
"path" : "Sources/FeatureFlags",
"product_memberships" : [
"FeatureFlags"
],
"sources" : [
"ABTest.swift",
"FeatureFlags.swift",
"Flag.swift",
"FlagEnvironment.swift",
"FlagProvider.swift",
"FlagRegistry.swift",
"FlagValue.swift",
"RemoteProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.