Build Information
Successful build of swift-blurhash, reference main (7fc727
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:59:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/valeriyvan/swift-blurhash.git
https://github.com/valeriyvan/swift-blurhash.git
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/15] Compiling RealModule Float80+Real.swift
[7/15] Compiling RealModule ElementaryFunctions.swift
[8/15] Compiling RealModule Real.swift
[9/16] Compiling RealModule AugmentedArithmetic.swift
[10/16] Compiling RealModule Float16+Real.swift
[11/16] Compiling RealModule Double+Real.swift
[12/16] Compiling RealModule ApproximateEquality.swift
[13/16] Emitting module RealModule
[14/16] Compiling RealModule AlgebraicField.swift
[15/16] Compiling RealModule Float+Real.swift
[16/16] Compiling RealModule RealFunctions.swift
[17/42] Compiling Algorithms Combinations.swift
[18/42] Compiling Algorithms Compacted.swift
[19/42] Compiling Algorithms Cycle.swift
[20/44] Compiling Algorithms Suffix.swift
[21/44] Compiling Algorithms Trim.swift
[22/44] Compiling Algorithms Split.swift
[23/44] Compiling Algorithms Stride.swift
[24/44] Compiling Algorithms RandomSample.swift
[25/44] Compiling Algorithms Reductions.swift
[26/44] Compiling Algorithms Rotate.swift
[27/44] Compiling Algorithms Grouped.swift
[28/44] Compiling Algorithms Indexed.swift
[29/44] Compiling Algorithms Intersperse.swift
[30/44] Compiling Algorithms Joined.swift
[31/44] Compiling Algorithms Keyed.swift
[32/44] Compiling Algorithms MinMax.swift
[33/44] Compiling Algorithms Partition.swift
[34/44] Compiling Algorithms Permutations.swift
[35/44] Compiling Algorithms Product.swift
[36/44] Compiling Algorithms Unique.swift
[37/44] Compiling Algorithms Windows.swift
[38/44] Compiling Algorithms EitherSequence.swift
[39/44] Compiling Algorithms FirstNonNil.swift
[40/44] Compiling Algorithms FlattenCollection.swift
[41/44] Compiling Algorithms AdjacentPairs.swift
[42/44] Compiling Algorithms Chain.swift
[43/44] Compiling Algorithms Chunked.swift
[44/44] Emitting module Algorithms
[45/54] Compiling Blurhash sRGBLinear.swift
[46/54] Compiling Blurhash UnsafeRawBufferPointer(ext).swift
[47/54] Compiling Blurhash pow.swift
[48/55] Compiling Blurhash UIImage(ext).swift
[49/55] Compiling Blurhash RGBFloat.swift
[50/55] Compiling Blurhash Data(ext).swift
[51/55] Compiling Blurhash CustomBase83EncodingDecoding.swift
[52/55] Emitting module Blurhash
[53/55] Compiling Blurhash UnsafeMutableRawBufferPointer(ext).swift
[54/55] Compiling Blurhash FloatingPoint.swift
[55/55] Compiling Blurhash signPow.swift
Build complete! (10.15s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.50s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
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
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
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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/12c2aca29ea896a628be.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/a355ab362a07a267e078.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/e08adedc9f82ade9f9d5.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8-blurred.ppm",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlurhashTests/Resources/ea9e499f8080ce9956a8.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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"
}
Done.