Build Information
Successful build of MKUnits, reference 4.2.0 (ee7e7b), with Swift 6.3 for Linux on 19 Apr 2026 00:53:22 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalkonturek/MKUnits.git
Reference: 4.2.0
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/michalkonturek/MKUnits
* tag 4.2.0 -> FETCH_HEAD
HEAD is now at ee7e7ba Fix changelog to match actual git tags and add 4.2.0 entry
Cloned https://github.com/michalkonturek/MKUnits.git
Revision (git rev-parse @):
ee7e7ba8590b332f1ac187d3ea74616c7f14f4ab
SUCCESS checkout https://github.com/michalkonturek/MKUnits.git at 4.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/michalkonturek/MKUnits.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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/22] Compiling MKUnits TemperatureUnit.swift
[5/22] Compiling MKUnits TimeUnit.swift
[6/22] Compiling MKUnits ByteUnit.swift
[7/22] Compiling MKUnits EnergyUnit.swift
[8/22] Compiling MKUnits LengthUnit+Imperial.swift
[9/22] Compiling MKUnits LengthUnit.swift
[10/22] Compiling MKUnits Quantity.swift
[11/22] Compiling MKUnits TemperatureUnit+Extensions.swift
[12/22] Emitting module MKUnits
[13/22] Compiling MKUnits AreaUnit+Imperial.swift
[14/22] Compiling MKUnits AreaUnit.swift
[15/22] Compiling MKUnits MassUnit+Imperial.swift
[16/22] Compiling MKUnits MassUnit.swift
[17/24] Compiling MKUnits Unit.swift
[18/24] Compiling MKUnits VolumeUnit+Imperial.swift
[19/24] Compiling MKUnits VolumeUnit+US.swift
[20/24] Compiling MKUnits VolumeUnit.swift
[21/25] Wrapping AST for MKUnits for debugging
[23/27] Emitting module demo
[24/27] Compiling demo main.swift
[25/28] Wrapping AST for demo for debugging
[26/28] Write Objects.LinkFileList
[27/28] Linking demo
Build complete! (11.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MKUnits",
"name" : "MKUnits",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MKUnits",
"targets" : [
"MKUnits"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "demo",
"targets" : [
"demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "demo",
"module_type" : "SwiftTarget",
"name" : "demo",
"path" : "Demo",
"product_memberships" : [
"demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MKUnits"
],
"type" : "executable"
},
{
"c99name" : "MKUnitsTests",
"module_type" : "SwiftTarget",
"name" : "MKUnitsTests",
"path" : "Tests/MKUnitsTests",
"sources" : [
"AreaUnitImperialTests.swift",
"AreaUnitTests.swift",
"ByteUnitTests.swift",
"EnergyUnitTests.swift",
"LengthUnitImperialTests.swift",
"LengthUnitTests.swift",
"MassUnitImperialTests.swift",
"MassUnitTests.swift",
"QuantityTests.swift",
"TemperatureUnitTests.swift",
"TimeUnitTests.swift",
"UnitTests.swift",
"VolumeUnitImperialTests.swift",
"VolumeUnitTests.swift",
"VolumeUnitUSTests.swift"
],
"target_dependencies" : [
"MKUnits"
],
"type" : "test"
},
{
"c99name" : "MKUnits",
"module_type" : "SwiftTarget",
"name" : "MKUnits",
"path" : "Sources/MKUnits",
"product_memberships" : [
"MKUnits",
"demo"
],
"sources" : [
"AreaUnit+Imperial.swift",
"AreaUnit.swift",
"ByteUnit.swift",
"EnergyUnit.swift",
"LengthUnit+Imperial.swift",
"LengthUnit.swift",
"MassUnit+Imperial.swift",
"MassUnit.swift",
"Quantity.swift",
"TemperatureUnit+Extensions.swift",
"TemperatureUnit.swift",
"TimeUnit.swift",
"Unit.swift",
"VolumeUnit+Imperial.swift",
"VolumeUnit+US.swift",
"VolumeUnit.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.