The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CloseEnough, reference main (540274), with Swift 6.3 for Linux on 13 Apr 2026 17:15:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZevEisenberg/CloseEnough.git
Reference: main
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/ZevEisenberg/CloseEnough
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5402746 Fix typo.
Cloned https://github.com/ZevEisenberg/CloseEnough.git
Revision (git rev-parse @):
5402746c6ce9a5992e7e879ece92d4e1a2cf285f
SUCCESS checkout https://github.com/ZevEisenberg/CloseEnough.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ZevEisenberg/CloseEnough.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 0.8.4 (3.87s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 0.8.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling XCTestDynamicOverlay Unimplemented.swift
[5/11] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[6/11] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[7/11] Compiling XCTestDynamicOverlay Deprecations.swift
[8/11] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[9/11] Compiling XCTestDynamicOverlay XCTFail.swift
[10/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[11/12] Emitting module XCTestDynamicOverlay
[12/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[14/19] Compiling CloseEnough PrecisionStore.swift
[15/19] Compiling CloseEnough EquatableWithPrecision.swift
[16/19] Compiling CloseEnough CloseEnough.swift
[17/19] Emitting module CloseEnough
[18/19] Compiling CloseEnough CloseEnoughable Conformances.swift
[19/19] Compiling CloseEnough WithPrecisions.swift
Build complete! (20.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "exact" : [
          "0.8.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git"
    }
  ],
  "manifest_display_name" : "CloseEnough",
  "name" : "CloseEnough",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CloseEnough",
      "targets" : [
        "CloseEnough"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CloseEnoughTests",
      "module_type" : "SwiftTarget",
      "name" : "CloseEnoughTests",
      "path" : "Tests/CloseEnoughTests",
      "sources" : [
        "AngleTests.swift",
        "AsyncTests.swift",
        "CustomTypeTests.swift",
        "DateTests.swift",
        "DoubleTests.swift",
        "MultipleTypesTests.swift",
        "WrongRegistrationTests.swift"
      ],
      "target_dependencies" : [
        "CloseEnough"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CloseEnough",
      "module_type" : "SwiftTarget",
      "name" : "CloseEnough",
      "path" : "Sources/CloseEnough",
      "product_dependencies" : [
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "CloseEnough"
      ],
      "sources" : [
        "CloseEnough.swift",
        "CloseEnoughable Conformances.swift",
        "EquatableWithPrecision.swift",
        "PrecisionStore.swift",
        "WithPrecisions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.