Build Information
Successful build of swift-state-graph, reference main (5a25c7), with Swift 6.2 for macOS (SPM) on 28 Apr 2026 13:44:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/swift-state-graph.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/swift-state-graph
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5a25c7c [codex] Improve observation key path readability (#99)
Cloned https://github.com/VergeGroup/swift-state-graph.git
Revision (git rev-parse @):
5a25c7cede0e496dea9ce22a5f9cd21d0f8274fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/VergeGroup/swift-state-graph.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/VergeGroup/swift-state-graph.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[7/10] Write swift-version--3CB7CFEC50E0D141.txt
[9/21] Compiling TypedIdentifier TypedIdentifier.swift
[11/21] Emitting module TypedIdentifier
[13/21] Compiling StateGraphMacro Plugin.swift
[14/21] Compiling StateGraphMacro GraphViewMacro.swift
[15/21] Compiling StateGraphMacro IgnoredMacro.swift
[16/21] Emitting module StateGraphMacro
[17/21] Compiling StateGraphMacro UnifiedStoredMacro.swift
[18/21] Compiling StateGraphMacro Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraphMacro/Extension.swift:216:22: warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
214 | }
215 | }
216 | case .getter(let _):
| `- warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
217 | return nil
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/StateGraphMacro/Extension.swift:234:22: warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
232 | }
233 | }
234 | case .getter(let _):
| `- warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
235 | return nil
236 | }
[19/21] Compiling StateGraphMacro ComputedMacro.swift
[19/21] Write Objects.LinkFileList
[20/21] Linking StateGraphMacro-tool
[22/61] Compiling StateGraph Subscriptions.swift
[23/61] Compiling StateGraph withGraphTracking.swift
[24/63] Compiling StateGraph UserDefaultsStored.swift
[25/63] Compiling StateGraph SourceLocation.swift
[26/63] Compiling StateGraph ThreadLocal.swift
[27/63] Compiling StateGraph util.swift
[28/63] Emitting module StateGraph
[29/63] Compiling StateGraph Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:236:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
234 | switch emit {
235 | case .element(let element):
236 | Result(catching: element).map { Iteration.next($0) }
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:238:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
236 | Result(catching: element).map { Iteration.next($0) }
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
239 | }
240 | } didChange: { [state] in
[30/63] Compiling StateGraph Macro.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:236:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
234 | switch emit {
235 | case .element(let element):
236 | Result(catching: element).map { Iteration.next($0) }
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:238:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
236 | Result(catching: element).map { Iteration.next($0) }
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
239 | }
240 | } didChange: { [state] in
[31/63] Compiling StateGraph withGraphTrackingGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:236:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
234 | switch emit {
235 | case .element(let element):
236 | Result(catching: element).map { Iteration.next($0) }
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:238:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
236 | Result(catching: element).map { Iteration.next($0) }
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
239 | }
240 | } didChange: { [state] in
[32/63] Compiling StateGraph withGraphTrackingMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:236:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
234 | switch emit {
235 | case .element(let element):
236 | Result(catching: element).map { Iteration.next($0) }
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/GraphTracking.swift:238:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
236 | Result(catching: element).map { Iteration.next($0) }
237 | case .iteration(let iteration):
238 | Result(catching: iteration)
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> GraphTrackings<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
239 | }
240 | } didChange: { [state] in
[33/63] Compiling StateGraph GraphTrackingCancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:101:26: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
99 | name: name,
100 | storage: storage,
101 | shouldNotify: { $0 != $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
102 | )
103 | }
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:152:32: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
150 | ) where Value : Equatable {
151 | self.computeClosure = compute
152 | self.isEqualClosure = { $0 == $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:431:74: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
429 | sourceLocation: .init(file: file, line: line, column: column)
430 | )
431 | self.descriptor = AnyComputedDescriptor(compute: rule, isEqual: { $0 == $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
432 | self.lock = .init()
433 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:436:45: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
434 | #if DEBUG
435 | Task {
436 | await NodeStore.shared.register(node: self)
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
437 | }
438 | #endif
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[34/63] Compiling StateGraph Node+Observe.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:101:26: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
99 | name: name,
100 | storage: storage,
101 | shouldNotify: { $0 != $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
102 | )
103 | }
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:152:32: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
150 | ) where Value : Equatable {
151 | self.computeClosure = compute
152 | self.isEqualClosure = { $0 == $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:431:74: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
429 | sourceLocation: .init(file: file, line: line, column: column)
430 | )
431 | self.descriptor = AnyComputedDescriptor(compute: rule, isEqual: { $0 == $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
432 | self.lock = .init()
433 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:436:45: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
434 | #if DEBUG
435 | Task {
436 | await NodeStore.shared.register(node: self)
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
437 | }
438 | #endif
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[35/65] Compiling StateGraph ThreadLocal.swift
[36/65] Compiling StateGraph util.swift
[37/65] Compiling StateGraph withTracking.swift
[38/65] Compiling StateGraph KeyPath.swift
[39/65] Compiling StateGraph UserDefaultsStored.swift
[40/65] Compiling StateGraph SourceLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:101:26: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
99 | name: name,
100 | storage: storage,
101 | shouldNotify: { $0 != $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
102 | )
103 | }
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:152:32: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
150 | ) where Value : Equatable {
151 | self.computeClosure = compute
152 | self.isEqualClosure = { $0 == $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:431:74: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
429 | sourceLocation: .init(file: file, line: line, column: column)
430 | )
431 | self.descriptor = AnyComputedDescriptor(compute: rule, isEqual: { $0 == $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
432 | self.lock = .init()
433 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:436:45: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
434 | #if DEBUG
435 | Task {
436 | await NodeStore.shared.register(node: self)
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
437 | }
438 | #endif
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:101:26: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
99 | name: name,
100 | storage: storage,
101 | shouldNotify: { $0 != $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
102 | )
103 | }
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:152:32: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
150 | ) where Value : Equatable {
151 | self.computeClosure = compute
152 | self.isEqualClosure = { $0 == $1 }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:431:74: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
429 | sourceLocation: .init(file: file, line: line, column: column)
430 | )
431 | self.descriptor = AnyComputedDescriptor(compute: rule, isEqual: { $0 == $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
432 | self.lock = .init()
433 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Primitives/StateGraph.swift:436:45: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
434 | #if DEBUG
435 | Task {
436 | await NodeStore.shared.register(node: self)
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
437 | }
438 | #endif
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:372:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
370 | storage: consuming S
371 | ) {
372 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
373 | }
374 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:408:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
406 | storage: consuming S
407 | ) {
408 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
409 | }
410 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:372:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
370 | storage: consuming S
371 | ) {
372 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
373 | }
374 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:408:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
406 | storage: consuming S
407 | ) {
408 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
409 | }
410 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[47/65] Compiling StateGraph Subscriptions.swift
[48/65] Compiling StateGraph withGraphTracking.swift
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/withGraphTrackingMap.swift:304:12: warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
302 | }
303 |
304 | weak var weakDependency = from
| `- warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
305 |
306 | var filter = filter
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/withGraphTrackingMap.swift:304:12: warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
302 | }
303 |
304 | weak var weakDependency = from
| `- warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
305 |
306 | var filter = filter
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
[51/65] Compiling StateGraph NodeStore.swift
[52/65] Compiling StateGraph withGraphTrackingGroup.swift
[53/65] Compiling StateGraph withGraphTrackingMap.swift
[58/65] Emitting module StateGraph
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/withGraphTrackingMap.swift:304:12: warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
302 | }
303 |
304 | weak var weakDependency = from
| `- warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
305 |
306 | var filter = filter
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/Observation/withGraphTrackingMap.swift:304:12: warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
302 | }
303 |
304 | weak var weakDependency = from
| `- warning: weak variable 'weakDependency' was never mutated; consider changing to 'let' constant [#WeakMutability]
305 |
306 | var filter = filter
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:372:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
370 | storage: consuming S
371 | ) {
372 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
373 | }
374 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:408:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
406 | storage: consuming S
407 | ) {
408 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
409 | }
410 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:372:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
370 | storage: consuming S
371 | ) {
372 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
373 | }
374 |
/Users/admin/builder/spi-builder-workspace/Sources/StateGraph/StorageAbstraction.swift:408:84: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
406 | storage: consuming S
407 | ) {
408 | self.init(file, line, column, name: name, storage: storage, shouldNotify: { $0 != $1 })
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
409 | }
410 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[66/69] Compiling StateGraphNormalization StateGraphNormalization.swift
[67/69] Emitting module StateGraphNormalization
[68/69] Compiling StateGraphNormalization StateGraphNormalization.swift
[69/69] Emitting module StateGraphNormalization
Build complete! (30.29s)
Fetching https://github.com/VergeGroup/swift-typed-identifier.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/961] Fetching swift-macro-testing
[59/1024] Fetching swift-macro-testing, swift-typed-identifier
[1025/76063] Fetching swift-macro-testing, swift-typed-identifier, swift-syntax
Fetched https://github.com/VergeGroup/swift-typed-identifier.git from cache (3.71s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.71s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (3.71s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier.git
Computed https://github.com/VergeGroup/swift-typed-identifier.git at 2.0.4 (4.26s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.85s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.5 (0.42s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16069] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.95s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (4.40s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.18s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.62s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.76s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/VergeGroup/swift-typed-identifier.git
Working copy of https://github.com/VergeGroup/swift-typed-identifier.git resolved at 2.0.4
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.5
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.25s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-typed-identifier",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/VergeGroup/swift-typed-identifier.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "swift-state-graph",
"name" : "swift-state-graph",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "StateGraph",
"targets" : [
"StateGraph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StateGraphNormalization",
"targets" : [
"StateGraphNormalization"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StateGraphMacro",
"targets" : [
"StateGraphMacro"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "StateGraphTests",
"module_type" : "SwiftTarget",
"name" : "StateGraphTests",
"path" : "Tests/StateGraphTests",
"sources" : [
"ActorIsolationTests.swift",
"ConcurrencyTests.swift",
"DeadlockTests.swift",
"GraphTrackingCancellationTests.swift",
"GraphTrackingGroupTests.swift",
"GraphTrackingMapTests.swift",
"GraphTrackingsTests.swift",
"KeyPathTests.swift",
"ModelInitializationTests.swift",
"NestedGraphTrackingTests.swift",
"NodeObserveTests.swift",
"ObservationKeyPathTests.swift",
"StaticPropertyTests.swift",
"StoredComparatorTests.swift",
"Syntax.swift",
"Tests.swift",
"TopLevelPropertyTests.swift",
"UserDefaultsStoredTests.swift"
],
"target_dependencies" : [
"StateGraph"
],
"type" : "test"
},
{
"c99name" : "StateGraphNormalizationTests",
"module_type" : "SwiftTarget",
"name" : "StateGraphNormalizationTests",
"path" : "Tests/StateGraphNormalizationTests",
"sources" : [
"NormalizationTests.swift"
],
"target_dependencies" : [
"StateGraph",
"StateGraphNormalization"
],
"type" : "test"
},
{
"c99name" : "StateGraphNormalization",
"module_type" : "SwiftTarget",
"name" : "StateGraphNormalization",
"path" : "Sources/StateGraphNormalization",
"product_dependencies" : [
"TypedIdentifier"
],
"product_memberships" : [
"StateGraphNormalization"
],
"sources" : [
"StateGraphNormalization.swift"
],
"target_dependencies" : [
"StateGraph"
],
"type" : "library"
},
{
"c99name" : "StateGraphMacroTests",
"module_type" : "SwiftTarget",
"name" : "StateGraphMacroTests",
"path" : "Tests/StateGraphMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"UnifiedStoredMacroTests.swift"
],
"target_dependencies" : [
"StateGraphMacro"
],
"type" : "test"
},
{
"c99name" : "StateGraphMacro",
"module_type" : "SwiftTarget",
"name" : "StateGraphMacro",
"path" : "Sources/StateGraphMacro",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"StateGraph",
"StateGraphNormalization",
"StateGraphMacro"
],
"sources" : [
"ComputedMacro.swift",
"Extension.swift",
"GraphViewMacro.swift",
"IgnoredMacro.swift",
"Plugin.swift",
"UnifiedStoredMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "StateGraph",
"module_type" : "SwiftTarget",
"name" : "StateGraph",
"path" : "Sources/StateGraph",
"product_memberships" : [
"StateGraph",
"StateGraphNormalization"
],
"sources" : [
"Logger.swift",
"Macro.swift",
"NodeStore.swift",
"Observation/Filter.swift",
"Observation/GraphTracking.swift",
"Observation/GraphTrackingCancellable.swift",
"Observation/Node+Observe.swift",
"Observation/Subscriptions.swift",
"Observation/withGraphTracking.swift",
"Observation/withGraphTrackingGroup.swift",
"Observation/withGraphTrackingMap.swift",
"Observation/withTracking.swift",
"Primitives/KeyPath.swift",
"Primitives/Node.swift",
"Primitives/StateGraph.swift",
"Primitives/UserDefaultsStored.swift",
"SourceLocation.swift",
"StorageAbstraction.swift",
"SwiftUI.swift",
"ThreadLocal.swift",
"util.swift"
],
"target_dependencies" : [
"StateGraphMacro"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.