Build Information
Successful build of UnleashProxyClientSwift, reference main (ce16f0
), with Swift 5.9 for macOS (SPM) on 6 May 2025 09:09:31 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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Unleash/unleash-proxy-client-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Unleash/unleash-proxy-client-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce16f01 chore: update release process to cocoapods and bump podspec (#123)
Cloned https://github.com/Unleash/unleash-proxy-client-swift.git
Revision (git rev-parse @):
ce16f018166b6608f25d20e9307066fbec345fdd
SUCCESS checkout https://github.com/Unleash/unleash-proxy-client-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/Unleash/unleash-proxy-client-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling SwiftEventBus SwiftEventBus.swift
[2/2] Emitting module SwiftEventBus
[3/26] Emitting module UnleashProxyClientSwift
[4/28] Compiling UnleashProxyClientSwift utils.swift
[5/28] Compiling UnleashProxyClientSwift Version.swift
[6/28] Compiling UnleashProxyClientSwift DictionaryStorageProvider.swift
[7/28] Compiling UnleashProxyClientSwift Poller.swift
[8/28] Compiling UnleashProxyClientSwift PollerError.swift
[9/28] Compiling UnleashProxyClientSwift PollerSession.swift
[10/28] Compiling UnleashProxyClientSwift Printer.swift
[11/28] Compiling UnleashProxyClientSwift URLSession+Extensions.swift
[12/28] Compiling UnleashProxyClientSwift FeatureResponse.swift
[13/28] Compiling UnleashProxyClientSwift Payload.swift
[14/28] Compiling UnleashProxyClientSwift Toggle.swift
[15/28] Compiling UnleashProxyClientSwift UnleashEvent.swift
[16/28] Compiling UnleashProxyClientSwift Variant.swift
[17/28] Compiling UnleashProxyClientSwift ImpressionEvent.swift
[18/28] Compiling UnleashProxyClientSwift ToggleMetrics.swift
[19/28] Compiling UnleashProxyClientSwift CustomHeadersProvider.swift
[20/28] Compiling UnleashProxyClientSwift DefaultCustomHeadersProvider.swift
[21/28] Compiling UnleashProxyClientSwift Bucket.swift
[22/28] Compiling UnleashProxyClientSwift Metrics.swift
[23/28] Compiling UnleashProxyClientSwift MetricsPayload.swift
[24/28] Compiling UnleashProxyClientSwift StorageProvider.swift
[25/28] Compiling UnleashProxyClientSwift Date+iso8601String.swift
[26/28] Compiling UnleashProxyClientSwift Bootstrap.swift
[27/28] Compiling UnleashProxyClientSwift UnleashProxyClientSwift.swift
[28/28] Compiling UnleashProxyClientSwift Context.swift
Build complete! (11.40s)
Fetching https://github.com/cesarferreira/SwiftEventBus.git
[6/548] Fetching swifteventbus
Fetched https://github.com/cesarferreira/SwiftEventBus.git (1.29s)
Computing version for https://github.com/cesarferreira/SwiftEventBus.git
Computed https://github.com/cesarferreira/SwiftEventBus.git at 5.1.0 (0.47s)
Creating working copy for https://github.com/cesarferreira/SwiftEventBus.git
Working copy of https://github.com/cesarferreira/SwiftEventBus.git resolved at 5.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "swifteventbus",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cesarferreira/SwiftEventBus.git"
}
],
"manifest_display_name" : "UnleashProxyClientSwift",
"name" : "UnleashProxyClientSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "UnleashProxyClientSwift",
"targets" : [
"UnleashProxyClientSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UnleashProxyClientSwiftTests",
"module_type" : "SwiftTarget",
"name" : "UnleashProxyClientSwiftTests",
"path" : "Tests/UnleashProxyClientSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnleashProxyClientSwiftTests/FeatureResponseStub.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BootstrapTests.swift",
"ImpressionEventsTests.swift",
"MetricsTests.swift",
"MockMetrics.swift",
"MockPoller.swift",
"PollerTests.swift",
"UnleashClientIntegrationTest.swift",
"UnleashProxyClientSwiftTests.swift",
"testUtils.swift"
],
"target_dependencies" : [
"UnleashProxyClientSwift"
],
"type" : "test"
},
{
"c99name" : "UnleashProxyClientSwift",
"module_type" : "SwiftTarget",
"name" : "UnleashProxyClientSwift",
"path" : "Sources/UnleashProxyClientSwift",
"product_dependencies" : [
"SwiftEventBus"
],
"product_memberships" : [
"UnleashProxyClientSwift"
],
"sources" : [
"Client/Bootstrap.swift",
"Client/UnleashProxyClientSwift.swift",
"DTO/Context.swift",
"DTO/FeatureResponse.swift",
"DTO/Payload.swift",
"DTO/Toggle.swift",
"DTO/UnleashEvent.swift",
"DTO/Variant.swift",
"Events/ImpressionEvent.swift",
"Metrics/Bucket.swift",
"Metrics/Metrics.swift",
"Metrics/MetricsPayload.swift",
"Metrics/ToggleMetrics.swift",
"Poller/CustomHeadersProvider.swift",
"Poller/DefaultCustomHeadersProvider.swift",
"Poller/DictionaryStorageProvider.swift",
"Poller/Poller.swift",
"Poller/PollerError.swift",
"Poller/PollerSession.swift",
"Poller/StorageProvider.swift",
"Utils/Date+iso8601String.swift",
"Utils/Printer.swift",
"Utils/URLSession+Extensions.swift",
"Utils/utils.swift",
"Version/Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.