The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCTestExtension, reference master (33dd87), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 10:08:32 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/Filozoff/XCTestExtension.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Filozoff/XCTestExtension
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 33dd874 Update for Swift 6
Cloned https://github.com/Filozoff/XCTestExtension.git
Revision (git rev-parse @):
33dd874a1bb765c08aeb38eada7937d198a06431
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Filozoff/XCTestExtension.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Filozoff/XCTestExtension.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling Difference Difference.swift
[5/5] Emitting module Difference
[6/16] Compiling XCTestExtension Result.swift
[7/16] Compiling XCTestExtension Task+Timeout.swift
[8/16] Emitting module XCTestExtension
[9/16] Compiling XCTestExtension XCTTimeout.swift
[10/16] Compiling XCTestExtension Task+Sleep.swift
[11/16] Compiling XCTestExtension XCTAssertNoDiff.swift
[12/16] Compiling XCTestExtension XCTAssertNoThrow.swift
[13/16] Compiling XCTestExtension XCTAssertThrowsErrorEqual.swift
[14/16] Compiling XCTestExtension XCTAssertThrowsErrorType.swift
[15/16] Compiling XCTestExtension PublisherExpectation.swift
[16/16] Compiling XCTestExtension XCTAssertThrowsError.swift
[17/17] Compiling XCTestExtension StringExtension.swift
Build complete! (16.68s)
Fetching https://github.com/krzysztofzablocki/Difference
[1/486] Fetching difference
Fetched https://github.com/krzysztofzablocki/Difference from cache (1.23s)
Computing version for https://github.com/krzysztofzablocki/Difference
Computed https://github.com/krzysztofzablocki/Difference at 1.0.2 (3.76s)
Creating working copy for https://github.com/krzysztofzablocki/Difference
Working copy of https://github.com/krzysztofzablocki/Difference resolved at 1.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "difference",
      "requirement" : {
        "exact" : [
          "1.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzysztofzablocki/Difference"
    }
  ],
  "manifest_display_name" : "XCTestExtension",
  "name" : "XCTestExtension",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTestExtension",
      "targets" : [
        "XCTestExtension"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTestExtensionTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensionTests",
      "path" : "Tests/XCTestExtensionTests",
      "sources" : [
        "AssertionsTests/XCTAssertNoDiffTests.swift",
        "AssertionsTests/XCTAssertNoThrowTest.swift",
        "AssertionsTests/XCTAssertThrowsErrorEqualTests.swift",
        "AssertionsTests/XCTAssertThrowsErrorTests.swift",
        "AssertionsTests/XCTAssertThrowsErrorTypeTests.swift",
        "AssertionsTests/XCTTimeoutTests.swift",
        "ExpectationTests/PublisherExpectationTests.swift",
        "TestDoubles/Stubs/EquatableError.swift",
        "TestDoubles/Stubs/EquatableStub.swift",
        "TestDoubles/Stubs/MethodStub.swift",
        "TestDoubles/Stubs/SimpleEnumError.swift"
      ],
      "target_dependencies" : [
        "XCTestExtension"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTestExtension",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtension",
      "path" : "Sources/XCTestExtension",
      "product_dependencies" : [
        "Difference"
      ],
      "product_memberships" : [
        "XCTestExtension"
      ],
      "sources" : [
        "Assertions/XCTAssertNoDiff.swift",
        "Assertions/XCTAssertNoThrow.swift",
        "Assertions/XCTAssertThrowsError.swift",
        "Assertions/XCTAssertThrowsErrorEqual.swift",
        "Assertions/XCTAssertThrowsErrorType.swift",
        "Assertions/XCTTimeout.swift",
        "Common/Concurrency/Task+Sleep.swift",
        "Common/Concurrency/Task+Timeout.swift",
        "Common/Result.swift",
        "Expectations/PublisherExpectation.swift",
        "Helpers/StringExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.