Build Information
Failed to build LocaleSupport, reference main (2e258b
), with Swift 5.10 for Linux on 31 Aug 2025 23:05:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-5.10-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/richardpiazza/LocaleSupport.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/richardpiazza/LocaleSupport
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2e258b3 Deprecation Cleanup (#15)
Cloned https://github.com/richardpiazza/LocaleSupport.git
Revision (git rev-parse @):
2e258b38557504211bd5e89c555d591beda97d65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/LocaleSupport.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/richardpiazza/LocaleSupport.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling LocaleSupport LocaleSupportConfiguration.swift
[4/10] Compiling LocaleSupport LocaleSupportError.swift
[5/10] Compiling LocaleSupport LocalizedStringConvertible.swift
[6/10] Compiling LocaleSupport Locale+LocaleSupport.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module LocaleSupport
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:3:25: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
public extension Locale.LanguageCode {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:30:18: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
extension Locale.LanguageCode: Identifiable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:148:18: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
extension Locale.LanguageCode: CaseIterable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:3:25: error: 'Region' is not a member type of struct 'Foundation.Locale'
public extension Locale.Region {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:44:18: error: 'Region' is not a member type of struct 'Foundation.Locale'
extension Locale.Region: Identifiable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:310:18: error: 'Region' is not a member type of struct 'Foundation.Locale'
extension Locale.Region: CaseIterable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:3:25: error: 'Script' is not a member type of struct 'Foundation.Locale'
public extension Locale.Script {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:30:18: error: 'Script' is not a member type of struct 'Foundation.Locale'
extension Locale.Script: Identifiable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:78:18: error: 'Script' is not a member type of struct 'Foundation.Locale'
extension Locale.Script: CaseIterable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[8/10] Compiling LocaleSupport Locale.Region+LocaleSupport.swift
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:3:25: error: 'Region' is not a member type of struct 'Foundation.Locale'
public extension Locale.Region {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:44:18: error: 'Region' is not a member type of struct 'Foundation.Locale'
extension Locale.Region: Identifiable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:310:18: error: 'Region' is not a member type of struct 'Foundation.Locale'
extension Locale.Region: CaseIterable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Region+LocaleSupport.swift:311:41: error: 'Region' is not a member type of struct 'Foundation.Locale'
public static let allCases: [Locale.Region] = [
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[9/10] Compiling LocaleSupport Locale.LanguageCode+LocaleSupport.swift
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:3:25: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
public extension Locale.LanguageCode {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:30:18: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
extension Locale.LanguageCode: Identifiable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:148:18: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
extension Locale.LanguageCode: CaseIterable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.LanguageCode+LocaleSupport.swift:149:41: error: 'LanguageCode' is not a member type of struct 'Foundation.Locale'
public static let allCases: [Locale.LanguageCode] = [
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[10/10] Compiling LocaleSupport Locale.Script+LocaleSupport.swift
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:3:25: error: 'Script' is not a member type of struct 'Foundation.Locale'
public extension Locale.Script {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:30:18: error: 'Script' is not a member type of struct 'Foundation.Locale'
extension Locale.Script: Identifiable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:78:18: error: 'Script' is not a member type of struct 'Foundation.Locale'
extension Locale.Script: CaseIterable {
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
/host/spi-builder-workspace/Sources/LocaleSupport/Locale.Script+LocaleSupport.swift:79:41: error: 'Script' is not a member type of struct 'Foundation.Locale'
public static let allCases: [Locale.Script] = [
~~~~~~ ^
Foundation.Locale:1:15: note: 'Locale' declared here
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
error: fatalError
BUILD FAILURE 5.10 linux