Build Information
Failed to build FoundationToolz, reference master (cf4f30), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 13:44:53 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/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.2
Building package at path: $PWD
https://github.com/nohype-ai/FoundationToolz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/25] Emitting module SwiftyToolz
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/Log.swift:200:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
198 | }
199 |
200 | 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
201 |
202 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[5/27] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[6/27] Compiling SwiftyToolz Sequence+Async.swift
[7/27] Compiling SwiftyToolz URLString.swift
[8/27] Compiling SwiftyToolz WeakArray.swift
[9/27] Compiling SwiftyToolz Task+SwiftyToolz.swift
[10/27] Compiling SwiftyToolz SwiftHelpers.swift
[11/27] Compiling SwiftyToolz ReadableError.swift
[12/27] Compiling SwiftyToolz Array+SwiftyToolz.swift
[13/27] Compiling SwiftyToolz Collection+Sum.swift
[14/27] Compiling SwiftyToolz Set+SwiftyToolz.swift
[15/27] Compiling SwiftyToolz String+SwiftyToolz.swift
[16/27] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[17/27] Compiling SwiftyToolz Int+SwiftyToolz.swift
[18/27] Compiling SwiftyToolz Timeout.swift
[19/27] Compiling SwiftyToolz Color.swift
[20/27] Compiling SwiftyToolz Font.swift
[21/27] Compiling SwiftyToolz Geometry.swift
[22/27] Compiling SwiftyToolz BackgroundActor.swift
[23/27] Compiling SwiftyToolz BuildEnvironment.swift
[24/27] Compiling SwiftyToolz Clipboard.swift
[25/27] Compiling SwiftyToolz Copyable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/Log.swift:200:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
198 | }
199 |
200 | 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
201 |
202 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[26/27] Compiling SwiftyToolz JSON.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/Log.swift:200:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
198 | }
199 |
200 | 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
201 |
202 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[27/27] Compiling SwiftyToolz Log.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/Log.swift:200:24: error: static property 'nextEntryID' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
198 | }
199 |
200 | 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
201 |
202 | // MARK: - Levels
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
Fetching https://github.com/flowtoolz/SwiftyToolz.git
[1/757] Fetching swiftytoolz
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.97s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.6 (1.53s)
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 FAILURE 6.2 macosSpm