The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LocaleSupport, reference 0.8.2 (249bf9), with Swift 5.10 for Linux on 23 Sep 2025 19:46:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 0.8.2
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.8.2      -> FETCH_HEAD
HEAD is now at 249bf91 Key Generation (#17)
Cloned https://github.com/richardpiazza/LocaleSupport.git
Revision (git rev-parse @):
249bf91236b05239b8d05aefa9b016b4d5aafbee
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/LocaleSupport.git at 0.8.2
========================================
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-4609320-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:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
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/12] Compiling LocaleSupport LocaleSupportError.swift
[4/12] Compiling LocaleSupport LocalizationKey.swift
[5/13] Compiling LocaleSupport SwiftUI+LocaleSupport.swift
[6/13] Compiling LocaleSupport LocaleSupportConfiguration.swift
[7/13] 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.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.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 {
              ^
/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 {
              ^
[8/13] Compiling LocaleSupport Locale.Script+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.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.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 {
              ^
/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 {
              ^
[9/13] Compiling LocaleSupport LocalizationKeyStrategy.swift
[10/13] Compiling LocaleSupport LocalizedStringConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] 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 {
              ^
[12/13] Compiling LocaleSupport Locale+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 {
              ^
[13/13] 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 {
              ^
error: fatalError
BUILD FAILURE 5.10 linux