Build Information
Successful build of OpenFeature, reference main (09ca50), with Swift 5.10 for macOS (SPM) on 9 Dec 2025 14:28:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 09ca50a fix: enable CocoaPods publishing by correcting release-please workflow outputs (#92)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
09ca50af82b51b433891fc4f25c8fee5fbf31336
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/open-feature/swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/40] Emitting module OpenFeature
[4/44] Compiling OpenFeature TrackingEventDetails.swift
[5/44] Compiling OpenFeature Value.swift
[6/44] Compiling OpenFeature ErrorCode.swift
[7/44] Compiling OpenFeature OpenFeatureError.swift
[8/44] Compiling OpenFeature ProviderEvaluation.swift
[9/44] Compiling OpenFeature ProviderEventDetails.swift
[10/44] Compiling OpenFeature ProviderEvents.swift
[11/44] Compiling OpenFeature ProviderMetadata.swift
[12/44] Compiling OpenFeature FlagEvaluationDetails.swift
[13/44] Compiling OpenFeature FlagEvaluationOptions.swift
[14/44] Compiling OpenFeature FlagMetadataValue.swift
[15/44] Compiling OpenFeature FlagValueType.swift
[16/44] Compiling OpenFeature ProviderStatus.swift
[17/44] Compiling OpenFeature Reason.swift
[18/44] Compiling OpenFeature Structure.swift
[19/44] Compiling OpenFeature Tracking.swift
[20/44] Compiling OpenFeature FirstSuccessfulStrategy.swift
[21/44] Compiling OpenFeature MultiProvider.swift
[22/44] Compiling OpenFeature Strategy.swift
[23/44] Compiling OpenFeature NoOpProvider.swift
[24/44] Compiling OpenFeature OpenFeatureAPI.swift
[25/44] Compiling OpenFeature OpenFeatureClient.swift
[26/44] Compiling OpenFeature FeatureProvider.swift
[27/44] Compiling OpenFeature FirstMatchStrategy.swift
[28/44] Compiling OpenFeature EventHandler.swift
[29/44] Compiling OpenFeature EventMetadataValue.swift
[30/44] Compiling OpenFeature Features+Defaults.swift
[31/44] Compiling OpenFeature Features.swift
[32/44] Compiling OpenFeature AsyncProviderOperationsQueue.swift
[33/44] Compiling OpenFeature BaseEvaluation.swift
[34/44] Compiling OpenFeature Client.swift
[35/44] Compiling OpenFeature ClientMetadata.swift
[36/44] Compiling OpenFeature EvaluationContext.swift
[37/44] Compiling OpenFeature ImmutableStructure.swift
[38/44] Compiling OpenFeature ImmutableTrackingEventDetails.swift
[39/44] Compiling OpenFeature MetadataValue.swift
[40/44] Compiling OpenFeature MutableStructure.swift
[41/44] Compiling OpenFeature Hook.swift
[42/44] Compiling OpenFeature HookContext.swift
[43/44] Compiling OpenFeature HookSupport.swift
[44/44] Compiling OpenFeature ImmutableContext.swift
Build complete! (6.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenFeature",
"name" : "OpenFeature",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "OpenFeature",
"targets" : [
"OpenFeature"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenFeatureTests",
"module_type" : "SwiftTarget",
"name" : "OpenFeatureTests",
"path" : "Tests/OpenFeatureTests",
"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",
"MultiProviderTests.swift",
"OpenFeatureClientTests.swift",
"ProviderEventTests.swift",
"ProviderOperationsQueueTests.swift",
"ProviderSpecTests.swift",
"StructureTests.swift",
"ValueTests.swift"
],
"target_dependencies" : [
"OpenFeature"
],
"type" : "test"
},
{
"c99name" : "OpenFeature",
"module_type" : "SwiftTarget",
"name" : "OpenFeature",
"path" : "Sources/OpenFeature",
"product_memberships" : [
"OpenFeature"
],
"sources" : [
"AsyncProviderOperationsQueue.swift",
"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",
"Reason.swift",
"Structure.swift",
"Tracking.swift",
"TrackingEventDetails.swift",
"Value.swift",
"exceptions/ErrorCode.swift",
"exceptions/OpenFeatureError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.