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 main (134335), with Swift 6.0 for macOS (SPM) on 29 Jun 2025 01:17:00 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.64.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 1343359 Demo: improved RemoteImage and ImageCache modules
Cloned https://github.com/crontab/AsyncMux.git
Revision (git rev-parse @):
1343359f05007c4aabcdca2868a78a1de32a021f
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 Multiplexer.swift
[4/12] Compiling AsyncMux AsyncMedia.swift
[5/12] Emitting module AsyncMux
[6/12] Compiling AsyncMux AsyncUtils.swift
[7/12] Compiling AsyncMux MuxRepository.swift
[8/12] Compiling AsyncMux AsyncError.swift
[9/12] Compiling AsyncMux MuxCacher.swift
[10/12] Compiling AsyncMux MultiRequester.swift
[11/12] Compiling AsyncMux Zip.swift
[12/12] Compiling AsyncMux MultiplexerMap.swift
Build complete! (5.86s)
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.