Build Information
Successful build of package-distributions, reference master (9b6ce0
), with Swift 6.2 (beta) for Linux on 18 Aug 2025 05:50:12 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-distributions.git
Reference: master
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/ordo-one/package-distributions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9b6ce0d Merge pull request #2 from ordo-one/lint-html-tag
Cloned https://github.com/ordo-one/package-distributions.git
Revision (git rev-parse @):
9b6ce0d23847e63e539a2673b23bd737d2e8d6ba
SUCCESS checkout https://github.com/ordo-one/package-distributions.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/ordo-one/package-distributions.git
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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-numerics
[1/6335] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (3.06s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Building for debugging...
[0/10] Write sources
[3/10] Compiling _NumericsShims _NumericsShims.c
[3/10] Write swift-version-24593BA9C3E375BF.txt
[6/20] Emitting module RealModule
[7/20] Compiling RealModule AlgebraicField.swift
[8/20] Compiling RealModule ApproximateEquality.swift
[9/21] Compiling RealModule RealFunctions.swift
[10/21] Compiling RealModule Float80+Real.swift
[11/21] Compiling RealModule Real.swift
[12/21] Compiling RealModule AugmentedArithmetic.swift
[13/21] Compiling RealModule Double+Real.swift
[14/21] Compiling RealModule Float16+Real.swift
[15/21] Compiling RealModule ElementaryFunctions.swift
[16/21] Compiling RealModule Float+Real.swift
[17/22] Wrapping AST for RealModule for debugging
[19/27] Compiling Random PseudoRandom.swift
[20/27] Compiling Random PseudoRandom.Wyhash.swift
[21/27] Compiling Random Normal.swift
[22/27] Emitting module Random
[23/27] Compiling Random Binomial.swift
[24/28] Wrapping AST for Random for debugging
[26/30] Emitting module Examples
[27/30] Compiling Examples Examples.swift
[28/31] Wrapping AST for Examples for debugging
[29/31] Write Objects.LinkFileList
[30/31] Linking Examples
Build complete! (15.41s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "package-distributions",
"name" : "package-distributions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Random",
"targets" : [
"Random"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Examples",
"targets" : [
"Examples"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "RandomTests",
"module_type" : "SwiftTarget",
"name" : "RandomTests",
"path" : "Sources/RandomTests",
"sources" : [
"ChiSquareTest.swift",
"Distributions/Binomial (ext).swift",
"Distributions/BinomialTests.swift",
"Distributions/Normal (ext).swift",
"Distributions/NormalTests.swift",
"Double (ext).swift",
"HistogramValue.swift",
"HistogramVisualization.swift",
"StatisticsTestable.swift",
"String (ext).swift"
],
"target_dependencies" : [
"Random"
],
"type" : "test"
},
{
"c99name" : "Random",
"module_type" : "SwiftTarget",
"name" : "Random",
"path" : "Sources/Random",
"product_dependencies" : [
"RealModule"
],
"product_memberships" : [
"Random",
"Examples"
],
"sources" : [
"Binomial.swift",
"Normal.swift",
"PseudoRandom.Wyhash.swift",
"PseudoRandom.swift"
],
"type" : "library"
},
{
"c99name" : "Examples",
"module_type" : "SwiftTarget",
"name" : "Examples",
"path" : "Snippets",
"product_memberships" : [
"Examples"
],
"sources" : [
"Examples.swift"
],
"target_dependencies" : [
"Random"
],
"type" : "snippet"
}
],
"tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.