Build Information
Successful build of Spot, reference 1.2.1 (72bca0), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 01:43:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shawnclovie/Spot.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shawnclovie/Spot
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 72bca0f feature(network): add URLParameters#header()
Cloned https://github.com/shawnclovie/Spot.git
Revision (git rev-parse @):
72bca0faccd5d33a988850cc5a58b30790ade3a4
SUCCESS checkout https://github.com/shawnclovie/Spot.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "spot",
"name": "Spot",
"url": "https://github.com/shawnclovie/Spot.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spot",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/shawnclovie/Spot.git
[1/358] Fetching spot
Fetched https://github.com/shawnclovie/Spot.git from cache (0.70s)
Creating working copy for https://github.com/shawnclovie/Spot.git
Working copy of https://github.com/shawnclovie/Spot.git resolved at 1.2.1 (72bca0f)
warning: '.resolve-product-dependencies': dependency 'spot' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/shawnclovie/Spot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/47] Emitting module Spot
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
27 | public let source: Source
28 | public let object: Any?
29 | public let userInfo: [AnyHashable: Any]
| `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
30 | public let original: Error?
31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[4/51] Compiling Spot HashAlgorithm.swift
[5/51] Compiling Spot SymmetricCryptor.swift
[6/51] Compiling Spot Bundle+.swift
[7/51] Compiling Spot CFDictionary+.swift
[8/51] Compiling Spot CGColor+.swift
[9/51] Compiling Spot Substring+.swift
[10/51] Compiling Spot UI+.swift
[11/51] Compiling Spot URL+.swift
[12/51] Compiling Spot AppStoreProductViewController.swift
[13/51] Compiling Spot UIApplication+.swift
[14/51] Compiling Spot DecimalColor.swift
[15/51] Compiling Spot EventObservable.swift
[16/51] Compiling Spot GroupSharedData.swift
[17/51] Compiling Spot KeyValueObserver.swift
[18/51] Compiling Spot Localization.swift
[19/51] Compiling Spot Suffix.swift
[20/51] Compiling Spot SynchronizableValue.swift
[21/51] Compiling Spot TypeConvertion.swift
[22/51] Compiling Spot UserDefaultsItem.swift
[23/51] Compiling Spot UIImage+.swift
[24/51] Compiling Spot NetworkObserver.swift
[25/51] Compiling Spot URLConnection.swift
[26/51] Compiling Spot URLParameters.swift
[27/51] Compiling Spot URLRequest+.swift
[28/51] Compiling Spot Logger.swift
[29/51] Compiling Spot MD5Digest.swift
[30/51] Compiling Spot NotificationObserver.swift
[31/51] Compiling Spot Ref.swift
[32/51] Compiling Spot Status.swift
[33/51] Compiling Spot CGContext+.swift
[34/51] Compiling Spot CGImage+.swift
[35/51] Compiling Spot CGImageSource+.swift
[36/51] Compiling Spot CGSize+.swift
[37/51] Compiling Spot Collection+.swift
[38/51] Compiling Spot Data+.swift
[39/51] Compiling Spot DispatchQueue+.swift
[40/51] Compiling Spot Error+.swift
[41/51] Compiling Spot Notification+.swift
[42/51] Compiling Spot String+.swift
[43/51] Compiling Spot URLTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
27 | public let source: Source
28 | public let object: Any?
29 | public let userInfo: [AnyHashable: Any]
| `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
30 | public let original: Error?
31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[44/51] Compiling Spot URLTaskFormFileItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
27 | public let source: Source
28 | public let object: Any?
29 | public let userInfo: [AnyHashable: Any]
| `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
30 | public let original: Error?
31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[45/51] Compiling Spot AnyCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
27 | public let source: Source
28 | public let object: Any?
29 | public let userInfo: [AnyHashable: Any]
| `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
30 | public let original: Error?
31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[46/51] Compiling Spot AttributedError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
27 | public let source: Source
28 | public let object: Any?
29 | public let userInfo: [AnyHashable: Any]
| `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
30 | public let original: Error?
31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[47/51] Compiling Spot CollectionSerializable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
27 | public let source: Source
28 | public let object: Any?
29 | public let userInfo: [AnyHashable: Any]
| `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-Sendable type '[AnyHashable : Any]'
30 | public let original: Error?
31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[48/51] Compiling Spot Version.swift
[49/51] Compiling Spot WeakRef.swift
[50/51] Compiling Spot WeakTimer.swift
[51/51] Compiling Spot Zip.swift
Build complete! (8.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Spot",
"name" : "Spot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Spot",
"targets" : [
"Spot"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpotTests",
"module_type" : "SwiftTarget",
"name" : "SpotTests",
"path" : "Sources/SpotTests",
"sources" : [
"SpotTests.swift"
],
"target_dependencies" : [
"Spot"
],
"type" : "test"
},
{
"c99name" : "Spot",
"module_type" : "SwiftTarget",
"name" : "Spot",
"path" : "Sources/Spot",
"product_memberships" : [
"Spot"
],
"sources" : [
"Crypto/HashAlgorithm.swift",
"Crypto/SymmetricCryptor.swift",
"Extension/Bundle+.swift",
"Extension/CFDictionary+.swift",
"Extension/CGColor+.swift",
"Extension/CGContext+.swift",
"Extension/CGImage+.swift",
"Extension/CGImageSource+.swift",
"Extension/CGSize+.swift",
"Extension/Collection+.swift",
"Extension/Data+.swift",
"Extension/DispatchQueue+.swift",
"Extension/Error+.swift",
"Extension/Notification+.swift",
"Extension/String+.swift",
"Extension/Substring+.swift",
"Extension/UI+.swift",
"Extension/URL+.swift",
"Extension/iOS/AppStoreProductViewController.swift",
"Extension/iOS/UIApplication+.swift",
"Extension/iOS/UIImage+.swift",
"Network/NetworkObserver.swift",
"Network/URLConnection.swift",
"Network/URLParameters.swift",
"Network/URLRequest+.swift",
"Network/URLTask.swift",
"Network/URLTaskFormFileItem.swift",
"Utility/AnyCodable.swift",
"Utility/AttributedError.swift",
"Utility/CollectionSerializable.swift",
"Utility/DecimalColor.swift",
"Utility/EventObservable.swift",
"Utility/GroupSharedData.swift",
"Utility/KeyValueObserver.swift",
"Utility/Localization.swift",
"Utility/Logger.swift",
"Utility/MD5Digest.swift",
"Utility/NotificationObserver.swift",
"Utility/Ref.swift",
"Utility/Status.swift",
"Utility/Suffix.swift",
"Utility/SynchronizableValue.swift",
"Utility/TypeConvertion.swift",
"Utility/UserDefaultsItem.swift",
"Utility/Version.swift",
"Utility/WeakRef.swift",
"Utility/WeakTimer.swift",
"Utility/Zip.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.