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 DevTesting, reference 1.5.0 (9dea13), with Swift 6.2 for macOS (SPM) on 23 Oct 2025 08:29:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevKitOrganization/DevTesting.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevKitOrganization/DevTesting
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 9dea13f Use randomPrintable(in:using:) to generate time intervals
Cloned https://github.com/DevKitOrganization/DevTesting.git
Revision (git rev-parse @):
9dea13f09c19c0521e9ff7b9f14fedb977423b99
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevKitOrganization/DevTesting.git at 1.5.0
Fetching https://github.com/apple/swift-numerics
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.13s)
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DevKitOrganization/DevTesting.git
[1/406] Fetching devtesting
Fetched https://github.com/DevKitOrganization/DevTesting.git from cache (0.79s)
Creating working copy for https://github.com/DevKitOrganization/DevTesting.git
Working copy of https://github.com/DevKitOrganization/DevTesting.git resolved at 1.5.0 (9dea13f)
warning: '.resolve-product-dependencies': dependency 'devtesting' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DevKitOrganization/DevTesting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/16] Compiling DevTesting UUID+Random.swift
[4/16] Compiling DevTesting URLQueryItem+Random.swift
[5/17] Compiling DevTesting String+Random.swift
[6/17] Compiling DevTesting URL+Random.swift
[7/17] Compiling DevTesting URLComponents+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! (7.87s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/devkitorganization/devtesting/1.5.0
Repository:               DevKitOrganization/DevTesting
Swift version used:       6.2
Target:                   DevTesting
Extracting symbol information for 'DevTesting'...
Finished extracting symbol information for 'DevTesting'. (1.97s)
Building documentation for 'DevTesting'...
Finished building documentation for 'DevTesting' (0.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/devkitorganization/devtesting/1.5.0
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-numerics
Updated https://github.com/apple/swift-numerics (0.53s)
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (1.63s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3557] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.78s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling Snippets SnippetParser.swift
[11/57] Compiling Snippets Snippet.swift
[12/57] Emitting module Snippets
[13/57] Compiling SymbolKit Symbol.swift
[14/57] Compiling SymbolKit SymbolKind.swift
[15/57] Compiling SymbolKit SymbolGraph.swift
[16/57] Compiling SymbolKit GraphCollector.swift
[17/57] Compiling SymbolKit Names.swift
[18/57] Compiling SymbolKit SPI.swift
[19/57] Compiling SymbolKit Snippet.swift
[20/57] Compiling SymbolKit Extension.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Emitting module SymbolKit
[31/57] Compiling SymbolKit Relationship.swift
[32/57] Compiling SymbolKit RelationshipKind.swift
[33/57] Compiling SymbolKit SourceOrigin.swift
[34/57] Compiling SymbolKit GenericConstraints.swift
[35/57] Compiling SymbolKit Swift.swift
[36/57] Compiling SymbolKit DeclarationFragments.swift
[37/57] Compiling SymbolKit Fragment.swift
[38/57] Compiling SymbolKit FragmentKind.swift
[39/57] Compiling SymbolKit FunctionParameter.swift
[40/57] Compiling SymbolKit FunctionSignature.swift
[41/57] Compiling SymbolKit Mixin+Equals.swift
[42/57] Compiling SymbolKit Mixin+Hash.swift
[43/57] Compiling SymbolKit Mixin.swift
[44/57] Compiling SymbolKit LineList.swift
[45/57] Compiling SymbolKit Position.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.44s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'DevTesting' complete! (0.25s)
     248
3	/Users/admin/builder/spi-builder-workspace/.docs/devkitorganization/devtesting/1.5.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/devkitorganization/devtesting/1.5.0
File count: 248
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-devkitorganization-devtesting-1.5.0-0cad3c36.zip to s3://spi-docs-inbox/prod-devkitorganization-devtesting-1.5.0-0cad3c36.zip
Copying... [11%]
Copying... [22%]
Copying... [33%]
Copying... [43%]
Copying... [54%]
Copying... [65%]
Copying... [76%]
Copying... [87%]
Copying... [98%]
Copying... [100%]
Done.