The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AsyncStateMachine with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sideeffect-io/AsyncStateMachine.git
Reference: 0.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sideeffect-io/AsyncStateMachine
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 54cfca6 Merge pull request #19 from sideeffect-io/feature/debounce-in-readme
Cloned https://github.com/sideeffect-io/AsyncStateMachine.git
Revision (git rev-parse @):
54cfca6d65c78d32c4cb61fd2af910a7bf7010a4
SUCCESS checkout https://github.com/sideeffect-io/AsyncStateMachine.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/sideeffect-io/AsyncStateMachine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/9] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/9] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[6/9] Emitting module XCTestDynamicOverlay
[7/9] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[8/9] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/9] Compiling XCTestDynamicOverlay XCTFail.swift
[10/37] Emitting module AsyncStateMachine
[11/40] Compiling AsyncStateMachine DSLCompatible.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:19: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                       ^
[12/40] Compiling AsyncStateMachine Execute.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:19: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                       ^
[13/40] Compiling AsyncStateMachine Guard.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:19: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                       ^
[14/40] Compiling AsyncStateMachine Never+DSLCompatible.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:19: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StateMachine/DSLCompatible.swift:61:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
    return memcmp(&me, &other, MemoryLayout<Self>.size) == 0 || me.label == other.label
                       ^
[15/40] Compiling AsyncStateMachine On.swift
[16/40] Compiling AsyncStateMachine OneOf.swift
[17/40] Compiling AsyncStateMachine StateMachine.swift
[18/40] Compiling AsyncStateMachine Transition.swift
[19/40] Compiling AsyncStateMachine OrderedStorage.swift
[20/40] Compiling AsyncStateMachine ThrowingInject.swift
[21/40] Compiling AsyncStateMachine XCTStateMachine.swift
[22/40] Compiling AsyncStateMachine When.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
[23/40] Compiling AsyncStateMachine AnyAsyncSequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
[24/40] Compiling AsyncStateMachine AsyncBufferedChannel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
[25/40] Compiling AsyncStateMachine AsyncCompactScanSequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
[26/40] Compiling AsyncStateMachine ExecutionStrategy.swift
[27/40] Compiling AsyncStateMachine Middleware.swift
[28/40] Compiling AsyncStateMachine Runtime.swift
[29/40] Compiling AsyncStateMachine SideEffect.swift
[30/40] Compiling AsyncStateMachine AsyncJustSequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Binding+Debounce.swift:57:11: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a `@Sendable` closure
          self.wrappedValue = currentValue
          ^
SwiftUI.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
                                                            ^
[31/40] Compiling AsyncStateMachine AsyncOnEachSequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Binding+Debounce.swift:57:11: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a `@Sendable` closure
          self.wrappedValue = currentValue
          ^
SwiftUI.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
                                                            ^
[32/40] Compiling AsyncStateMachine AsyncSerialSequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Binding+Debounce.swift:57:11: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a `@Sendable` closure
          self.wrappedValue = currentValue
          ^
SwiftUI.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
                                                            ^
[33/40] Compiling AsyncStateMachine Binding+Debounce.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncSerialSequence.swift:148:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [weak self] in
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Binding+Debounce.swift:57:11: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a `@Sendable` closure
          self.wrappedValue = currentValue
          ^
SwiftUI.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
                                                            ^
[34/40] Compiling AsyncStateMachine Binding+Distinct.swift
[35/40] Compiling AsyncStateMachine Inject.swift
[36/40] Compiling AsyncStateMachine ManagedCriticalState.swift
[37/40] Compiling AsyncStateMachine AsyncStateMachine.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:181:10: warning: actor-isolated instance method 'cancelTasksInProgress()' can not be referenced from a non-isolated context; this is an error in Swift 6
    self.cancelTasksInProgress()
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:90:8: note: calls to instance method 'cancelTasksInProgress()' from outside of its actor context are implicitly asynchronous
  func cancelTasksInProgress() {
       ^
[38/40] Compiling AsyncStateMachine Engine.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:181:10: warning: actor-isolated instance method 'cancelTasksInProgress()' can not be referenced from a non-isolated context; this is an error in Swift 6
    self.cancelTasksInProgress()
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:90:8: note: calls to instance method 'cancelTasksInProgress()' from outside of its actor context are implicitly asynchronous
  func cancelTasksInProgress() {
       ^
[39/40] Compiling AsyncStateMachine ViewStateMachine.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:181:10: warning: actor-isolated instance method 'cancelTasksInProgress()' can not be referenced from a non-isolated context; this is an error in Swift 6
    self.cancelTasksInProgress()
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:90:8: note: calls to instance method 'cancelTasksInProgress()' from outside of its actor context are implicitly asynchronous
  func cancelTasksInProgress() {
       ^
[40/40] Compiling AsyncStateMachine Channel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:181:10: warning: actor-isolated instance method 'cancelTasksInProgress()' can not be referenced from a non-isolated context; this is an error in Swift 6
    self.cancelTasksInProgress()
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncStateMachine/Engine.swift:90:8: note: calls to instance method 'cancelTasksInProgress()' from outside of its actor context are implicitly asynchronous
  func cancelTasksInProgress() {
       ^
Build complete! (8.39s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 0.4.0 (0.53s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/xctest-dynamic-overlay-05ffcdf0 is not valid git repository for 'https://github.com/pointfreeco/xctest-dynamic-overlay.git', will fetch again.
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/xctest-dynamic-overlay-05ffcdf0 is not valid git repository for 'https://github.com/pointfreeco/xctest-dynamic-overlay.git', will fetch again.
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.01s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 0.4.0
Build complete.
Done.