Build Information
Failed to build Shield, reference 3.5.0 (7d19bf
), with Swift 6.1 for Linux on 28 Apr 2025 07:40:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/shield.git
Reference: 3.5.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/outfoxx/shield
* tag 3.5.0 -> FETCH_HEAD
HEAD is now at 7d19bf6 Merge pull request #82 from outfoxx/feature/pkcs8pem
Cloned https://github.com/outfoxx/shield.git
Revision (git rev-parse @):
7d19bf67a55985217a5db9393d99631b5c5ff362
SUCCESS checkout https://github.com/outfoxx/shield.git at 3.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/outfoxx/shield.git
https://github.com/outfoxx/shield.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "potentcodables",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/outfoxx/PotentCodables.git"
},
{
"identity" : "regex",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sharplet/Regex.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Shield",
"name" : "Shield",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Shield",
"targets" : [
"Shield",
"ShieldSecurity",
"ShieldCrypto",
"ShieldOID",
"ShieldPKCS",
"ShieldX509",
"ShieldX500"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShieldX509",
"module_type" : "SwiftTarget",
"name" : "ShieldX509",
"path" : "Sources/ShieldX509",
"product_dependencies" : [
"PotentCodables",
"Algorithms"
],
"product_memberships" : [
"Shield"
],
"sources" : [
"AlgorithmIdentifier.swift",
"AttributeValueHandlers.swift",
"Attributes.swift",
"CRAttributes.swift",
"Certificate.swift",
"CertificateBuilder.swift",
"CertificationRequest.swift",
"CertificationRequestBuilder.swift",
"CertificationRequestInfo.swift",
"DirectoryNames.swift",
"ECParameters.swift",
"ECPrivateKey.swift",
"EDIPartyName.swift",
"EncryptedPrivateKeyInfo.swift",
"ExtensionAuthorityKeyIdentifier.swift",
"ExtensionBasicConstraints.swift",
"ExtensionExtKeyUsage.swift",
"ExtensionIssuerAlternativeName.swift",
"ExtensionKeyUsage.swift",
"ExtensionSubjectAlternativeName.swift",
"ExtensionSubjectKeyIdentifier.swift",
"ExtensionValue.swift",
"Extensions.swift",
"GeneralName.swift",
"KeyIdentifier.swift",
"Name.swift",
"OtherName.swift",
"PBES2Params.swift",
"PBKDF2Params.swift",
"PrivateKeyInfo.swift",
"RSAPrivateKey.swift",
"RSAPublicKey.swift",
"Schemas.swift",
"SubjectPublicKeyInfo.swift",
"TBSCertificate.swift"
],
"target_dependencies" : [
"ShieldCrypto",
"ShieldX500",
"ShieldOID"
],
"type" : "library"
},
{
"c99name" : "ShieldX500",
"module_type" : "SwiftTarget",
"name" : "ShieldX500",
"path" : "Sources/ShieldX500",
"product_dependencies" : [
"PotentCodables"
],
"product_memberships" : [
"Shield"
],
"sources" : [
"AttributeTypeAndValue.swift",
"AttributeValueHandlers.swift",
"DistinguishedNameBuilder.swift",
"DistinguishedNameStringComposer.swift",
"DistinguishedNameStringParser.swift",
"NamingStyles.swift",
"RelativeDistinguishedName.swift",
"Schemas.swift"
],
"target_dependencies" : [
"ShieldOID"
],
"type" : "library"
},
{
"c99name" : "ShieldTests",
"module_type" : "SwiftTarget",
"name" : "ShieldTests",
"path" : "Tests",
"sources" : [
"CertificateBuilderECTests.swift",
"CertificateBuilderRSATests.swift",
"CertificateDecoderTests.swift",
"CertificationRequestBuilderTests.swift",
"CryptorTests.swift",
"DigestTests.swift",
"DistinguishedNameComposerTests.swift",
"DistinguishedNameParserTests.swift",
"ErrorsTests.swift",
"ExtensionsTests.swift",
"HmacTests.swift",
"OIDTests.swift",
"SecCertificateTests.swift",
"SecIdentityTests.swift",
"SecKeyPairTests.swift",
"SecKeyTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"Shield"
],
"type" : "test"
},
{
"c99name" : "ShieldSecurity",
"module_type" : "SwiftTarget",
"name" : "ShieldSecurity",
"path" : "Sources/ShieldSecurity",
"product_dependencies" : [
"PotentCodables",
"Regex"
],
"product_memberships" : [
"Shield"
],
"sources" : [
"AlgorithmIdentifier.swift",
"Certificate.swift",
"CertificationRequest.swift",
"Errors.swift",
"Logger.swift",
"PEM.swift",
"SecAccessibility.swift",
"SecCertificate.swift",
"SecIdentity.swift",
"SecKey.swift",
"SecKeyPair.swift",
"SecKeyType.swift"
],
"target_dependencies" : [
"ShieldCrypto",
"ShieldOID",
"ShieldPKCS",
"ShieldX500",
"ShieldX509"
],
"type" : "library"
},
{
"c99name" : "ShieldPKCS",
"module_type" : "SwiftTarget",
"name" : "ShieldPKCS",
"path" : "Sources/ShieldPKCS",
"product_dependencies" : [
"PotentCodables"
],
"product_memberships" : [
"Shield"
],
"sources" : [
"Moved.swift",
"Schemas.swift"
],
"target_dependencies" : [
"ShieldX509"
],
"type" : "library"
},
{
"c99name" : "ShieldOID",
"module_type" : "SwiftTarget",
"name" : "ShieldOID",
"path" : "Sources/ShieldOID",
"product_dependencies" : [
"PotentCodables"
],
"product_memberships" : [
"Shield"
],
"sources" : [
"ISO-ITU.swift",
"ISO.swift",
"ITU.swift",
"OIDs.swift"
],
"type" : "library"
},
{
"c99name" : "ShieldCrypto",
"module_type" : "SwiftTarget",
"name" : "ShieldCrypto",
"path" : "Sources/ShieldCrypto",
"product_memberships" : [
"Shield"
],
"sources" : [
"Cryptor.swift",
"Digest.swift",
"Errors.swift",
"HMAC.swift",
"PBKDF.swift",
"Random.swift"
],
"type" : "library"
},
{
"c99name" : "Shield",
"module_type" : "SwiftTarget",
"name" : "Shield",
"path" : "Sources/Shield",
"product_memberships" : [
"Shield"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Shield/Shield.docc",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ModuleExports.swift"
],
"target_dependencies" : [
"ShieldSecurity",
"ShieldCrypto",
"ShieldOID",
"ShieldPKCS",
"ShieldX509",
"ShieldX500"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetching https://github.com/outfoxx/PotentCodables.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/sharplet/Regex.git
Fetched https://github.com/apple/swift-docc-plugin from cache (0.69s)
[1/1254] Fetching regex
[876/7157] Fetching regex, swift-algorithms
[6720/78206] Fetching regex, swift-algorithms, potentcodables
Fetched https://github.com/apple/swift-algorithms from cache (0.73s)
[8657/72303] Fetching regex, potentcodables
Fetched https://github.com/sharplet/Regex.git from cache (4.89s)
Fetched https://github.com/outfoxx/PotentCodables.git from cache (4.96s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (10.50s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.31s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.71s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (8.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Computing version for https://github.com/outfoxx/PotentCodables.git
Computed https://github.com/outfoxx/PotentCodables.git at 3.5.0 (1.21s)
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
[1/310] Fetching float16
[11/5081] Fetching float16, bigint
[2220/21323] Fetching float16, bigint, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.97s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.97s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.48s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (4.60s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (1.09s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/outfoxx/PotentCodables.git
Working copy of https://github.com/outfoxx/PotentCodables.git resolved at 3.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/48] Write sources
[20/48] Compiling _NumericsShims _NumericsShims.c
[21/48] Copying Shield.docc
[22/48] Copying PotentCodables.docc
[23/48] Compiling fy-utf8.c
[24/48] Compiling fy-ctype.c
[25/48] Compiling fy-blob.c
[26/48] Compiling fy-utils.c
[27/48] Compiling xxhash.c
[28/48] Write swift-version-24593BA9C3E375BF.txt
[29/48] Compiling fy-path.c
[30/48] Compiling fy-types.c
[31/48] Compiling fy-input.c
[32/48] Compiling fy-token.c
[33/48] Compiling fy-event.c
[34/78] Compiling fy-walk.c
[35/138] Compiling fy-emit.c
[36/138] Compiling fy-dump.c
[37/138] Compiling fy-parse.c
[38/138] Compiling fy-docstate.c
[39/138] Compiling fy-docbuilder.c
[40/138] Compiling fy-composer.c
[41/138] Compiling fy-diag.c
[42/138] Compiling fy-atom.c
[43/138] Compiling CFloat16 float16.c
[44/138] Write sources
[45/138] Compiling fy-doc.c
[45/138] Write sources
[47/138] Compiling fy-accel.c
[49/159] Emitting module OrderedCollections
[50/165] Compiling BigInt Bitwise Ops.swift
[51/165] Compiling BigInt Codable.swift
[52/167] Compiling BigInt Data Conversion.swift
[53/167] Compiling BigInt Division.swift
[54/167] Compiling BigInt Exponentiation.swift
[55/167] Compiling BigInt BigUInt.swift
[57/168] Compiling RealModule Real.swift
[58/168] Compiling RealModule Float16+Real.swift
[59/168] Compiling RealModule Float80+Real.swift
[60/168] Emitting module DequeModule
[61/168] Compiling BigInt Addition.swift
[62/168] Compiling BigInt BigInt.swift
[64/168] Compiling BigInt String Conversion.swift
[65/168] Compiling BigInt Integer Conversion.swift
[66/168] Compiling BigInt Random.swift
[67/168] Compiling BigInt Shifts.swift
[68/168] Compiling BigInt Square Root.swift
[69/168] Compiling BigInt Comparable.swift
[70/168] Compiling BigInt Strideable.swift
[71/168] Compiling RealModule ElementaryFunctions.swift
[72/168] Compiling BigInt Floating Point Conversion.swift
[73/168] Compiling BigInt GCD.swift
[74/168] Compiling BigInt Hashable.swift
[75/168] Emitting module RealModule
[76/168] Compiling RealModule Float+Real.swift
[79/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[80/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[81/168] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[82/168] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[83/168] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/168] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/168] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/168] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/168] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/168] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/168] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[91/168] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/168] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[93/168] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/168] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/168] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/168] Compiling OrderedCollections OrderedSet+Hashable.swift
[111/168] Compiling OrderedCollections OrderedDictionary+Elements.swift
[112/168] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[113/168] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[114/168] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[115/168] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[116/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[117/168] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[122/168] Compiling DequeModule _DequeSlot.swift
[123/168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/168] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[127/170] Compiling RealModule RealFunctions.swift
[131/171] Emitting module BigInt
[142/201] Compiling OrderedCollections OrderedSet+Testing.swift
[143/201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/201] Compiling OrderedCollections OrderedSet.swift
[146/201] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[147/201] Compiling OrderedCollections _UnsafeBitset.swift
[148/202] Compiling Algorithms Rotate.swift
[149/202] Compiling Algorithms Split.swift
[151/202] Emitting module Float16
[152/203] Compiling Float16 Real.swift
[153/203] Compiling Float16 Concurrency.swift
[154/203] Compiling Float16 float16.swift
[155/203] Compiling Algorithms RandomSample.swift
[156/203] Compiling Algorithms Reductions.swift
[159/203] Compiling Algorithms Stride.swift
[160/203] Compiling Algorithms Suffix.swift
[162/208] Compiling Collections Collections.swift
[163/208] Emitting module Collections
[165/209] Compiling Algorithms Joined.swift
[166/209] Compiling Algorithms Keyed.swift
[167/209] Compiling Algorithms MinMax.swift
[168/209] Compiling Algorithms Partition.swift
[169/209] Compiling Algorithms Permutations.swift
[170/209] Compiling Algorithms Product.swift
[171/209] Compiling Regex String+ReplaceMatching.swift
[172/209] Compiling Regex ThreadLocal.swift
[173/209] Compiling Algorithms Combinations.swift
[174/209] Compiling Algorithms FlattenCollection.swift
[175/209] Compiling Algorithms Grouped.swift
[179/209] Compiling Algorithms AdjacentPairs.swift
[180/209] Compiling Algorithms Chain.swift
[181/209] Compiling Algorithms Chunked.swift
[182/210] Compiling Algorithms Compacted.swift
[183/210] Compiling Algorithms Cycle.swift
[184/210] Compiling Algorithms EitherSequence.swift
[185/210] Compiling Algorithms FirstNonNil.swift
[188/210] Compiling Algorithms Indexed.swift
[189/210] Compiling Algorithms Intersperse.swift
[190/210] Compiling ShieldCrypto Errors.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[191/210] Compiling ShieldCrypto Digest.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[192/210] Compiling ShieldCrypto Random.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[193/210] Compiling ShieldCrypto PBKDF.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[194/210] Compiling ShieldCrypto HMAC.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[196/210] Compiling Regex Regex.swift
[197/210] Compiling Regex Options.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[198/210] Emitting module ShieldCrypto
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[199/210] Compiling ShieldCrypto Cryptor.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[200/210] Compiling Regex Foundation+Ranges.swift
[201/210] Emitting module Regex
[202/210] Compiling Regex MatchResult.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/114] Compiling RealModule ElementaryFunctions.swift
[5/115] Compiling ShieldCrypto Random.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[6/115] Compiling Regex ThreadLocal.swift
[7/115] Compiling Regex String+ReplaceMatching.swift
[8/115] Compiling Regex Foundation+Ranges.swift
[9/115] Compiling Regex MatchResult.swift
[10/115] Emitting module Regex
[11/115] Compiling RealModule Real.swift
[12/115] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[13/115] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[14/115] Compiling OrderedCollections OrderedDictionary+Elements.swift
[15/115] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[16/115] Compiling OrderedCollections _Hashtable+Header.swift
[17/115] Compiling OrderedCollections OrderedDictionary+Codable.swift
[18/117] Compiling RealModule RealFunctions.swift
[19/117] Compiling Regex Options.swift
[20/117] Compiling Regex Regex.swift
[21/117] Compiling RealModule Float+Real.swift
[24/118] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[25/118] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[26/118] Compiling OrderedCollections _HashTable+Bucket.swift
[27/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[28/118] Compiling RealModule Float80+Real.swift
[29/118] Compiling RealModule Float16+Real.swift
[30/118] Compiling ShieldCrypto HMAC.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[31/118] Compiling ShieldCrypto PBKDF.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[33/118] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[35/118] Compiling ShieldCrypto Digest.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[36/118] Compiling ShieldCrypto Cryptor.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[37/118] Compiling ShieldCrypto Errors.swift
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[38/118] Emitting module RealModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/118] Emitting module ShieldCrypto
/host/spi-builder-workspace/Sources/ShieldCrypto/Cryptor.swift:11:8: error: no such module 'CommonCrypto.CommonCryptor'
9 | //
10 |
11 | import CommonCrypto.CommonCryptor
| `- error: no such module 'CommonCrypto.CommonCryptor'
12 | import Foundation
13 |
[40/119] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[41/119] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[42/119] Compiling OrderedCollections OrderedSet+Diffing.swift
[43/119] Compiling OrderedCollections OrderedSet+Equatable.swift
[44/119] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[45/119] Compiling OrderedCollections OrderedSet+Hashable.swift
[46/119] Emitting module BigInt
BUILD FAILURE 6.1 linux