The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSpellbook_macOS, reference main (1cd9ae), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 11:50:00 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_macOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alkenso/SwiftSpellbook_macOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1cd9aea Relax parsing for HDIUtil for key "image-encrypted"
Cloned https://github.com/Alkenso/SwiftSpellbook_macOS.git
Revision (git rev-parse @):
1cd9aeaf37d42cab224694fd7c9b4727db270042
SUCCESS checkout https://github.com/Alkenso/SwiftSpellbook_macOS.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Alkenso/SwiftSpellbook_macOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[8/10] Write swift-version-1EA4D86E10B52AF.txt
[9/10] Compiling _SpellbookFoundationObjC SpellbookObjC.mm
[11/65] Compiling SpellbookFoundation SynchronousExecutor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/65] Compiling SpellbookFoundation Boxing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/65] Compiling SpellbookFoundation Closure.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/65] Compiling SpellbookFoundation Refreshable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[15/65] Compiling SpellbookFoundation Resource (RAII).swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[16/65] Compiling SpellbookFoundation Types.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[17/71] Compiling SpellbookFoundation _ValueUpdateWrapping.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/71] Compiling SpellbookFoundation DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/71] Compiling SpellbookFoundation Extensions - ProcessInfo.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/71] Compiling SpellbookFoundation Atomic.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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 | }
[21/71] Compiling SpellbookFoundation BlockingQueue.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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 | }
[22/71] Compiling SpellbookFoundation ConcurrentBlockOperation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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/.build/checkouts/SwiftSpellbook/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 | }
[23/71] Compiling SpellbookFoundation SpellbookLog.swift
[24/71] Compiling SpellbookFoundation Utils.swift
[25/71] Compiling SpellbookFoundation ValueBuilder.swift
[26/71] Compiling SpellbookFoundation WildcardExpression.swift
[27/71] Compiling SpellbookFoundation DictionaryCodingKey.swift
[28/71] Compiling SpellbookFoundation DictionaryReader.swift
[29/71] Compiling SpellbookFoundation Extensions - Codable.swift
[30/71] Compiling SpellbookFoundation Extensions - Collections.swift
[31/71] Compiling SpellbookFoundation Extensions - Comparable.swift
[32/71] Compiling SpellbookFoundation Extensions - Formatters.swift
[33/71] Compiling SpellbookFoundation Extensions - StandardTypes.swift
[34/71] Compiling SpellbookFoundation SBUnit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/71] Compiling SpellbookFoundation DictionaryWriter.swift
[36/71] Compiling SpellbookFoundation CommonError.swift
[37/71] Compiling SpellbookFoundation CustomErrorUpdating.swift
[38/71] Compiling SpellbookFoundation Extensions - Error.swift
[39/71] Compiling SpellbookFoundation Extensions - NSError.swift
[40/71] Compiling SpellbookFoundation IOKitError.swift
[41/71] Emitting module SpellbookFoundation
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[42/71] Compiling SpellbookFoundation Extensions - Combine.swift
[43/71] Compiling SpellbookFoundation Proxies - Combine.swift
[44/71] Compiling SpellbookFoundation Benchmark.swift
[45/71] Compiling SpellbookFoundation CancellationToken.swift
[46/71] Compiling SpellbookFoundation Environment.swift
[47/71] Compiling SpellbookFoundation Exceptions.swift
[48/71] Compiling SpellbookFoundation Extensions - DispatchQueue.swift
[49/71] Compiling SpellbookFoundation Extensions - Locks.swift
[50/71] Compiling SpellbookFoundation Extensions - Task.swift
[51/71] Compiling SpellbookFoundation PosixLocks.swift
[52/71] Compiling SpellbookFoundation Synchronized.swift
[53/71] Compiling SpellbookFoundation SynchronizedObjC.swift
[54/71] Compiling SpellbookFoundation Extensions - Bundle.swift
[55/71] Compiling SpellbookFoundation Extensions - FileManager.swift
[56/71] Compiling SpellbookFoundation FileEnumerator.swift
[57/71] Compiling SpellbookFoundation FileStore.swift
[58/71] Compiling SpellbookFoundation TemporaryDirectory.swift
[59/71] Compiling SpellbookFoundation Extensions - CoreGraphics.swift
[60/71] Compiling SpellbookFoundation Internal.swift
[61/71] Compiling SpellbookFoundation AuditToken.swift
[62/71] Compiling SpellbookFoundation BridgedCEnum.swift
[63/71] Compiling SpellbookFoundation MachTime.swift
[64/71] Compiling SpellbookFoundation POD+Swift.swift
[65/71] Compiling SpellbookFoundation Unsafe.swift
[66/71] Compiling SpellbookFoundation EventAsk.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[67/71] Compiling SpellbookFoundation EventNotify.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[68/71] Compiling SpellbookFoundation ValueObservable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[69/71] Compiling SpellbookFoundation ValueObserving.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[70/71] Compiling SpellbookFoundation ValueStore.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
[71/71] Compiling SpellbookFoundation ValueView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/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() {
Fetching https://github.com/Alkenso/SwiftSpellbook.git
[1/3379] Fetching swiftspellbook
Fetched https://github.com/Alkenso/SwiftSpellbook.git from cache (0.86s)
Computing version for https://github.com/Alkenso/SwiftSpellbook.git
Computed https://github.com/Alkenso/SwiftSpellbook.git at 1.1.7 (1.27s)
Creating working copy for https://github.com/Alkenso/SwiftSpellbook.git
Working copy of https://github.com/Alkenso/SwiftSpellbook.git resolved at 1.1.7
BUILD FAILURE 6.2 macosSpm