The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ExTests, reference main (881012), with Swift 6.0 for macOS (SPM) on 6 Apr 2026 18: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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/ExTests.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/ExTests
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8810125 Update dependency macos to v15 (#9)
Cloned https://github.com/sloik/ExTests.git
Revision (git rev-parse @):
881012511e6290859d87053e92bde225698ace78
SUCCESS checkout https://github.com/sloik/ExTests.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sloik/ExTests.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Emitting module ExTests
[4/6] Compiling ExTests ExTests.swift
[4/6] Write Objects.LinkFileList
[5/6] Linking libExTests.dylib
Build complete! (8.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ExTests",
  "name" : "ExTests",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ExTests",
      "targets" : [
        "ExTests"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExTestsTests",
      "module_type" : "SwiftTarget",
      "name" : "ExTestsTests",
      "path" : "Tests/ExTestsTests",
      "sources" : [
        "ExTestsTests.swift"
      ],
      "target_dependencies" : [
        "ExTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExTests",
      "module_type" : "SwiftTarget",
      "name" : "ExTests",
      "path" : "Sources/ExTests",
      "product_memberships" : [
        "ExTests"
      ],
      "sources" : [
        "ExTests.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.