Build Information
Failed to build swiftui-atom-properties, reference 0.8.1 (150f35
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:56:52 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/ra1028/swiftui-atom-properties.git
Reference: 0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ra1028/swiftui-atom-properties
* tag 0.8.1 -> FETCH_HEAD
HEAD is now at 150f350 Fix the issue where AtomEffectBuilder fails to demangle witness for the return type of the builder with multiple blocks in iOS 16 (#193)
Cloned https://github.com/ra1028/swiftui-atom-properties.git
Revision (git rev-parse @):
150f3502c8c25b829666ea0c260c0ed037da1ad3
SUCCESS checkout https://github.com/ra1028/swiftui-atom-properties.git at 0.8.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ra1028/swiftui-atom-properties.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/66] Emitting module Atoms
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[4/73] Compiling Atoms OverrideContainer.swift
[5/73] Compiling Atoms AtomProducer.swift
[6/73] Compiling Atoms AtomProducerContext.swift
[7/73] Compiling Atoms AtomRefreshProducer.swift
[8/73] Compiling Atoms Scope.swift
[9/73] Compiling Atoms ScopeID.swift
[10/73] Compiling Atoms ScopeKey.swift
[11/73] Compiling Atoms ScopeState.swift
[12/73] Compiling Atoms ScopeValues.swift
[13/73] Compiling Atoms SourceLocation.swift
[14/73] Compiling Atoms StoreContext.swift
[15/73] Compiling Atoms Subscriber.swift
[16/73] Compiling Atoms SubscriberKey.swift
[17/73] Compiling Atoms SubscriberState.swift
[18/73] Compiling Atoms Subscription.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[19/73] Compiling Atoms TopologicalSort.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[20/73] Compiling Atoms TransactionState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[21/73] Compiling Atoms UnsafeUncheckedSendable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[22/73] Compiling Atoms Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[23/73] Compiling Atoms AtomEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[24/73] Compiling Atoms AtomEffectBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Core/TransactionState.swift:17:21: error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
15 | ) {
16 | self.key = key
17 | self.body = body
| `- error: cannot assign value of type '@MainActor @Sendable () -> Void' to type '@MainActor @Sendable () -> @MainActor @Sendable () -> Void'
18 | }
19 |
[25/73] Compiling Atoms TaskPhaseModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[26/73] Compiling Atoms ViewContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[27/73] Compiling Atoms Watch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[28/73] Compiling Atoms WatchState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[29/73] Compiling Atoms WatchStateObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[30/73] Compiling Atoms Snapshot.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[31/73] Compiling Atoms Suspense.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:198:25: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
196 |
197 | suspensionTask = Task { [weak self] in
198 | self?.phase = .suspending
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
199 |
200 | let result = await task.result
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Content.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'Suspending.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Suspense.swift:197:47: warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
195 | }
196 |
197 | suspensionTask = Task { [weak self] in
| `- warning: capture of non-sendable type 'FailureContent.Type' in an isolated closure
198 | self?.phase = .suspending
199 |
[32/73] Compiling Atoms EmptyEffect.swift
[33/73] Compiling Atoms MergedEffect.swift
[34/73] Compiling Atoms Environment.swift
[35/73] Compiling Atoms AsyncAtomModifier.swift
[36/73] Compiling Atoms AtomModifier.swift
[37/73] Compiling Atoms Observer.swift
[38/73] Compiling Atoms Override.swift
[39/73] Compiling Atoms InitializeEffect.swift
[40/73] Compiling Atoms InitializingEffect.swift
[41/73] Compiling Atoms ReleaseEffect.swift
[42/73] Compiling Atoms UpdateEffect.swift
[43/73] Compiling Atoms AnimationModifier.swift
[44/73] Compiling Atoms ChangesModifier.swift
[45/73] Compiling Atoms ChangesOfModifier.swift
[46/73] Compiling Atoms AsyncPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[47/73] Compiling Atoms AsyncPhaseAtom.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[48/73] Compiling Atoms AsyncSequenceAtom.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[49/73] Compiling Atoms ObservableObjectAtom.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[50/73] Compiling Atoms PublisherAtom.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[51/73] Compiling Atoms StateAtom.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[52/73] Compiling Atoms TaskAtom.swift
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:71:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
69 | let task = Task {
70 | do {
71 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
72 | if !Task.isCancelled {
73 | context.update(with: .success(element))
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.AsyncIterator.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
/Users/admin/builder/spi-builder-workspace/Sources/Atoms/Atom/AsyncSequenceAtom.swift:96:46: warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
94 |
95 | do {
96 | for try await element in sequence {
| `- warning: capture of non-sendable type 'Self.Sequence.Type' in an isolated closure
97 | if !Task.isCancelled {
98 | phase = .success(element)
[53/73] Compiling Atoms ThrowingTaskAtom.swift
[54/73] Compiling Atoms ValueAtom.swift
[55/73] Compiling Atoms AtomDerivedScope.swift
[56/73] Compiling Atoms AtomRoot.swift
[57/73] Compiling Atoms AtomScope.swift
[58/73] Compiling Atoms AtomStore.swift
[59/73] Compiling Atoms KeepAlive.swift
[60/73] Compiling Atoms Refreshable.swift
[61/73] Compiling Atoms Resettable.swift
[62/73] Compiling Atoms Scoped.swift
[63/73] Compiling Atoms AtomContext.swift
[64/73] Compiling Atoms AtomCurrentContext.swift
[65/73] Compiling Atoms AtomTestContext.swift
[66/73] Compiling Atoms AtomTransactionContext.swift
[67/73] Compiling Atoms AtomViewContext.swift
[68/73] Compiling Atoms AsyncAtom.swift
[69/73] Compiling Atoms Atom.swift
[70/73] Compiling Atoms ModifiedAtom.swift
[71/73] Compiling Atoms AtomCache.swift
[72/73] Compiling Atoms AtomKey.swift
[73/73] Compiling Atoms AtomState.swift
BUILD FAILURE 6.2 macosSpm