This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Mu with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nirma/Mu.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nirma/Mu
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Nirma/Mu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/15] Compiling Mu Response.swift
[4/16] Compiling Mu Requester.swift
[5/16] Compiling Mu RequestError.swift
[6/16] Compiling Mu JSONEncoder+AbstractEncoder.swift
[7/16] Compiling Mu HTTPBody.swift
[8/16] Compiling Mu HTTPMethod.swift
[9/16] Compiling Mu Request.swift
[10/16] Compiling Mu HTTPRequest.swift
[11/16] Compiling Mu HTTPRequester.swift
[12/16] Compiling Mu JSONDecoder+AbstractDecoder.swift
[13/16] Emitting module Mu
[14/16] Compiling Mu AbstractDecoder.swift
[15/16] Compiling Mu AbstractEncoder.swift
[16/16] Compiling Mu Scheme.swift
Build complete! (22.53s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.