Build Information
Successful build of FoundationToolz, reference master (cf4f30), with Swift 6.1 for macOS (SPM) on 24 Apr 2026 13:44:32 UTC.
Swift 6 data race errors: 0
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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/FoundationToolz.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nohype-ai/FoundationToolz
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cf4f30f Init Obsidian
Cloned https://github.com/nohype-ai/FoundationToolz.git
Revision (git rev-parse @):
cf4f30f62fd52a42570be8be620e7a6b173d9cc1
SUCCESS checkout https://github.com/nohype-ai/FoundationToolz.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nohype-ai/FoundationToolz.git
https://github.com/nohype-ai/FoundationToolz.git
{
"dependencies" : [
{
"identity" : "swiftytoolz",
"requirement" : {
"exact" : [
"0.5.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/flowtoolz/SwiftyToolz.git"
}
],
"manifest_display_name" : "FoundationToolz",
"name" : "FoundationToolz",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FoundationToolz",
"targets" : [
"FoundationToolz"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FoundationToolzTests",
"module_type" : "SwiftTarget",
"name" : "FoundationToolzTests",
"path" : "Tests",
"product_dependencies" : [
"SwiftyToolz"
],
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"FoundationToolz"
],
"type" : "test"
},
{
"c99name" : "FoundationToolz",
"module_type" : "SwiftTarget",
"name" : "FoundationToolz",
"path" : "Code",
"product_dependencies" : [
"SwiftyToolz"
],
"product_memberships" : [
"FoundationToolz"
],
"sources" : [
"ArbitraryLegacyDateHelpers.swift",
"Executable.swift",
"Foundation+FoundationToolz/Bundle+AppInfos.swift",
"Foundation+FoundationToolz/Codable+FoundationToolz.swift",
"Foundation+FoundationToolz/Data+FoundationToolz.swift",
"Foundation+FoundationToolz/Date+FoundationToolz.swift",
"Foundation+FoundationToolz/FileManager+FoundationToolz.swift",
"Foundation+FoundationToolz/NSPredicate+FoundationToolz.swift",
"Foundation+FoundationToolz/Process+RunExecutable.swift",
"Foundation+FoundationToolz/Timer+FoundationToolz.swift",
"Foundation+FoundationToolz/URL+FoundationToolz.swift",
"Foundation+FoundationToolz/URL+HTTPRequests.swift",
"Foundation+FoundationToolz/URL+WebSocket.swift",
"Foundation+FoundationToolz/UserDefaults+PropertyWrapper.swift",
"HTTP.swift",
"Keychain.swift",
"NetworkReachability.swift",
"StopWatch.swift",
"Swift+FoundationToolz/Array+FoundationToolz.swift",
"Swift+FoundationToolz/Dictionary+Foundation.swift",
"Swift+FoundationToolz/Int+FoundationToolz.swift",
"Swift+FoundationToolz/NumericTypes+MeasureTime.swift",
"Swift+FoundationToolz/String+FoundationToolz.swift",
"SwiftyToolz+FoundationToolz/JSON+FoundationToolz.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/25] Emitting module SwiftyToolz
[5/27] Compiling SwiftyToolz Copyable.swift
[6/27] Compiling SwiftyToolz JSON.swift
[7/27] Compiling SwiftyToolz Log.swift
[8/27] Compiling SwiftyToolz URLString.swift
[9/27] Compiling SwiftyToolz WeakArray.swift
[10/27] Compiling SwiftyToolz ReadableError.swift
[11/27] Compiling SwiftyToolz Array+SwiftyToolz.swift
[12/27] Compiling SwiftyToolz Collection+Sum.swift
[13/27] Compiling SwiftyToolz Task+SwiftyToolz.swift
[14/27] Compiling SwiftyToolz SwiftHelpers.swift
[15/27] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[16/27] Compiling SwiftyToolz Int+SwiftyToolz.swift
[17/27] Compiling SwiftyToolz BackgroundActor.swift
[18/27] Compiling SwiftyToolz BuildEnvironment.swift
[19/27] Compiling SwiftyToolz Clipboard.swift
[20/27] Compiling SwiftyToolz Set+SwiftyToolz.swift
[21/27] Compiling SwiftyToolz String+SwiftyToolz.swift
[22/27] Compiling SwiftyToolz Timeout.swift
[23/27] Compiling SwiftyToolz Color.swift
[24/27] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[25/27] Compiling SwiftyToolz Sequence+Async.swift
[26/27] Compiling SwiftyToolz Font.swift
[27/27] Compiling SwiftyToolz Geometry.swift
[28/50] Emitting module FoundationToolz
/Users/admin/builder/spi-builder-workspace/Code/HTTP.swift:1:8: warning: file 'HTTP.swift' is part of module 'FoundationToolz'; ignoring import
1 | import FoundationToolz
| `- warning: file 'HTTP.swift' is part of module 'FoundationToolz'; ignoring import
2 | import Foundation
3 | import SwiftyToolz
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:48:37: warning: expression implicitly coerced from 'Data?' to 'Any'
46 | updateIfDuplicate: Bool = false) throws {
47 | let query: [CFString: Any] = [
48 | kSecAttrApplicationTag: item.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
49 | kSecClass: item.class.kSecClassValue,
50 | kSecValueData: try value.encode(),
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:79:37: warning: expression implicitly coerced from 'Data?' to 'Any'
77 | addIfNotFound: Bool = false) throws {
78 | let query: [CFString: Any] = [
79 | kSecAttrApplicationTag: items.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
80 | kSecClass: items.class.kSecClassValue,
81 | kSecAttrSynchronizable: kSecAttrSynchronizableAny
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:110:37: warning: expression implicitly coerced from 'Data?' to 'Any'
108 | // Set up the query for fetching data from Keychain
109 | let query = [
110 | kSecAttrApplicationTag: firstItem.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
111 | kSecClass: firstItem.class.kSecClassValue,
112 | kSecReturnData: true,
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:144:37: warning: expression implicitly coerced from 'Data?' to 'Any'
142 | let query: [CFString: Any] = [
143 | kSecClass: items.class.kSecClassValue,
144 | kSecAttrApplicationTag: items.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
145 | kSecAttrSynchronizable: kSecAttrSynchronizableAny
146 | ]
/Users/admin/builder/spi-builder-workspace/Code/SwiftyToolz+FoundationToolz/JSON+FoundationToolz.swift:14:1: warning: extension declares a conformance of imported type 'JSON' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftyToolz' introduce this conformance in the future
12 |
13 | /// String Representation
14 | extension JSON: CustomStringConvertible, CustomDebugStringConvertible
| |- warning: extension declares a conformance of imported type 'JSON' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftyToolz' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | {
16 | public var debugDescription: String { description }
[29/52] Compiling FoundationToolz String+FoundationToolz.swift
/Users/admin/builder/spi-builder-workspace/Code/SwiftyToolz+FoundationToolz/JSON+FoundationToolz.swift:14:1: warning: extension declares a conformance of imported type 'JSON' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftyToolz' introduce this conformance in the future
12 |
13 | /// String Representation
14 | extension JSON: CustomStringConvertible, CustomDebugStringConvertible
| |- warning: extension declares a conformance of imported type 'JSON' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftyToolz' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | {
16 | public var debugDescription: String { description }
[30/52] Compiling FoundationToolz JSON+FoundationToolz.swift
/Users/admin/builder/spi-builder-workspace/Code/SwiftyToolz+FoundationToolz/JSON+FoundationToolz.swift:14:1: warning: extension declares a conformance of imported type 'JSON' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftyToolz' introduce this conformance in the future
12 |
13 | /// String Representation
14 | extension JSON: CustomStringConvertible, CustomDebugStringConvertible
| |- warning: extension declares a conformance of imported type 'JSON' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftyToolz' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | {
16 | public var debugDescription: String { description }
[31/52] Compiling FoundationToolz URL+WebSocket.swift
[32/52] Compiling FoundationToolz UserDefaults+PropertyWrapper.swift
[33/52] Compiling FoundationToolz Array+FoundationToolz.swift
[34/52] Compiling FoundationToolz Dictionary+Foundation.swift
[35/52] Compiling FoundationToolz Timer+FoundationToolz.swift
[36/52] Compiling FoundationToolz URL+FoundationToolz.swift
[37/52] Compiling FoundationToolz URL+HTTPRequests.swift
[38/52] Compiling FoundationToolz Int+FoundationToolz.swift
[39/52] Compiling FoundationToolz NumericTypes+MeasureTime.swift
[40/52] Compiling FoundationToolz HTTP.swift
/Users/admin/builder/spi-builder-workspace/Code/HTTP.swift:1:8: warning: file 'HTTP.swift' is part of module 'FoundationToolz'; ignoring import
1 | import FoundationToolz
| `- warning: file 'HTTP.swift' is part of module 'FoundationToolz'; ignoring import
2 | import Foundation
3 | import SwiftyToolz
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:48:37: warning: expression implicitly coerced from 'Data?' to 'Any'
46 | updateIfDuplicate: Bool = false) throws {
47 | let query: [CFString: Any] = [
48 | kSecAttrApplicationTag: item.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
49 | kSecClass: item.class.kSecClassValue,
50 | kSecValueData: try value.encode(),
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:79:37: warning: expression implicitly coerced from 'Data?' to 'Any'
77 | addIfNotFound: Bool = false) throws {
78 | let query: [CFString: Any] = [
79 | kSecAttrApplicationTag: items.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
80 | kSecClass: items.class.kSecClassValue,
81 | kSecAttrSynchronizable: kSecAttrSynchronizableAny
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:110:37: warning: expression implicitly coerced from 'Data?' to 'Any'
108 | // Set up the query for fetching data from Keychain
109 | let query = [
110 | kSecAttrApplicationTag: firstItem.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
111 | kSecClass: firstItem.class.kSecClassValue,
112 | kSecReturnData: true,
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:144:37: warning: expression implicitly coerced from 'Data?' to 'Any'
142 | let query: [CFString: Any] = [
143 | kSecClass: items.class.kSecClassValue,
144 | kSecAttrApplicationTag: items.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
145 | kSecAttrSynchronizable: kSecAttrSynchronizableAny
146 | ]
[41/52] Compiling FoundationToolz Keychain.swift
/Users/admin/builder/spi-builder-workspace/Code/HTTP.swift:1:8: warning: file 'HTTP.swift' is part of module 'FoundationToolz'; ignoring import
1 | import FoundationToolz
| `- warning: file 'HTTP.swift' is part of module 'FoundationToolz'; ignoring import
2 | import Foundation
3 | import SwiftyToolz
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:48:37: warning: expression implicitly coerced from 'Data?' to 'Any'
46 | updateIfDuplicate: Bool = false) throws {
47 | let query: [CFString: Any] = [
48 | kSecAttrApplicationTag: item.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
49 | kSecClass: item.class.kSecClassValue,
50 | kSecValueData: try value.encode(),
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:79:37: warning: expression implicitly coerced from 'Data?' to 'Any'
77 | addIfNotFound: Bool = false) throws {
78 | let query: [CFString: Any] = [
79 | kSecAttrApplicationTag: items.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
80 | kSecClass: items.class.kSecClassValue,
81 | kSecAttrSynchronizable: kSecAttrSynchronizableAny
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:110:37: warning: expression implicitly coerced from 'Data?' to 'Any'
108 | // Set up the query for fetching data from Keychain
109 | let query = [
110 | kSecAttrApplicationTag: firstItem.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
111 | kSecClass: firstItem.class.kSecClassValue,
112 | kSecReturnData: true,
/Users/admin/builder/spi-builder-workspace/Code/Keychain.swift:144:37: warning: expression implicitly coerced from 'Data?' to 'Any'
142 | let query: [CFString: Any] = [
143 | kSecClass: items.class.kSecClassValue,
144 | kSecAttrApplicationTag: items.tag,
| | |- note: provide a default value to avoid this warning
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Data?' to 'Any'
145 | kSecAttrSynchronizable: kSecAttrSynchronizableAny
146 | ]
[42/52] Compiling FoundationToolz FileManager+FoundationToolz.swift
[43/52] Compiling FoundationToolz NSPredicate+FoundationToolz.swift
[44/52] Compiling FoundationToolz Process+RunExecutable.swift
[45/52] Compiling FoundationToolz ArbitraryLegacyDateHelpers.swift
[46/52] Compiling FoundationToolz Executable.swift
[47/52] Compiling FoundationToolz Bundle+AppInfos.swift
[48/52] Compiling FoundationToolz Codable+FoundationToolz.swift
/Users/admin/builder/spi-builder-workspace/Code/Foundation+FoundationToolz/Data+FoundationToolz.swift:33:20: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
31 | var debugPreview: String
32 | {
33 | utf8String ?? debugDescription
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
34 | }
35 |
[49/52] Compiling FoundationToolz Data+FoundationToolz.swift
/Users/admin/builder/spi-builder-workspace/Code/Foundation+FoundationToolz/Data+FoundationToolz.swift:33:20: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
31 | var debugPreview: String
32 | {
33 | utf8String ?? debugDescription
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
34 | }
35 |
[50/52] Compiling FoundationToolz Date+FoundationToolz.swift
/Users/admin/builder/spi-builder-workspace/Code/Foundation+FoundationToolz/Data+FoundationToolz.swift:33:20: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
31 | var debugPreview: String
32 | {
33 | utf8String ?? debugDescription
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
34 | }
35 |
[51/52] Compiling FoundationToolz NetworkReachability.swift
[52/52] Compiling FoundationToolz StopWatch.swift
Build complete! (8.79s)
Fetching https://github.com/flowtoolz/SwiftyToolz.git
[1/757] Fetching swiftytoolz
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.89s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.6 (1.37s)
Creating working copy for https://github.com/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.6
Build complete.
{
"dependencies" : [
{
"identity" : "swiftytoolz",
"requirement" : {
"exact" : [
"0.5.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/flowtoolz/SwiftyToolz.git"
}
],
"manifest_display_name" : "FoundationToolz",
"name" : "FoundationToolz",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FoundationToolz",
"targets" : [
"FoundationToolz"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FoundationToolzTests",
"module_type" : "SwiftTarget",
"name" : "FoundationToolzTests",
"path" : "Tests",
"product_dependencies" : [
"SwiftyToolz"
],
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"FoundationToolz"
],
"type" : "test"
},
{
"c99name" : "FoundationToolz",
"module_type" : "SwiftTarget",
"name" : "FoundationToolz",
"path" : "Code",
"product_dependencies" : [
"SwiftyToolz"
],
"product_memberships" : [
"FoundationToolz"
],
"sources" : [
"ArbitraryLegacyDateHelpers.swift",
"Executable.swift",
"Foundation+FoundationToolz/Bundle+AppInfos.swift",
"Foundation+FoundationToolz/Codable+FoundationToolz.swift",
"Foundation+FoundationToolz/Data+FoundationToolz.swift",
"Foundation+FoundationToolz/Date+FoundationToolz.swift",
"Foundation+FoundationToolz/FileManager+FoundationToolz.swift",
"Foundation+FoundationToolz/NSPredicate+FoundationToolz.swift",
"Foundation+FoundationToolz/Process+RunExecutable.swift",
"Foundation+FoundationToolz/Timer+FoundationToolz.swift",
"Foundation+FoundationToolz/URL+FoundationToolz.swift",
"Foundation+FoundationToolz/URL+HTTPRequests.swift",
"Foundation+FoundationToolz/URL+WebSocket.swift",
"Foundation+FoundationToolz/UserDefaults+PropertyWrapper.swift",
"HTTP.swift",
"Keychain.swift",
"NetworkReachability.swift",
"StopWatch.swift",
"Swift+FoundationToolz/Array+FoundationToolz.swift",
"Swift+FoundationToolz/Dictionary+Foundation.swift",
"Swift+FoundationToolz/Int+FoundationToolz.swift",
"Swift+FoundationToolz/NumericTypes+MeasureTime.swift",
"Swift+FoundationToolz/String+FoundationToolz.swift",
"SwiftyToolz+FoundationToolz/JSON+FoundationToolz.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.