Build Information
Successful build of OpenFeature, reference main (aeb954), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 11:22:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-feature/swift-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/open-feature/swift-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aeb954f docs: fix inaccuracies in README (#117)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
aeb954f2e4813f5e52df0e10330ee3ad5e79f5e4
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/open-feature/swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/9] Compiling Logging MetadataProvider.swift
[5/9] Compiling Logging LogHandler.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Compiling Logging Locks.swift
[8/9] Emitting module Logging
[9/9] Compiling Logging Logging.swift
[10/47] Emitting module OpenFeature
[11/51] Compiling OpenFeature TrackingEventDetails.swift
[12/51] Compiling OpenFeature Value.swift
[13/51] Compiling OpenFeature ErrorCode.swift
[14/51] Compiling OpenFeature OpenFeatureError.swift
[15/51] Compiling OpenFeature FlagEvaluationOptions.swift
[16/51] Compiling OpenFeature FlagMetadataValue.swift
[17/51] Compiling OpenFeature FlagValueType.swift
[18/51] Compiling OpenFeature Hook.swift
[19/51] Compiling OpenFeature ProviderEventDetails.swift
[20/51] Compiling OpenFeature ProviderEvents.swift
[21/51] Compiling OpenFeature ProviderMetadata.swift
[22/51] Compiling OpenFeature ProviderStatus.swift
[23/51] Compiling OpenFeature OpenFeatureClient.swift
[24/51] Compiling OpenFeature FeatureProvider.swift
[25/51] Compiling OpenFeature FirstMatchStrategy.swift
[26/51] Compiling OpenFeature FirstSuccessfulStrategy.swift
[27/51] Compiling OpenFeature MultiProvider.swift
[28/51] Compiling OpenFeature Strategy.swift
[29/51] Compiling OpenFeature NoOpProvider.swift
[30/51] Compiling OpenFeature ProviderEvaluation.swift
[31/51] Compiling OpenFeature EventMetadataValue.swift
[32/51] Compiling OpenFeature Features+Defaults.swift
[33/51] Compiling OpenFeature Features.swift
[34/51] Compiling OpenFeature FlagEvaluationDetails.swift
[35/51] Compiling OpenFeature ProviderStatusTracker.swift
[36/51] Compiling OpenFeature Reason.swift
[37/51] Compiling OpenFeature Structure.swift
[38/51] Compiling OpenFeature Tracking.swift
[39/51] Compiling OpenFeature ImmutableTrackingEventDetails.swift
[40/51] Compiling OpenFeature MetadataValue.swift
[41/51] Compiling OpenFeature MutableStructure.swift
[42/51] Compiling OpenFeature OpenFeatureAPI.swift
[43/51] Compiling OpenFeature BaseEvaluation.swift
[44/51] Compiling OpenFeature Client.swift
[45/51] Compiling OpenFeature ClientMetadata.swift
[46/51] Compiling OpenFeature EvaluationContext.swift
[47/51] Compiling OpenFeature EventHandler.swift
[48/51] Compiling OpenFeature HookContext.swift
[49/51] Compiling OpenFeature HookSupport.swift
[50/51] Compiling OpenFeature ImmutableContext.swift
[51/51] Compiling OpenFeature ImmutableStructure.swift
Build complete! (7.48s)
Fetching https://github.com/apple/swift-log
[1/6636] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.22s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (1.79s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "OpenFeature",
"name" : "OpenFeature",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OpenFeature",
"targets" : [
"OpenFeature"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenFeatureTests",
"module_type" : "SwiftTarget",
"name" : "OpenFeatureTests",
"path" : "Tests/OpenFeatureTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"DeveloperExperienceTests.swift",
"EvalContextTests.swift",
"FlagEvaluationTests.swift",
"Helpers/AlwaysBrokenProvider.swift",
"Helpers/BooleanHookMock.swift",
"Helpers/DoSomethingProvider.swift",
"Helpers/IntHookMock.swift",
"Helpers/MockProvider.swift",
"Helpers/MutableContext.swift",
"Helpers/StaggeredProvider.swift",
"Helpers/ThrowingProvider.swift",
"HookSpecTests.swift",
"HookSupportTests.swift",
"ImmutableContextTests.swift",
"ImmutableTrackingEventDetailsTests.swift",
"LoggerTests.swift",
"MultiProviderTests.swift",
"OpenFeatureClientTests.swift",
"ProviderEventTests.swift",
"ProviderLifecycleTests.swift",
"ProviderSpecTests.swift",
"ProviderStatusTrackerTests.swift",
"StructureTests.swift",
"ValueTests.swift"
],
"target_dependencies" : [
"OpenFeature"
],
"type" : "test"
},
{
"c99name" : "OpenFeature",
"module_type" : "SwiftTarget",
"name" : "OpenFeature",
"path" : "Sources/OpenFeature",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"OpenFeature"
],
"sources" : [
"BaseEvaluation.swift",
"Client.swift",
"ClientMetadata.swift",
"EvaluationContext.swift",
"EventHandler.swift",
"EventMetadataValue.swift",
"Features+Defaults.swift",
"Features.swift",
"FlagEvaluationDetails.swift",
"FlagEvaluationOptions.swift",
"FlagMetadataValue.swift",
"FlagValueType.swift",
"Hook.swift",
"HookContext.swift",
"HookSupport.swift",
"ImmutableContext.swift",
"ImmutableStructure.swift",
"ImmutableTrackingEventDetails.swift",
"MetadataValue.swift",
"MutableStructure.swift",
"OpenFeatureAPI.swift",
"OpenFeatureClient.swift",
"Provider/FeatureProvider.swift",
"Provider/MultiProvider/FirstMatchStrategy.swift",
"Provider/MultiProvider/FirstSuccessfulStrategy.swift",
"Provider/MultiProvider/MultiProvider.swift",
"Provider/MultiProvider/Strategy.swift",
"Provider/NoOpProvider.swift",
"Provider/ProviderEvaluation.swift",
"Provider/ProviderEventDetails.swift",
"Provider/ProviderEvents.swift",
"Provider/ProviderMetadata.swift",
"Provider/ProviderStatus.swift",
"ProviderStatusTracker.swift",
"Reason.swift",
"Structure.swift",
"Tracking.swift",
"TrackingEventDetails.swift",
"Value.swift",
"exceptions/ErrorCode.swift",
"exceptions/OpenFeatureError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.