The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ExTests, reference main (881012), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 12:53:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "extests",
      "name": "ExTests",
      "url": "https://github.com/sloik/ExTests.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ExTests",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sloik/ExTests.git
[1/81] Fetching extests
Fetched https://github.com/sloik/ExTests.git from cache (0.62s)
Creating working copy for https://github.com/sloik/ExTests.git
Working copy of https://github.com/sloik/ExTests.git resolved at main (8810125)
warning: '.resolve-product-dependencies': dependency 'extests' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sloik/ExTests.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/6] Compiling ExTests ExTests.swift
[4/6] Emitting module ExTests
[4/6] Write Objects.LinkFileList
ld: warning: building for macOS-11.0, but linking with dylib '@rpath/libXCTestSwiftSupport.dylib' which was built for newer version 14.0
[5/6] Linking libExTests.dylib
Build complete! (12.24s)
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.