Build Information
Failed to build JOSE, reference 0.1.3 (c534dc), with Swift 6.3 for Linux on 20 Apr 2026 19:31:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/proxyco/swift-jose.git
Reference: 0.1.3
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/proxyco/swift-jose
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at c534dca Format
Cloned https://github.com/proxyco/swift-jose.git
Revision (git rev-parse @):
c534dcaa0f6dd7fc0efa52cee0e097b503f16cdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/proxyco/swift-jose.git at 0.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/proxyco/swift-jose.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/krzyzanowskim/OpenSSL.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/13341] Fetching cryptoswift
[4137/23732] Fetching cryptoswift, secp256k1.swift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.47s)
[9872/10391] Fetching secp256k1.swift
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (1.83s)
[1/10465] Fetching openssl
Fetched https://github.com/krzyzanowskim/OpenSSL.git from cache (73.54s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.7.2 (74.18s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.12.2 (0.47s)
Computing version for https://github.com/krzyzanowskim/OpenSSL.git
Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.2301 (0.44s)
Creating working copy for https://github.com/krzyzanowskim/OpenSSL.git
Working copy of https://github.com/krzyzanowskim/OpenSSL.git resolved at 1.1.2301
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.12.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.7.2
Building for debugging...
[0/8] Write sources
[3/8] Compiling Utility.c
[4/8] Compiling precomputed_ecmult_gen.c
[5/8] Compiling secp256k1.c
[6/8] Write swift-version-24593BA9C3E375BF.txt
[7/106] Compiling precomputed_ecmult.c
[9/126] Emitting module secp256k1
[10/128] Compiling CryptoSwift Hashable.swift
[11/128] Compiling CryptoSwift Integer Conversion.swift
[12/128] Compiling CryptoSwift Multiplication.swift
[13/128] Compiling CryptoSwift Prime Test.swift
[14/128] Compiling CryptoSwift Random.swift
[15/128] Compiling CryptoSwift Shifts.swift
[16/128] Compiling CryptoSwift Square Root.swift
[17/128] Compiling CryptoSwift Strideable.swift
[18/128] Compiling CryptoSwift String Conversion.swift
[19/128] Compiling CryptoSwift Subtraction.swift
[20/128] Compiling CryptoSwift Words and Bits.swift
[21/128] Compiling CryptoSwift ChaCha20.swift
[22/128] Compiling CryptoSwift Checksum.swift
[23/128] Compiling CryptoSwift Cipher.swift
[24/141] Compiling CryptoSwift BlockEncryptor.swift
[25/141] Compiling CryptoSwift BlockMode.swift
[26/141] Compiling CryptoSwift BlockModeOptions.swift
[27/141] Compiling CryptoSwift CBC.swift
[28/141] Compiling CryptoSwift CCM.swift
[29/141] Compiling CryptoSwift CFB.swift
[30/141] Compiling CryptoSwift CTR.swift
[31/141] Compiling CryptoSwift CipherModeWorker.swift
[32/141] Compiling CryptoSwift ECB.swift
[33/141] Compiling CryptoSwift GCM.swift
[34/141] Compiling CryptoSwift OCB.swift
[35/141] Compiling CryptoSwift OFB.swift
[36/141] Compiling CryptoSwift PCBC.swift
[37/141] Compiling CryptoSwift Blowfish.swift
[38/141] Compiling CryptoSwift Collection+Extension.swift
[39/141] Compiling CryptoSwift CompactMap.swift
[40/141] Compiling CryptoSwift Cryptor.swift
[41/141] Compiling CryptoSwift Cryptors.swift
[42/141] Compiling CryptoSwift Digest.swift
[43/141] Compiling CryptoSwift DigestType.swift
[44/141] Compiling CryptoSwift AES+Foundation.swift
[45/141] Compiling CryptoSwift Array+Foundation.swift
[46/141] Compiling CryptoSwift Blowfish+Foundation.swift
[47/141] Compiling CryptoSwift ChaCha20+Foundation.swift
[48/141] Compiling CryptoSwift Data+Extension.swift
[49/141] Compiling CryptoSwift HMAC+Foundation.swift
[50/141] Compiling CryptoSwift Rabbit+Foundation.swift
[51/141] Compiling CryptoSwift String+FoundationExtension.swift
[52/141] Compiling secp256k1 Errors.swift
[53/141] Compiling secp256k1 Exports.swift
[54/141] Compiling secp256k1 HashDigest.swift
[55/141] Compiling secp256k1 Zeroization.swift
[56/141] Compiling secp256k1 secp256k1.swift
[57/141] Compiling CryptoSwift PKCS5.swift
[58/141] Compiling CryptoSwift PKCS7.swift
[59/141] Compiling CryptoSwift PKCS7Padding.swift
[60/141] Compiling CryptoSwift Padding.swift
[61/141] Compiling CryptoSwift Poly1305.swift
[62/141] Compiling CryptoSwift RSA+Cipher.swift
[63/141] Compiling CryptoSwift RSA+Signature.swift
[64/141] Compiling CryptoSwift RSA.swift
[65/141] Compiling CryptoSwift Rabbit.swift
[66/141] Compiling CryptoSwift SHA1.swift
[67/141] Compiling CryptoSwift SHA2.swift
[68/141] Compiling CryptoSwift SHA3.swift
[69/141] Compiling CryptoSwift Scrypt.swift
[70/141] Compiling secp256k1 Tweak.swift
[71/141] Compiling secp256k1 Utility.swift
[72/141] Compiling secp256k1 ECDH.swift
[73/141] Compiling secp256k1 ECDSA.swift
[74/141] Compiling secp256k1 EdDSA.swift
[75/141] Compiling secp256k1 SHA256.swift
[76/141] Compiling secp256k1 SafeCompare.swift
[77/141] Compiling secp256k1 Schnorr.swift
[78/141] Compiling secp256k1 Asymmetric.swift
[79/141] Compiling secp256k1 DH.swift
[80/141] Compiling secp256k1 Digest.swift
[81/141] Compiling secp256k1 PrettyBytes.swift
[82/141] Compiling secp256k1 RNG_boring.swift
[83/141] Compiling secp256k1 Recovery.swift
[84/141] Compiling CryptoSwift SecureBytes.swift
[85/141] Compiling CryptoSwift Signature.swift
[86/141] Compiling CryptoSwift StreamDecryptor.swift
[87/141] Compiling CryptoSwift StreamEncryptor.swift
[88/141] Compiling CryptoSwift String+Extension.swift
[89/141] Compiling CryptoSwift UInt128.swift
[90/141] Compiling CryptoSwift UInt16+Extension.swift
[91/141] Compiling CryptoSwift UInt32+Extension.swift
[92/141] Compiling CryptoSwift UInt64+Extension.swift
[93/141] Compiling CryptoSwift UInt8+Extension.swift
[94/141] Compiling CryptoSwift Updatable.swift
[95/141] Compiling CryptoSwift Utils.swift
[96/141] Compiling CryptoSwift ZeroPadding.swift
[97/141] Compiling secp256k1 SecureBytes.swift
[98/141] Compiling secp256k1 Signature.swift
[120/142] Compiling CryptoSwift MD5.swift
[121/142] Compiling CryptoSwift NoPadding.swift
[122/142] Compiling CryptoSwift Operators.swift
[123/142] Compiling CryptoSwift DER.swift
[124/142] Compiling CryptoSwift PBKDF1.swift
[125/142] Compiling CryptoSwift PBKDF2.swift
[126/142] Compiling CryptoSwift PKCS1v15.swift
[128/142] Emitting module CryptoSwift
[129/142] Compiling CryptoSwift CBCMAC.swift
[130/142] Compiling CryptoSwift CMAC.swift
[131/142] Compiling CryptoSwift Addition.swift
[132/142] Compiling CryptoSwift BigInt.swift
[133/142] Compiling CryptoSwift BigUInt.swift
[134/142] Compiling CryptoSwift Bitwise Ops.swift
[135/142] Compiling CryptoSwift CS.swift
[136/142] Compiling CryptoSwift Codable.swift
[137/142] Compiling CryptoSwift Comparable.swift
[138/142] Compiling CryptoSwift Data Conversion.swift
[139/142] Compiling CryptoSwift Division.swift
[140/142] Compiling CryptoSwift Exponentiation.swift
[141/142] Compiling CryptoSwift Floating Point Conversion.swift
[142/142] Compiling CryptoSwift GCD.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[144/155] Emitting module JOSE
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[145/168] Compiling JOSE JOSEHeader+Codable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[146/168] Compiling JOSE JOSEHeader+CompressionAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[147/168] Compiling JOSE JOSEHeader+ContentEncryptionAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[148/168] Compiling JOSE JOSEHeader+KeyManagementAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[149/168] Compiling JOSE JWE+Recipient.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[150/168] Compiling JOSE JWE.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[151/168] Compiling JOSE Curve448.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[152/168] Compiling JOSE JOSEHeader.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[153/168] Compiling JOSE JWE+CompactSerialization.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[154/168] Compiling JOSE JWE+Crypto.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[155/168] Compiling JOSE JWE+Decrypt.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[156/171] Compiling JOSE Data+Random.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[157/171] Compiling JOSE DataRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[158/171] Compiling JOSE Types+DataRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[159/171] Compiling JOSE JWK+Codable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[160/171] Compiling JOSE JWK+Error.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[161/171] Compiling JOSE JWK+KeyAgreement.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[162/171] Compiling JOSE JWK+Thumbprint.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[163/171] Compiling JOSE JWK.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[164/171] Compiling JOSE JWKRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[165/171] Compiling JOSE JWE+Encrypt.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[166/171] Compiling JOSE JWE+Error.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[167/171] Compiling JOSE JWE+JOSEHeader.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[168/171] Compiling JOSE JWE+JSONSerialization.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[169/171] Compiling JOSE JWKSet.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[170/171] Compiling JOSE Base64URL.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
[171/171] Compiling JOSE ConcatKDF.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
7 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
9 | import CryptoKit
| `- error: no such module 'CryptoKit'
10 | import Foundation
11 | import secp256k1
BUILD FAILURE 6.3 linux