Build Information
Failed to build SpeziSpeech, reference 1.2.0 (0b79f7
), with Swift 5.10 for Linux on 2 Jul 2024 07:43:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" 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.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziSpeech.git
Reference: 1.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/StanfordSpezi/SpeziSpeech
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 0b79f72 Allow voice selection and personal voices (#8)
Cloned https://github.com/StanfordSpezi/SpeziSpeech.git
Revision (git rev-parse @):
0b79f72fc8b0606e09787926446dfafb541669d3
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziSpeech.git at 1.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/StanfordSpezi/SpeziSpeech.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" 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:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/StanfordSpezi/Spezi
[1/8055] Fetching spezi
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.37s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.4.0 (0.43s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions
[1/330] Fetching xctruntimeassertions
[331/603] Fetching xctruntimeassertions, spezifoundation
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions from cache (0.20s)
[1/14373] Fetching swift-collections
Fetched https://github.com/StanfordSpezi/SpeziFoundation from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.1 (0.50s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions at 1.0.1 (0.37s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation
Computed https://github.com/StanfordSpezi/SpeziFoundation at 1.1.2 (0.40s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation
Working copy of https://github.com/StanfordSpezi/SpeziFoundation resolved at 1.1.2
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions resolved at 1.0.1
Building for debugging...
[0/11] Write sources
[5/11] Copying Localizable.xcstrings.license
[5/11] Copying Info.plist
[5/11] Copying Localizable.xcstrings
[5/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/53] Emitting module InternalCollectionsUtilities
[13/55] Emitting module SpeziFoundation
[14/57] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[15/57] Compiling SpeziFoundation KnowledgeSource.swift
[16/57] Compiling SpeziFoundation RepositoryAnchor.swift
[17/57] Compiling SpeziFoundation RepositoryValue.swift
[18/57] Compiling SpeziFoundation AnyArray.swift
[19/57] Compiling SpeziFoundation AnyOptional.swift
[22/57] Compiling SpeziFoundation HeapRepository.swift
[23/57] Compiling SpeziFoundation SimpleRepositoryValue.swift
[27/57] Compiling SpeziFoundation TimeoutError.swift
[28/57] Compiling SpeziFoundation RuntimeConfig.swift
[30/57] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[31/57] Compiling SpeziFoundation AsyncSemaphore.swift
[32/57] Compiling SpeziFoundation BuiltinRepository.swift
[33/57] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[34/57] Compiling SpeziFoundation ValueRepository.swift
[35/57] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[39/57] Compiling SpeziFoundation SharedRepository.swift
[41/57] Compiling SpeziFoundation resource_bundle_accessor.swift
[43/113] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/113] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/113] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[46/113] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[47/113] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[48/113] Emitting module XCTRuntimeAssertions
[49/113] Compiling XCTRuntimeAssertions Counter.swift
[50/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/121] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[58/121] Compiling XCTRuntimeAssertions NeverReturn.swift
[59/121] Compiling XCTRuntimeAssertions Precondition.swift
[60/121] Compiling XCTRuntimeAssertions Assert.swift
[61/121] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:27: error: cannot find 'LocalizedStringResource' in scope
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:9: error: no exact matches in call to initializer
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF8View)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF16View)
^
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:71: error: cannot infer contextual base in reference to member 'atURL'
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
~^~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:27: error: cannot find 'LocalizedStringResource' in scope
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:9: error: no exact matches in call to initializer
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF8View)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF16View)
^
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:88: error: cannot infer contextual base in reference to member 'atURL'
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
~^~~~~
[62/121] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:27: error: cannot find 'LocalizedStringResource' in scope
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:9: error: no exact matches in call to initializer
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF8View)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF16View)
^
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:71: error: cannot infer contextual base in reference to member 'atURL'
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
~^~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:27: error: cannot find 'LocalizedStringResource' in scope
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:9: error: no exact matches in call to initializer
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF8View)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF16View)
^
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:88: error: cannot infer contextual base in reference to member 'atURL'
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
~^~~~~
[63/121] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:27: error: cannot find 'LocalizedStringResource' in scope
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:9: error: no exact matches in call to initializer
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF8View)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF16View)
^
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:21:71: error: cannot infer contextual base in reference to member 'atURL'
String(localized: LocalizedStringResource("Timeout", bundle: .atURL(Bundle.module.bundleURL)))
~^~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:27: error: cannot find 'LocalizedStringResource' in scope
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:9: error: no exact matches in call to initializer
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF8View)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init?(_ codeUnits: Substring.UTF16View)
^
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundation/Misc/TimeoutError.swift:25:88: error: cannot infer contextual base in reference to member 'atURL'
String(localized: LocalizedStringResource("The operation timed out.", bundle: .atURL(Bundle.module.bundleURL)))
~^~~~~
[70/121] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[71/121] Compiling OrderedCollections OrderedDictionary+Values.swift
[72/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[76/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[78/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/121] Compiling OrderedCollections OrderedDictionary.swift
[80/121] Compiling OrderedCollections OrderedSet+Codable.swift
[81/121] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/121] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/121] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/121] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/121] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/121] Compiling OrderedCollections OrderedSet+Hashable.swift
[89/121] Compiling OrderedCollections OrderedSet+Invariants.swift
[90/121] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[91/121] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[92/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[93/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[94/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
error: fatalError
BUILD FAILURE 5.10 linux