Build Information
Successful build of swift-blurhash, reference main (7fc727
), with Swift 6.1 for Linux on 29 Apr 2025 17:52:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valeriyvan/swift-blurhash.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/valeriyvan/swift-blurhash
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7fc7276 Update README.md
Cloned https://github.com/valeriyvan/swift-blurhash.git
Revision (git rev-parse @):
7fc7276f5d11fdd4e46e7c67765ed87278c4c80d
SUCCESS checkout https://github.com/valeriyvan/swift-blurhash.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/valeriyvan/swift-blurhash.git
https://github.com/valeriyvan/swift-blurhash.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "swift-blurhash",
"name" : "swift-blurhash",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.3"
},
{
"name" : "ios",
"version" : "16.4"
}
],
"products" : [
{
"name" : "Blurhash",
"targets" : [
"Blurhash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BlurhashTests",
"module_type" : "SwiftTarget",
"name" : "BlurhashTests",
"path" : "Tests/BlurhashTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8.ppm",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Base83EncodingDecodingTests.swift",
"Bitmap+ppmBundleResource.swift",
"Bitmap.swift",
"Point.swift",
"Rgba.swift",
"blurhashDecodingTests.swift",
"blurhashTests.swift",
"dataTests.swift",
"factorsTests.swift",
"hashTests.swift"
],
"target_dependencies" : [
"Blurhash"
],
"type" : "test"
},
{
"c99name" : "Blurhash",
"module_type" : "SwiftTarget",
"name" : "Blurhash",
"path" : "Sources/Blurhash",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"Blurhash"
],
"sources" : [
"CustomBase83EncodingDecoding.swift",
"Data(ext).swift",
"FloatingPoint.swift",
"RGBFloat.swift",
"UIImage(ext).swift",
"UnsafeMutableRawBufferPointer(ext).swift",
"UnsafeRawBufferPointer(ext).swift",
"pow.swift",
"sRGBLinear.swift",
"signPow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/15] Compiling RealModule Real.swift
[7/15] Compiling RealModule Float80+Real.swift
[8/16] Compiling RealModule RealFunctions.swift
[9/16] Compiling RealModule Float16+Real.swift
[10/16] Compiling RealModule Float+Real.swift
[11/16] Compiling RealModule AugmentedArithmetic.swift
[12/16] Compiling RealModule Double+Real.swift
[13/16] Compiling RealModule ElementaryFunctions.swift
[14/16] Emitting module RealModule
[15/16] Compiling RealModule AlgebraicField.swift
[16/16] Compiling RealModule ApproximateEquality.swift
[18/42] Compiling Algorithms RandomSample.swift
[19/42] Compiling Algorithms Reductions.swift
[20/42] Compiling Algorithms Rotate.swift
[21/45] Compiling Algorithms Compacted.swift
[22/45] Compiling Algorithms Cycle.swift
[23/45] Compiling Algorithms EitherSequence.swift
[24/45] Compiling Algorithms FirstNonNil.swift
[25/45] Compiling Algorithms Trim.swift
[26/45] Compiling Algorithms Unique.swift
[27/45] Compiling Algorithms Windows.swift
[28/45] Compiling Algorithms Joined.swift
[29/45] Compiling Algorithms Keyed.swift
[30/45] Compiling Algorithms MinMax.swift
[31/45] Compiling Algorithms Partition.swift
[32/45] Compiling Algorithms Permutations.swift
[33/45] Compiling Algorithms Product.swift
[34/45] Compiling Algorithms Split.swift
[35/45] Compiling Algorithms Stride.swift
[36/45] Compiling Algorithms Suffix.swift
[37/45] Compiling Algorithms FlattenCollection.swift
[38/45] Compiling Algorithms Grouped.swift
[39/45] Compiling Algorithms Indexed.swift
[40/45] Compiling Algorithms Intersperse.swift
[41/45] Compiling Algorithms AdjacentPairs.swift
[42/45] Compiling Algorithms Chain.swift
[43/45] Compiling Algorithms Chunked.swift
[44/45] Compiling Algorithms Combinations.swift
[45/45] Emitting module Algorithms
[47/56] Compiling Blurhash UIImage(ext).swift
[48/57] Compiling Blurhash pow.swift
[49/57] Compiling Blurhash sRGBLinear.swift
[50/57] Emitting module Blurhash
[51/57] Compiling Blurhash CustomBase83EncodingDecoding.swift
[52/57] Compiling Blurhash Data(ext).swift
[53/57] Compiling Blurhash UnsafeRawBufferPointer(ext).swift
[54/57] Compiling Blurhash signPow.swift
[55/57] Compiling Blurhash FloatingPoint.swift
[56/57] Compiling Blurhash RGBFloat.swift
[57/57] Compiling Blurhash UnsafeMutableRawBufferPointer(ext).swift
Build complete! (18.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "swift-blurhash",
"name" : "swift-blurhash",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.3"
},
{
"name" : "ios",
"version" : "16.4"
}
],
"products" : [
{
"name" : "Blurhash",
"targets" : [
"Blurhash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BlurhashTests",
"module_type" : "SwiftTarget",
"name" : "BlurhashTests",
"path" : "Tests/BlurhashTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8.ppm",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Base83EncodingDecodingTests.swift",
"Bitmap+ppmBundleResource.swift",
"Bitmap.swift",
"Point.swift",
"Rgba.swift",
"blurhashDecodingTests.swift",
"blurhashTests.swift",
"dataTests.swift",
"factorsTests.swift",
"hashTests.swift"
],
"target_dependencies" : [
"Blurhash"
],
"type" : "test"
},
{
"c99name" : "Blurhash",
"module_type" : "SwiftTarget",
"name" : "Blurhash",
"path" : "Sources/Blurhash",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"Blurhash"
],
"sources" : [
"CustomBase83EncodingDecoding.swift",
"Data(ext).swift",
"FloatingPoint.swift",
"RGBFloat.swift",
"UIImage(ext).swift",
"UnsafeMutableRawBufferPointer(ext).swift",
"UnsafeRawBufferPointer(ext).swift",
"pow.swift",
"sRGBLinear.swift",
"signPow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.