The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AsyncMux, reference v2.4.0 (0d45f6), with Swift 6.1 for macOS (SPM) on 16 Sep 2025 16:56:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crontab/AsyncMux.git
Reference: v2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crontab/AsyncMux
 * tag               v2.4.0     -> FETCH_HEAD
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 v2.4.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": "asyncmux",
      "name": "AsyncMux",
      "url": "https://github.com/crontab/AsyncMux.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncMux",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/crontab/AsyncMux.git
[27/888] Fetching asyncmux
Fetched https://github.com/crontab/AsyncMux.git from cache (0.77s)
Creating working copy for https://github.com/crontab/AsyncMux.git
Working copy of https://github.com/crontab/AsyncMux.git resolved at v2.4.0 (0d45f6c)
warning: '.resolve-product-dependencies': dependency 'asyncmux' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/crontab/AsyncMux.git
https://github.com/crontab/AsyncMux.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling AsyncMux MultiplexerMap.swift
[4/12] Compiling AsyncMux Zip.swift
[5/12] Compiling AsyncMux MuxRepository.swift
[6/12] Compiling AsyncMux MultiRequester.swift
[7/12] Compiling AsyncMux Multiplexer.swift
[8/12] Compiling AsyncMux MuxCacher.swift
[9/12] Compiling AsyncMux AsyncError.swift
[10/12] Compiling AsyncMux AsyncMedia.swift
[11/12] Emitting module AsyncMux
[12/12] Compiling AsyncMux AsyncUtils.swift
Build complete! (6.03s)
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.