Build Information
Successful build of LocaleSupport, reference 0.6.0 (713795
), with Swift 5.9 for Linux on 29 Mar 2025 15:46:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/LocaleSupport.git
Reference: 0.6.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/richardpiazza/LocaleSupport
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 713795a Sendable & Retroactive Attributes (#11)
Cloned https://github.com/richardpiazza/LocaleSupport.git
Revision (git rev-parse @):
713795ac3cc73f2f340723ace514ac6cee3dfe1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/LocaleSupport.git at 0.6.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/richardpiazza/LocaleSupport.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/8] Compiling LocaleSupport LocaleSupportError.swift
[2/8] Compiling LocaleSupport LocaleSupportConfiguration.swift
[3/8] Emitting module LocaleSupport
[4/8] Compiling LocaleSupport RegionCode.swift
[5/8] Compiling LocaleSupport ScriptCode.swift
[6/8] Compiling LocaleSupport LocalizedStringConvertible.swift
[7/8] Compiling LocaleSupport LanguageCode.swift
[8/8] Compiling LocaleSupport Locale+LocaleSupport.swift
Build complete! (6.11s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "LocaleSupport",
"name" : "LocaleSupport",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "LocaleSupport",
"targets" : [
"LocaleSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "LocaleSupportTests",
"module_type" : "SwiftTarget",
"name" : "LocaleSupportTests",
"path" : "Tests/LocaleSupportTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/LocaleSupportTests/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"LocalizedStringConvertibleTests.swift",
"LocalizedStrings.swift"
],
"target_dependencies" : [
"LocaleSupport"
],
"type" : "test"
},
{
"c99name" : "LocaleSupport",
"module_type" : "SwiftTarget",
"name" : "LocaleSupport",
"path" : "Sources/LocaleSupport",
"product_memberships" : [
"LocaleSupport"
],
"sources" : [
"LanguageCode.swift",
"Locale+LocaleSupport.swift",
"LocaleSupportConfiguration.swift",
"LocaleSupportError.swift",
"LocalizedStringConvertible.swift",
"RegionCode.swift",
"ScriptCode.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.