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 swift-clocks, reference main (18f7a4), with Swift 6.1 for Linux on 15 Nov 2025 02:04:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-clocks.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/pointfreeco/swift-clocks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 18f7a40 Update package versioning (#50)
Cloned https://github.com/pointfreeco/swift-clocks.git
Revision (git rev-parse @):
18f7a40eadc1f88afe0d4b65ed0d146c872fa586
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-clocks.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-clocks.git
https://github.com/pointfreeco/swift-clocks.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "swift-clocks",
  "name" : "swift-clocks",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Clocks",
      "targets" : [
        "Clocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ClocksTests",
      "module_type" : "SwiftTarget",
      "name" : "ClocksTests",
      "path" : "Tests/ClocksTests",
      "sources" : [
        "ImmediateClockTests.swift",
        "Internal/ActorIsolated.swift",
        "Internal/AsyncStream.swift",
        "TestClocksTests.swift",
        "UnimplementedClockTests.swift"
      ],
      "target_dependencies" : [
        "Clocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clocks",
      "module_type" : "SwiftTarget",
      "name" : "Clocks",
      "path" : "Sources/Clocks",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "IssueReporting"
      ],
      "product_memberships" : [
        "Clocks"
      ],
      "sources" : [
        "AnyClock.swift",
        "ImmediateClock.swift",
        "Internal/Lock.swift",
        "Internal/_AsyncTimerSequence.swift",
        "SwiftUI.swift",
        "TestClock.swift",
        "Timer.swift",
        "UnimplementedClock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/886] Fetching swift-concurrency-extras
[887/3044] Fetching swift-concurrency-extras, swift-docc-plugin
[1341/8638] Fetching swift-concurrency-extras, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.58s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.82s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.83s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (2.75s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.21s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.95s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/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
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/20] Compiling IssueReportingPackageSupport _Test.swift
[9/20] Emitting module IssueReportingPackageSupport
[11/40] Compiling ConcurrencyExtras Result.swift
[12/40] Emitting module IssueReporting
[13/40] Compiling ConcurrencyExtras Task.swift
[14/42] Compiling IssueReporting ErrorReporting.swift
[15/42] Compiling IssueReporting AppHostWarning.swift
[16/43] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/43] Compiling IssueReporting UncheckedSendable.swift
[18/43] Compiling IssueReporting Warn.swift
[19/43] Emitting module ConcurrencyExtras
[20/43] Compiling IssueReporting Deprecations.swift
[21/43] Compiling IssueReporting SwiftTesting.swift
[22/43] Compiling ConcurrencyExtras LockIsolated.swift
[23/43] Compiling IssueReporting XCTest.swift
[24/43] Compiling IssueReporting IsTesting.swift
[25/43] Compiling IssueReporting IssueReporter.swift
[26/43] Compiling IssueReporting BreakpointReporter.swift
[27/43] Compiling IssueReporting FatalErrorReporter.swift
[28/43] Compiling IssueReporting TestContext.swift
[29/43] Compiling IssueReporting Unimplemented.swift
[30/43] Compiling IssueReporting FailureObserver.swift
[31/43] Compiling IssueReporting LockIsolated.swift
[32/43] Compiling IssueReporting Rethrows.swift
[33/43] Compiling IssueReporting RuntimeWarningReporter.swift
[34/43] Compiling IssueReporting ReportIssue.swift
[38/43] Compiling ConcurrencyExtras UncheckedSendable.swift
[43/44] Compiling IssueReporting WithExpectedIssue.swift
[44/44] Compiling IssueReporting WithIssueContext.swift
[46/53] Compiling Clocks Timer.swift
[47/54] Compiling Clocks Lock.swift
[48/54] Compiling Clocks AnyClock.swift
[49/54] Compiling Clocks ImmediateClock.swift
[50/54] Emitting module Clocks
[51/54] Compiling Clocks _AsyncTimerSequence.swift
[52/54] Compiling Clocks SwiftUI.swift
[53/54] Compiling Clocks TestClock.swift
[54/54] Compiling Clocks UnimplementedClock.swift
Build complete! (38.83s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "swift-clocks",
  "name" : "swift-clocks",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Clocks",
      "targets" : [
        "Clocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ClocksTests",
      "module_type" : "SwiftTarget",
      "name" : "ClocksTests",
      "path" : "Tests/ClocksTests",
      "sources" : [
        "ImmediateClockTests.swift",
        "Internal/ActorIsolated.swift",
        "Internal/AsyncStream.swift",
        "TestClocksTests.swift",
        "UnimplementedClockTests.swift"
      ],
      "target_dependencies" : [
        "Clocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clocks",
      "module_type" : "SwiftTarget",
      "name" : "Clocks",
      "path" : "Sources/Clocks",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "IssueReporting"
      ],
      "product_memberships" : [
        "Clocks"
      ],
      "sources" : [
        "AnyClock.swift",
        "ImmediateClock.swift",
        "Internal/Lock.swift",
        "Internal/_AsyncTimerSequence.swift",
        "SwiftUI.swift",
        "TestClock.swift",
        "Timer.swift",
        "UnimplementedClock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.