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 AsyncMux, reference main (6e6c75), with Swift 6.0 for macOS (SPM) on 28 Apr 2025 18:02:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crontab/AsyncMux.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crontab/AsyncMux
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6e6c75a Added `cachedValue` public methods for multiplexers
Cloned https://github.com/crontab/AsyncMux.git
Revision (git rev-parse @):
6e6c75a0149da23f82d5955f3c6202345a93b986
SUCCESS checkout https://github.com/crontab/AsyncMux.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/crontab/AsyncMux.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling AsyncMux MuxRepository.swift
[4/12] Compiling AsyncMux AsyncMedia.swift
[5/12] Compiling AsyncMux AsyncUtils.swift
[6/12] Compiling AsyncMux AsyncError.swift
[7/12] Compiling AsyncMux MultiplexerMap.swift
[8/12] Compiling AsyncMux MultiRequester.swift
[9/12] Compiling AsyncMux Multiplexer.swift
[10/12] Emitting module AsyncMux
[11/12] Compiling AsyncMux Zip.swift
[12/12] Compiling AsyncMux MuxCacher.swift
Build complete! (6.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncMux",
  "name" : "AsyncMux",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncMux",
      "targets" : [
        "AsyncMux"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncMux",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMux",
      "path" : "AsyncMux/Sources",
      "product_memberships" : [
        "AsyncMux"
      ],
      "sources" : [
        "AsyncError.swift",
        "AsyncMedia.swift",
        "AsyncUtils.swift",
        "MultiRequester.swift",
        "Multiplexer.swift",
        "MultiplexerMap.swift",
        "MuxCacher.swift",
        "MuxRepository.swift",
        "Zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.