The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncMux, reference main (0d45f6), with Swift 6.2 for macOS (SPM) on 16 Sep 2025 16:49:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 0d45f6c Updated change log in TODO.md
Cloned https://github.com/crontab/AsyncMux.git
Revision (git rev-parse @):
0d45f6c12b1c6ec61664da685bfd0912a8cd0f5a
SUCCESS checkout https://github.com/crontab/AsyncMux.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/crontab/AsyncMux.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling AsyncMux AsyncUtils.swift
[4/12] Compiling AsyncMux AsyncMedia.swift
[5/12] Compiling AsyncMux Multiplexer.swift
[6/12] Emitting module AsyncMux
[7/12] Compiling AsyncMux MultiplexerMap.swift
[8/12] Compiling AsyncMux AsyncError.swift
[9/12] Compiling AsyncMux Zip.swift
[10/12] Compiling AsyncMux MuxRepository.swift
[11/12] Compiling AsyncMux MuxCacher.swift
[12/12] Compiling AsyncMux MultiRequester.swift
Build complete! (6.05s)
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.