Build Information
Successful build of OpenFeature, reference main (3a5af1
), with Swift 5.10 for macOS (SPM) on 13 Jun 2025 17:06:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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/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 3a5af18 feat: Adds watchOS / tvOS support (#67)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
3a5af18e7615e5c5a67690c2d626789bcee1e8a6
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/30] Compiling OpenFeature FeatureProvider.swift
[4/30] Compiling OpenFeature NoOpProvider.swift
[5/30] Compiling OpenFeature ProviderEvaluation.swift
[6/30] Compiling OpenFeature BaseEvaluation.swift
[7/30] Compiling OpenFeature Client.swift
[8/30] Compiling OpenFeature ClientMetadata.swift
[9/30] Emitting module OpenFeature
[10/30] Compiling OpenFeature Features.swift
[11/30] Compiling OpenFeature FlagEvaluationDetails.swift
[12/30] Compiling OpenFeature FlagEvaluationOptions.swift
[13/30] Compiling OpenFeature FlagMetadataValue.swift
[14/30] Compiling OpenFeature FlagValueType.swift
[15/30] Compiling OpenFeature Hook.swift
[16/32] Compiling OpenFeature EvaluationContext.swift
[17/32] Compiling OpenFeature EventHandler.swift
[18/32] Compiling OpenFeature Features+Defaults.swift
[19/32] Compiling OpenFeature ProviderEvents.swift
[20/32] Compiling OpenFeature ProviderMetadata.swift
[21/32] Compiling OpenFeature ProviderStatus.swift
[22/32] Compiling OpenFeature Reason.swift
[23/32] Compiling OpenFeature Structure.swift
[24/32] Compiling OpenFeature Value.swift
[25/32] Compiling OpenFeature MutableStructure.swift
[26/32] Compiling OpenFeature OpenFeatureAPI.swift
[27/32] Compiling OpenFeature OpenFeatureClient.swift
[28/32] Compiling OpenFeature HookContext.swift
[29/32] Compiling OpenFeature HookSupport.swift
[30/32] Compiling OpenFeature MutableContext.swift
[31/32] Compiling OpenFeature ErrorCode.swift
[32/32] Compiling OpenFeature OpenFeatureError.swift
Build complete! (7.03s)
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/StaggeredProvider.swift",
"Helpers/ThrowingProvider.swift",
"HookSpecTests.swift",
"HookSupportTests.swift",
"OpenFeatureClientTests.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" : [
"BaseEvaluation.swift",
"Client.swift",
"ClientMetadata.swift",
"EvaluationContext.swift",
"EventHandler.swift",
"Features+Defaults.swift",
"Features.swift",
"FlagEvaluationDetails.swift",
"FlagEvaluationOptions.swift",
"FlagMetadataValue.swift",
"FlagValueType.swift",
"Hook.swift",
"HookContext.swift",
"HookSupport.swift",
"MutableContext.swift",
"MutableStructure.swift",
"OpenFeatureAPI.swift",
"OpenFeatureClient.swift",
"Provider/FeatureProvider.swift",
"Provider/NoOpProvider.swift",
"Provider/ProviderEvaluation.swift",
"Provider/ProviderEvents.swift",
"Provider/ProviderMetadata.swift",
"Provider/ProviderStatus.swift",
"Reason.swift",
"Structure.swift",
"Value.swift",
"exceptions/ErrorCode.swift",
"exceptions/OpenFeatureError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.