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 CurrentQoS, reference 1.2.2 (090358), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:49: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/glessard/CurrentQoS.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glessard/CurrentQoS
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 0903588 xcode 11 tweaks
Cloned https://github.com/glessard/CurrentQoS.git
Revision (git rev-parse @):
090358814e98e0c649a650fdc9db140f9f022776
SUCCESS checkout https://github.com/glessard/CurrentQoS.git at 1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/glessard/CurrentQoS.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/5] Compiling CurrentQoS CurrentQoS.swift
[4/5] Compiling CurrentQoS BetterQoS.swift
[5/5] Emitting module CurrentQoS
Build complete! (1.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CurrentQoS",
  "name" : "CurrentQoS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CurrentQoS",
      "targets" : [
        "CurrentQoS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CurrentQoSTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrentQoSTests",
      "path" : "Tests/CurrentQoSTests",
      "sources" : [
        "CurrentQoSTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CurrentQoS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrentQoS",
      "module_type" : "SwiftTarget",
      "name" : "CurrentQoS",
      "path" : "Sources/CurrentQoS",
      "product_memberships" : [
        "CurrentQoS"
      ],
      "sources" : [
        "BetterQoS.swift",
        "CurrentQoS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.