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 Mu, reference 0.2.0 (1a3bc6), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:38:23 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nirma/Mu.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nirma/Mu
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 1a3bc68 Merge pull request #1 from Nirma/expand_HTTP_Methods
Cloned https://github.com/Nirma/Mu.git
Revision (git rev-parse @):
1a3bc684c3cb830c85aad62a398ca1c0f9ab855e
SUCCESS checkout https://github.com/Nirma/Mu.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nirma/Mu.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/15] Emitting module Mu
[4/15] Compiling Mu AbstractDecoder.swift
[5/15] Compiling Mu AbstractEncoder.swift
[6/16] Compiling Mu HTTPRequest.swift
[7/16] Compiling Mu HTTPRequester.swift
[8/16] Compiling Mu JSONDecoder+AbstractDecoder.swift
[9/16] Compiling Mu HTTPBody.swift
[10/16] Compiling Mu HTTPMethod.swift
[11/16] Compiling Mu RequestError.swift
[12/16] Compiling Mu JSONEncoder+AbstractEncoder.swift
[13/16] Compiling Mu Request.swift
[14/16] Compiling Mu Response.swift
[15/16] Compiling Mu Requester.swift
[16/16] Compiling Mu Scheme.swift
Build complete! (4.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mu",
  "name" : "Mu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Mu",
      "targets" : [
        "Mu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MuTests",
      "module_type" : "SwiftTarget",
      "name" : "MuTests",
      "path" : "Tests/MuTests",
      "sources" : [
        "HTTPMethodTests.swift",
        "SchemeTests.swift"
      ],
      "target_dependencies" : [
        "Mu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mu",
      "module_type" : "SwiftTarget",
      "name" : "Mu",
      "path" : "Sources/Mu",
      "product_memberships" : [
        "Mu"
      ],
      "sources" : [
        "AbstractDecoder.swift",
        "AbstractEncoder.swift",
        "HTTPBody.swift",
        "HTTPMethod.swift",
        "HTTPRequest.swift",
        "HTTPRequester.swift",
        "JSONDecoder+AbstractDecoder.swift",
        "JSONEncoder+AbstractEncoder.swift",
        "Request.swift",
        "RequestError.swift",
        "Requester.swift",
        "Response.swift",
        "Scheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.