Build Information
Failed to build SwiftyToolz, reference master (3a1eea), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 13:26:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/SwiftyToolz.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nohype-ai/SwiftyToolz
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3a1eeae Init Obsidian
Cloned https://github.com/nohype-ai/SwiftyToolz.git
Revision (git rev-parse @):
3a1eeae5126f4fced9d3bb5a8f3e65277da5612e
SUCCESS checkout https://github.com/nohype-ai/SwiftyToolz.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nohype-ai/SwiftyToolz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/24] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[4/24] Compiling SwiftyToolz Sequence+Async.swift
[5/24] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[6/24] Compiling SwiftyToolz Int+SwiftyToolz.swift
[7/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
[8/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
[9/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
[10/26] Compiling SwiftyToolz Set+SwiftyToolz.swift
[11/26] Compiling SwiftyToolz String+SwiftyToolz.swift
[12/26] Compiling SwiftyToolz URLString.swift
[13/26] Compiling SwiftyToolz WeakArray.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/26] Compiling SwiftyToolz BackgroundActor.swift
[15/26] Compiling SwiftyToolz BuildEnvironment.swift
[16/26] Compiling SwiftyToolz Clipboard.swift
[17/26] Emitting module SwiftyToolz
/Users/admin/builder/spi-builder-workspace/Code/Log.swift:218:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
216 | }
217 |
218 | private static var nextEntryID = 0
| |- error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
| |- note: convert 'nextEntryID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextEntryID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
219 |
220 | // MARK: - Levels
/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
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[18/26] Compiling SwiftyToolz Copyable.swift
/Users/admin/builder/spi-builder-workspace/Code/Log.swift:218:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
216 | }
217 |
218 | private static var nextEntryID = 0
| |- error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
| |- note: convert 'nextEntryID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextEntryID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
219 |
220 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[19/26] Compiling SwiftyToolz JSON.swift
/Users/admin/builder/spi-builder-workspace/Code/Log.swift:218:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
216 | }
217 |
218 | private static var nextEntryID = 0
| |- error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
| |- note: convert 'nextEntryID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextEntryID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
219 |
220 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[20/26] Compiling SwiftyToolz Log.swift
/Users/admin/builder/spi-builder-workspace/Code/Log.swift:218:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
216 | }
217 |
218 | private static var nextEntryID = 0
| |- error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
| |- note: convert 'nextEntryID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextEntryID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
219 |
220 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[21/26] Compiling SwiftyToolz Timeout.swift
[22/26] Compiling SwiftyToolz Color.swift
[23/26] Compiling SwiftyToolz Task+SwiftyToolz.swift
[24/26] Compiling SwiftyToolz SwiftHelpers.swift
[25/26] Compiling SwiftyToolz Font.swift
[26/26] Compiling SwiftyToolz Geometry.swift
BUILD FAILURE 6.2 macosSpm