The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-testing-performance, reference 0.3.1 (1a1967), with Swift 6.2 for Linux on 21 Dec 2025 03:41:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-testing-performance.git
Reference: 0.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/coenttb/swift-testing-performance
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 1a1967f Fix trackAllocations logic - directly control allocation tracking
Cloned https://github.com/coenttb/swift-testing-performance.git
Revision (git rev-parse @):
1a1967f7acfcb081e57122db463817c142cc7186
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-testing-performance.git at 0.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coenttb/swift-testing-performance.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/coenttb/swift-memory-allocation
[1/59] Fetching swift-memory-allocation
[60/6443] Fetching swift-memory-allocation, swift-numerics
Fetched https://github.com/coenttb/swift-memory-allocation from cache (0.44s)
Fetched https://github.com/apple/swift-numerics from cache (0.44s)
Computing version for https://github.com/coenttb/swift-memory-allocation
Computed https://github.com/coenttb/swift-memory-allocation at 0.2.0 (1.32s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.72s)
Creating working copy for https://github.com/coenttb/swift-memory-allocation
Working copy of https://github.com/coenttb/swift-memory-allocation resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Building for debugging...
[0/8] Write sources
[5/8] Compiling _NumericsShims _NumericsShims.c
[6/8] Compiling CAllocationTracking allocation_tracking.c
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/27] Compiling RealModule Real.swift
[10/28] Compiling RealModule Float16+Real.swift
[11/28] Compiling RealModule ElementaryFunctions.swift
[12/28] Compiling RealModule Float+Real.swift
[13/28] Compiling RealModule AlgebraicField.swift
[14/28] Compiling RealModule ApproximateEquality.swift
[15/28] Compiling RealModule AugmentedArithmetic.swift
[16/28] Compiling RealModule Double+Real.swift
[17/28] Emitting module RealModule
[18/28] Compiling RealModule Float80+Real.swift
[19/28] Compiling RealModule RealFunctions.swift
[20/28] Compiling RealModule RelaxedArithmetic.swift
[22/40] Compiling ComplexModule Complex+Hashable.swift
[23/40] Compiling ComplexModule Complex+IntegerLiteral.swift
[24/40] Compiling ComplexModule Complex+Numeric.swift
[25/41] Compiling ComplexModule Polar.swift
[26/41] Compiling ComplexModule Complex+StringConvertible.swift
[27/41] Compiling ComplexModule Complex.swift
[28/41] Compiling ComplexModule Scale.swift
[29/41] Compiling MemoryAllocation LeakDetector.swift
[30/41] Emitting module ComplexModule
[31/41] Compiling ComplexModule Complex+Codable.swift
[32/41] Compiling ComplexModule Complex+ElementaryFunctions.swift
[33/41] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[34/41] Compiling ComplexModule Complex+AlgebraicField.swift
[36/44] Compiling Numerics Numerics.swift
[37/44] Emitting module Numerics
[39/45] Compiling MemoryAllocation AllocationTracker.swift
[40/45] Compiling MemoryAllocation Lock.swift
[41/45] Emitting module MemoryAllocation
[42/45] Compiling MemoryAllocation MemoryAllocation.swift
[43/45] Compiling MemoryAllocation AllocationStats.swift
[44/45] Compiling MemoryAllocation PeakMemoryTracker.swift
[45/45] Compiling MemoryAllocation AllocationProfiler.swift
[47/55] Compiling TestingPerformance Statistics.swift
[48/56] Compiling TestingPerformance TestingPerformance.swift
[49/56] Compiling TestingPerformance Threshold.swift
[50/56] Compiling TestingPerformance Measurement.swift
[51/56] Compiling TestingPerformance Duration.swift
[52/56] Compiling TestingPerformance AllocationTracking.swift
[53/56] Compiling TestingPerformance Assertions.swift
[54/56] Emitting module TestingPerformance
[55/56] Compiling TestingPerformance Reporting.swift
[56/56] Compiling TestingPerformance Trait.swift
Build complete! (13.82s)
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"
    },
    {
      "identity" : "swift-memory-allocation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-memory-allocation"
    }
  ],
  "manifest_display_name" : "swift-testing-performance",
  "name" : "swift-testing-performance",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "TestingPerformance",
      "targets" : [
        "TestingPerformance"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TestingPerformance_Tests",
      "module_type" : "SwiftTarget",
      "name" : "TestingPerformance Tests",
      "path" : "Tests/TestingPerformance Tests",
      "sources" : [
        "AllocationTrackingTests.swift",
        "BasicPerformanceTests.swift",
        "CodableTests.swift",
        "ComparableTests.swift",
        "DurationFormattingTests.swift",
        "LeakDetectionTests.swift",
        "ManualMeasurementTests.swift",
        "MetricsTests.swift",
        "ParallelAllocationTests.swift",
        "PeakMemoryTests.swift",
        "PercentileTests.swift",
        "PerformanceAssertionTests.swift",
        "PerformanceComparisonTests.swift",
        "PerformanceSuiteTests.swift",
        "ReadmeVerificationTests.swift",
        "StatisticsTests.swift",
        "Support/PerformanceTests.swift",
        "ThresholdTests.swift"
      ],
      "target_dependencies" : [
        "TestingPerformance"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestingPerformance",
      "module_type" : "SwiftTarget",
      "name" : "TestingPerformance",
      "path" : "Sources/TestingPerformance",
      "product_dependencies" : [
        "Numerics",
        "MemoryAllocation"
      ],
      "product_memberships" : [
        "TestingPerformance"
      ],
      "sources" : [
        "AllocationTracking.swift",
        "Assertions.swift",
        "Duration.swift",
        "Measurement.swift",
        "Reporting.swift",
        "Statistics.swift",
        "TestingPerformance.swift",
        "Threshold.swift",
        "Trait.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.