The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncLifetime, reference main (717a57), with Swift 6.2 for macOS (SPM) on 15 Oct 2025 01:06:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nonameplum/AsyncLifetime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nonameplum/AsyncLifetime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 717a579 Release 1.2.0
Cloned https://github.com/nonameplum/AsyncLifetime.git
Revision (git rev-parse @):
717a579f98c2092db51a911847503be427144cf8
SUCCESS checkout https://github.com/nonameplum/AsyncLifetime.git at main
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-collections.git
[1/5570] Fetching swift-async-algorithms
[113/23771] Fetching swift-async-algorithms, swift-collections
Fetched https://github.com/apple/swift-async-algorithms from cache (1.81s)
Fetched https://github.com/apple/swift-collections.git from cache (1.81s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (2.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "asynclifetime",
      "name": "AsyncLifetime",
      "url": "https://github.com/nonameplum/AsyncLifetime.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncLifetime",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nonameplum/AsyncLifetime.git
[1/340] Fetching asynclifetime
Fetched https://github.com/nonameplum/AsyncLifetime.git from cache (0.91s)
Creating working copy for https://github.com/nonameplum/AsyncLifetime.git
Working copy of https://github.com/nonameplum/AsyncLifetime.git resolved at main (717a579)
warning: '.resolve-product-dependencies': dependency 'asynclifetime' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nonameplum/AsyncLifetime.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/8] Compiling AsyncLifetime withMainActorLifetime.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'IsolatedDefaultValues' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[4/8] Compiling AsyncLifetime withLifetime.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'IsolatedDefaultValues' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[5/8] Compiling AsyncLifetime _withLifetimeTask.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'IsolatedDefaultValues' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[6/8] Compiling AsyncLifetime AsyncSequence+assign.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'IsolatedDefaultValues' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[7/8] Emitting module AsyncLifetime
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'IsolatedDefaultValues' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[8/8] Compiling AsyncLifetime AnyLifetimeCancellable.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'IsolatedDefaultValues' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Build complete! (5.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    }
  ],
  "manifest_display_name" : "AsyncLifetime",
  "name" : "AsyncLifetime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncLifetime",
      "targets" : [
        "AsyncLifetime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncLifetimeTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncLifetimeTests",
      "path" : "Tests/AsyncLifetimeTests",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "AsyncLifetimeLoopholeTests.swift",
        "AsyncSequenceAssignTests.swift",
        "LifetimeCancellableTests.swift",
        "Utilities/TestGlobalActor.swift",
        "Utilities/TestUtilities.swift",
        "WithLifetimeNonThrowingTests.swift",
        "WithLifetimeTests.swift",
        "WithMainActorLifetimeTests.swift"
      ],
      "target_dependencies" : [
        "AsyncLifetime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncLifetime",
      "module_type" : "SwiftTarget",
      "name" : "AsyncLifetime",
      "path" : "Sources/AsyncLifetime",
      "product_memberships" : [
        "AsyncLifetime"
      ],
      "sources" : [
        "AnyLifetimeCancellable.swift",
        "AsyncSequence+assign.swift",
        "_withLifetimeTask.swift",
        "withLifetime.swift",
        "withMainActorLifetime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.