Build Information
Failed to build HexavilleAuth, reference master (544237
), with Swift 6.1 for Linux on 25 Apr 2025 09:48:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/hexaville/hexavilleauth.git
Reference: master
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/hexaville/hexavilleauth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 544237e Merge pull request #15 from Hexaville/hexaville-framework@1.x
Cloned https://github.com/hexaville/hexavilleauth.git
Revision (git rev-parse @):
544237e29170389aa5cb6c3474a24a01a8fd7e46
SUCCESS checkout https://github.com/hexaville/hexavilleauth.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hexaville/hexavilleauth.git
https://github.com/hexaville/hexavilleauth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hexavilleframework",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/noppoMan/HexavilleFramework.git"
}
],
"manifest_display_name" : "HexavilleAuth",
"name" : "HexavilleAuth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HexavilleAuth",
"targets" : [
"HexavilleAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "hexaville-todo-example",
"targets" : [
"HexavilleAuthExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HexavilleAuthExample",
"module_type" : "SwiftTarget",
"name" : "HexavilleAuthExample",
"path" : "Sources/HexavilleAuthExample",
"product_memberships" : [
"hexaville-todo-example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HexavilleAuth"
],
"type" : "executable"
},
{
"c99name" : "HexavilleAuth",
"module_type" : "SwiftTarget",
"name" : "HexavilleAuth",
"path" : "Sources/HexavilleAuth",
"product_dependencies" : [
"HexavilleFramework"
],
"product_memberships" : [
"HexavilleAuth",
"hexaville-todo-example"
],
"sources" : [
"AuthenticationMiddleware.swift",
"Base64.swift",
"Credential.swift",
"HMAC.swift",
"HTTPClient.swift",
"HexaviileAuth.swift",
"HexavilleAuth+Router.swift",
"LoginUser.swift",
"OAuth/OAuth1.swift",
"OAuth/OAuth2.swift",
"Providers/CallbackURL.swift",
"Providers/OAuth1/TwitterAuthorizationProvider.swift",
"Providers/OAuth1AuthorizationProvidable.swift",
"Providers/OAuth2/FacebookAuthorizationProvider.swift",
"Providers/OAuth2/GithubAuthorizationProvider.swift",
"Providers/OAuth2/GoogleAuthorizationProvider.swift",
"Providers/OAuth2/InstagramAuthorizationProvider.swift",
"Providers/OAuth2AuthorizationProvidable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/noppoMan/HexavilleFramework.git
[1/429] Fetching hexavilleframework
Fetched https://github.com/noppoMan/HexavilleFramework.git from cache (0.21s)
Computing version for https://github.com/noppoMan/HexavilleFramework.git
Computed https://github.com/noppoMan/HexavilleFramework.git at 1.0.1 (2.34s)
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5074] Fetching swiftcli
[5075/19867] Fetching swiftcli, swift-nio-ssl
[6851/95298] Fetching swiftcli, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.75s)
[58631/80505] Fetching swiftcli, swift-nio
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (4.84s)
Fetched https://github.com/apple/swift-nio.git from cache (4.93s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.3.3 (5.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.66s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4180/6058] Fetching swift-system, swift-atomics
[6059/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.36s)
Fetched https://github.com/apple/swift-system.git from cache (1.36s)
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.4
Creating working copy for https://github.com/noppoMan/HexavilleFramework.git
Working copy of https://github.com/noppoMan/HexavilleFramework.git resolved at 1.0.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 5.3.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/451] Write sources
[3/451] Compiling sha1-armv8-win.S
[3/451] Write sources
[6/451] Compiling sha1-armv8-apple.S
[6/451] Write sources
[19/451] Compiling sha1-armv8-linux.S
[20/451] Compiling _AtomicsShims.c
[21/451] Compiling CNIOWindows shim.c
[22/451] Compiling CNIOWASI CNIOWASI.c
[23/451] Compiling CNIOWindows WSAStartup.c
[24/451] Compiling CNIOLinux liburing_shims.c
[25/451] Compiling CNIOLinux shim.c
[26/451] Compiling CNIOLLHTTP c_nio_http.c
[27/451] Write swift-version-24593BA9C3E375BF.txt
[28/451] Compiling a_octet.cc
[29/451] Compiling CNIODarwin shim.c
[30/451] Compiling get_cipher.cc
[31/451] Compiling CNIOLLHTTP c_nio_api.c
[32/451] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/475] Compiling fiat_p256_adx_sqr.S
[34/495] Compiling CNIOBoringSSLShims shims.c
[35/495] Compiling fiat_p256_adx_mul.S
[36/495] Compiling fiat_curve25519_adx_square.S
[37/495] Compiling fiat_curve25519_adx_mul.S
[38/495] Compiling tls_method.cc
[39/495] Compiling ssl_session.cc
[40/495] Compiling c-nioatomics.c
[41/495] Compiling tls_record.cc
[43/495] Compiling _NIODataStructures _TinyArray.swift
[44/495] Emitting module InternalCollectionsUtilities
[45/497] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[46/497] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/497] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/499] Compiling _NIODataStructures PriorityQueue.swift
[49/499] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/499] Emitting module _NIOBase64
[52/499] Compiling _NIOBase64 Base64.swift
[53/500] Compiling InternalCollectionsUtilities Debugging.swift
[54/500] Compiling InternalCollectionsUtilities Descriptions.swift
[55/500] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/500] Compiling InternalCollectionsUtilities Specialize.swift
[59/500] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/500] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/500] Compiling InternalCollectionsUtilities Integer rank.swift
[63/500] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/500] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/500] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/500] Compiling tls13_enc.cc
[69/500] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/501] Compiling SwiftCLI ValueBox.swift
[72/501] Compiling SwiftCLI VersionCommand.swift
[73/501] Compiling tls13_server.cc
[75/501] Emitting module _NIODataStructures
[76/501] Compiling _NIODataStructures Heap.swift
[76/502] Compiling tls13_both.cc
[77/502] Wrapping AST for _NIOBase64 for debugging
[79/502] Compiling tls13_client.cc
[87/502] Compiling SwiftCLI Term.swift
[88/502] Compiling SwiftCLI Validation.swift
[95/502] Emitting module SwiftCLI
[99/503] Compiling t1_enc.cc
[100/503] Wrapping AST for _NIODataStructures for debugging
[101/508] Wrapping AST for SwiftCLI for debugging
[102/518] Wrapping AST for InternalCollectionsUtilities for debugging
[104/518] Compiling DequeModule Deque+CustomReflectable.swift
[105/518] Compiling DequeModule Deque+Descriptions.swift
[106/520] Compiling DequeModule _DequeBuffer.swift
[107/520] Compiling DequeModule _DequeBufferHeader.swift
[108/520] Compiling DequeModule Deque+Equatable.swift
[109/520] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[110/520] Compiling DequeModule Deque+Extras.swift
[111/520] Compiling DequeModule Deque+Hashable.swift
[112/520] Compiling DequeModule Deque+Testing.swift
[113/520] Compiling DequeModule Deque._Storage.swift
[113/520] Compiling ssl_versions.cc
[114/520] Compiling ssl_transcript.cc
[116/520] Compiling DequeModule _DequeSlot.swift
[117/520] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/520] Compiling ssl_x509.cc
[119/520] Compiling DequeModule Deque+Codable.swift
[120/520] Compiling DequeModule Deque+Collection.swift
[120/520] Compiling ssl_stat.cc
[122/520] Emitting module DequeModule
[123/520] Compiling DequeModule Deque._UnsafeHandle.swift
[124/520] Compiling DequeModule Deque.swift
[125/521] Compiling ssl_privkey.cc
[126/521] Compiling ssl_key_share.cc
[127/521] Wrapping AST for DequeModule for debugging
[128/521] Compiling ssl_cipher.cc
[129/521] Compiling ssl_file.cc
[130/521] Compiling ssl_lib.cc
[131/521] Compiling ssl_credential.cc
[132/521] Compiling ssl_buffer.cc
[133/521] Compiling ssl_cert.cc
[134/521] Compiling ssl_asn1.cc
[135/521] Compiling ssl_aead_ctx.cc
[136/521] Compiling s3_pkt.cc
[137/521] Compiling s3_lib.cc
[138/521] Compiling handshake_server.cc
[139/521] Compiling s3_both.cc
[140/521] Compiling handshake.cc
[141/521] Compiling handshake_client.cc
[142/521] Compiling extensions.cc
[143/521] Compiling encrypted_client_hello.cc
[144/521] Compiling handoff.cc
[145/521] Compiling md5-x86_64-linux.S
[146/521] Compiling md5-x86_64-apple.S
[147/521] Compiling md5-586-linux.S
[148/521] Compiling md5-586-apple.S
[149/521] Compiling d1_srtp.cc
[150/521] Compiling chacha20_poly1305_x86_64-linux.S
[151/521] Compiling chacha20_poly1305_x86_64-apple.S
[152/521] Compiling dtls_method.cc
[153/521] Compiling err_data.cc
[154/521] Compiling dtls_record.cc
[155/521] Compiling chacha20_poly1305_armv8-win.S
[156/521] Compiling chacha20_poly1305_armv8-apple.S
[157/521] Compiling chacha20_poly1305_armv8-linux.S
[158/521] Compiling chacha-x86_64-linux.S
[159/521] Compiling bio_ssl.cc
[160/521] Compiling chacha-x86_64-apple.S
[161/521] Compiling chacha-x86-linux.S
[162/521] Compiling chacha-armv8-win.S
[163/521] Compiling chacha-x86-apple.S
[164/521] Compiling chacha-armv8-apple.S
[165/521] Compiling d1_pkt.cc
[166/521] Compiling chacha-armv8-linux.S
[167/521] Compiling chacha-armv4-linux.S
[168/521] Compiling aes128gcmsiv-x86_64-linux.S
[169/521] Compiling aes128gcmsiv-x86_64-apple.S
[170/521] Compiling x86_64-mont5-apple.S
[171/521] Compiling x86_64-mont-linux.S
[172/521] Compiling x86_64-mont-apple.S
[173/521] Compiling x86_64-mont5-linux.S
[174/521] Compiling x86-mont-linux.S
[175/521] Compiling vpaes-x86_64-linux.S
[176/521] Compiling x86-mont-apple.S
[177/521] Compiling d1_lib.cc
[178/521] Compiling vpaes-x86-linux.S
[179/521] Compiling vpaes-x86_64-apple.S
[180/521] Compiling vpaes-armv8-linux.S
[181/521] Compiling vpaes-x86-apple.S
[182/521] Compiling vpaes-armv8-win.S
[183/521] Compiling vpaes-armv7-linux.S
[184/521] Compiling sha512-armv8-apple.S
[184/521] Compiling sha512-armv8-win.S
[184/521] Compiling sha512-armv8-linux.S
[184/521] Compiling vpaes-armv8-apple.S
[188/521] Compiling sha512-x86_64-apple.S
[189/521] Compiling sha512-x86_64-linux.S
[190/521] Compiling sha512-armv4-linux.S
[191/521] Compiling sha512-586-linux.S
[192/521] Compiling sha512-586-apple.S
[193/521] Compiling sha256-armv8-win.S
[194/521] Compiling sha256-x86_64-apple.S
[194/521] Compiling sha256-armv8-linux.S
[196/521] Compiling d1_both.cc
[197/521] Compiling sha256-x86_64-linux.S
[198/521] Compiling sha256-armv8-apple.S
[199/521] Compiling sha256-armv4-linux.S
[200/521] Compiling sha256-586-linux.S
[200/521] Compiling sha1-586-linux.S
[200/521] Compiling sha1-x86_64-linux.S
[200/521] Compiling sha1-armv4-large-linux.S
[201/521] Compiling sha256-586-apple.S
[204/521] Compiling sha1-x86_64-apple.S
[206/521] Compiling sha1-586-apple.S
[207/521] Compiling rdrand-x86_64-linux.S
[208/521] Compiling rdrand-x86_64-apple.S
[209/521] Compiling rsaz-avx2-apple.S
[209/521] Compiling p256_beeu-x86_64-asm-apple.S
[210/521] Compiling rsaz-avx2-linux.S
[211/521] Compiling p256_beeu-armv8-asm-win.S
[213/521] Compiling p256_beeu-x86_64-asm-linux.S
[214/521] Compiling p256_beeu-armv8-asm-apple.S
[215/521] Compiling p256_beeu-armv8-asm-linux.S
[216/521] Compiling p256-x86_64-asm-apple.S
[217/521] Compiling p256-armv8-asm-win.S
[218/521] Compiling p256-armv8-asm-linux.S
[219/521] Compiling ghashv8-armv8-win.S
[220/521] Compiling p256-armv8-asm-apple.S
[221/521] Compiling ghashv8-armv8-apple.S
[222/521] Compiling p256-x86_64-asm-linux.S
[223/521] Compiling ghashv8-armv8-linux.S
[224/521] Compiling ghashv8-armv7-linux.S
[225/521] Compiling ghash-x86_64-linux.S
[226/521] Compiling ghash-x86-linux.S
[227/521] Compiling ghash-x86_64-apple.S
[228/521] Compiling ghash-ssse3-x86_64-linux.S
[229/521] Compiling ghash-x86-apple.S
[230/521] Compiling ghash-ssse3-x86_64-apple.S
[231/521] Compiling ghash-ssse3-x86-linux.S
[232/521] Compiling ghash-ssse3-x86-apple.S
[233/521] Compiling ghash-neon-armv8-win.S
[234/521] Compiling ghash-neon-armv8-apple.S
[235/521] Compiling ghash-neon-armv8-linux.S
[236/521] Compiling co-586-linux.S
[237/521] Compiling ghash-armv4-linux.S
[238/521] Compiling co-586-apple.S
[239/521] Compiling bsaes-armv7-linux.S
[240/521] Compiling bn-armv8-win.S
[241/521] Compiling bn-armv8-apple.S
[242/521] Compiling bn-armv8-linux.S
[243/521] Compiling bn-586-linux.S
[244/521] Compiling bn-586-apple.S
[245/521] Compiling armv8-mont-win.S
[246/521] Compiling armv8-mont-linux.S
[247/521] Compiling armv4-mont-linux.S
[248/521] Compiling armv8-mont-apple.S
[249/521] Compiling aesv8-gcm-armv8-apple.S
[250/521] Compiling aesv8-gcm-armv8-linux.S
[251/521] Compiling aesv8-gcm-armv8-win.S
[252/521] Compiling aesv8-armv8-linux.S
[253/521] Compiling aesv8-armv8-win.S
[254/521] Compiling aesv8-armv8-apple.S
[255/521] Compiling aesv8-armv7-linux.S
[256/521] Compiling aesni-x86-linux.S
[256/521] Compiling aesni-gcm-x86_64-apple.S
[256/521] Compiling aesni-x86_64-linux.S
[256/521] Compiling aesni-x86-apple.S
[256/521] Compiling aesni-x86_64-apple.S
[256/521] Compiling aesni-gcm-x86_64-linux.S
[262/521] Compiling aes-gcm-avx2-x86_64-linux.S
[263/521] Compiling aes-gcm-avx10-x86_64-apple.S
[264/521] Compiling aes-gcm-avx10-x86_64-linux.S
[265/521] Compiling aes-gcm-avx2-x86_64-apple.S
[266/521] Compiling x_sig.cc
[267/521] Compiling x_req.cc
[268/521] Compiling x_spki.cc
[269/521] Compiling x_pubkey.cc
[270/521] Compiling x_val.cc
[271/521] Compiling x_x509.cc
[272/521] Compiling x_name.cc
[273/521] Compiling x_x509a.cc
[274/521] Compiling x_exten.cc
[275/521] Compiling x509spki.cc
[276/521] Compiling x_algor.cc
[277/521] Compiling x_all.cc
[278/521] Compiling x509name.cc
[279/521] Compiling x_crl.cc
[280/521] Compiling x_attrib.cc
[281/521] Compiling x509rset.cc
[282/521] Compiling x509_vpm.cc
[283/521] Compiling x509cset.cc
[284/521] Compiling x509_txt.cc
[285/521] Compiling x509_v3.cc
[286/521] Compiling x509_vfy.cc
[287/521] Compiling x509_req.cc
[288/521] Compiling x509_set.cc
[289/521] Compiling x509_trs.cc
[290/521] Compiling x509_obj.cc
[291/521] Compiling x509_def.cc
[292/521] Compiling x509_ext.cc
[293/521] Compiling x509_lu.cc
[294/521] Compiling x509_d2.cc
[295/521] Compiling x509_cmp.cc
[296/521] Compiling x509.cc
[297/521] Compiling v3_utl.cc
[298/521] Compiling x509_att.cc
[299/521] Compiling v3_prn.cc
[300/521] Compiling v3_pmaps.cc
[301/521] Compiling v3_skey.cc
[302/521] Compiling v3_ocsp.cc
[303/521] Compiling v3_purp.cc
[304/521] Compiling v3_ncons.cc
[305/521] Compiling v3_pcons.cc
[306/521] Compiling v3_lib.cc
[307/521] Compiling v3_int.cc
[308/521] Compiling v3_genn.cc
[309/521] Compiling v3_ia5.cc
[310/521] Compiling v3_info.cc
[311/521] Compiling v3_extku.cc
[312/521] Compiling v3_crld.cc
[313/521] Compiling v3_enum.cc
[314/521] Compiling v3_cpols.cc
[315/521] Compiling v3_conf.cc
[316/521] Compiling v3_bitst.cc
[317/521] Compiling v3_bcons.cc
[318/521] Compiling v3_alt.cc
[319/521] Compiling v3_akey.cc
[320/521] Compiling v3_akeya.cc
[321/521] Compiling t_req.cc
[322/521] Compiling t_crl.cc
[323/521] Compiling i2d_pr.cc
[324/521] Compiling t_x509a.cc
[325/521] Compiling rsa_pss.cc
[326/521] Compiling t_x509.cc
[327/521] Compiling name_print.cc
[328/521] Compiling policy.cc
[329/521] Compiling voprf.cc
[330/521] Compiling by_file.cc
[331/521] Compiling by_dir.cc
[332/521] Compiling a_verify.cc
[333/521] Compiling a_sign.cc
[334/521] Compiling thread_win.cc
[335/521] Compiling trust_token.cc
[336/521] Compiling algorithm.cc
[337/521] Compiling pmbtoken.cc
[338/521] Compiling asn1_gen.cc
[339/521] Compiling thread_pthread.cc
[340/521] Compiling a_digest.cc
[341/521] Compiling thread_none.cc
[342/521] Compiling stack.cc
[343/521] Compiling siphash.cc
[344/521] Compiling thread.cc
[345/521] Compiling sha512.cc
[346/521] Compiling sha256.cc
[347/521] Compiling slhdsa.cc
[348/521] Compiling sha1.cc
[349/521] Compiling rsa_print.cc
[350/521] Compiling windows.cc
[351/521] Compiling rc4.cc
[352/521] Compiling refcount.cc
[353/521] Compiling spake2plus.cc
[354/521] Compiling rsa_asn1.cc
[354/521] Compiling rsa_crypt.cc
[356/521] Compiling rsa_extra.cc
[357/521] Compiling urandom.cc
[358/521] Compiling trusty.cc
[359/521] Compiling rand.cc
[360/521] Compiling passive.cc
[361/521] Compiling getentropy.cc
[362/521] Compiling ios.cc
[363/521] Compiling deterministic.cc
[364/521] Compiling fork_detect.cc
[365/521] Compiling forkunsafe.cc
[366/521] Compiling poly1305_arm_asm.S
[367/521] Compiling poly1305.cc
[368/521] Compiling poly1305_vec.cc
[369/521] Compiling poly1305_arm.cc
[370/521] Compiling pool.cc
[371/521] Compiling pkcs7.cc
[372/521] Compiling pkcs8_x509.cc
[373/521] Compiling pkcs8.cc
[374/521] Compiling p5_pbev2.cc
[375/521] Compiling pkcs7_x509.cc
[376/521] Compiling pem_pkey.cc
[377/521] Compiling pem_x509.cc
[378/521] Compiling pem_xaux.cc
[379/521] Compiling mlkem.cc
[380/521] Compiling pem_lib.cc
[381/521] Compiling pem_info.cc
[382/521] Compiling obj_xref.cc
[383/521] Compiling pem_oth.cc
[384/521] Compiling pem_pk8.cc
[385/521] Compiling mldsa.cc
[386/521] Compiling obj.cc
[387/521] Compiling pem_all.cc
[388/521] Compiling poly_rq_mul.S
[389/521] Compiling mem.cc
[390/521] Compiling fips_shared_support.cc
[391/521] Compiling lhash.cc
[392/521] Compiling md4.cc
[393/521] Compiling md5.cc
[394/521] Compiling hrss.cc
[395/521] Compiling ex_data.cc
[396/521] Compiling kyber.cc
[397/521] Compiling sign.cc
[398/521] Compiling hpke.cc
[399/521] Compiling pbkdf.cc
[400/521] Compiling scrypt.cc
[401/521] Compiling p_x25519.cc
[402/521] Compiling print.cc
[403/521] Compiling p_rsa.cc
[404/521] Compiling p_ed25519_asn1.cc
[405/521] Compiling p_ed25519.cc
[406/521] Compiling p_x25519_asn1.cc
[407/521] Compiling p_ec_asn1.cc
[408/521] Compiling p_rsa_asn1.cc
[409/521] Compiling p_hkdf.cc
[410/521] Compiling p_dh_asn1.cc
[411/521] Compiling p_ec.cc
[412/521] Compiling p_dh.cc
[413/521] Compiling p_dsa_asn1.cc
[414/521] Compiling evp.cc
[415/521] Compiling evp_ctx.cc
[416/521] Compiling err.cc
[417/521] Compiling ecdh.cc
[418/521] Compiling engine.cc
[419/521] Compiling evp_asn1.cc
[420/521] Compiling ec_derive.cc
[421/521] Compiling ecdsa_asn1.cc
[422/521] Compiling hash_to_curve.cc
[423/521] Compiling dsa.cc
[424/521] Compiling ec_asn1.cc
[425/521] Compiling dsa_asn1.cc
[426/521] Compiling digest_extra.cc
[427/521] Compiling des.cc
[428/521] Compiling x25519-asm-arm.S
[429/521] Compiling params.cc
[430/521] Compiling dh_asn1.cc
[431/521] Compiling crypto.cc
[432/521] Compiling cpu_intel.cc
[433/521] Compiling bcm.cc
[434/521] Compiling cpu_arm_linux.cc
[435/521] Compiling curve25519.cc
[436/521] Compiling spake25519.cc
[437/521] Compiling cpu_arm_freebsd.cc
[438/521] Compiling cpu_aarch64_openbsd.cc
[439/521] Compiling cpu_aarch64_sysreg.cc
[440/521] Compiling cpu_aarch64_win.cc
[441/521] Compiling curve25519_64_adx.cc
[442/521] Compiling cpu_aarch64_apple.cc
[443/521] Compiling cpu_aarch64_fuchsia.cc
[444/521] Compiling conf.cc
[445/521] Compiling cpu_aarch64_linux.cc
[446/521] Compiling e_rc4.cc
[447/521] Compiling tls_cbc.cc
[448/521] Compiling e_null.cc
[449/521] Compiling e_tls.cc
[450/521] Compiling e_rc2.cc
[451/521] Compiling derive_key.cc
[452/521] Compiling e_aesgcmsiv.cc
[453/521] Compiling e_des.cc
[454/521] Compiling e_aesctrhmac.cc
[455/521] Compiling chacha.cc
[456/521] Compiling e_chacha20poly1305.cc
[457/521] Compiling unicode.cc
[458/521] Compiling cbs.cc
[459/521] Compiling buf.cc
[460/521] Compiling cbb.cc
[461/521] Compiling bn_asn1.cc
[462/521] Compiling asn1_compat.cc
[463/521] Compiling convert.cc
[464/521] Compiling ber.cc
[465/521] Compiling blake2.cc
[466/521] Compiling socket.cc
[467/521] Compiling printf.cc
[468/521] Compiling socket_helper.cc
[469/521] Compiling pair.cc
[470/521] Compiling file.cc
[471/521] Compiling errno.cc
[472/521] Compiling fd.cc
[473/521] Compiling hexdump.cc
[474/521] Compiling connect.cc
[475/521] Compiling bio_mem.cc
[476/521] Compiling bio.cc
[477/521] Compiling base64.cc
[478/521] Compiling tasn_typ.cc
[479/521] Compiling posix_time.cc
[480/521] Compiling f_int.cc
[481/521] Compiling tasn_new.cc
[482/521] Compiling f_string.cc
[483/521] Compiling tasn_fre.cc
[484/521] Compiling tasn_utl.cc
[485/521] Compiling tasn_dec.cc
[486/521] Compiling tasn_enc.cc
[487/521] Compiling asn_pack.cc
[488/521] Compiling asn1_par.cc
[489/521] Compiling asn1_lib.cc
[490/521] Compiling a_type.cc
[491/521] Compiling a_utctm.cc
[492/521] Compiling a_time.cc
[493/521] Compiling a_strnid.cc
[494/521] Compiling a_i2d_fp.cc
[495/521] Compiling a_strex.cc
[496/521] Compiling a_object.cc
[497/521] Compiling a_mbstr.cc
[497/521] Write sources
[499/521] Compiling a_d2i_fp.cc
[500/521] Compiling a_dup.cc
[501/521] Compiling a_int.cc
[502/521] Compiling a_gentm.cc
[503/525] Compiling a_bool.cc
[504/540] Compiling a_bitstr.cc
[506/540] Compiling Atomics AtomicMemoryOrderings.swift
[507/540] Compiling Atomics DoubleWord.swift
[508/542] Compiling Atomics ManagedAtomic.swift
[509/542] Compiling Atomics ManagedAtomicLazyReference.swift
[510/542] Compiling Atomics UnsafeAtomic.swift
[511/542] Compiling Atomics UnsafeAtomicLazyReference.swift
[512/542] Compiling Atomics Primitives.shims.swift
[513/542] Compiling Atomics AtomicInteger.swift
[514/542] Compiling Atomics AtomicOptionalWrappable.swift
[515/542] Compiling Atomics AtomicReference.swift
[516/542] Compiling Atomics AtomicStorage.swift
[517/542] Compiling Atomics AtomicValue.swift
[518/542] Compiling Atomics IntegerOperations.swift
[519/542] Compiling Atomics Unmanaged extensions.swift
[520/542] Emitting module Atomics
[520/542] Compiling c-atomics.c
[522/542] Compiling Atomics IntegerConformances.swift
[523/542] Compiling Atomics PointerConformances.swift
[524/542] Compiling Atomics Primitives.native.swift
[525/542] Compiling Atomics OptionalRawRepresentable.swift
[526/542] Compiling Atomics RawRepresentable.swift
[527/542] Compiling Atomics AtomicBool.swift
[528/549] Wrapping AST for Atomics for debugging
[530/549] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[531/549] Compiling NIOConcurrencyHelpers lock.swift
[532/549] Compiling NIOConcurrencyHelpers NIOLock.swift
[533/549] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[534/549] Emitting module NIOConcurrencyHelpers
[535/549] Compiling NIOConcurrencyHelpers atomics.swift
[536/550] Wrapping AST for NIOConcurrencyHelpers for debugging
[538/609] Compiling NIOCore MarkedCircularBuffer.swift
[539/609] Compiling NIOCore MulticastChannel.swift
[540/609] Compiling NIOCore NIOAny.swift
[541/609] Compiling NIOCore NIOCloseOnErrorHandler.swift
[542/609] Compiling NIOCore NIOLoopBound.swift
[543/609] Compiling NIOCore NIOScheduledCallback.swift
[544/609] Compiling NIOCore NIOSendable.swift
[545/609] Compiling NIOCore RecvByteBufferAllocator.swift
[546/617] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[547/617] Compiling NIOCore SocketAddresses.swift
[548/617] Compiling NIOCore SocketOptionProvider.swift
[549/617] Compiling NIOCore SystemCallHelpers.swift
[550/617] Compiling NIOCore TimeAmount+Duration.swift
[551/617] Compiling NIOCore TypeAssistedChannelHandler.swift
[552/617] Compiling NIOCore UniversalBootstrapSupport.swift
[553/617] Compiling NIOCore Utilities.swift
[554/617] Compiling NIOCore GlobalSingletons.swift
[555/617] Compiling NIOCore IO.swift
[556/617] Compiling NIOCore IOData.swift
[557/617] Compiling NIOCore IPProtocol.swift
[558/617] Compiling NIOCore IntegerBitPacking.swift
[559/617] Compiling NIOCore IntegerTypes.swift
[560/617] Compiling NIOCore Interfaces.swift
[561/617] Compiling NIOCore Linux.swift
[562/617] Compiling NIOCore EventLoop.swift
[563/617] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[564/617] Compiling NIOCore EventLoopFuture+Deprecated.swift
[565/617] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[566/617] Compiling NIOCore EventLoopFuture.swift
[567/617] Compiling NIOCore FileDescriptor.swift
[568/617] Compiling NIOCore FileHandle.swift
[569/617] Compiling NIOCore FileRegion.swift
[570/617] Compiling NIOCore AddressedEnvelope.swift
[571/617] Compiling NIOCore AsyncAwaitSupport.swift
[572/617] Compiling NIOCore AsyncChannel.swift
[573/617] Compiling NIOCore AsyncChannelHandler.swift
[574/617] Compiling NIOCore AsyncChannelInboundStream.swift
[575/617] Compiling NIOCore AsyncChannelOutboundWriter.swift
[576/617] Compiling NIOCore NIOAsyncSequenceProducer.swift
[577/617] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[578/617] Compiling NIOCore NIOAsyncWriter.swift
[579/617] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[580/617] Compiling NIOCore BSDSocketAPI.swift
[581/617] Compiling NIOCore ByteBuffer-aux.swift
[582/617] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[583/617] Compiling NIOCore ByteBuffer-conversions.swift
[584/617] Compiling NIOCore ByteBuffer-core.swift
[585/617] Compiling NIOCore ByteBuffer-hex.swift
[586/617] Compiling NIOCore ByteBuffer-int.swift
[587/617] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[588/617] Compiling NIOCore ChannelPipeline.swift
[589/617] Compiling NIOCore CircularBuffer.swift
[590/617] Compiling NIOCore Codec.swift
[591/617] Compiling NIOCore ConvenienceOptionSupport.swift
[592/617] Compiling NIOCore DeadChannel.swift
[593/617] Compiling NIOCore DispatchQueue+WithFuture.swift
[594/617] Compiling NIOCore EventLoop+Deprecated.swift
[595/617] Compiling NIOCore EventLoop+SerialExecutor.swift
[596/617] Compiling NIOCore ByteBuffer-multi-int.swift
[597/617] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[598/617] Compiling NIOCore ByteBuffer-views.swift
[599/617] Compiling NIOCore Channel.swift
[600/617] Compiling NIOCore ChannelHandler.swift
[601/617] Compiling NIOCore ChannelHandlers.swift
[602/617] Compiling NIOCore ChannelInvoker.swift
[603/617] Compiling NIOCore ChannelOption.swift
[604/617] Emitting module NIOCore
[605/618] Wrapping AST for NIOCore for debugging
[607/669] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[608/669] Compiling NIOEmbedded AsyncTestingChannel.swift
[609/669] Emitting module NIOEmbedded
[610/669] Compiling NIOPosix PooledRecvBufferAllocator.swift
[611/669] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[612/669] Compiling NIOPosix PosixSingletons.swift
[613/669] Compiling NIOPosix RawSocketBootstrap.swift
[614/669] Compiling NIOPosix Resolver.swift
[615/669] Compiling NIOPosix Selectable.swift
[616/675] Compiling NIOEmbedded Embedded.swift
[617/676] Wrapping AST for NIOEmbedded for debugging
[619/676] Compiling NIOPosix ThreadPosix.swift
[620/676] Compiling NIOPosix ThreadWindows.swift
[621/676] Compiling NIOPosix UnsafeTransfer.swift
[622/676] Compiling NIOPosix Utilities.swift
[623/676] Compiling NIOPosix VsockAddress.swift
[624/676] Compiling NIOPosix VsockChannelEvents.swift
[625/676] Compiling NIOPosix SelectableChannel.swift
[626/676] Compiling NIOPosix SelectableEventLoop.swift
[627/676] Compiling NIOPosix SelectorEpoll.swift
[628/676] Compiling NIOPosix SelectorGeneric.swift
[629/676] Compiling NIOPosix SelectorKqueue.swift
[630/676] Compiling NIOPosix SelectorUring.swift
[631/676] Compiling NIOPosix IO.swift
[632/676] Compiling NIOPosix IntegerBitPacking.swift
[633/676] Compiling NIOPosix IntegerTypes.swift
[634/676] Compiling NIOPosix Linux.swift
[635/676] Compiling NIOPosix LinuxCPUSet.swift
[636/676] Compiling NIOPosix LinuxUring.swift
[637/676] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[638/676] Compiling NIOPosix ServerSocket.swift
[639/676] Compiling NIOPosix Socket.swift
[640/676] Compiling NIOPosix SocketChannel.swift
[641/676] Compiling NIOPosix SocketProtocols.swift
[642/676] Compiling NIOPosix System.swift
[643/676] Compiling NIOPosix Thread.swift
[644/676] Compiling NIOPosix BSDSocketAPICommon.swift
[645/676] Compiling NIOPosix BSDSocketAPIPosix.swift
[646/676] Compiling NIOPosix BSDSocketAPIWindows.swift
[647/676] Compiling NIOPosix BaseSocket.swift
[648/676] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[649/676] Compiling NIOPosix BaseSocketChannel.swift
[650/676] Compiling NIOPosix BaseStreamSocketChannel.swift
[651/676] Emitting module NIOPosix
[652/676] Compiling NIOPosix Bootstrap.swift
[653/676] Compiling NIOPosix ControlMessage.swift
[654/676] Compiling NIOPosix DatagramVectorReadManager.swift
[655/676] Compiling NIOPosix Errors+Any.swift
[656/676] Compiling NIOPosix FileDescriptor.swift
[657/676] Compiling NIOPosix GetaddrinfoResolver.swift
[658/676] Compiling NIOPosix HappyEyeballs.swift
[659/676] Compiling NIOPosix NIOThreadPool.swift
[660/676] Compiling NIOPosix NonBlockingFileIO.swift
[661/676] Compiling NIOPosix PendingDatagramWritesManager.swift
[662/676] Compiling NIOPosix PendingWritesManager.swift
[663/676] Compiling NIOPosix PipeChannel.swift
[664/676] Compiling NIOPosix PipePair.swift
[665/676] Compiling NIOPosix Pool.swift
[666/677] Wrapping AST for NIOPosix for debugging
[668/679] Emitting module NIO
[669/679] Compiling NIO Exports.swift
[670/680] Wrapping AST for NIO for debugging
[672/707] Emitting module NIOTLS
[673/707] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[674/707] Compiling NIOTLS TLSEvents.swift
[675/707] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[676/707] Compiling NIOTLS SNIHandler.swift
[677/707] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[679/708] Emitting module NIOHTTP1
[680/710] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[681/710] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[682/710] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[683/710] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[683/710] Wrapping AST for NIOTLS for debugging
[685/739] Compiling NIOSSL IdentityVerification.swift
[686/739] Compiling NIOSSL NIOSSLServerHandler.swift
[687/739] Compiling NIOSSL SSLPrivateKey.swift
[688/739] Compiling NIOSSL LinuxCABundle.swift
[689/739] Compiling NIOSSL SSLCallbacks.swift
[690/739] Compiling NIOSSL SSLPublicKey.swift
[691/739] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[692/739] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[693/739] Compiling NIOSSL ObjectIdentifier.swift
[694/739] Compiling NIOSSL PosixPort.swift
[695/739] Compiling NIOSSL AndroidCABundle.swift
[696/739] Compiling NIOSSL ByteBufferBIO.swift
[697/739] Compiling NIOSSL CustomPrivateKey.swift
[698/739] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[699/739] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[700/739] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[701/740] Wrapping AST for NIOHTTP1 for debugging
[703/740] Emitting module NIOFoundationCompat
[704/740] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[705/741] Emitting module NIOSSL
[711/744] Compiling NIOSSL NIOSSLSecureBytes.swift
[712/744] Compiling NIOSSL RNG.swift
[713/744] Compiling NIOSSL SafeCompare.swift
[714/744] Compiling NIOSSL Zeroization.swift
[714/744] Wrapping AST for NIOFoundationCompat for debugging
[719/744] Compiling NIOSSL SubjectAlternativeName.swift
[721/744] Compiling NIOSSL NIOSSLClientHandler.swift
[722/744] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[723/744] Compiling NIOSSL NIOSSLHandler.swift
[724/744] Compiling NIOSSL SSLErrors.swift
[725/744] Compiling NIOSSL SSLInit.swift
[726/744] Compiling NIOSSL SSLPKCS12Bundle.swift
[732/744] Compiling NIOSSL SSLCertificate.swift
[733/744] Compiling NIOSSL SSLCertificateExtensions.swift
[734/744] Compiling NIOSSL SSLConnection.swift
[735/744] Compiling NIOSSL SSLContext.swift
[736/744] Compiling NIOSSL TLSConfiguration.swift
[737/744] Compiling NIOSSL UniversalBootstrapSupport.swift
[738/744] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[739/745] Wrapping AST for NIOSSL for debugging
[741/771] Compiling HexavilleFramework HostResolver.swift
[742/771] Compiling HexavilleFramework Logger.swift
[743/771] Compiling HexavilleFramework Middleware.swift
[744/774] Compiling HexavilleFramework Response.swift
[745/774] Compiling HexavilleFramework CaseInsensitiveString.swift
[746/774] Compiling HexavilleFramework String.swift
[747/774] Compiling HexavilleFramework Error.swift
[748/774] Emitting module HexavilleFramework
[749/774] Compiling HexavilleFramework AttributedCookie.swift
[750/774] Compiling HexavilleFramework Body+ByteBuffer.swift
[751/774] Compiling HexavilleFramework Body+Data.swift
[752/774] Compiling HexavilleFramework Body.swift
[753/774] Compiling HexavilleFramework Cookie.swift
[754/774] Compiling HexavilleFramework HTTPHeaders.swift
[755/774] Compiling HexavilleFramework Message.swift
[756/774] Compiling HexavilleFramework Request.swift
[757/774] Compiling HexavilleFramework Regex.swift
[758/774] Compiling HexavilleFramework Router.swift
[759/774] Compiling HexavilleFramework Session.swift
[760/774] Compiling HexavilleFramework FileHandle.swift
[761/774] Compiling HexavilleFramework HTTPMethod.swift
[762/774] Compiling HexavilleFramework HexavilleFramework.swift
[763/774] Compiling HexavilleFramework SessionMemoryStore.swift
[764/774] Compiling HexavilleFramework SessionMiddleware.swift
[765/774] Compiling HexavilleFramework SessionStoreProvider.swift
[766/774] Compiling HexavilleFramework AssetLoader.swift
[767/774] Compiling HexavilleFramework ByteBuffer.swift
[768/774] Compiling HexavilleFramework HTTPServer.swift
[769/774] Compiling HexavilleFramework MediaType.swift
[770/775] Wrapping AST for HexavilleFramework for debugging
[772/792] Compiling HexavilleAuth OAuth1AuthorizationProvidable.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[773/792] Compiling HexavilleAuth FacebookAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[774/792] Compiling HexavilleAuth HexavilleAuth+Router.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[775/792] Compiling HexavilleAuth LoginUser.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[776/794] Compiling HexavilleAuth CallbackURL.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[777/794] Compiling HexavilleAuth TwitterAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[778/794] Compiling HexavilleAuth GithubAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[779/794] Compiling HexavilleAuth GoogleAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[780/794] Compiling HexavilleAuth HMAC.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[781/794] Compiling HexavilleAuth HTTPClient.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[782/794] Compiling HexavilleAuth HexaviileAuth.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[783/794] Compiling HexavilleAuth AuthenticationMiddleware.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[784/794] Compiling HexavilleAuth Base64.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[785/794] Compiling HexavilleAuth Credential.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[786/794] Emitting module HexavilleAuth
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[787/794] Compiling HexavilleAuth OAuth1.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[788/794] Compiling HexavilleAuth OAuth2.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[789/794] Compiling HexavilleAuth InstagramAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[790/794] Compiling HexavilleAuth OAuth2AuthorizationProvidable.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/90] Compiling SwiftCLI Error.swift
[3/90] Compiling SwiftCLI HelpCommand.swift
[4/90] Compiling SwiftCLI HelpMessageGenerator.swift
[5/92] Compiling SwiftCLI OptionGroup.swift
[6/92] Compiling SwiftCLI OptionRegistry.swift
[7/92] Compiling SwiftCLI Parameter.swift
[8/92] Compiling SwiftCLI Input.swift
[9/92] Compiling SwiftCLI Option.swift
[10/92] Compiling SwiftCLI CompletionGenerator.swift
[12/94] Compiling SwiftCLI Parser.swift
[13/94] Compiling SwiftCLI Path.swift
[19/94] Compiling Atomics IntegerOperations.swift
[20/94] Compiling Atomics Unmanaged extensions.swift
[21/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/96] Compiling NIOConcurrencyHelpers NIOLock.swift
[26/96] Compiling SwiftCLI Command.swift
[27/96] Compiling SwiftCLI Compatibility.swift
[28/96] Compiling SwiftCLI ArgumentList.swift
[29/96] Compiling SwiftCLI ArgumentListManipulator.swift
[30/96] Compiling SwiftCLI CLI.swift
[31/96] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/96] Emitting module _NIOBase64
[35/96] Emitting module NIOConcurrencyHelpers
[36/96] Compiling _NIODataStructures Heap.swift
[37/96] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/96] Compiling NIOConcurrencyHelpers lock.swift
[39/96] Compiling NIOConcurrencyHelpers atomics.swift
[40/96] Emitting module _NIODataStructures
[44/97] Compiling _NIODataStructures PriorityQueue.swift
[45/97] Compiling _NIODataStructures _TinyArray.swift
[46/98] Compiling _NIOBase64 Base64.swift
[50/98] Emitting module InternalCollectionsUtilities
[54/98] Compiling SwiftCLI ValueBox.swift
[55/98] Compiling SwiftCLI VersionCommand.swift
[61/96] Emitting module SwiftCLI
[67/97] Wrapping AST for InternalCollectionsUtilities for debugging
[76/112] Compiling DequeModule _DequeBuffer.swift
[77/112] Compiling DequeModule _DequeBufferHeader.swift
[78/114] Compiling DequeModule Deque+CustomReflectable.swift
[79/114] Compiling DequeModule Deque+Descriptions.swift
[80/114] Compiling DequeModule Deque+Equatable.swift
[81/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/114] Compiling DequeModule Deque+Codable.swift
[86/114] Compiling DequeModule Deque+Collection.swift
[88/114] Compiling DequeModule Deque+Testing.swift
[89/114] Compiling DequeModule Deque._Storage.swift
[90/114] Emitting module Atomics
[91/115] Compiling DequeModule _DequeSlot.swift
[92/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/115] Emitting module DequeModule
[94/115] Wrapping AST for Atomics for debugging
[98/115] Compiling DequeModule Deque+Extras.swift
[99/115] Compiling DequeModule Deque+Hashable.swift
[100/115] Compiling DequeModule Deque._UnsafeHandle.swift
[101/115] Compiling DequeModule Deque.swift
[102/116] Wrapping AST for DequeModule for debugging
[104/175] Compiling NIOCore AddressedEnvelope.swift
[105/175] Compiling NIOCore AsyncAwaitSupport.swift
[106/175] Compiling NIOCore AsyncChannel.swift
[107/175] Compiling NIOCore AsyncChannelHandler.swift
[108/175] Compiling NIOCore AsyncChannelInboundStream.swift
[109/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[111/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[112/175] Compiling NIOCore NIOAsyncWriter.swift
[113/175] Compiling NIOCore ChannelPipeline.swift
[114/175] Compiling NIOCore CircularBuffer.swift
[115/175] Compiling NIOCore Codec.swift
[116/175] Compiling NIOCore ConvenienceOptionSupport.swift
[117/175] Compiling NIOCore DeadChannel.swift
[118/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/175] Compiling NIOCore EventLoop+Deprecated.swift
[120/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/183] Compiling NIOCore MarkedCircularBuffer.swift
[122/183] Compiling NIOCore MulticastChannel.swift
[123/183] Compiling NIOCore NIOAny.swift
[124/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/183] Compiling NIOCore NIOLoopBound.swift
[126/183] Compiling NIOCore NIOScheduledCallback.swift
[127/183] Compiling NIOCore NIOSendable.swift
[128/183] Compiling NIOCore RecvByteBufferAllocator.swift
[129/183] Compiling NIOCore GlobalSingletons.swift
[130/183] Compiling NIOCore IO.swift
[131/183] Compiling NIOCore IOData.swift
[132/183] Compiling NIOCore IPProtocol.swift
[133/183] Compiling NIOCore IntegerBitPacking.swift
[134/183] Compiling NIOCore IntegerTypes.swift
[135/183] Compiling NIOCore Interfaces.swift
[136/183] Compiling NIOCore Linux.swift
[137/183] Compiling NIOCore EventLoop.swift
[138/183] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[139/183] Compiling NIOCore EventLoopFuture+Deprecated.swift
[140/183] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[141/183] Compiling NIOCore EventLoopFuture.swift
[142/183] Compiling NIOCore FileDescriptor.swift
[143/183] Compiling NIOCore FileHandle.swift
[144/183] Compiling NIOCore FileRegion.swift
[145/183] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/183] Compiling NIOCore BSDSocketAPI.swift
[147/183] Compiling NIOCore ByteBuffer-aux.swift
[148/183] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/183] Compiling NIOCore ByteBuffer-conversions.swift
[150/183] Compiling NIOCore ByteBuffer-core.swift
[151/183] Compiling NIOCore ByteBuffer-hex.swift
[152/183] Compiling NIOCore ByteBuffer-int.swift
[153/183] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/183] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/183] Compiling NIOCore SocketAddresses.swift
[156/183] Compiling NIOCore SocketOptionProvider.swift
[157/183] Compiling NIOCore SystemCallHelpers.swift
[158/183] Compiling NIOCore TimeAmount+Duration.swift
[159/183] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/183] Compiling NIOCore UniversalBootstrapSupport.swift
[161/183] Compiling NIOCore Utilities.swift
[162/183] Compiling NIOCore ByteBuffer-multi-int.swift
[163/183] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/183] Compiling NIOCore ByteBuffer-views.swift
[165/183] Compiling NIOCore Channel.swift
[166/183] Compiling NIOCore ChannelHandler.swift
[167/183] Compiling NIOCore ChannelHandlers.swift
[168/183] Compiling NIOCore ChannelInvoker.swift
[169/183] Compiling NIOCore ChannelOption.swift
[170/183] Emitting module NIOCore
[172/234] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/234] Emitting module NIOEmbedded
[174/234] Compiling NIOPosix PooledRecvBufferAllocator.swift
[175/234] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[176/234] Compiling NIOPosix PosixSingletons.swift
[177/234] Compiling NIOPosix RawSocketBootstrap.swift
[178/234] Compiling NIOPosix Resolver.swift
[179/234] Compiling NIOPosix Selectable.swift
[180/240] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[181/240] Compiling NIOEmbedded Embedded.swift
[182/240] Compiling NIOPosix IO.swift
[183/240] Compiling NIOPosix IntegerBitPacking.swift
[184/240] Compiling NIOPosix IntegerTypes.swift
[185/240] Compiling NIOPosix Linux.swift
[186/240] Compiling NIOPosix LinuxCPUSet.swift
[187/240] Compiling NIOPosix LinuxUring.swift
[188/240] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[190/240] Compiling NIOPosix ThreadPosix.swift
[191/240] Compiling NIOPosix ThreadWindows.swift
[192/240] Compiling NIOPosix UnsafeTransfer.swift
[193/240] Compiling NIOPosix Utilities.swift
[194/240] Compiling NIOPosix VsockAddress.swift
[195/240] Compiling NIOPosix VsockChannelEvents.swift
[196/240] Compiling NIOPosix Bootstrap.swift
[197/240] Compiling NIOPosix ControlMessage.swift
[198/240] Compiling NIOPosix DatagramVectorReadManager.swift
[199/240] Compiling NIOPosix Errors+Any.swift
[200/240] Compiling NIOPosix FileDescriptor.swift
[201/240] Compiling NIOPosix GetaddrinfoResolver.swift
[202/240] Compiling NIOPosix HappyEyeballs.swift
[203/240] Emitting module NIOPosix
[204/240] Compiling NIOPosix BSDSocketAPICommon.swift
[205/240] Compiling NIOPosix BSDSocketAPIPosix.swift
[206/240] Compiling NIOPosix BSDSocketAPIWindows.swift
[207/240] Compiling NIOPosix BaseSocket.swift
[208/240] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[209/240] Compiling NIOPosix BaseSocketChannel.swift
[210/240] Compiling NIOPosix BaseStreamSocketChannel.swift
[211/240] Compiling NIOPosix ServerSocket.swift
[212/240] Compiling NIOPosix Socket.swift
[213/240] Compiling NIOPosix SocketChannel.swift
[214/240] Compiling NIOPosix SocketProtocols.swift
[215/240] Compiling NIOPosix System.swift
[216/240] Compiling NIOPosix Thread.swift
[217/240] Compiling NIOPosix SelectableChannel.swift
[218/240] Compiling NIOPosix SelectableEventLoop.swift
[219/240] Compiling NIOPosix SelectorEpoll.swift
[220/240] Compiling NIOPosix SelectorGeneric.swift
[221/240] Compiling NIOPosix SelectorKqueue.swift
[222/240] Compiling NIOPosix SelectorUring.swift
[223/240] Compiling NIOPosix NIOThreadPool.swift
[224/240] Compiling NIOPosix NonBlockingFileIO.swift
[225/240] Compiling NIOPosix PendingDatagramWritesManager.swift
[226/240] Compiling NIOPosix PendingWritesManager.swift
[227/240] Compiling NIOPosix PipeChannel.swift
[228/240] Compiling NIOPosix PipePair.swift
[229/240] Compiling NIOPosix Pool.swift
[231/242] Emitting module NIO
[232/242] Compiling NIO Exports.swift
[234/269] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[235/269] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[236/269] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[237/269] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[238/269] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[239/271] Compiling NIOTLS TLSEvents.swift
[240/271] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[241/271] Emitting module NIOTLS
[242/271] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[243/271] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[244/271] Emitting module NIOFoundationCompat
[245/271] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[247/271] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[248/271] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[249/271] Compiling NIOTLS SNIHandler.swift
[251/272] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[252/272] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[253/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[254/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[255/271] Emitting module NIOHTTP1
[256/271] Compiling NIOHTTP1 ByteCollectionUtils.swift
[257/271] Compiling NIOHTTP1 HTTPDecoder.swift
[258/271] Compiling NIOHTTP1 HTTPEncoder.swift
[259/300] Compiling NIOSSL SSLPrivateKey.swift
[260/300] Compiling NIOSSL NIOSSLSecureBytes.swift
[261/300] Compiling NIOSSL SSLInit.swift
[262/300] Compiling NIOSSL SSLPKCS12Bundle.swift
[263/300] Compiling NIOSSL RNG.swift
[264/300] Compiling NIOSSL SafeCompare.swift
[269/300] Compiling NIOSSL Zeroization.swift
[270/303] Emitting module NIOSSL
[271/303] Compiling NIOSSL NIOSSLServerHandler.swift
[272/303] Compiling NIOSSL ObjectIdentifier.swift
[273/303] Compiling NIOSSL PosixPort.swift
[274/303] Compiling NIOSSL SSLCallbacks.swift
[275/303] Compiling NIOSSL SSLErrors.swift
[279/303] Compiling NIOSSL TLSConfiguration.swift
[280/303] Compiling NIOSSL UniversalBootstrapSupport.swift
[281/303] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[282/303] Compiling NIOSSL AndroidCABundle.swift
[283/303] Compiling NIOSSL ByteBufferBIO.swift
[284/303] Compiling NIOSSL CustomPrivateKey.swift
[285/303] Compiling NIOSSL IdentityVerification.swift
[286/303] Compiling NIOSSL SSLPublicKey.swift
[287/303] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[288/303] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[289/303] Compiling NIOSSL SubjectAlternativeName.swift
[290/303] Compiling NIOSSL LinuxCABundle.swift
[291/303] Compiling NIOSSL NIOSSLClientHandler.swift
[292/303] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[293/303] Compiling NIOSSL NIOSSLHandler.swift
[294/303] Compiling NIOSSL SSLCertificate.swift
[295/303] Compiling NIOSSL SSLCertificateExtensions.swift
[296/303] Compiling NIOSSL SSLConnection.swift
[297/303] Compiling NIOSSL SSLContext.swift
[299/329] Compiling HexavilleFramework AttributedCookie.swift
[300/329] Compiling HexavilleFramework Body+ByteBuffer.swift
[301/329] Compiling HexavilleFramework Body+Data.swift
[302/329] Compiling HexavilleFramework Body.swift
[303/332] Compiling HexavilleFramework HostResolver.swift
[304/332] Compiling HexavilleFramework Logger.swift
[305/332] Compiling HexavilleFramework Middleware.swift
[306/332] Compiling HexavilleFramework Response.swift
[307/332] Compiling HexavilleFramework CaseInsensitiveString.swift
[308/332] Compiling HexavilleFramework String.swift
[309/332] Compiling HexavilleFramework Error.swift
[310/332] Compiling HexavilleFramework Cookie.swift
[311/332] Compiling HexavilleFramework HTTPHeaders.swift
[312/332] Compiling HexavilleFramework Message.swift
[313/332] Compiling HexavilleFramework Request.swift
[314/332] Compiling HexavilleFramework Regex.swift
[315/332] Compiling HexavilleFramework Router.swift
[316/332] Compiling HexavilleFramework Session.swift
[317/332] Emitting module HexavilleFramework
[318/332] Compiling HexavilleFramework FileHandle.swift
[319/332] Compiling HexavilleFramework HTTPMethod.swift
[320/332] Compiling HexavilleFramework HexavilleFramework.swift
[321/332] Compiling HexavilleFramework SessionMemoryStore.swift
[322/332] Compiling HexavilleFramework SessionMiddleware.swift
[323/332] Compiling HexavilleFramework SessionStoreProvider.swift
[324/332] Compiling HexavilleFramework AssetLoader.swift
[325/332] Compiling HexavilleFramework ByteBuffer.swift
[326/332] Compiling HexavilleFramework HTTPServer.swift
[327/332] Compiling HexavilleFramework MediaType.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[329/349] Emitting module HexavilleAuth
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[330/351] Compiling HexavilleAuth HexavilleAuth+Router.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[331/351] Compiling HexavilleAuth LoginUser.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[332/351] Compiling HexavilleAuth OAuth1AuthorizationProvidable.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[333/351] Compiling HexavilleAuth FacebookAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[334/351] Compiling HexavilleAuth GithubAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[335/351] Compiling HexavilleAuth GoogleAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[336/351] Compiling HexavilleAuth InstagramAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[337/351] Compiling HexavilleAuth OAuth2AuthorizationProvidable.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[338/351] Compiling HexavilleAuth OAuth1.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[339/351] Compiling HexavilleAuth OAuth2.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[340/351] Compiling HexavilleAuth AuthenticationMiddleware.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[341/351] Compiling HexavilleAuth Base64.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[342/351] Compiling HexavilleAuth Credential.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[343/351] Compiling HexavilleAuth CallbackURL.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[344/351] Compiling HexavilleAuth TwitterAuthorizationProvider.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[345/351] Compiling HexavilleAuth HMAC.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[346/351] Compiling HexavilleAuth HTTPClient.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
[347/351] Compiling HexavilleAuth HexaviileAuth.swift
/host/spi-builder-workspace/Sources/HexavilleAuth/HMAC.swift:10:8: error: no such module 'CNIOOpenSSL'
8 |
9 | import Foundation
10 | import CNIOOpenSSL
| `- error: no such module 'CNIOOpenSSL'
11 |
12 | func hmacsha1(string: String, key: [UInt8]) -> [UInt8] {
BUILD FAILURE 6.1 linux