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 AsyncChannels, reference 1.0.1 (37d32c), with Swift 5.10 for macOS (SPM) on 15 Jul 2024 04:04:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gh123man/Async-Channels.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gh123man/Async-Channels
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 37d32cf Support buildOptional and buildEither (#10)
Cloned https://github.com/gh123man/Async-Channels.git
Revision (git rev-parse @):
37d32cfc70f08b72a38a2c40f65338ee023afa45
SUCCESS checkout https://github.com/gh123man/Async-Channels.git at 1.0.1
========================================
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": "async-channels",
      "name": "AsyncChannels",
      "url": "https://github.com/gh123man/Async-Channels.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Async-Channels",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gh123man/Async-Channels.git
[1/594] Fetching async-channels
Fetched https://github.com/gh123man/Async-Channels.git from cache (1.48s)
Creating working copy for https://github.com/gh123man/Async-Channels.git
Working copy of https://github.com/gh123man/Async-Channels.git resolved at 1.0.1 (37d32cf)
warning: '.resolve-product-dependencies': dependency 'async-channels' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/gh123man/Async-Channels.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Emitting module AsyncChannels
[4/9] Compiling AsyncChannels Synchronization.swift
[5/9] Compiling AsyncChannels Channel.swift
[6/9] Compiling AsyncChannels Channel+Extensions.swift
[7/9] Compiling AsyncChannels FastLock.swift
[8/9] Compiling AsyncChannels LinkedList.swift
[9/9] Compiling AsyncChannels Select.swift
Build complete! (4.02s)
Build complete.
Done.