The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DevTesting, reference main (94b21d), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 08:08:51 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/DevKitOrganization/DevTesting.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevKitOrganization/DevTesting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 94b21df Make lint a separate job
Cloned https://github.com/DevKitOrganization/DevTesting.git
Revision (git rev-parse @):
94b21dfd1a6994bb25a0b1695dc7c03212739dc4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevKitOrganization/DevTesting.git at main
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.02s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (1.72s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
========================================
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": "devtesting",
      "name": "DevTesting",
      "url": "https://github.com/DevKitOrganization/DevTesting.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DevTesting",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DevKitOrganization/DevTesting.git
[1/457] Fetching devtesting
Fetched https://github.com/DevKitOrganization/DevTesting.git from cache (0.73s)
Creating working copy for https://github.com/DevKitOrganization/DevTesting.git
Working copy of https://github.com/DevKitOrganization/DevTesting.git resolved at main (94b21df)
warning: '.resolve-product-dependencies': dependency 'devtesting' 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/DevKitOrganization/DevTesting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling DevTesting UUID+Random.swift
[4/17] Compiling DevTesting URLQueryItem+Random.swift
[5/17] Compiling DevTesting URLComponents+Random.swift
[6/17] Compiling DevTesting URL+Random.swift
[7/17] Compiling DevTesting String+Random.swift
[8/17] Compiling DevTesting CollectionGeneration.swift
[9/17] Compiling DevTesting BinaryFloatingPoint+Random.swift
[10/17] Compiling DevTesting CaseIterable+Random.swift
[11/17] Compiling DevTesting Data+Random.swift
[12/17] Emitting module DevTesting
[13/17] Compiling DevTesting Date+Random.swift
[14/17] Compiling DevTesting Optional+Random.swift
[15/17] Compiling DevTesting RandomValueGenerating.swift
[16/17] Compiling DevTesting SeedableRandomNumberGenerator.swift
[17/17] Compiling DevTesting Stub.swift
Build complete! (9.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "DevTesting",
  "name" : "DevTesting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "DevTesting",
      "targets" : [
        "DevTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DevTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "DevTestingTests",
      "path" : "Tests/DevTestingTests",
      "product_dependencies" : [
        "RealModule"
      ],
      "sources" : [
        "Collection Generation/CollectionGenerationTests.swift",
        "Random Value Generation/BinaryFloatingPoint+RandomTests.swift",
        "Random Value Generation/CaseIterable+RandomTests.swift",
        "Random Value Generation/Data+RandomTests.swift",
        "Random Value Generation/Date+RandomTests.swift",
        "Random Value Generation/Optional+RandomTests.swift",
        "Random Value Generation/RandomValueGeneratingTests.swift",
        "Random Value Generation/SeedableRandomNumberGeneratorTests.swift",
        "Random Value Generation/String+RandomTests.swift",
        "Random Value Generation/URL+RandomTests.swift",
        "Random Value Generation/URLComponents+RandomTests.swift",
        "Random Value Generation/URLQueryItem+RandomTests.swift",
        "Random Value Generation/UUID+RandomTests.swift",
        "Stubbing/StubTests.swift",
        "Supporting Types/CaseIterableEnums.swift",
        "Supporting Types/HashableError.swift"
      ],
      "target_dependencies" : [
        "DevTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DevTesting",
      "module_type" : "SwiftTarget",
      "name" : "DevTesting",
      "path" : "Sources/DevTesting",
      "product_memberships" : [
        "DevTesting"
      ],
      "sources" : [
        "Collection Generation/CollectionGeneration.swift",
        "Random Value Generation/BinaryFloatingPoint+Random.swift",
        "Random Value Generation/CaseIterable+Random.swift",
        "Random Value Generation/Data+Random.swift",
        "Random Value Generation/Date+Random.swift",
        "Random Value Generation/Optional+Random.swift",
        "Random Value Generation/RandomValueGenerating.swift",
        "Random Value Generation/SeedableRandomNumberGenerator.swift",
        "Random Value Generation/String+Random.swift",
        "Random Value Generation/URL+Random.swift",
        "Random Value Generation/URLComponents+Random.swift",
        "Random Value Generation/URLQueryItem+Random.swift",
        "Random Value Generation/UUID+Random.swift",
        "Stubbing/Stub.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.