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 sXPC, reference main (6d743b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:04:37 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/sXPC.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alkenso/sXPC
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6d743ba Update README.md
Cloned https://github.com/Alkenso/sXPC.git
Revision (git rev-parse @):
6d743ba952197e02468f2a3a51bf13be27ddbdee
SUCCESS checkout https://github.com/Alkenso/sXPC.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Alkenso/sXPC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SpellbookFoundationObjC SpellbookObjC.mm
[5/59] Emitting module SpellbookFoundation
[6/65] 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")
[7/65] 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")
[8/65] 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")
[9/65] 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")
[10/65] 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")
[11/65] 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")
[12/65] Compiling SpellbookFoundation Extensions - DispatchQueue.swift
[13/65] Compiling SpellbookFoundation Extensions - Locks.swift
[14/65] Compiling SpellbookFoundation Extensions - Task.swift
[15/65] Compiling SpellbookFoundation PosixLocks.swift
[16/65] Compiling SpellbookFoundation SynchronizationUtils.swift
[17/65] Compiling SpellbookFoundation Synchronized.swift
[18/65] Compiling SpellbookFoundation Proxies.swift
[19/65] Compiling SpellbookFoundation Benchmark.swift
[20/65] Compiling SpellbookFoundation CancellationToken.swift
[21/65] Compiling SpellbookFoundation Environment.swift
[22/65] Compiling SpellbookFoundation Extensions - Codable.swift
[23/65] Compiling SpellbookFoundation Extensions - Collections.swift
[24/65] Compiling SpellbookFoundation BinaryParsingError.swift
[25/65] Compiling SpellbookFoundation BinaryReader.swift
[26/65] Compiling SpellbookFoundation BinaryReaderInput.swift
[27/65] Compiling SpellbookFoundation BinaryWriter.swift
[28/65] Compiling SpellbookFoundation BinaryWriterOutput.swift
[29/65] Compiling SpellbookFoundation Extensions - Publisher.swift
[30/65] Compiling SpellbookFoundation DictionaryWriter.swift
[31/65] Compiling SpellbookFoundation Extensions - Bundle.swift
[32/65] Compiling SpellbookFoundation Extensions - FileManager.swift
[33/65] Compiling SpellbookFoundation FileEnumerator.swift
[34/65] Compiling SpellbookFoundation FileStore.swift
[35/65] Compiling SpellbookFoundation TemporaryDirectory.swift
[36/65] 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 |             }
[37/65] 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 |             }
[38/65] 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 |             }
[39/65] 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 |             }
[40/65] 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 |             }
[41/65] 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 |             }
[42/65] Compiling SpellbookFoundation SBUnit.swift
[43/65] Compiling SpellbookFoundation SpellbookLog.swift
[44/65] Compiling SpellbookFoundation Utils.swift
[45/65] Compiling SpellbookFoundation WildcardExpression.swift
[46/65] Compiling SpellbookFoundation DictionaryCodingKey.swift
[47/65] Compiling SpellbookFoundation DictionaryReader.swift
[48/65] Compiling SpellbookFoundation Extensions - Comparable.swift
[49/65] Compiling SpellbookFoundation Extensions - Formatters.swift
[50/65] Compiling SpellbookFoundation Extensions - NSError.swift
[51/65] Compiling SpellbookFoundation Extensions - Other.swift
[52/65] Compiling SpellbookFoundation Extensions - StandardTypes.swift
[53/65] Compiling SpellbookFoundation ObjectBuilder.swift
[54/65] Compiling SpellbookFoundation Extensions - CoreGraphics.swift
[55/65] Compiling SpellbookFoundation AuditToken.swift
[56/65] Compiling SpellbookFoundation BridgedCEnum.swift
[57/65] Compiling SpellbookFoundation IOKitError.swift
[58/65] Compiling SpellbookFoundation Mach.swift
[59/65] Compiling SpellbookFoundation POD+Swift.swift
[60/65] Compiling SpellbookFoundation Unsafe.swift
[61/65] Compiling SpellbookFoundation Exceptions.swift
[62/65] Compiling SpellbookFoundation DeviceInfo.swift
[63/65] Compiling SpellbookFoundation Atomic.swift
[64/65] Compiling SpellbookFoundation BlockingQueue.swift
[65/65] Compiling SpellbookFoundation ConcurrentBlockOperation.swift
Fetching https://github.com/Alkenso/SwiftSpellbook.git
[1/3379] Fetching swiftspellbook
Fetched https://github.com/Alkenso/SwiftSpellbook.git from cache (0.92s)
Computing version for https://github.com/Alkenso/SwiftSpellbook.git
Computed https://github.com/Alkenso/SwiftSpellbook.git at 0.4.2 (1.46s)
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