Build Information
Successful build of SwiftyToolz, reference 0.5.6 (673b96), with Swift 6.0 for macOS (SPM) on 1 Dec 2025 08:52:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/SwiftyToolz.git
Reference: 0.5.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nohype-ai/SwiftyToolz
* tag 0.5.6 -> FETCH_HEAD
HEAD is now at 673b96e Remove a probably unnecessary property
Cloned https://github.com/nohype-ai/SwiftyToolz.git
Revision (git rev-parse @):
673b96e4f22fff12ac99ba247a44545bd7a9cc14
SUCCESS checkout https://github.com/nohype-ai/SwiftyToolz.git at 0.5.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/nohype-ai/SwiftyToolz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/24] Emitting module SwiftyToolz
/Users/admin/builder/spi-builder-workspace/Code/ReadableError.swift:48:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
49 |
50 | public struct ReadableError: Error, CustomStringConvertible, CustomDebugStringConvertible
[4/26] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[5/26] Compiling SwiftyToolz Int+SwiftyToolz.swift
[6/26] Compiling SwiftyToolz ReadableError.swift
/Users/admin/builder/spi-builder-workspace/Code/ReadableError.swift:48:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
49 |
50 | public struct ReadableError: Error, CustomStringConvertible, CustomDebugStringConvertible
[7/26] Compiling SwiftyToolz Array+SwiftyToolz.swift
/Users/admin/builder/spi-builder-workspace/Code/ReadableError.swift:48:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
49 |
50 | public struct ReadableError: Error, CustomStringConvertible, CustomDebugStringConvertible
[8/26] Compiling SwiftyToolz Collection+Sum.swift
/Users/admin/builder/spi-builder-workspace/Code/ReadableError.swift:48:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
49 |
50 | public struct ReadableError: Error, CustomStringConvertible, CustomDebugStringConvertible
[9/26] Compiling SwiftyToolz Set+SwiftyToolz.swift
[10/26] Compiling SwiftyToolz String+SwiftyToolz.swift
[11/26] Compiling SwiftyToolz Copyable.swift
[12/26] Compiling SwiftyToolz JSON.swift
[13/26] Compiling SwiftyToolz Log.swift
[14/26] Compiling SwiftyToolz BackgroundActor.swift
[15/26] Compiling SwiftyToolz BuildEnvironment.swift
[16/26] Compiling SwiftyToolz Clipboard.swift
[17/26] Compiling SwiftyToolz URLString.swift
[18/26] Compiling SwiftyToolz WeakArray.swift
[19/26] Compiling SwiftyToolz Task+SwiftyToolz.swift
[20/26] Compiling SwiftyToolz SwiftHelpers.swift
[21/26] Compiling SwiftyToolz Timeout.swift
[22/26] Compiling SwiftyToolz Color.swift
[23/26] Compiling SwiftyToolz Font.swift
[24/26] Compiling SwiftyToolz Geometry.swift
[25/26] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[26/26] Compiling SwiftyToolz Sequence+Async.swift
Build complete! (2.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyToolz",
"name" : "SwiftyToolz",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyToolz",
"targets" : [
"SwiftyToolz"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyToolzTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyToolzTests",
"path" : "Tests",
"sources" : [
"SwiftyToolzTest.swift"
],
"target_dependencies" : [
"SwiftyToolz"
],
"type" : "test"
},
{
"c99name" : "SwiftyToolz",
"module_type" : "SwiftTarget",
"name" : "SwiftyToolz",
"path" : "Code",
"product_memberships" : [
"SwiftyToolz"
],
"sources" : [
"BackgroundActor.swift",
"BuildEnvironment.swift",
"Clipboard.swift",
"Copyable.swift",
"JSON.swift",
"Log.swift",
"ReadableError.swift",
"Swift+SwiftyToolz/Array+SwiftyToolz.swift",
"Swift+SwiftyToolz/Collection+Sum.swift",
"Swift+SwiftyToolz/Dictionary+SwiftyToolz.swift",
"Swift+SwiftyToolz/Int+SwiftyToolz.swift",
"Swift+SwiftyToolz/Optional+SwiftyToolz.swift",
"Swift+SwiftyToolz/Sequence+Async.swift",
"Swift+SwiftyToolz/Set+SwiftyToolz.swift",
"Swift+SwiftyToolz/String+SwiftyToolz.swift",
"Swift+SwiftyToolz/Task+SwiftyToolz.swift",
"SwiftHelpers.swift",
"Timeout.swift",
"UI Model Elements/Color.swift",
"UI Model Elements/Font.swift",
"UI Model Elements/Geometry.swift",
"URLString.swift",
"WeakArray.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.