The Swift Package Index logo.Swift Package Index

Build Information

Failed to build sLaunchctl, reference main (140f93), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 02:08:03 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/sLaunchctl.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alkenso/sLaunchctl
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 140f937 Update README.md
Cloned https://github.com/Alkenso/sLaunchctl.git
Revision (git rev-parse @):
140f93705bcca12d4a28eae526c9c2a0f518e212
SUCCESS checkout https://github.com/Alkenso/sLaunchctl.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Alkenso/sLaunchctl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling SpellbookFoundationObjC SpellbookObjC.mm
[6/60] Compiling SpellbookFoundation SynchronousExecutor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:49:20: error: cannot find 'atomic_flag' in scope
 47 |         group.enter()
 48 |
 49 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:51:20: error: cannot find 'atomic_flag_test_and_set' in scope
 49 |         var once = atomic_flag()
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
    |                    `- error: cannot find 'atomic_flag_test_and_set' in scope
 52 |                 if !RunEnvironment.isXCTesting {
 53 |                     assertionFailure("\(Self.self) async action called multiple times")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:46:20: error: cannot find 'atomic_flag' in scope
 44 | extension Closure {
 45 |     public func oneShot() -> Self where R == Void {
 46 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:48:17: error: cannot find 'atomic_flag_test_and_set' in scope
 46 |         var once = atomic_flag()
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
 49 |                 self(result)
 50 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:109:20: error: cannot find 'atomic_flag' in scope
107 | extension ClosureT {
108 |     public func oneShot() -> Self where R == Void {
109 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:112:17: error: cannot find 'atomic_flag_test_and_set' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
112 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
113 |                 result = Result { try self(value) }
114 |             }
[7/60] Compiling SpellbookFoundation Boxing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:49:20: error: cannot find 'atomic_flag' in scope
 47 |         group.enter()
 48 |
 49 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:51:20: error: cannot find 'atomic_flag_test_and_set' in scope
 49 |         var once = atomic_flag()
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
    |                    `- error: cannot find 'atomic_flag_test_and_set' in scope
 52 |                 if !RunEnvironment.isXCTesting {
 53 |                     assertionFailure("\(Self.self) async action called multiple times")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:46:20: error: cannot find 'atomic_flag' in scope
 44 | extension Closure {
 45 |     public func oneShot() -> Self where R == Void {
 46 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:48:17: error: cannot find 'atomic_flag_test_and_set' in scope
 46 |         var once = atomic_flag()
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
 49 |                 self(result)
 50 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:109:20: error: cannot find 'atomic_flag' in scope
107 | extension ClosureT {
108 |     public func oneShot() -> Self where R == Void {
109 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:112:17: error: cannot find 'atomic_flag_test_and_set' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
112 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
113 |                 result = Result { try self(value) }
114 |             }
[8/60] Compiling SpellbookFoundation Closure.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:49:20: error: cannot find 'atomic_flag' in scope
 47 |         group.enter()
 48 |
 49 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:51:20: error: cannot find 'atomic_flag_test_and_set' in scope
 49 |         var once = atomic_flag()
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
    |                    `- error: cannot find 'atomic_flag_test_and_set' in scope
 52 |                 if !RunEnvironment.isXCTesting {
 53 |                     assertionFailure("\(Self.self) async action called multiple times")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:46:20: error: cannot find 'atomic_flag' in scope
 44 | extension Closure {
 45 |     public func oneShot() -> Self where R == Void {
 46 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:48:17: error: cannot find 'atomic_flag_test_and_set' in scope
 46 |         var once = atomic_flag()
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
 49 |                 self(result)
 50 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:109:20: error: cannot find 'atomic_flag' in scope
107 | extension ClosureT {
108 |     public func oneShot() -> Self where R == Void {
109 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:112:17: error: cannot find 'atomic_flag_test_and_set' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
112 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
113 |                 result = Result { try self(value) }
114 |             }
[9/60] Compiling SpellbookFoundation CommonError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:49:20: error: cannot find 'atomic_flag' in scope
 47 |         group.enter()
 48 |
 49 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:51:20: error: cannot find 'atomic_flag_test_and_set' in scope
 49 |         var once = atomic_flag()
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
    |                    `- error: cannot find 'atomic_flag_test_and_set' in scope
 52 |                 if !RunEnvironment.isXCTesting {
 53 |                     assertionFailure("\(Self.self) async action called multiple times")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:46:20: error: cannot find 'atomic_flag' in scope
 44 | extension Closure {
 45 |     public func oneShot() -> Self where R == Void {
 46 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:48:17: error: cannot find 'atomic_flag_test_and_set' in scope
 46 |         var once = atomic_flag()
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
 49 |                 self(result)
 50 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:109:20: error: cannot find 'atomic_flag' in scope
107 | extension ClosureT {
108 |     public func oneShot() -> Self where R == Void {
109 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:112:17: error: cannot find 'atomic_flag_test_and_set' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
112 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
113 |                 result = Result { try self(value) }
114 |             }
[10/60] Compiling SpellbookFoundation Refreshable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:49:20: error: cannot find 'atomic_flag' in scope
 47 |         group.enter()
 48 |
 49 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:51:20: error: cannot find 'atomic_flag_test_and_set' in scope
 49 |         var once = atomic_flag()
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
    |                    `- error: cannot find 'atomic_flag_test_and_set' in scope
 52 |                 if !RunEnvironment.isXCTesting {
 53 |                     assertionFailure("\(Self.self) async action called multiple times")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:46:20: error: cannot find 'atomic_flag' in scope
 44 | extension Closure {
 45 |     public func oneShot() -> Self where R == Void {
 46 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:48:17: error: cannot find 'atomic_flag_test_and_set' in scope
 46 |         var once = atomic_flag()
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
 49 |                 self(result)
 50 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:109:20: error: cannot find 'atomic_flag' in scope
107 | extension ClosureT {
108 |     public func oneShot() -> Self where R == Void {
109 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:112:17: error: cannot find 'atomic_flag_test_and_set' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
112 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
113 |                 result = Result { try self(value) }
114 |             }
[11/60] Compiling SpellbookFoundation Resource (RAII).swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:49:20: error: cannot find 'atomic_flag' in scope
 47 |         group.enter()
 48 |
 49 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading & Concurrency/SynchronousExecutor.swift:51:20: error: cannot find 'atomic_flag_test_and_set' in scope
 49 |         var once = atomic_flag()
 50 |         try action {
 51 |             guard !atomic_flag_test_and_set(&once) else {
    |                    `- error: cannot find 'atomic_flag_test_and_set' in scope
 52 |                 if !RunEnvironment.isXCTesting {
 53 |                     assertionFailure("\(Self.self) async action called multiple times")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:46:20: error: cannot find 'atomic_flag' in scope
 44 | extension Closure {
 45 |     public func oneShot() -> Self where R == Void {
 46 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:48:17: error: cannot find 'atomic_flag_test_and_set' in scope
 46 |         var once = atomic_flag()
 47 |         return Self { result in
 48 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
 49 |                 self(result)
 50 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:109:20: error: cannot find 'atomic_flag' in scope
107 | extension ClosureT {
108 |     public func oneShot() -> Self where R == Void {
109 |         var once = atomic_flag()
    |                    `- error: cannot find 'atomic_flag' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types & PropertyWrappers/Closure.swift:112:17: error: cannot find 'atomic_flag_test_and_set' in scope
110 |         return Self { value in
111 |             var result: Result<R, Error>?
112 |             if !atomic_flag_test_and_set(&once) {
    |                 `- error: cannot find 'atomic_flag_test_and_set' in scope
113 |                 result = Result { try self(value) }
114 |             }
[12/66] Compiling SpellbookFoundation Proxies.swift
[13/66] Compiling SpellbookFoundation Benchmark.swift
[14/66] Compiling SpellbookFoundation CancellationToken.swift
[15/66] Compiling SpellbookFoundation Environment.swift
[16/66] Compiling SpellbookFoundation Extensions - Codable.swift
[17/66] Compiling SpellbookFoundation Extensions - Collections.swift
[18/66] Emitting module SpellbookFoundation
[19/66] Compiling SpellbookFoundation BinaryParsingError.swift
[20/66] Compiling SpellbookFoundation BinaryReader.swift
[21/66] Compiling SpellbookFoundation BinaryReaderInput.swift
[22/66] Compiling SpellbookFoundation BinaryWriter.swift
[23/66] Compiling SpellbookFoundation BinaryWriterOutput.swift
[24/66] Compiling SpellbookFoundation Extensions - Publisher.swift
[25/66] Compiling SpellbookFoundation SBUnit.swift
[26/66] Compiling SpellbookFoundation SpellbookLog.swift
[27/66] Compiling SpellbookFoundation Utils.swift
[28/66] Compiling SpellbookFoundation WildcardExpression.swift
[29/66] Compiling SpellbookFoundation DictionaryCodingKey.swift
[30/66] Compiling SpellbookFoundation DictionaryReader.swift
[31/66] Compiling SpellbookFoundation Unsafe.swift
[32/66] Compiling SpellbookFoundation Exceptions.swift
[33/66] Compiling SpellbookFoundation DeviceInfo.swift
[34/66] Compiling SpellbookFoundation Atomic.swift
[35/66] Compiling SpellbookFoundation BlockingQueue.swift
[36/66] Compiling SpellbookFoundation ConcurrentBlockOperation.swift
[37/66] Compiling SpellbookFoundation Extensions - Comparable.swift
[38/66] Compiling SpellbookFoundation Extensions - Formatters.swift
[39/66] Compiling SpellbookFoundation Extensions - NSError.swift
[40/66] Compiling SpellbookFoundation Extensions - Other.swift
[41/66] Compiling SpellbookFoundation Extensions - StandardTypes.swift
[42/66] Compiling SpellbookFoundation ObjectBuilder.swift
[43/66] Compiling SpellbookFoundation DictionaryWriter.swift
[44/66] Compiling SpellbookFoundation Extensions - Bundle.swift
[45/66] Compiling SpellbookFoundation Extensions - FileManager.swift
[46/66] Compiling SpellbookFoundation FileEnumerator.swift
[47/66] Compiling SpellbookFoundation FileStore.swift
[48/66] Compiling SpellbookFoundation TemporaryDirectory.swift
[49/66] Compiling SpellbookFoundation Extensions - DispatchQueue.swift
[50/66] Compiling SpellbookFoundation Extensions - Locks.swift
[51/66] Compiling SpellbookFoundation Extensions - Task.swift
[52/66] Compiling SpellbookFoundation PosixLocks.swift
[53/66] Compiling SpellbookFoundation SynchronizationUtils.swift
[54/66] Compiling SpellbookFoundation Synchronized.swift
[55/66] Compiling SpellbookFoundation Extensions - CoreGraphics.swift
[56/66] Compiling SpellbookFoundation AuditToken.swift
[57/66] Compiling SpellbookFoundation BridgedCEnum.swift
[58/66] Compiling SpellbookFoundation IOKitError.swift
[59/66] Compiling SpellbookFoundation Mach.swift
[60/66] Compiling SpellbookFoundation POD+Swift.swift
[61/66] Compiling SpellbookFoundation Types.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:65:28: error: cannot find 'atomic_flag' in scope
 63 |             group.enter()
 64 |             entry.queue.async {
 65 |                 var once = atomic_flag()
    |                            `- error: cannot find 'atomic_flag' in scope
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:67:28: error: cannot find 'atomic_flag_test_and_set' in scope
 65 |                 var once = atomic_flag()
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
    |                            `- error: cannot find 'atomic_flag_test_and_set' in scope
 68 |                         if !RunEnvironment.isXCTesting {
 69 |                             assertionFailure("\(Self.self) transform action called multiple times")
[62/66] Compiling SpellbookFoundation EventAsk.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:65:28: error: cannot find 'atomic_flag' in scope
 63 |             group.enter()
 64 |             entry.queue.async {
 65 |                 var once = atomic_flag()
    |                            `- error: cannot find 'atomic_flag' in scope
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:67:28: error: cannot find 'atomic_flag_test_and_set' in scope
 65 |                 var once = atomic_flag()
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
    |                            `- error: cannot find 'atomic_flag_test_and_set' in scope
 68 |                         if !RunEnvironment.isXCTesting {
 69 |                             assertionFailure("\(Self.self) transform action called multiple times")
[63/66] Compiling SpellbookFoundation EventNotify.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:65:28: error: cannot find 'atomic_flag' in scope
 63 |             group.enter()
 64 |             entry.queue.async {
 65 |                 var once = atomic_flag()
    |                            `- error: cannot find 'atomic_flag' in scope
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:67:28: error: cannot find 'atomic_flag_test_and_set' in scope
 65 |                 var once = atomic_flag()
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
    |                            `- error: cannot find 'atomic_flag_test_and_set' in scope
 68 |                         if !RunEnvironment.isXCTesting {
 69 |                             assertionFailure("\(Self.self) transform action called multiple times")
[64/66] Compiling SpellbookFoundation Observable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:65:28: error: cannot find 'atomic_flag' in scope
 63 |             group.enter()
 64 |             entry.queue.async {
 65 |                 var once = atomic_flag()
    |                            `- error: cannot find 'atomic_flag' in scope
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:67:28: error: cannot find 'atomic_flag_test_and_set' in scope
 65 |                 var once = atomic_flag()
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
    |                            `- error: cannot find 'atomic_flag_test_and_set' in scope
 68 |                         if !RunEnvironment.isXCTesting {
 69 |                             assertionFailure("\(Self.self) transform action called multiple times")
[65/66] Compiling SpellbookFoundation ValueObserving.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:65:28: error: cannot find 'atomic_flag' in scope
 63 |             group.enter()
 64 |             entry.queue.async {
 65 |                 var once = atomic_flag()
    |                            `- error: cannot find 'atomic_flag' in scope
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:67:28: error: cannot find 'atomic_flag_test_and_set' in scope
 65 |                 var once = atomic_flag()
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
    |                            `- error: cannot find 'atomic_flag_test_and_set' in scope
 68 |                         if !RunEnvironment.isXCTesting {
 69 |                             assertionFailure("\(Self.self) transform action called multiple times")
[66/66] Compiling SpellbookFoundation ValueStore.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:65:28: error: cannot find 'atomic_flag' in scope
 63 |             group.enter()
 64 |             entry.queue.async {
 65 |                 var once = atomic_flag()
    |                            `- error: cannot find 'atomic_flag' in scope
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift:67:28: error: cannot find 'atomic_flag_test_and_set' in scope
 65 |                 var once = atomic_flag()
 66 |                 entry.transform(value) { singleResult in
 67 |                     guard !atomic_flag_test_and_set(&once) else {
    |                            `- error: cannot find 'atomic_flag_test_and_set' in scope
 68 |                         if !RunEnvironment.isXCTesting {
 69 |                             assertionFailure("\(Self.self) transform action called multiple times")
Fetching https://github.com/Alkenso/SwiftSpellbook.git
Fetching https://github.com/Alkenso/SwiftSpellbook_macOS.git
[5/472] Fetching swiftspellbook_macos
[237/3851] Fetching swiftspellbook_macos, swiftspellbook
Fetched https://github.com/Alkenso/SwiftSpellbook.git from cache (1.04s)
Fetched https://github.com/Alkenso/SwiftSpellbook_macOS.git from cache (1.04s)
Computing version for https://github.com/Alkenso/SwiftSpellbook_macOS.git
Computed https://github.com/Alkenso/SwiftSpellbook_macOS.git at 0.0.3 (1.46s)
Computing version for https://github.com/Alkenso/SwiftSpellbook.git
Computed https://github.com/Alkenso/SwiftSpellbook.git at 0.4.2 (0.49s)
Creating working copy for https://github.com/Alkenso/SwiftSpellbook_macOS.git
Working copy of https://github.com/Alkenso/SwiftSpellbook_macOS.git resolved at 0.0.3
Creating working copy for https://github.com/Alkenso/SwiftSpellbook.git
Working copy of https://github.com/Alkenso/SwiftSpellbook.git resolved at 0.4.2
BUILD FAILURE 6.2 macosSpm