Build Information
Successful build of Engine, reference 0.1.0 (979796
), with Swift 6.0 for macOS (SPM) on 17 Feb 2025 03:51:39 UTC.
Swift 6 data race errors: 5
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/blackjacx/engine.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/engine
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 9797968 Merge branch 'release/0.1.0'
Cloned https://github.com/blackjacx/engine.git
Revision (git rev-parse @):
9797968aec667217cdd83a4e3b45972d4bf5a861
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/engine.git at 0.1.0
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.89s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (3.22s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.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": "engine",
"name": "Engine",
"url": "https://github.com/blackjacx/engine.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/engine",
"dependencies": [
{
"identity": "swiftkeychainwrapper",
"name": "SwiftKeychainWrapper",
"url": "https://github.com/jrendel/SwiftKeychainWrapper",
"version": "4.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKeychainWrapper",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/blackjacx/engine.git
[1/687] Fetching engine
Fetched https://github.com/blackjacx/engine.git from cache (0.86s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper from cache
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.43s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (0.02s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Creating working copy for https://github.com/blackjacx/engine.git
Working copy of https://github.com/blackjacx/engine.git resolved at 0.1.0 (9797968)
warning: '.resolve-product-dependencies': dependency 'engine' is not used by any target
Found 1 product dependencies
- SwiftKeychainWrapper
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/blackjacx/engine.git
https://github.com/blackjacx/engine.git
{
"dependencies" : [
{
"identity" : "swiftkeychainwrapper",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jrendel/SwiftKeychainWrapper"
}
],
"manifest_display_name" : "Engine",
"name" : "Engine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Engine",
"targets" : [
"Engine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EngineTests",
"module_type" : "SwiftTarget",
"name" : "EngineTests",
"path" : "Tests/EngineTests",
"sources" : [
"Foundation/URLTests.swift",
"JWT/JWTTests.swift",
"PropertyWrapper/ClampingTests.swift",
"UIKit/UIColorTests.swift"
],
"target_dependencies" : [
"Engine"
],
"type" : "test"
},
{
"c99name" : "Engine",
"module_type" : "SwiftTarget",
"name" : "Engine",
"path" : "Sources/Engine",
"product_dependencies" : [
"SwiftKeychainWrapper"
],
"product_memberships" : [
"Engine"
],
"sources" : [
"Engine.swift",
"Foundation/Bundle+Extensions.swift",
"Foundation/FileManager+Extensions.swift",
"Foundation/ProcessInfo+Extensions.swift",
"Foundation/String+Extensions.swift",
"Foundation/String+Random.swift",
"Foundation/URL+Extensions.swift",
"Foundation/URLRequest+Extensions.swift",
"JWT/JWT.swift",
"JWT/JWTClaims.swift",
"JWT/JWTHeader.swift",
"Keychain/Keychain.swift",
"Networking/Endpoint.swift",
"Networking/HTTPMethod.swift",
"Networking/Json.swift",
"Networking/LoggableError.swift",
"Networking/Network.swift",
"Networking/NetworkError.swift",
"Networking/Service.swift",
"Networking/models/DataWrapper.swift",
"Networking/models/EmptyResponse.swift",
"PropertyWrapper/Clamping.swift",
"PropertyWrapper/UserDefaults+PropertyWrapper.swift",
"UIKit/UIColor+Extensions.swift",
"UIKit/UIView+Extensions.swift",
"UIKit/UIViewController+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/7] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[5/7] Emitting module SwiftKeychainWrapper
[6/7] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[7/7] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[8/32] Compiling Engine Service.swift
[9/32] Compiling Engine DataWrapper.swift
[10/34] Emitting module Engine
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:12:23: warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | public struct Json {
11 |
12 | public static var encoder: JSONEncoder = {
| |- warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'encoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'encoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let encoder = JSONEncoder()
14 | encoder.dateEncodingStrategy = .iso8601
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:18:23: warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | }()
17 |
18 | public static var decoder: JSONDecoder = {
| |- warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'decoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'decoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | let decoder = JSONDecoder()
20 | decoder.dateDecodingStrategy = .iso8601
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:20:23: warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | public struct Network {
19 |
20 | public static var verbosityLevel = 0
| |- warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbosityLevel' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbosityLevel' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | public static let shared = Network()
22 |
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:21:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public typealias RequestResult<T: Decodable> = Result<T, NetworkError>
17 |
18 | public struct Network {
| `- note: consider making struct 'Network' conform to the 'Sendable' protocol
19 |
20 | public static var verbosityLevel = 0
21 | public static let shared = Network()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | private static let session = URLSession.shared
[11/34] Compiling Engine Engine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
[12/34] Compiling Engine Bundle+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
[13/34] Compiling Engine FileManager+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
[14/34] Compiling Engine Endpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:12:23: warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | public struct Json {
11 |
12 | public static var encoder: JSONEncoder = {
| |- warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'encoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'encoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let encoder = JSONEncoder()
14 | encoder.dateEncodingStrategy = .iso8601
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:18:23: warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | }()
17 |
18 | public static var decoder: JSONDecoder = {
| |- warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'decoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'decoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | let decoder = JSONDecoder()
20 | decoder.dateDecodingStrategy = .iso8601
[15/34] Compiling Engine HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:12:23: warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | public struct Json {
11 |
12 | public static var encoder: JSONEncoder = {
| |- warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'encoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'encoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let encoder = JSONEncoder()
14 | encoder.dateEncodingStrategy = .iso8601
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:18:23: warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | }()
17 |
18 | public static var decoder: JSONDecoder = {
| |- warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'decoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'decoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | let decoder = JSONDecoder()
20 | decoder.dateDecodingStrategy = .iso8601
[16/34] Compiling Engine Json.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:12:23: warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | public struct Json {
11 |
12 | public static var encoder: JSONEncoder = {
| |- warning: static property 'encoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'encoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'encoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let encoder = JSONEncoder()
14 | encoder.dateEncodingStrategy = .iso8601
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Json.swift:18:23: warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | }()
17 |
18 | public static var decoder: JSONDecoder = {
| |- warning: static property 'decoder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'decoder' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'decoder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | let decoder = JSONDecoder()
20 | decoder.dateDecodingStrategy = .iso8601
[17/34] Compiling Engine UIView+Extensions.swift
[18/34] Compiling Engine UIViewController+Extensions.swift
[19/34] Compiling Engine UserDefaults+PropertyWrapper.swift
[20/34] Compiling Engine UIColor+Extensions.swift
[21/34] Compiling Engine LoggableError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:20:23: warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | public struct Network {
19 |
20 | public static var verbosityLevel = 0
| |- warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbosityLevel' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbosityLevel' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | public static let shared = Network()
22 |
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:21:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public typealias RequestResult<T: Decodable> = Result<T, NetworkError>
17 |
18 | public struct Network {
| `- note: consider making struct 'Network' conform to the 'Sendable' protocol
19 |
20 | public static var verbosityLevel = 0
21 | public static let shared = Network()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | private static let session = URLSession.shared
[22/34] Compiling Engine Network.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:20:23: warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | public struct Network {
19 |
20 | public static var verbosityLevel = 0
| |- warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbosityLevel' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbosityLevel' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | public static let shared = Network()
22 |
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:21:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public typealias RequestResult<T: Decodable> = Result<T, NetworkError>
17 |
18 | public struct Network {
| `- note: consider making struct 'Network' conform to the 'Sendable' protocol
19 |
20 | public static var verbosityLevel = 0
21 | public static let shared = Network()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | private static let session = URLSession.shared
[23/34] Compiling Engine NetworkError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:20:23: warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | public struct Network {
19 |
20 | public static var verbosityLevel = 0
| |- warning: static property 'verbosityLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbosityLevel' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbosityLevel' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | public static let shared = Network()
22 |
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Networking/Network.swift:21:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public typealias RequestResult<T: Decodable> = Result<T, NetworkError>
17 |
18 | public struct Network {
| `- note: consider making struct 'Network' conform to the 'Sendable' protocol
19 |
20 | public static var verbosityLevel = 0
21 | public static let shared = Network()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Network' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | private static let session = URLSession.shared
[24/34] Compiling Engine JWTClaims.swift
[25/34] Compiling Engine JWTHeader.swift
[26/34] Compiling Engine Keychain.swift
[27/34] Compiling Engine EmptyResponse.swift
[28/34] Compiling Engine Clamping.swift
[29/34] Compiling Engine URL+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
[30/34] Compiling Engine URLRequest+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
[31/34] Compiling Engine JWT.swift
/Users/admin/builder/spi-builder-workspace/Sources/Engine/Engine.swift:12:23: warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | struct Engine {
11 | /// Global keychain
12 | public static var keychain = Keychain()
| |- warning: static property 'keychain' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'keychain' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'keychain' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | }
14 |
[32/34] Compiling Engine ProcessInfo+Extensions.swift
[33/34] Compiling Engine String+Extensions.swift
[34/34] Compiling Engine String+Random.swift
Build complete! (10.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftkeychainwrapper",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jrendel/SwiftKeychainWrapper"
}
],
"manifest_display_name" : "Engine",
"name" : "Engine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Engine",
"targets" : [
"Engine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EngineTests",
"module_type" : "SwiftTarget",
"name" : "EngineTests",
"path" : "Tests/EngineTests",
"sources" : [
"Foundation/URLTests.swift",
"JWT/JWTTests.swift",
"PropertyWrapper/ClampingTests.swift",
"UIKit/UIColorTests.swift"
],
"target_dependencies" : [
"Engine"
],
"type" : "test"
},
{
"c99name" : "Engine",
"module_type" : "SwiftTarget",
"name" : "Engine",
"path" : "Sources/Engine",
"product_dependencies" : [
"SwiftKeychainWrapper"
],
"product_memberships" : [
"Engine"
],
"sources" : [
"Engine.swift",
"Foundation/Bundle+Extensions.swift",
"Foundation/FileManager+Extensions.swift",
"Foundation/ProcessInfo+Extensions.swift",
"Foundation/String+Extensions.swift",
"Foundation/String+Random.swift",
"Foundation/URL+Extensions.swift",
"Foundation/URLRequest+Extensions.swift",
"JWT/JWT.swift",
"JWT/JWTClaims.swift",
"JWT/JWTHeader.swift",
"Keychain/Keychain.swift",
"Networking/Endpoint.swift",
"Networking/HTTPMethod.swift",
"Networking/Json.swift",
"Networking/LoggableError.swift",
"Networking/Network.swift",
"Networking/NetworkError.swift",
"Networking/Service.swift",
"Networking/models/DataWrapper.swift",
"Networking/models/EmptyResponse.swift",
"PropertyWrapper/Clamping.swift",
"PropertyWrapper/UserDefaults+PropertyWrapper.swift",
"UIKit/UIColor+Extensions.swift",
"UIKit/UIView+Extensions.swift",
"UIKit/UIViewController+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/blackjacx/engine/0.1.0
Repository: blackjacx/engine
Swift version used: 6.0
Target: Engine
Extracting symbol information for 'Engine'...
Finished extracting symbol information for 'Engine'. (3.74s)
Building documentation for 'Engine'...
warning: Parameter 'defaultResult' is missing documentation
--> Sources/Engine/Foundation/String+Extensions.swift:26:71-26:71
24 | /// characters. Only digits are allowed.
25 | /// - parameters:
26 + /// - text: Any String where invalid characters are removed from
| ╰─suggestion: Document 'defaultResult' parameter
27 | /// - returns: A String that is never nil but maybe empty
28 | static func stripAllButDigits(fromText text: String?, defaultResult: String = "") -> String {Finished building documentation for 'Engine' (0.40s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/blackjacx/engine/0.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Updating https://github.com/jrendel/SwiftKeychainWrapper
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.17s)
Updated https://github.com/jrendel/SwiftKeychainWrapper (0.44s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3305] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling Snippets SnippetParser.swift
[12/57] Emitting module Snippets
[13/57] Compiling Snippets Snippet.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit GenericConstraint.swift
[40/57] Compiling SymbolKit GenericParameter.swift
[41/57] Compiling SymbolKit Generics.swift
[42/57] Compiling SymbolKit Namespace.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.68s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/5] Emitting module SwiftKeychainWrapper
[3/5] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[4/5] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[5/5] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[6/30] Emitting module Engine
[7/32] Compiling Engine JWTClaims.swift
[8/32] Compiling Engine JWTHeader.swift
[9/32] Compiling Engine Keychain.swift
[10/32] Compiling Engine Engine.swift
[11/32] Compiling Engine Bundle+Extensions.swift
[12/32] Compiling Engine FileManager+Extensions.swift
[13/32] Compiling Engine Service.swift
[14/32] Compiling Engine DataWrapper.swift
[15/32] Compiling Engine Endpoint.swift
[16/32] Compiling Engine HTTPMethod.swift
[17/32] Compiling Engine Json.swift
[18/32] Compiling Engine ProcessInfo+Extensions.swift
[19/32] Compiling Engine String+Extensions.swift
[20/32] Compiling Engine String+Random.swift
[21/32] Compiling Engine EmptyResponse.swift
[22/32] Compiling Engine Clamping.swift
[23/32] Compiling Engine UserDefaults+PropertyWrapper.swift
[24/32] Compiling Engine UIColor+Extensions.swift
[25/32] Compiling Engine LoggableError.swift
[26/32] Compiling Engine Network.swift
[27/32] Compiling Engine NetworkError.swift
[28/32] Compiling Engine URL+Extensions.swift
[29/32] Compiling Engine URLRequest+Extensions.swift
[30/32] Compiling Engine JWT.swift
[31/32] Compiling Engine UIView+Extensions.swift
[32/32] Compiling Engine UIViewController+Extensions.swift
Build of target: 'Engine' complete! (1.66s)
330
3 /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/engine/0.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/blackjacx/engine/0.1.0
File count: 330
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-blackjacx-engine-0.1.0-b850bb57.zip to s3://spi-docs-inbox/prod-blackjacx-engine-0.1.0-b850bb57.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [43%]
Copying... [54%]
Copying... [64%]
Copying... [75%]
Copying... [86%]
Copying... [96%]
Copying... [100%]
Done.