Build Information
Failed to build SwiftSpellbook, reference main (ba9e30
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 17:46:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alkenso/SwiftSpellbook.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alkenso/SwiftSpellbook
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ba9e308 Remove support of Xcode 15
Cloned https://github.com/Alkenso/SwiftSpellbook.git
Revision (git rev-parse @):
ba9e308e6d7ca8cdc21c55bd470e3a74a7a154ea
SUCCESS checkout https://github.com/Alkenso/SwiftSpellbook.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Alkenso/SwiftSpellbook.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Compiling _SpellbookFoundationObjC SpellbookObjC.mm
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/63] Emitting module SpellbookFoundation
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[8/69] Compiling SpellbookFoundation EventAsk.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift:73:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | extension ValueObserving {
72 | public func receive(on queue: DispatchQueue) -> AnyValueObserving<Value> {
73 | AnyValueObserving { suppressInitialNotify, receiveValue in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
74 | self.subscribe(suppressInitialNotify: suppressInitialNotify) { value, context in
75 | queue.async { receiveValue(value, context) }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[9/69] Compiling SpellbookFoundation EventNotify.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift:73:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | extension ValueObserving {
72 | public func receive(on queue: DispatchQueue) -> AnyValueObserving<Value> {
73 | AnyValueObserving { suppressInitialNotify, receiveValue in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
74 | self.subscribe(suppressInitialNotify: suppressInitialNotify) { value, context in
75 | queue.async { receiveValue(value, context) }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[10/69] Compiling SpellbookFoundation ValueObservable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift:73:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | extension ValueObserving {
72 | public func receive(on queue: DispatchQueue) -> AnyValueObserving<Value> {
73 | AnyValueObserving { suppressInitialNotify, receiveValue in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
74 | self.subscribe(suppressInitialNotify: suppressInitialNotify) { value, context in
75 | queue.async { receiveValue(value, context) }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[11/69] Compiling SpellbookFoundation ValueObserving.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift:73:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | extension ValueObserving {
72 | public func receive(on queue: DispatchQueue) -> AnyValueObserving<Value> {
73 | AnyValueObserving { suppressInitialNotify, receiveValue in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
74 | self.subscribe(suppressInitialNotify: suppressInitialNotify) { value, context in
75 | queue.async { receiveValue(value, context) }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[12/69] Compiling SpellbookFoundation ValueStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift:73:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | extension ValueObserving {
72 | public func receive(on queue: DispatchQueue) -> AnyValueObserving<Value> {
73 | AnyValueObserving { suppressInitialNotify, receiveValue in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
74 | self.subscribe(suppressInitialNotify: suppressInitialNotify) { value, context in
75 | queue.async { receiveValue(value, context) }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[13/69] Compiling SpellbookFoundation ValueView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift:73:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | extension ValueObserving {
72 | public func receive(on queue: DispatchQueue) -> AnyValueObserving<Value> {
73 | AnyValueObserving { suppressInitialNotify, receiveValue in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
74 | self.subscribe(suppressInitialNotify: suppressInitialNotify) { value, context in
75 | queue.async { receiveValue(value, context) }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[14/69] Compiling SpellbookFoundation _ValueUpdateWrapping.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:62:25: error: cannot infer contextual base in reference to member 'allocate'
60 |
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
| `- error: cannot infer contextual base in reference to member 'allocate'
63 | pointer.pointee = atomic_flag()
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:63:27: error: cannot find 'atomic_flag' in scope
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
63 | pointer.pointee = atomic_flag()
| `- error: cannot find 'atomic_flag' in scope
64 | }
65 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:72:9: error: cannot find 'atomic_flag_test_and_set' in scope
70 |
71 | public func testAndSet() -> Bool {
72 | atomic_flag_test_and_set(pointer)
| `- error: cannot find 'atomic_flag_test_and_set' in scope
73 | }
74 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:76:9: error: cannot find 'atomic_flag_clear' in scope
74 |
75 | public func clear() {
76 | atomic_flag_clear(pointer)
| `- error: cannot find 'atomic_flag_clear' in scope
77 | }
78 | }
[15/69] Compiling SpellbookFoundation DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:62:25: error: cannot infer contextual base in reference to member 'allocate'
60 |
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
| `- error: cannot infer contextual base in reference to member 'allocate'
63 | pointer.pointee = atomic_flag()
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:63:27: error: cannot find 'atomic_flag' in scope
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
63 | pointer.pointee = atomic_flag()
| `- error: cannot find 'atomic_flag' in scope
64 | }
65 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:72:9: error: cannot find 'atomic_flag_test_and_set' in scope
70 |
71 | public func testAndSet() -> Bool {
72 | atomic_flag_test_and_set(pointer)
| `- error: cannot find 'atomic_flag_test_and_set' in scope
73 | }
74 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:76:9: error: cannot find 'atomic_flag_clear' in scope
74 |
75 | public func clear() {
76 | atomic_flag_clear(pointer)
| `- error: cannot find 'atomic_flag_clear' in scope
77 | }
78 | }
[16/69] Compiling SpellbookFoundation Extensions - ProcessInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:62:25: error: cannot infer contextual base in reference to member 'allocate'
60 |
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
| `- error: cannot infer contextual base in reference to member 'allocate'
63 | pointer.pointee = atomic_flag()
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:63:27: error: cannot find 'atomic_flag' in scope
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
63 | pointer.pointee = atomic_flag()
| `- error: cannot find 'atomic_flag' in scope
64 | }
65 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:72:9: error: cannot find 'atomic_flag_test_and_set' in scope
70 |
71 | public func testAndSet() -> Bool {
72 | atomic_flag_test_and_set(pointer)
| `- error: cannot find 'atomic_flag_test_and_set' in scope
73 | }
74 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:76:9: error: cannot find 'atomic_flag_clear' in scope
74 |
75 | public func clear() {
76 | atomic_flag_clear(pointer)
| `- error: cannot find 'atomic_flag_clear' in scope
77 | }
78 | }
[17/69] Compiling SpellbookFoundation Atomic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:62:25: error: cannot infer contextual base in reference to member 'allocate'
60 |
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
| `- error: cannot infer contextual base in reference to member 'allocate'
63 | pointer.pointee = atomic_flag()
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:63:27: error: cannot find 'atomic_flag' in scope
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
63 | pointer.pointee = atomic_flag()
| `- error: cannot find 'atomic_flag' in scope
64 | }
65 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:72:9: error: cannot find 'atomic_flag_test_and_set' in scope
70 |
71 | public func testAndSet() -> Bool {
72 | atomic_flag_test_and_set(pointer)
| `- error: cannot find 'atomic_flag_test_and_set' in scope
73 | }
74 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:76:9: error: cannot find 'atomic_flag_clear' in scope
74 |
75 | public func clear() {
76 | atomic_flag_clear(pointer)
| `- error: cannot find 'atomic_flag_clear' in scope
77 | }
78 | }
[18/69] Compiling SpellbookFoundation BlockingQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:62:25: error: cannot infer contextual base in reference to member 'allocate'
60 |
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
| `- error: cannot infer contextual base in reference to member 'allocate'
63 | pointer.pointee = atomic_flag()
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:63:27: error: cannot find 'atomic_flag' in scope
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
63 | pointer.pointee = atomic_flag()
| `- error: cannot find 'atomic_flag' in scope
64 | }
65 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:72:9: error: cannot find 'atomic_flag_test_and_set' in scope
70 |
71 | public func testAndSet() -> Bool {
72 | atomic_flag_test_and_set(pointer)
| `- error: cannot find 'atomic_flag_test_and_set' in scope
73 | }
74 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:76:9: error: cannot find 'atomic_flag_clear' in scope
74 |
75 | public func clear() {
76 | atomic_flag_clear(pointer)
| `- error: cannot find 'atomic_flag_clear' in scope
77 | }
78 | }
[19/69] Compiling SpellbookFoundation ConcurrentBlockOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:62:25: error: cannot infer contextual base in reference to member 'allocate'
60 |
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
| `- error: cannot infer contextual base in reference to member 'allocate'
63 | pointer.pointee = atomic_flag()
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:63:27: error: cannot find 'atomic_flag' in scope
61 | public init() {
62 | self.pointer = .allocate(capacity: 1)
63 | pointer.pointee = atomic_flag()
| `- error: cannot find 'atomic_flag' in scope
64 | }
65 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:72:9: error: cannot find 'atomic_flag_test_and_set' in scope
70 |
71 | public func testAndSet() -> Bool {
72 | atomic_flag_test_and_set(pointer)
| `- error: cannot find 'atomic_flag_test_and_set' in scope
73 | }
74 |
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:76:9: error: cannot find 'atomic_flag_clear' in scope
74 |
75 | public func clear() {
76 | atomic_flag_clear(pointer)
| `- error: cannot find 'atomic_flag_clear' in scope
77 | }
78 | }
[20/69] Compiling SpellbookFoundation Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
[21/69] Compiling SpellbookFoundation AuditToken.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
[22/69] Compiling SpellbookFoundation BridgedCEnum.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
[23/69] Compiling SpellbookFoundation MachTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
[24/69] Compiling SpellbookFoundation POD+Swift.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
[25/69] Compiling SpellbookFoundation Unsafe.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Low Level/AuditToken.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
26 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
27 |
28 | extension audit_token_t {
[26/69] Compiling SpellbookFoundation SynchronousExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[27/69] Compiling SpellbookFoundation Boxing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[28/69] Compiling SpellbookFoundation Closure.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[29/69] Compiling SpellbookFoundation Refreshable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[30/69] Compiling SpellbookFoundation Resource (RAII).swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[31/69] Compiling SpellbookFoundation Types.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Threading & Concurrency/Atomic.swift:59:47: error: cannot find type 'atomic_flag' in scope
57 |
58 | public final class AtomicFlag {
59 | private let pointer: UnsafeMutablePointer<atomic_flag>
| `- error: cannot find type 'atomic_flag' in scope
60 |
61 | public init() {
[32/69] Compiling SpellbookFoundation Extensions - Codable.swift
[33/69] Compiling SpellbookFoundation Extensions - Collections.swift
[34/69] Compiling SpellbookFoundation Extensions - Comparable.swift
[35/69] Compiling SpellbookFoundation Extensions - Formatters.swift
[36/69] Compiling SpellbookFoundation Extensions - StandardTypes.swift
[37/69] Compiling SpellbookFoundation SBUnit.swift
[38/69] Compiling SpellbookFoundation SpellbookLog.swift
[39/69] Compiling SpellbookFoundation Utils.swift
[40/69] Compiling SpellbookFoundation ValueBuilder.swift
[41/69] Compiling SpellbookFoundation WildcardExpression.swift
[42/69] Compiling SpellbookFoundation DictionaryCodingKey.swift
[43/69] Compiling SpellbookFoundation DictionaryReader.swift
[44/69] Compiling SpellbookFoundation DictionaryWriter.swift
[45/69] Compiling SpellbookFoundation CommonError.swift
[46/69] Compiling SpellbookFoundation CustomErrorUpdating.swift
[47/69] Compiling SpellbookFoundation Extensions - Error.swift
[48/69] Compiling SpellbookFoundation Extensions - NSError.swift
[49/69] Compiling SpellbookFoundation IOKitError.swift
[50/69] Compiling SpellbookFoundation Extensions - Bundle.swift
[51/69] Compiling SpellbookFoundation Extensions - Combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[52/69] Compiling SpellbookFoundation Proxies - Combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[53/69] Compiling SpellbookFoundation Benchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[54/69] Compiling SpellbookFoundation CancellationToken.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[55/69] Compiling SpellbookFoundation CollectionDiff.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[56/69] Compiling SpellbookFoundation Environment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[57/69] Compiling SpellbookFoundation Exceptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpellbookFoundation/Common/Exceptions.swift:23:22: warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
21 | // SOFTWARE.
22 |
23 | @_implementationOnly import _SpellbookFoundationObjC
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SpellbookFoundation' may lead to instability during execution
24 |
25 | import Foundation
[58/69] Compiling SpellbookFoundation Extensions - FileManager.swift
[59/69] Compiling SpellbookFoundation FileEnumerator.swift
[60/69] Compiling SpellbookFoundation FileStore.swift
[61/69] Compiling SpellbookFoundation TemporaryDirectory.swift
[62/69] Compiling SpellbookFoundation Extensions - CoreGraphics.swift
[63/69] Compiling SpellbookFoundation RGBColor.swift
[64/69] Compiling SpellbookFoundation Extensions - DispatchQueue.swift
[65/69] Compiling SpellbookFoundation Extensions - Locks.swift
[66/69] Compiling SpellbookFoundation Extensions - Task.swift
[67/69] Compiling SpellbookFoundation PosixLocks.swift
[68/69] Compiling SpellbookFoundation Synchronized.swift
[69/69] Compiling SpellbookFoundation SynchronizedObjC.swift
BUILD FAILURE 6.2 macosSpm