Build Information
Successful build of feature-flags, reference 1.2.1 (d732b0
), with Swift 5.9 for macOS (SPM) on 15 Jun 2025 13:14:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/feature-flags.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/feature-flags
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at d732b08 Using https protocol for dependency.
Cloned https://github.com/nashysolutions/feature-flags.git
Revision (git rev-parse @):
d732b08ca3fe4a8b74e4c25fdede45e9632ef2ca
SUCCESS checkout https://github.com/nashysolutions/feature-flags.git at 1.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/nashysolutions/feature-flags.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling Versioning SemanticVersion.swift
[2/2] Emitting module Versioning
[3/7] Compiling FeatureFlags UserOverrideManager.swift
[4/7] Emitting module FeatureFlags
[5/7] Compiling FeatureFlags FeatureFlags.swift
[6/7] Compiling FeatureFlags FeatureFlag.swift
[7/7] Compiling FeatureFlags FeatureRegistry.swift
Build complete! (9.06s)
Fetching https://github.com/nashysolutions/versioning.git
[1/80] Fetching versioning
Fetched https://github.com/nashysolutions/versioning.git (1.06s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.2.0 (0.42s)
Creating working copy for https://github.com/nashysolutions/versioning.git
Working copy of https://github.com/nashysolutions/versioning.git resolved at 2.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "versioning",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "2.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nashysolutions/versioning.git"
}
],
"manifest_display_name" : "feature-flags",
"name" : "feature-flags",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FeatureFlags",
"targets" : [
"FeatureFlags"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeatureFlagsTests",
"module_type" : "SwiftTarget",
"name" : "FeatureFlagsTests",
"path" : "Tests/FeatureFlagsTests",
"sources" : [
"FeatureFlagTests.swift",
"FeatureFlagsTests.swift",
"FeatureRegistryTests.swift",
"UserOverrideManagerTests.swift"
],
"target_dependencies" : [
"FeatureFlags"
],
"type" : "test"
},
{
"c99name" : "FeatureFlags",
"module_type" : "SwiftTarget",
"name" : "FeatureFlags",
"path" : "Sources/FeatureFlags",
"product_dependencies" : [
"Versioning"
],
"product_memberships" : [
"FeatureFlags"
],
"sources" : [
"FeatureFlag.swift",
"FeatureFlags.swift",
"FeatureRegistry.swift",
"UserOverrideManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.