Build Information
Successful build of EvolvSwiftSDK, reference 1.2.1 (dc1641), with Swift 6.1 for macOS (SPM) on 2 Aug 2025 07:33:05 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/evolv-ai/ios-sdk.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/evolv-ai/ios-sdk
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at dc16414 typo
Cloned https://github.com/evolv-ai/ios-sdk.git
Revision (git rev-parse @):
dc164146fed3694448997c67f549b0ddb33eb458
SUCCESS checkout https://github.com/evolv-ai/ios-sdk.git at 1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "ios-sdk",
"name": "EvolvSwiftSDK",
"url": "https://github.com/evolv-ai/ios-sdk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-sdk",
"dependencies": [
]
}
]
}
Fetching https://github.com/evolv-ai/ios-sdk.git
[1/2177] Fetching ios-sdk
Fetched https://github.com/evolv-ai/ios-sdk.git from cache (1.00s)
Creating working copy for https://github.com/evolv-ai/ios-sdk.git
Working copy of https://github.com/evolv-ai/ios-sdk.git resolved at 1.2.1 (dc16414)
warning: '.resolve-product-dependencies': dependency 'ios-sdk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/evolv-ai/ios-sdk.git
https://github.com/evolv-ai/ios-sdk.git
{
"dependencies" : [
],
"manifest_display_name" : "EvolvSwiftSDK",
"name" : "EvolvSwiftSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "EvolvSwiftSDK",
"targets" : [
"EvolvSwiftSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "EvolvSwiftSDK",
"module_type" : "SwiftTarget",
"name" : "EvolvSwiftSDK",
"path" : "EvolvSwiftSDK/EvolvSwiftSDK/Sources",
"product_memberships" : [
"EvolvSwiftSDK"
],
"sources" : [
"Constants/WaitForItConstants.swift",
"Core/EvolvBeacon.swift",
"Core/EvolvBeaconMessage.swift",
"Core/EvolvClientFactory.swift",
"Core/EvolvClientImpl.swift",
"Core/EvolvClientOptions.swift",
"Core/EvolvConfirmation.swift",
"Core/EvolvContamination.swift",
"Core/EvolvContaminationReason.swift",
"Core/EvolvContextContainerImpl.swift",
"Core/EvolvCustomEvent.swift",
"Core/EvolvCustomEventForSubmission.swift",
"Core/EvolvStoreImpl.swift",
"Core/GenomeObject.swift",
"Core/WaitForIt.swift",
"Data Model/Allocation.swift",
"Data Model/AllocationContainer.swift",
"Data Model/Configuration.swift",
"Data Model/ExcludedAllocation.swift",
"Extensions/Combine+Extensions.swift",
"Extensions/Foundation+Extensions.swift",
"Protocols/EvolvClient.swift",
"Protocols/EvolvContextContainer.swift",
"Protocols/EvolvEvent.swift",
"Protocols/EvolvStore.swift",
"Service/HttpClient/EvolvAPI.swift",
"Service/HttpClient/EvolvHTTPAPI.swift",
"Service/HttpClient/EvolvHttpClient.swift",
"Service/HttpClient/HttpConfig.swift",
"Utils/AnyEncodable.swift",
"Utils/OrderedDictionary.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/31] Compiling EvolvSwiftSDK EvolvContamination.swift
[4/31] Compiling EvolvSwiftSDK EvolvContaminationReason.swift
[5/31] Compiling EvolvSwiftSDK EvolvContextContainerImpl.swift
[6/31] Compiling EvolvSwiftSDK EvolvContextContainer.swift
[7/31] Compiling EvolvSwiftSDK EvolvEvent.swift
[8/31] Compiling EvolvSwiftSDK EvolvStore.swift
[9/34] Compiling EvolvSwiftSDK Combine+Extensions.swift
[10/34] Compiling EvolvSwiftSDK Foundation+Extensions.swift
[11/34] Compiling EvolvSwiftSDK EvolvClient.swift
[12/34] Compiling EvolvSwiftSDK EvolvCustomEvent.swift
[13/34] Compiling EvolvSwiftSDK EvolvCustomEventForSubmission.swift
[14/34] Compiling EvolvSwiftSDK EvolvStoreImpl.swift
[15/34] Compiling EvolvSwiftSDK EvolvAPI.swift
[16/34] Compiling EvolvSwiftSDK EvolvHTTPAPI.swift
[17/34] Compiling EvolvSwiftSDK EvolvHttpClient.swift
[18/34] Emitting module EvolvSwiftSDK
/Users/admin/builder/spi-builder-workspace/EvolvSwiftSDK/EvolvSwiftSDK/Sources/Core/WaitForIt.swift:28:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
19 | import Foundation
20 |
21 | class WaitForIt {
| `- note: class 'WaitForIt' does not conform to the 'Sendable' protocol
22 | typealias HandlerFunc = ((_ userInfo: [String : Any?]) -> Void)
23 |
:
26 | private var scopedPayloads = OrderedDictionary<AnyHashable, [AnyHashable : [String : Any?]]>()
27 |
28 | static let shared = WaitForIt()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | func waitFor(scope: AnyHashable, it: AnyHashable, handler: @escaping HandlerFunc) {
[19/34] Compiling EvolvSwiftSDK WaitForItConstants.swift
[20/34] Compiling EvolvSwiftSDK EvolvBeacon.swift
[21/34] Compiling EvolvSwiftSDK EvolvBeaconMessage.swift
[22/34] Compiling EvolvSwiftSDK EvolvClientFactory.swift
[23/34] Compiling EvolvSwiftSDK AllocationContainer.swift
[24/34] Compiling EvolvSwiftSDK Configuration.swift
[25/34] Compiling EvolvSwiftSDK ExcludedAllocation.swift
[26/34] Compiling EvolvSwiftSDK EvolvClientImpl.swift
[27/34] Compiling EvolvSwiftSDK EvolvClientOptions.swift
[28/34] Compiling EvolvSwiftSDK EvolvConfirmation.swift
[29/34] Compiling EvolvSwiftSDK GenomeObject.swift
/Users/admin/builder/spi-builder-workspace/EvolvSwiftSDK/EvolvSwiftSDK/Sources/Core/WaitForIt.swift:28:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
19 | import Foundation
20 |
21 | class WaitForIt {
| `- note: class 'WaitForIt' does not conform to the 'Sendable' protocol
22 | typealias HandlerFunc = ((_ userInfo: [String : Any?]) -> Void)
23 |
:
26 | private var scopedPayloads = OrderedDictionary<AnyHashable, [AnyHashable : [String : Any?]]>()
27 |
28 | static let shared = WaitForIt()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | func waitFor(scope: AnyHashable, it: AnyHashable, handler: @escaping HandlerFunc) {
[30/34] Compiling EvolvSwiftSDK WaitForIt.swift
/Users/admin/builder/spi-builder-workspace/EvolvSwiftSDK/EvolvSwiftSDK/Sources/Core/WaitForIt.swift:28:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
19 | import Foundation
20 |
21 | class WaitForIt {
| `- note: class 'WaitForIt' does not conform to the 'Sendable' protocol
22 | typealias HandlerFunc = ((_ userInfo: [String : Any?]) -> Void)
23 |
:
26 | private var scopedPayloads = OrderedDictionary<AnyHashable, [AnyHashable : [String : Any?]]>()
27 |
28 | static let shared = WaitForIt()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | func waitFor(scope: AnyHashable, it: AnyHashable, handler: @escaping HandlerFunc) {
[31/34] Compiling EvolvSwiftSDK Allocation.swift
/Users/admin/builder/spi-builder-workspace/EvolvSwiftSDK/EvolvSwiftSDK/Sources/Core/WaitForIt.swift:28:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
19 | import Foundation
20 |
21 | class WaitForIt {
| `- note: class 'WaitForIt' does not conform to the 'Sendable' protocol
22 | typealias HandlerFunc = ((_ userInfo: [String : Any?]) -> Void)
23 |
:
26 | private var scopedPayloads = OrderedDictionary<AnyHashable, [AnyHashable : [String : Any?]]>()
27 |
28 | static let shared = WaitForIt()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WaitForIt' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | func waitFor(scope: AnyHashable, it: AnyHashable, handler: @escaping HandlerFunc) {
[32/34] Compiling EvolvSwiftSDK HttpConfig.swift
[33/34] Compiling EvolvSwiftSDK AnyEncodable.swift
[34/34] Compiling EvolvSwiftSDK OrderedDictionary.swift
Build complete! (5.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EvolvSwiftSDK",
"name" : "EvolvSwiftSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "EvolvSwiftSDK",
"targets" : [
"EvolvSwiftSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "EvolvSwiftSDK",
"module_type" : "SwiftTarget",
"name" : "EvolvSwiftSDK",
"path" : "EvolvSwiftSDK/EvolvSwiftSDK/Sources",
"product_memberships" : [
"EvolvSwiftSDK"
],
"sources" : [
"Constants/WaitForItConstants.swift",
"Core/EvolvBeacon.swift",
"Core/EvolvBeaconMessage.swift",
"Core/EvolvClientFactory.swift",
"Core/EvolvClientImpl.swift",
"Core/EvolvClientOptions.swift",
"Core/EvolvConfirmation.swift",
"Core/EvolvContamination.swift",
"Core/EvolvContaminationReason.swift",
"Core/EvolvContextContainerImpl.swift",
"Core/EvolvCustomEvent.swift",
"Core/EvolvCustomEventForSubmission.swift",
"Core/EvolvStoreImpl.swift",
"Core/GenomeObject.swift",
"Core/WaitForIt.swift",
"Data Model/Allocation.swift",
"Data Model/AllocationContainer.swift",
"Data Model/Configuration.swift",
"Data Model/ExcludedAllocation.swift",
"Extensions/Combine+Extensions.swift",
"Extensions/Foundation+Extensions.swift",
"Protocols/EvolvClient.swift",
"Protocols/EvolvContextContainer.swift",
"Protocols/EvolvEvent.swift",
"Protocols/EvolvStore.swift",
"Service/HttpClient/EvolvAPI.swift",
"Service/HttpClient/EvolvHTTPAPI.swift",
"Service/HttpClient/EvolvHttpClient.swift",
"Service/HttpClient/HttpConfig.swift",
"Utils/AnyEncodable.swift",
"Utils/OrderedDictionary.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.