Build Information
Failed to build Shield, reference main (7d19bf
), with Swift 6.1 for Linux on 28 Apr 2025 07:38:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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/outfoxx/shield
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-2":/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/outfoxx/PotentCodables.git
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-algorithms
[1/1254] Fetching regex
[842/3303] Fetching regex, swift-docc-plugin
[1105/74352] Fetching regex, swift-docc-plugin, potentcodables
Fetched https://github.com/apple/swift-docc-plugin from cache (1.93s)
Fetched https://github.com/outfoxx/PotentCodables.git from cache (1.96s)
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (2.22s)
Fetched https://github.com/sharplet/Regex.git from cache (2.23s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (4.03s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (2.87s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.46s)
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.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.86s)
Computing version for https://github.com/outfoxx/PotentCodables.git
Computed https://github.com/outfoxx/PotentCodables.git at 3.5.0 (0.49s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/310] Fetching float16
[311/5081] Fetching float16, bigint
[4033/21323] Fetching float16, bigint, swift-collections
Fetched https://github.com/attaswift/BigInt.git from cache (0.40s)
[4696/16552] Fetching float16, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.95s)
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (1.43s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.48s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.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/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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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
[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-blob.c
[24/48] Compiling fy-ctype.c
[25/48] Compiling fy-utf8.c
[26/48] Compiling fy-utils.c
[27/48] Compiling xxhash.c
[28/48] Write swift-version-24593BA9C3E375BF.txt
[29/48] Compiling fy-types.c
[30/48] Compiling fy-path.c
[31/48] Compiling fy-input.c
[32/48] Compiling fy-token.c
[33/48] Compiling fy-event.c
[34/48] Compiling fy-walk.c
[35/71] Compiling fy-emit.c
[36/138] Compiling fy-dump.c
[37/138] Compiling fy-docstate.c
[38/138] Compiling fy-parse.c
[39/138] Compiling fy-docbuilder.c
[40/138] Compiling fy-diag.c
[41/138] Compiling fy-composer.c
[42/138] Compiling fy-accel.c
[43/138] Compiling CFloat16 float16.c
[43/138] Write sources
[46/138] Compiling fy-doc.c
[47/138] Compiling fy-atom.c
[49/159] Compiling BigInt Shifts.swift
[50/159] Compiling BigInt Square Root.swift
[51/161] Compiling BigInt Addition.swift
[52/161] Compiling BigInt BigInt.swift
[53/162] Compiling RealModule Real.swift
[54/162] Emitting module RealModule
[55/162] Compiling BigInt BigUInt.swift
[56/162] Compiling BigInt Bitwise Ops.swift
[57/162] Compiling RealModule Float80+Real.swift
[58/162] Compiling BigInt Prime Test.swift
[59/162] Compiling BigInt Random.swift
[60/162] Compiling BigInt Floating Point Conversion.swift
[61/162] Compiling BigInt GCD.swift
[62/162] Compiling BigInt Hashable.swift
[63/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[64/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[65/162] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[66/162] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[67/162] Compiling OrderedCollections OrderedSet+Sendable.swift
[68/162] Compiling OrderedCollections OrderedSet+SubSequence.swift
[69/162] Compiling BigInt Integer Conversion.swift
[70/162] Compiling BigInt Multiplication.swift
[71/168] Compiling BigInt Data Conversion.swift
[72/168] Compiling BigInt Division.swift
[73/168] Compiling BigInt Exponentiation.swift
[74/168] Compiling RealModule ElementaryFunctions.swift
[75/168] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[76/168] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[77/168] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[78/168] Compiling OrderedCollections OrderedDictionary+Values.swift
[79/168] Compiling OrderedCollections OrderedDictionary.swift
[80/168] Compiling OrderedCollections OrderedSet+Codable.swift
[81/168] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[83/168] Compiling BigInt Codable.swift
[84/168] Compiling BigInt Comparable.swift
[88/168] Emitting module DequeModule
[89/168] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[90/168] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[91/168] Compiling OrderedCollections OrderedSet+Diffing.swift
[92/168] Compiling OrderedCollections OrderedSet+Equatable.swift
[93/168] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[94/168] Compiling OrderedCollections OrderedSet+Hashable.swift
[95/168] Compiling OrderedCollections OrderedSet+Initializers.swift
[96/168] Compiling OrderedCollections OrderedSet+Insertions.swift
[97/168] Compiling OrderedCollections OrderedSet+Invariants.swift
[98/168] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[99/168] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[100/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[101/168] Compiling RealModule Float+Real.swift
[102/168] Compiling RealModule Float16+Real.swift
[110/168] Emitting module OrderedCollections
[115/168] Compiling DequeModule _DequeSlot.swift
[116/168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/168] Compiling OrderedCollections _HashTable.swift
[125/168] Compiling RealModule RealFunctions.swift
[133/172] Emitting module BigInt
[134/201] Compiling Algorithms Partition.swift
[135/201] Compiling Algorithms Permutations.swift
[136/201] Compiling Algorithms Product.swift
[137/201] Compiling Algorithms Joined.swift
[138/201] Compiling Algorithms Keyed.swift
[139/201] Compiling Algorithms MinMax.swift
[140/201] Compiling Algorithms RandomSample.swift
[141/201] Compiling Algorithms Reductions.swift
[142/201] Compiling Float16 Concurrency.swift
[143/201] Compiling Algorithms Compacted.swift
[144/201] Compiling Algorithms Cycle.swift
[145/201] Compiling Algorithms EitherSequence.swift
[146/201] Emitting module Float16
[147/201] Compiling Algorithms Rotate.swift
[148/201] Compiling Algorithms Split.swift
[149/201] Compiling OrderedCollections OrderedSet+Testing.swift
[150/201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[151/201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[152/201] Compiling OrderedCollections OrderedSet.swift
[153/201] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[154/201] Compiling OrderedCollections _UnsafeBitset.swift
[156/202] Compiling Float16 Real.swift
[157/202] Compiling Float16 float16.swift
[160/203] Compiling Algorithms Stride.swift
[161/203] Compiling Algorithms Suffix.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[168/206] 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 |
[169/206] 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 |
[170/206] Compiling Algorithms Chunked.swift
[171/206] Compiling Algorithms Combinations.swift
[172/206] Compiling Algorithms FlattenCollection.swift
[173/208] Emitting module Regex
[174/208] Compiling Regex MatchResult.swift
[175/208] Compiling Regex Foundation+Ranges.swift
[176/208] 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 |
[177/208] 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 |
[178/208] 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 |
[179/208] 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 |
[180/208] 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 |
[181/208] Compiling Algorithms FirstNonNil.swift
[182/208] Compiling Algorithms AdjacentPairs.swift
[183/208] Compiling Algorithms Chain.swift
[184/208] Compiling Regex String+ReplaceMatching.swift
[185/208] Compiling Regex ThreadLocal.swift
[186/209] Compiling Regex Regex.swift
[187/209] Compiling Regex Options.swift
[193/210] Emitting module Collections
[194/210] Compiling Collections Collections.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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] Emitting module Regex
[5/114] 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/114] Compiling Regex ThreadLocal.swift
[7/114] Compiling Regex String+ReplaceMatching.swift
[8/114] Compiling OrderedCollections OrderedDictionary+Elements.swift
[9/114] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[10/116] Compiling Regex Regex.swift
[11/116] Compiling RealModule Real.swift
[12/116] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[13/116] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[14/116] 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 |
[15/116] 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 |
[16/117] Compiling Regex MatchResult.swift
[17/117] Compiling Regex Options.swift
[18/117] Compiling Regex Foundation+Ranges.swift
[19/118] Emitting module RealModule
[20/118] Compiling RealModule Float80+Real.swift
[21/118] Compiling RealModule Float16+Real.swift
[22/118] Compiling RealModule ElementaryFunctions.swift
[23/118] Compiling RealModule Float+Real.swift
[24/118] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[25/118] Compiling OrderedCollections _HashTable+Testing.swift
[26/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[27/118] Compiling OrderedCollections _HashTable+Constants.swift
[29/118] Compiling OrderedCollections _HashTable+Bucket.swift
[30/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[31/118] Compiling RealModule RealFunctions.swift
[33/119] 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 |
[34/119] 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 |
[35/119] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/119] 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 |
[38/119] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[39/119] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[40/119] Compiling OrderedCollections OrderedSet+Diffing.swift
[41/119] Compiling OrderedCollections OrderedSet+Equatable.swift
[42/119] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[43/119] Compiling OrderedCollections OrderedSet+Hashable.swift
BUILD FAILURE 6.1 linux