This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sideeffect-io/AsyncStateMachine.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sideeffect-io/AsyncStateMachine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e7cb906 Merge pull request #20 from sideeffect-io/fix/rename-async-buffered-channel
Cloned https://github.com/sideeffect-io/AsyncStateMachine.git
Revision (git rev-parse @):
e7cb9063ca158aac1e7f55c56341ad4d23ba0715
SUCCESS checkout https://github.com/sideeffect-io/AsyncStateMachine.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/sideeffect-io/AsyncStateMachine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[2/5] Compiling XCTestDynamicOverlay XCTFail.swift
[3/5] Emitting module XCTestDynamicOverlay
[4/5] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/5] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[6/6] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[7/30] Compiling AsyncStateMachine DSLCompatible.swift
[8/30] Compiling AsyncStateMachine Execute.swift
[9/30] Compiling AsyncStateMachine Guard.swift
[10/30] Compiling AsyncStateMachine Never+DSLCompatible.swift
[11/30] Compiling AsyncStateMachine On.swift
[12/30] Compiling AsyncStateMachine OneOf.swift
[13/30] Compiling AsyncStateMachine StateMachine.swift
[14/30] Compiling AsyncStateMachine Transition.swift
[15/30] Emitting module AsyncStateMachine
[16/30] Compiling AsyncStateMachine When.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[17/30] Compiling AsyncStateMachine AnyAsyncSequence.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[18/30] Compiling AsyncStateMachine AsyncBufferedChannel.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[19/30] Compiling AsyncStateMachine AsyncCompactScanSequence.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[20/30] Compiling AsyncStateMachine AsyncJustSequence.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[21/30] Compiling AsyncStateMachine AsyncOnEachSequence.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[22/30] Compiling AsyncStateMachine AsyncSerialSequence.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/AsyncBufferedChannel.swift:123:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler { [state] in
                 ^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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
                     ^
[23/37] Compiling AsyncStateMachine Binding+Debounce.swift
[24/37] Compiling AsyncStateMachine Binding+Distinct.swift
[25/37] Compiling AsyncStateMachine Inject.swift
[26/37] Compiling AsyncStateMachine ManagedCriticalState.swift
[27/37] Compiling AsyncStateMachine OrderedStorage.swift
[28/37] Compiling AsyncStateMachine ThrowingInject.swift
[29/37] Compiling AsyncStateMachine XCTStateMachine.swift
[30/37] Compiling AsyncStateMachine AsyncStateMachine.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[31/37] Compiling AsyncStateMachine Engine.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[32/37] Compiling AsyncStateMachine ViewStateMachine.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[33/37] Compiling AsyncStateMachine Channel.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[34/37] Compiling AsyncStateMachine ExecutionStrategy.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[35/37] Compiling AsyncStateMachine Middleware.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[36/37] Compiling AsyncStateMachine Runtime.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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() {
       ^
[37/37] Compiling AsyncStateMachine SideEffect.swift
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/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! (21.49s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git (0.36s)
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.18s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.