The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Bolt, reference 6.0.3 (54a89d), with Swift 6.1 for Android on 7 Feb 2026 05:32:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Neo4j-Swift/bolt-swift.git
Reference: 6.0.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/Neo4j-Swift/bolt-swift
 * tag               6.0.3      -> FETCH_HEAD
HEAD is now at 54a89d6 Use GitHub URL for PackStream-Swift dependency (6.0.1)
Cloned https://github.com/Neo4j-Swift/bolt-swift.git
Revision (git rev-parse @):
54a89d609b0e1bd9c7a11c6cd140a3e8c44845ed
SUCCESS checkout https://github.com/Neo4j-Swift/bolt-swift.git at 6.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Neo4j-Swift/bolt-swift.git
https://github.com/Neo4j-Swift/bolt-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "packstream-swift",
      "requirement" : {
        "exact" : [
          "6.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Neo4j-Swift/PackStream-Swift.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.27.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "Bolt",
  "name" : "Bolt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Bolt",
      "targets" : [
        "Bolt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoltTests",
      "module_type" : "SwiftTarget",
      "name" : "BoltTests",
      "path" : "Tests/BoltTests",
      "sources" : [
        "BoltTests.swift",
        "CertificateValidatorTests.swift",
        "ConnectionTests.swift",
        "EncryptedSocketTests.swift",
        "ErrorTests.swift",
        "MockSocket.swift",
        "RequestTests.swift",
        "ResponseTests.swift",
        "SocketTests.swift",
        "TestConfig.swift",
        "UnencryptedSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bolt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bolt",
      "module_type" : "SwiftTarget",
      "name" : "Bolt",
      "path" : "Sources",
      "product_dependencies" : [
        "PackStream",
        "NIO",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "Bolt"
      ],
      "sources" : [
        "BoltProtocol.swift",
        "CertificateValidatorProtocol.swift",
        "CertificateValidators.swift",
        "Connection.swift",
        "ConnectionSettings.swift",
        "EncryptedSocket.swift",
        "ReadDataHandler.swift",
        "Request.swift",
        "Response.swift",
        "SHA1.swift",
        "SSLConfiguration.swift",
        "SSLKeyGeneratorConfig.swift",
        "SocketProtocol.swift",
        "UnencryptedSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2809] Fetching swift-nio-transport-services
[2810/18105] Fetching swift-nio-transport-services, swift-nio-ssl
Fetching https://github.com/Neo4j-Swift/PackStream-Swift.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.51s)
[306/15296] Fetching swift-nio-ssl
[2296/97239] Fetching swift-nio-ssl, swift-nio
[2297/99974] Fetching swift-nio-ssl, swift-nio, packstream-swift
Fetched https://github.com/Neo4j-Swift/PackStream-Swift.git from cache (0.58s)
[9299/97239] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.94s)
[36875/81943] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.01s)
Computing version for https://github.com/Neo4j-Swift/PackStream-Swift.git
Computed https://github.com/Neo4j-Swift/PackStream-Swift.git at 6.0.1 (10.58s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.65s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (1.13s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5552] Fetching swift-system
[4943/25030] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
[5454/19478] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (6.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.93s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/Neo4j-Swift/PackStream-Swift.git
Working copy of https://github.com/Neo4j-Swift/PackStream-Swift.git resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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.36.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.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.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Building for debugging...
[0/428] Write sources
[11/428] Compiling CNIODarwin shim.c
[11/428] Write sources
[15/428] Compiling CNIOOpenBSD shim.c
[16/428] Compiling CNIOWindows shim.c
[17/428] Compiling CNIOWindows WSAStartup.c
[18/428] Compiling CNIOLinux shim.c
[19/428] Compiling CNIOPosix event_loop_id.c
[20/428] Compiling CNIOWASI CNIOWASI.c
[21/428] Compiling _AtomicsShims.c
[22/428] Compiling CNIOLinux liburing_shims.c
[23/428] Compiling fiat_p256_adx_sqr.S
[24/428] Compiling fiat_curve25519_adx_mul.S
[25/428] Compiling fiat_p256_adx_mul.S
[26/428] Compiling fiat_curve25519_adx_square.S
[27/428] Write swift-version-24593BA9C3E375BF.txt
[28/428] Compiling CNIOBoringSSLShims shims.c
[29/432] Compiling tls13_both.cc
[30/434] Compiling t1_enc.cc
[31/450] Compiling tls13_enc.cc
[32/450] Compiling tls_method.cc
[33/450] Compiling tls_record.cc
[34/450] Compiling tls13_client.cc
[35/450] Compiling tls13_server.cc
[36/450] Compiling ssl_stat.cc
[38/450] Compiling _NIODataStructures _TinyArray.swift
[39/450] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/450] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/450] Emitting module InternalCollectionsUtilities
[42/450] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/450] Compiling InternalCollectionsUtilities Integer rank.swift
[44/450] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/452] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[46/452] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/452] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/452] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/452] Emitting module _NIOBase64
[50/452] Compiling _NIOBase64 Base64.swift
[51/452] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/452] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/453] Compiling _NIODataStructures PriorityQueue.swift
[54/453] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/453] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/453] Compiling InternalCollectionsUtilities Debugging.swift
[57/453] Compiling InternalCollectionsUtilities Descriptions.swift
[59/453] Emitting module _NIODataStructures
[60/453] Compiling _NIODataStructures Heap.swift
[61/454] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/454] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[62/454] Compiling ssl_transcript.cc
[63/455] Compiling ssl_versions.cc
[66/455] Compiling ssl_x509.cc
[67/470] Compiling ssl_session.cc
[69/470] Compiling DequeModule _DequeBuffer.swift
[70/470] Compiling DequeModule _DequeBufferHeader.swift
[71/472] Compiling DequeModule Deque+CustomReflectable.swift
[72/472] Compiling DequeModule Deque+Descriptions.swift
[73/472] Compiling DequeModule Deque+Extras.swift
[74/472] Compiling DequeModule Deque+Hashable.swift
[75/472] Compiling DequeModule Deque+Equatable.swift
[76/472] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/472] Compiling DequeModule Deque+Testing.swift
[78/472] Compiling DequeModule Deque._Storage.swift
[79/472] Compiling DequeModule Deque._UnsafeHandle.swift
[80/472] Compiling DequeModule Deque.swift
[81/472] Compiling DequeModule _DequeSlot.swift
[82/472] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/472] Compiling DequeModule Deque+Codable.swift
[84/472] Compiling DequeModule Deque+Collection.swift
[84/472] Compiling ssl_file.cc
[85/472] Compiling ssl_credential.cc
[86/472] Compiling ssl_key_share.cc
[88/472] Emitting module DequeModule
[89/473] Compiling ssl_cipher.cc
[90/473] Compiling ssl_privkey.cc
[91/473] Compiling ssl_cert.cc
[92/473] Compiling ssl_lib.cc
[93/473] Compiling ssl_buffer.cc
[94/473] Compiling s3_lib.cc
[95/473] Compiling ssl_asn1.cc
[96/473] Compiling ssl_aead_ctx.cc
[97/473] Compiling s3_pkt.cc
[98/473] Compiling s3_both.cc
[99/473] Compiling handshake_server.cc
[100/473] Compiling handshake.cc
[101/473] Compiling handshake_client.cc
[102/473] Compiling dtls_record.cc
[103/473] Compiling extensions.cc
[104/473] Compiling encrypted_client_hello.cc
[105/473] Compiling handoff.cc
[106/473] Compiling md5-x86_64-linux.S
[107/473] Compiling md5-x86_64-apple.S
[108/473] Compiling md5-586-linux.S
[109/473] Compiling md5-586-apple.S
[110/473] Compiling chacha20_poly1305_x86_64-linux.S
[111/473] Compiling dtls_method.cc
[112/473] Compiling chacha20_poly1305_x86_64-apple.S
[113/473] Compiling chacha20_poly1305_armv8-win.S
[114/473] Compiling chacha20_poly1305_armv8-apple.S
[115/473] Compiling chacha20_poly1305_armv8-linux.S
[116/473] Compiling chacha-x86_64-linux.S
[117/473] Compiling chacha-x86_64-apple.S
[118/473] Compiling chacha-x86-linux.S
[119/473] Compiling chacha-x86-apple.S
[120/473] Compiling chacha-armv8-win.S
[121/473] Compiling bio_ssl.cc
[122/473] Compiling chacha-armv4-linux.S
[123/473] Compiling chacha-armv8-apple.S
[124/473] Compiling chacha-armv8-linux.S
[125/473] Compiling aes128gcmsiv-x86_64-linux.S
[126/473] Compiling d1_srtp.cc
[127/473] Compiling aes128gcmsiv-x86_64-apple.S
[128/473] Compiling x86_64-mont5-linux.S
[129/473] Compiling x86_64-mont5-apple.S
[130/473] Compiling x86_64-mont-apple.S
[131/473] Compiling x86_64-mont-linux.S
[132/473] Compiling x86-mont-apple.S
[133/473] Compiling x86-mont-linux.S
[134/473] Compiling vpaes-x86_64-linux.S
[135/473] Compiling vpaes-x86_64-apple.S
[136/473] Compiling vpaes-x86-linux.S
[136/473] Compiling vpaes-x86-apple.S
[138/473] Compiling vpaes-armv8-win.S
[139/473] Compiling vpaes-armv8-apple.S
[140/473] Compiling vpaes-armv7-linux.S
[141/473] Compiling vpaes-armv8-linux.S
[142/473] Compiling sha512-x86_64-linux.S
[143/473] Compiling sha512-x86_64-apple.S
[144/473] Compiling sha512-armv8-win.S
[145/473] Compiling sha512-armv8-apple.S
[146/473] Compiling sha512-armv4-linux.S
[147/473] Compiling sha512-586-linux.S
[148/473] Compiling err_data.cc
[149/473] Compiling sha512-armv8-linux.S
[150/473] Compiling sha512-586-apple.S
[151/473] Compiling sha256-x86_64-linux.S
[152/473] Compiling sha256-x86_64-apple.S
[153/473] Compiling sha256-armv8-apple.S
[154/473] Compiling sha256-armv4-linux.S
[155/473] Compiling sha256-armv8-win.S
[156/473] Compiling sha256-586-linux.S
[157/473] Compiling sha256-armv8-linux.S
[158/473] Compiling sha1-armv8-win.S
[159/473] Compiling sha1-x86_64-linux.S
[160/473] Compiling sha256-586-apple.S
[161/473] Compiling sha1-x86_64-apple.S
[162/473] Compiling sha1-armv8-apple.S
[163/473] Compiling sha1-armv4-large-linux.S
[164/473] Compiling sha1-586-linux.S
[165/473] Compiling sha1-armv8-linux.S
[166/473] Compiling sha1-586-apple.S
[167/473] Compiling rsaz-avx2-linux.S
[168/473] Compiling d1_pkt.cc
[169/473] Compiling p256_beeu-x86_64-asm-apple.S
[170/473] Compiling rsaz-avx2-apple.S
[171/473] Compiling rdrand-x86_64-linux.S
[172/473] Compiling rdrand-x86_64-apple.S
[173/473] Compiling p256_beeu-x86_64-asm-linux.S
[174/473] Compiling d1_lib.cc
[175/473] Compiling p256_beeu-armv8-asm-win.S
[176/473] Compiling p256_beeu-armv8-asm-apple.S
[177/473] Compiling p256-armv8-asm-win.S
[178/473] Compiling p256-x86_64-asm-linux.S
[179/473] Compiling p256_beeu-armv8-asm-linux.S
[180/473] Compiling p256-x86_64-asm-apple.S
[181/473] Compiling p256-armv8-asm-apple.S
[182/473] Compiling p256-armv8-asm-linux.S
[183/473] Compiling ghashv8-armv8-win.S
[184/473] Compiling ghashv8-armv8-apple.S
[185/473] Compiling ghash-x86_64-linux.S
[186/473] Compiling ghash-x86-linux.S
[187/473] Compiling ghashv8-armv7-linux.S
[188/473] Compiling ghashv8-armv8-linux.S
[189/473] Compiling ghash-x86-apple.S
[190/473] Compiling ghash-x86_64-apple.S
[191/473] Compiling ghash-ssse3-x86_64-linux.S
[192/473] Compiling ghash-ssse3-x86_64-apple.S
[193/473] Compiling ghash-neon-armv8-win.S
[194/473] Compiling ghash-neon-armv8-linux.S
[195/473] Compiling ghash-ssse3-x86-apple.S
[196/473] Compiling ghash-ssse3-x86-linux.S
[197/473] Compiling co-586-apple.S
[198/473] Compiling co-586-linux.S
[199/473] Compiling ghash-neon-armv8-apple.S
[200/473] Compiling bsaes-armv7-linux.S
[201/473] Compiling ghash-armv4-linux.S
[202/473] Compiling bn-armv8-win.S
[203/473] Compiling bn-586-linux.S
[204/473] Compiling bn-armv8-apple.S
[205/473] Compiling bn-armv8-linux.S
[206/473] Compiling bn-586-apple.S
[207/473] Compiling armv8-mont-win.S
[208/473] Compiling armv8-mont-linux.S
[209/473] Compiling armv8-mont-apple.S
[210/473] Compiling armv4-mont-linux.S
[211/473] Compiling aesv8-gcm-armv8-win.S
[212/473] Compiling aesv8-gcm-armv8-apple.S
[213/473] Compiling aesv8-armv8-win.S
[214/473] Compiling aesv8-gcm-armv8-linux.S
[215/473] Compiling aesv8-armv8-apple.S
[216/473] Compiling aesv8-armv8-linux.S
[217/473] Compiling aesni-x86_64-linux.S
[218/473] Compiling aesv8-armv7-linux.S
[219/473] Compiling aesni-x86-linux.S
[220/473] Compiling aesni-x86_64-apple.S
[221/473] Compiling aesni-x86-apple.S
[222/473] Compiling aesni-gcm-x86_64-apple.S
[223/473] Compiling aes-gcm-avx2-x86_64-linux.S
[224/473] Compiling aesni-gcm-x86_64-linux.S
[225/473] Compiling aes-gcm-avx10-x86_64-linux.S
[226/473] Compiling aes-gcm-avx2-x86_64-apple.S
[227/473] Compiling aes-gcm-avx10-x86_64-apple.S
[228/473] Compiling d1_both.cc
[229/473] Compiling x_sig.cc
[230/473] Compiling x_x509a.cc
[231/473] Compiling x_x509.cc
[232/473] Compiling x_spki.cc
[233/473] Compiling x_req.cc
[234/473] Compiling x_val.cc
[235/473] Compiling x_pubkey.cc
[236/473] Compiling x_crl.cc
[237/473] Compiling x_name.cc
[238/473] Compiling x_exten.cc
[239/473] Compiling x_all.cc
[240/473] Compiling x_algor.cc
[241/473] Compiling x_attrib.cc
[242/473] Compiling x509spki.cc
[243/473] Compiling x509rset.cc
[244/473] Compiling x509_vfy.cc
[245/473] Compiling x509name.cc
[246/473] Compiling x509cset.cc
[247/473] Compiling x509_vpm.cc
[248/473] Compiling x509_txt.cc
[249/473] Compiling x509_v3.cc
[250/473] Compiling x509_trs.cc
[251/473] Compiling x509_set.cc
[252/473] Compiling x509_req.cc
[253/473] Compiling x509_obj.cc
[254/473] Compiling x509_ext.cc
[255/473] Compiling x509_def.cc
[256/473] Compiling x509_lu.cc
[257/473] Compiling x509_d2.cc
[258/473] Compiling v3_skey.cc
[259/473] Compiling x509_att.cc
[260/473] Compiling x509_cmp.cc
[261/473] Compiling x509.cc
[262/473] Compiling v3_prn.cc
[263/473] Compiling v3_utl.cc
[264/473] Compiling v3_pcons.cc
[265/473] Compiling v3_purp.cc
[266/473] Compiling v3_pmaps.cc
[267/473] Compiling v3_lib.cc
[268/473] Compiling v3_ocsp.cc
[269/473] Compiling v3_ncons.cc
[270/473] Compiling v3_int.cc
[271/473] Compiling v3_enum.cc
[272/473] Compiling v3_info.cc
[273/473] Compiling v3_genn.cc
[274/473] Compiling v3_ia5.cc
[275/473] Compiling v3_extku.cc
[276/473] Compiling v3_crld.cc
[277/473] Compiling v3_akeya.cc
[278/473] Compiling v3_cpols.cc
[279/473] Compiling v3_conf.cc
[280/473] Compiling v3_bitst.cc
[281/473] Compiling v3_bcons.cc
[282/473] Compiling v3_akey.cc
[283/473] Compiling t_x509.cc
[284/473] Compiling v3_alt.cc
[285/473] Compiling i2d_pr.cc
[286/473] Compiling policy.cc
[287/473] Compiling t_x509a.cc
[288/473] Compiling t_crl.cc
[289/473] Compiling t_req.cc
[290/473] Compiling name_print.cc
[291/473] Compiling rsa_pss.cc
[292/473] Compiling by_dir.cc
[293/473] Compiling by_file.cc
[294/473] Compiling asn1_gen.cc
[295/473] Compiling algorithm.cc
[296/473] Compiling a_verify.cc
[297/473] Compiling a_sign.cc
[298/473] Compiling voprf.cc
[299/473] Compiling thread_win.cc
[300/473] Compiling a_digest.cc
[301/473] Compiling thread_pthread.cc
[302/473] Compiling trust_token.cc
[303/473] Compiling pmbtoken.cc
[304/473] Compiling thread_none.cc
[305/473] Compiling thread.cc
[306/473] Compiling spake2plus.cc
[307/473] Compiling stack.cc
[308/473] Compiling sha512.cc
[309/473] Compiling siphash.cc
[310/473] Compiling rsa_print.cc
[311/473] Compiling sha256.cc
[312/473] Compiling sha1.cc
[313/473] Compiling slhdsa.cc
[314/473] Compiling rsa_crypt.cc
[315/473] Compiling rsa_extra.cc
[316/473] Compiling rc4.cc
[317/473] Compiling refcount.cc
[318/473] Compiling windows.cc
[319/473] Compiling urandom.cc
[320/473] Compiling rsa_asn1.cc
[321/473] Compiling trusty.cc
[322/473] Compiling passive.cc
[323/473] Compiling rand.cc
[324/473] Compiling poly1305_arm_asm.S
[325/473] Compiling ios.cc
[326/473] Compiling getentropy.cc
[327/473] Compiling forkunsafe.cc
[328/473] Compiling poly1305_vec.cc
[329/473] Compiling deterministic.cc
[330/473] Compiling fork_detect.cc
[331/473] Compiling poly1305_arm.cc
[332/473] Compiling poly1305.cc
[333/473] Compiling pool.cc
[334/473] Compiling pkcs7_x509.cc
[335/473] Compiling pkcs7.cc
[336/473] Compiling pkcs8.cc
[337/473] Compiling pkcs8_x509.cc
[338/473] Compiling p5_pbev2.cc
[339/473] Compiling pem_pkey.cc
[340/473] Compiling pem_xaux.cc
[341/473] Compiling pem_x509.cc
[342/473] Compiling obj_xref.cc
[343/473] Compiling mlkem.cc
[344/473] Compiling pem_pk8.cc
[345/473] Compiling pem_all.cc
[346/473] Compiling pem_info.cc
[347/473] Compiling mldsa.cc
[348/473] Compiling pem_lib.cc
[349/473] Compiling pem_oth.cc
[350/473] Compiling md4.cc
[351/473] Compiling poly_rq_mul.S
[352/473] Compiling fips_shared_support.cc
[353/473] Compiling obj.cc
[354/473] Compiling mem.cc
[355/473] Compiling md5.cc
[356/473] Compiling lhash.cc
[357/473] Compiling kyber.cc
[358/473] Compiling ex_data.cc
[359/473] Compiling hpke.cc
[360/473] Compiling hrss.cc
[361/473] Compiling sign.cc
[362/473] Compiling print.cc
[363/473] Compiling scrypt.cc
[364/473] Compiling p_x25519.cc
[365/473] Compiling pbkdf.cc
[366/473] Compiling p_x25519_asn1.cc
[367/473] Compiling p_rsa_asn1.cc
[368/473] Compiling p_ed25519.cc
[369/473] Compiling p_rsa.cc
[370/473] Compiling p_ed25519_asn1.cc
[371/473] Compiling p_hkdf.cc
[372/473] Compiling p_ec.cc
[373/473] Compiling p_dh_asn1.cc
[374/473] Compiling p_ec_asn1.cc
[375/473] Compiling p_dh.cc
[376/473] Compiling evp_ctx.cc
[377/473] Compiling p_dsa_asn1.cc
[378/473] Compiling evp.cc
[379/473] Compiling err.cc
[380/473] Compiling engine.cc
[381/473] Compiling evp_asn1.cc
[382/473] Compiling ecdh.cc
[383/473] Compiling ecdsa_asn1.cc
[384/473] Compiling hash_to_curve.cc
[385/473] Compiling ec_derive.cc
[386/473] Compiling bcm.cc
[387/473] Compiling dsa_asn1.cc
[387/473] Compiling dsa.cc
[389/473] Compiling ec_asn1.cc
[390/473] Compiling params.cc
[391/473] Compiling x25519-asm-arm.S
[392/473] Compiling digest_extra.cc
[393/473] Compiling dh_asn1.cc
[394/473] Compiling cpu_intel.cc
[395/473] Compiling des.cc
[396/473] Compiling curve25519_64_adx.cc
[397/473] Compiling cpu_arm_linux.cc
[398/473] Compiling cpu_arm_freebsd.cc
[399/473] Compiling crypto.cc
[400/473] Compiling spake25519.cc
[401/473] Compiling cpu_aarch64_win.cc
[402/473] Compiling curve25519.cc
[403/473] Compiling cpu_aarch64_sysreg.cc
[404/473] Compiling cpu_aarch64_openbsd.cc
[405/473] Compiling cpu_aarch64_apple.cc
[406/473] Compiling cpu_aarch64_fuchsia.cc
[407/473] Compiling cpu_aarch64_linux.cc
[408/473] Compiling conf.cc
[409/473] Compiling e_rc4.cc
[410/473] Compiling tls_cbc.cc
[411/473] Compiling e_rc2.cc
[412/473] Compiling get_cipher.cc
[413/473] Compiling e_null.cc
[414/473] Compiling e_tls.cc
[415/473] Compiling e_des.cc
[416/473] Compiling e_aesgcmsiv.cc
[417/473] Compiling e_chacha20poly1305.cc
[418/473] Compiling unicode.cc
[419/473] Compiling chacha.cc
[420/473] Compiling derive_key.cc
[421/473] Compiling e_aesctrhmac.cc
[422/473] Compiling buf.cc
[423/473] Compiling cbs.cc
[424/473] Compiling cbb.cc
[425/473] Compiling ber.cc
[426/473] Compiling blake2.cc
[427/473] Compiling asn1_compat.cc
[428/473] Compiling socket.cc
[429/473] Compiling socket_helper.cc
[430/473] Compiling bn_asn1.cc
[431/473] Compiling convert.cc
[432/473] Compiling hexdump.cc
[433/473] Compiling pair.cc
[434/473] Compiling printf.cc
[435/473] Compiling file.cc
[436/473] Compiling fd.cc
[437/473] Compiling connect.cc
[438/473] Compiling errno.cc
[439/473] Compiling bio_mem.cc
[440/473] Compiling bio.cc
[441/473] Compiling tasn_utl.cc
[442/473] Compiling tasn_typ.cc
[443/473] Compiling base64.cc
[444/473] Compiling tasn_new.cc
[445/473] Compiling tasn_enc.cc
[446/473] Compiling tasn_fre.cc
[447/473] Compiling tasn_dec.cc
[448/473] Compiling posix_time.cc
[449/473] Compiling f_string.cc
[450/473] Compiling asn_pack.cc
[451/473] Compiling f_int.cc
[452/473] Compiling asn1_par.cc
[453/473] Compiling asn1_lib.cc
[454/473] Compiling a_utctm.cc
[455/473] Compiling a_strnid.cc
[456/473] Compiling a_time.cc
[457/473] Compiling a_type.cc
[458/473] Compiling a_strex.cc
[459/473] Compiling a_octet.cc
[460/473] Compiling a_object.cc
[461/473] Compiling a_dup.cc
[462/473] Compiling a_int.cc
[463/473] Compiling a_mbstr.cc
[463/473] Write sources
[466/473] Compiling a_i2d_fp.cc
[467/491] Compiling a_d2i_fp.cc
[468/491] Compiling a_gentm.cc
[469/491] Compiling a_bool.cc
[470/491] Compiling a_bitstr.cc
[472/491] Compiling Atomics ManagedAtomic.swift
[473/491] Compiling Atomics ManagedAtomicLazyReference.swift
[474/491] Compiling Atomics AtomicMemoryOrderings.swift
[475/491] Compiling Atomics DoubleWord.swift
[476/493] Compiling Atomics AtomicStorage.swift
[477/493] Compiling Atomics AtomicValue.swift
[478/493] Compiling Atomics UnsafeAtomic.swift
[479/493] Compiling Atomics UnsafeAtomicLazyReference.swift
[480/493] Compiling Atomics OptionalRawRepresentable.swift
[481/493] Compiling Atomics RawRepresentable.swift
[482/493] Compiling Atomics AtomicBool.swift
[483/493] Compiling Atomics AtomicInteger.swift
[484/493] Compiling Atomics AtomicOptionalWrappable.swift
[485/493] Compiling Atomics AtomicReference.swift
[486/493] Compiling Atomics IntegerOperations.swift
[487/493] Compiling Atomics Unmanaged extensions.swift
[488/493] Emitting module Atomics
[489/493] Compiling Atomics IntegerConformances.swift
[490/493] Compiling Atomics PointerConformances.swift
[491/493] Compiling Atomics Primitives.native.swift
[491/494] Compiling c-nioatomics.c
[493/494] Compiling c-atomics.c
[495/500] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[496/500] Compiling NIOConcurrencyHelpers NIOLock.swift
[497/500] Compiling NIOConcurrencyHelpers lock.swift
[498/500] Compiling NIOConcurrencyHelpers atomics.swift
[499/500] Emitting module NIOConcurrencyHelpers
[500/500] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[502/564] Compiling NIOCore NIOCoreSendableMetatype.swift
[503/564] Compiling NIOCore NIODecodedAsyncSequence.swift
[504/564] Compiling NIOCore NIOLoopBound.swift
[505/564] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[506/564] Compiling NIOCore NIOScheduledCallback.swift
[507/564] Compiling NIOCore NIOSendable.swift
[508/564] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[509/564] Compiling NIOCore RecvByteBufferAllocator.swift
[510/572] Compiling NIOCore IPProtocol.swift
[511/572] Compiling NIOCore IntegerBitPacking.swift
[512/572] Compiling NIOCore IntegerTypes.swift
[513/572] Compiling NIOCore Interfaces.swift
[514/572] Compiling NIOCore Linux.swift
[515/572] Compiling NIOCore MarkedCircularBuffer.swift
[516/572] Compiling NIOCore MulticastChannel.swift
[517/572] Compiling NIOCore NIOAny.swift
[518/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[519/572] Compiling NIOCore CircularBuffer.swift
[520/572] Compiling NIOCore Codec.swift
[521/572] Compiling NIOCore ConvenienceOptionSupport.swift
[522/572] Compiling NIOCore DeadChannel.swift
[523/572] Compiling NIOCore DispatchQueue+WithFuture.swift
[524/572] Compiling NIOCore EventLoop+Deprecated.swift
[525/572] Compiling NIOCore EventLoop+SerialExecutor.swift
[526/572] Compiling NIOCore EventLoop.swift
[527/572] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[528/572] Compiling NIOCore EventLoopFuture+Deprecated.swift
[529/572] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[530/572] Compiling NIOCore EventLoopFuture.swift
[531/572] Compiling NIOCore FileDescriptor.swift
[532/572] Compiling NIOCore FileHandle.swift
[533/572] Compiling NIOCore FileRegion.swift
[534/572] Compiling NIOCore GlobalSingletons.swift
[535/572] Compiling NIOCore IO.swift
[536/572] Compiling NIOCore IOData.swift
[537/572] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[538/572] Compiling NIOCore BSDSocketAPI.swift
[539/572] Compiling NIOCore ByteBuffer-aux.swift
[540/572] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[541/572] Compiling NIOCore ByteBuffer-conversions.swift
[542/572] Compiling NIOCore ByteBuffer-core.swift
[543/572] Compiling NIOCore ByteBuffer-hex.swift
[544/572] Compiling NIOCore ByteBuffer-int.swift
[545/572] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[546/572] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[547/572] Compiling NIOCore SocketAddresses.swift
[548/572] Compiling NIOCore SocketOptionProvider.swift
[549/572] Compiling NIOCore SystemCallHelpers.swift
[550/572] Compiling NIOCore TimeAmount+Duration.swift
[551/572] Compiling NIOCore TypeAssistedChannelHandler.swift
[552/572] Compiling NIOCore UniversalBootstrapSupport.swift
[553/572] Compiling NIOCore Utilities.swift
[554/572] Compiling NIOCore AddressedEnvelope.swift
[555/572] Compiling NIOCore AsyncAwaitSupport.swift
[556/572] Compiling NIOCore AsyncChannel.swift
[557/572] Compiling NIOCore AsyncChannelHandler.swift
[558/572] Compiling NIOCore AsyncChannelInboundStream.swift
[559/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[560/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[561/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[562/572] Compiling NIOCore NIOAsyncWriter.swift
[563/572] Compiling NIOCore ByteBuffer-multi-int.swift
[564/572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[565/572] Compiling NIOCore ByteBuffer-views.swift
[566/572] Compiling NIOCore Channel.swift
[567/572] Compiling NIOCore ChannelHandler.swift
[568/572] Compiling NIOCore ChannelHandlers.swift
[569/572] Compiling NIOCore ChannelInvoker.swift
[570/572] Compiling NIOCore ChannelOption.swift
[571/572] Compiling NIOCore ChannelPipeline.swift
[572/572] Emitting module NIOCore
[574/637] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[575/637] Compiling NIOEmbedded AsyncTestingChannel.swift
[576/637] Emitting module NIOEmbedded
[577/637] Compiling NIOEmbedded Embedded.swift
[579/638] Compiling NIOPosix IO.swift
[580/638] Compiling NIOPosix IntegerBitPacking.swift
[581/638] Compiling NIOPosix IntegerTypes.swift
[582/638] Compiling NIOPosix Linux.swift
[583/638] Compiling NIOPosix LinuxCPUSet.swift
[584/638] Compiling NIOPosix LinuxUring.swift
[585/638] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[586/644] Compiling PackStream String.swift
[587/645] Compiling PackStream PackProtocol.swift
[588/645] Emitting module PackStream
[589/645] Compiling PackStream Bool.swift
[590/645] Compiling PackStream Float.swift
[591/645] Compiling PackStream Int.swift
[592/645] Compiling PackStream List.swift
[593/645] Compiling PackStream Structure.swift
[594/645] Compiling NIOPosix ThreadWindows.swift
[595/645] Compiling NIOPosix UnsafeTransfer.swift
[596/645] Compiling NIOPosix Utilities.swift
[597/645] Compiling NIOPosix VsockAddress.swift
[598/645] Compiling NIOPosix VsockChannelEvents.swift
[599/645] Compiling NIOPosix Windows.swift
[600/645] Compiling PackStream Null.swift
[601/645] Compiling PackStream Map.swift
[602/645] Compiling PackStream Packer.swift
[603/646] Compiling NIOPosix SelectableEventLoop.swift
[604/646] Compiling NIOPosix SelectorEpoll.swift
[605/646] Compiling NIOPosix SelectorGeneric.swift
[606/646] Compiling NIOPosix SelectorKqueue.swift
[607/646] Compiling NIOPosix SelectorUring.swift
[608/646] Compiling NIOPosix SelectorWSAPoll.swift
[609/646] Compiling NIOPosix ServerSocket.swift
[611/646] Compiling NIOPosix Bootstrap.swift
[612/646] Compiling NIOPosix ControlMessage.swift
[613/646] Compiling NIOPosix DatagramVectorReadManager.swift
[614/646] Compiling NIOPosix Errors+Any.swift
[615/646] Compiling NIOPosix FileDescriptor.swift
[616/646] Compiling NIOPosix GetaddrinfoResolver.swift
[617/646] Compiling NIOPosix HappyEyeballs.swift
[618/646] Emitting module NIOPosix
[623/646] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[624/646] Compiling NIOPosix BaseSocketChannel.swift
[625/646] Compiling NIOPosix BaseStreamSocketChannel.swift
[626/646] Compiling NIOPosix Pool.swift
[627/646] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[628/646] Compiling NIOPosix PosixSingletons.swift
[629/646] Compiling NIOPosix RawSocketBootstrap.swift
[630/646] Compiling NIOPosix Resolver.swift
[631/646] Compiling NIOPosix Selectable.swift
[632/646] Compiling NIOPosix SelectableChannel.swift
[633/646] Compiling NIOPosix NIOPosixSendableMetatype.swift
[634/646] Compiling NIOPosix NIOThreadPool.swift
[635/646] Compiling NIOPosix NonBlockingFileIO.swift
[636/646] Compiling NIOPosix PendingDatagramWritesManager.swift
[637/646] Compiling NIOPosix PendingWritesManager.swift
[638/646] Compiling NIOPosix PipeChannel.swift
[639/646] Compiling NIOPosix PipePair.swift
[640/646] Compiling NIOPosix Socket.swift
[641/646] Compiling NIOPosix SocketChannel.swift
[642/646] Compiling NIOPosix SocketProtocols.swift
[643/646] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[644/646] Compiling NIOPosix System.swift
[645/646] Compiling NIOPosix Thread.swift
[646/646] Compiling NIOPosix ThreadPosix.swift
[648/649] Compiling NIO Exports.swift
[649/649] Emitting module NIO
[651/661] Compiling NIOTLS TLSEvents.swift
[652/661] Emitting module NIOTLS
[653/661] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[654/661] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[655/661] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[656/661] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[657/661] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[658/661] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[659/661] Compiling NIOTLS SNIHandler.swift
[661/662] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[662/662] Emitting module NIOFoundationCompat
[664/714] Emitting module NIOTransportServices
[665/716] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[666/716] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[667/716] Compiling NIOTransportServices NIOTSListenerChannel.swift
[668/716] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[669/716] Compiling NIOTransportServices NIOTSErrors.swift
[670/716] Compiling NIOTransportServices NIOTSEventLoop.swift
[671/716] Compiling NIOTransportServices NIOTSBootstraps.swift
[672/716] Compiling NIOTransportServices NIOTSChannelOptions.swift
[673/716] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[674/716] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[675/716] Compiling NIOTransportServices NIOTSSingletons.swift
[676/716] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[677/716] Compiling NIOTransportServices StateManagedChannel.swift
[678/716] Compiling NIOTransportServices StateManagedListenerChannel.swift
[679/716] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[680/716] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[681/716] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[682/716] Compiling NIOTransportServices AcceptHandler.swift
[683/716] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[684/716] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[685/716] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[686/716] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[687/716] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[689/717] Emitting module NIOSSL
[694/721] Compiling NIOSSL SubjectAlternativeName.swift
[695/721] Compiling NIOSSL NIOSSLSecureBytes.swift
[696/721] Compiling NIOSSL RNG.swift
[697/721] Compiling NIOSSL SafeCompare.swift
[717/721] Compiling NIOSSL SSLPKCS12Bundle.swift
[718/721] Compiling NIOSSL Zeroization.swift
[719/721] Compiling NIOSSL TLSConfiguration.swift
[720/721] Compiling NIOSSL UniversalBootstrapSupport.swift
[721/721] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[723/736] Compiling Bolt SSLConfiguration.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[724/736] Compiling Bolt SSLKeyGeneratorConfig.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[725/736] Compiling Bolt SocketProtocol.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[726/737] Compiling Bolt Response.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[727/737] Compiling Bolt SHA1.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[728/737] Compiling Bolt UnencryptedSocket.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[729/737] Compiling Bolt ConnectionSettings.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[730/737] Compiling Bolt EncryptedSocket.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[731/737] Compiling Bolt ReadDataHandler.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[732/737] Compiling Bolt Request.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
error: emit-module command failed with exit code 1 (use -v to see invocation)
[733/737] Emitting module Bolt
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[734/737] Compiling Bolt BoltProtocol.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[735/737] Compiling Bolt CertificateValidatorProtocol.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[736/737] Compiling Bolt CertificateValidators.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[737/737] Compiling Bolt Connection.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/BoltTests/BoltSwiftTestConfig.sample.json
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/47] Compiling Atomics ManagedAtomic.swift
[3/47] Compiling Atomics ManagedAtomicLazyReference.swift
[4/49] Compiling Atomics DoubleWord.swift
[5/49] Compiling Atomics OptionalRawRepresentable.swift
[6/51] Compiling Atomics RawRepresentable.swift
[7/51] Compiling Atomics AtomicBool.swift
[8/51] Compiling Atomics AtomicOptionalWrappable.swift
[9/51] Compiling Atomics AtomicReference.swift
[11/51] Compiling Atomics AtomicMemoryOrderings.swift
[12/51] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/51] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[15/51] Compiling Atomics AtomicStorage.swift
[16/51] Compiling Atomics AtomicValue.swift
[21/51] Compiling NIOConcurrencyHelpers lock.swift
[22/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/51] Emitting module NIOConcurrencyHelpers
[25/51] Compiling NIOConcurrencyHelpers atomics.swift
[26/52] Compiling _NIOBase64 Base64.swift
[27/52] Emitting module _NIOBase64
[31/53] Compiling Atomics AtomicInteger.swift
[32/53] Compiling Atomics IntegerOperations.swift
[33/53] Compiling Atomics Unmanaged extensions.swift
[34/53] Emitting module _NIODataStructures
[35/53] Compiling _NIODataStructures PriorityQueue.swift
[36/53] Compiling _NIODataStructures Heap.swift
[37/53] Compiling _NIODataStructures _TinyArray.swift
[42/54] Emitting module InternalCollectionsUtilities
[44/54] Compiling Atomics IntegerConformances.swift
[45/54] Compiling Atomics PointerConformances.swift
[46/54] Compiling Atomics Primitives.native.swift
[49/70] Compiling DequeModule _DequeBuffer.swift
[50/70] Compiling DequeModule _DequeBufferHeader.swift
[53/72] Compiling DequeModule _DequeSlot.swift
[54/72] Compiling DequeModule Deque+Descriptions.swift
[55/72] Compiling DequeModule Deque+Extras.swift
[56/72] Compiling DequeModule Deque+Hashable.swift
[57/72] Compiling DequeModule Deque+CustomReflectable.swift
[61/72] Compiling DequeModule Deque+Equatable.swift
[62/72] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/72] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/72] Compiling DequeModule Deque+Testing.swift
[66/72] Compiling DequeModule Deque._Storage.swift
[67/72] Compiling DequeModule Deque._UnsafeHandle.swift
[68/72] Compiling DequeModule Deque.swift
[69/72] Compiling DequeModule Deque+Codable.swift
[70/72] Compiling DequeModule Deque+Collection.swift
[71/72] Emitting module Atomics
[73/73] Emitting module DequeModule
[75/137] Compiling NIOCore NIOCoreSendableMetatype.swift
[76/137] Compiling NIOCore NIODecodedAsyncSequence.swift
[77/137] Compiling NIOCore NIOLoopBound.swift
[78/137] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[79/137] Compiling NIOCore NIOScheduledCallback.swift
[80/137] Compiling NIOCore NIOSendable.swift
[81/137] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[82/137] Compiling NIOCore RecvByteBufferAllocator.swift
[83/145] Compiling NIOCore EventLoopFuture+Deprecated.swift
[84/145] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[85/145] Compiling NIOCore EventLoopFuture.swift
[86/145] Compiling NIOCore FileDescriptor.swift
[87/145] Compiling NIOCore FileHandle.swift
[88/145] Compiling NIOCore FileRegion.swift
[89/145] Compiling NIOCore GlobalSingletons.swift
[90/145] Compiling NIOCore IO.swift
[91/145] Compiling NIOCore IOData.swift
[92/145] Compiling NIOCore IPProtocol.swift
[93/145] Compiling NIOCore IntegerBitPacking.swift
[94/145] Compiling NIOCore IntegerTypes.swift
[95/145] Compiling NIOCore Interfaces.swift
[96/145] Compiling NIOCore Linux.swift
[97/145] Compiling NIOCore MarkedCircularBuffer.swift
[98/145] Compiling NIOCore MulticastChannel.swift
[99/145] Compiling NIOCore NIOAny.swift
[100/145] Compiling NIOCore NIOCloseOnErrorHandler.swift
[101/145] Compiling NIOCore CircularBuffer.swift
[102/145] Compiling NIOCore Codec.swift
[103/145] Compiling NIOCore ConvenienceOptionSupport.swift
[104/145] Compiling NIOCore DeadChannel.swift
[105/145] Compiling NIOCore DispatchQueue+WithFuture.swift
[106/145] Compiling NIOCore EventLoop+Deprecated.swift
[107/145] Compiling NIOCore EventLoop+SerialExecutor.swift
[108/145] Compiling NIOCore EventLoop.swift
[109/145] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[110/145] Compiling NIOCore AddressedEnvelope.swift
[111/145] Compiling NIOCore AsyncAwaitSupport.swift
[112/145] Compiling NIOCore AsyncChannel.swift
[113/145] Compiling NIOCore AsyncChannelHandler.swift
[114/145] Compiling NIOCore AsyncChannelInboundStream.swift
[115/145] Compiling NIOCore AsyncChannelOutboundWriter.swift
[116/145] Compiling NIOCore NIOAsyncSequenceProducer.swift
[117/145] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[118/145] Compiling NIOCore NIOAsyncWriter.swift
[119/145] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[120/145] Compiling NIOCore SocketAddresses.swift
[121/145] Compiling NIOCore SocketOptionProvider.swift
[122/145] Compiling NIOCore SystemCallHelpers.swift
[123/145] Compiling NIOCore TimeAmount+Duration.swift
[124/145] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/145] Compiling NIOCore UniversalBootstrapSupport.swift
[126/145] Compiling NIOCore Utilities.swift
[127/145] Emitting module NIOCore
[128/145] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/145] Compiling NIOCore BSDSocketAPI.swift
[130/145] Compiling NIOCore ByteBuffer-aux.swift
[131/145] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/145] Compiling NIOCore ByteBuffer-conversions.swift
[133/145] Compiling NIOCore ByteBuffer-core.swift
[134/145] Compiling NIOCore ByteBuffer-hex.swift
[135/145] Compiling NIOCore ByteBuffer-int.swift
[136/145] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/145] Compiling NIOCore ByteBuffer-multi-int.swift
[138/145] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[139/145] Compiling NIOCore ByteBuffer-views.swift
[140/145] Compiling NIOCore Channel.swift
[141/145] Compiling NIOCore ChannelHandler.swift
[142/145] Compiling NIOCore ChannelHandlers.swift
[143/145] Compiling NIOCore ChannelInvoker.swift
[144/145] Compiling NIOCore ChannelOption.swift
[145/145] Compiling NIOCore ChannelPipeline.swift
[147/210] Compiling PackStream Null.swift
[148/211] Compiling PackStream Map.swift
[149/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[150/211] Emitting module NIOEmbedded
[151/211] Compiling PackStream Packer.swift
[152/211] Compiling PackStream String.swift
[153/211] Compiling PackStream PackProtocol.swift
[154/211] Compiling PackStream Structure.swift
[155/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[156/211] Compiling NIOEmbedded Embedded.swift
[157/211] Compiling NIOPosix Pool.swift
[158/211] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[159/211] Compiling NIOPosix PosixSingletons.swift
[160/211] Compiling NIOPosix RawSocketBootstrap.swift
[161/211] Compiling NIOPosix Resolver.swift
[162/211] Compiling NIOPosix Selectable.swift
[163/211] Compiling NIOPosix SelectableChannel.swift
[165/218] Compiling NIOPosix ThreadWindows.swift
[166/218] Compiling NIOPosix UnsafeTransfer.swift
[167/218] Compiling NIOPosix Utilities.swift
[168/218] Compiling NIOPosix VsockAddress.swift
[169/218] Compiling NIOPosix VsockChannelEvents.swift
[170/218] Compiling NIOPosix Windows.swift
[171/218] Compiling NIOPosix IntegerTypes.swift
[172/218] Compiling NIOPosix Linux.swift
[173/218] Emitting module PackStream
[174/218] Compiling NIOPosix IO.swift
[175/218] Compiling NIOPosix IntegerBitPacking.swift
[177/219] Emitting module NIOPosix
[178/219] Compiling NIOPosix SelectableEventLoop.swift
[179/219] Compiling NIOPosix SelectorEpoll.swift
[180/219] Compiling NIOPosix SelectorGeneric.swift
[181/219] Compiling NIOPosix SelectorKqueue.swift
[182/219] Compiling NIOPosix SelectorUring.swift
[183/219] Compiling NIOPosix SelectorWSAPoll.swift
[184/219] Compiling NIOPosix ServerSocket.swift
[185/219] Compiling NIOPosix Bootstrap.swift
[186/219] Compiling NIOPosix ControlMessage.swift
[187/219] Compiling NIOPosix DatagramVectorReadManager.swift
[188/219] Compiling NIOPosix Errors+Any.swift
[189/219] Compiling NIOPosix FileDescriptor.swift
[190/219] Compiling NIOPosix GetaddrinfoResolver.swift
[191/219] Compiling NIOPosix HappyEyeballs.swift
[192/219] Compiling NIOPosix NIOPosixSendableMetatype.swift
[193/219] Compiling NIOPosix NIOThreadPool.swift
[194/219] Compiling NIOPosix NonBlockingFileIO.swift
[195/219] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/219] Compiling NIOPosix PendingWritesManager.swift
[197/219] Compiling NIOPosix PipeChannel.swift
[198/219] Compiling NIOPosix PipePair.swift
[203/219] Compiling NIOPosix LinuxCPUSet.swift
[204/219] Compiling NIOPosix LinuxUring.swift
[205/219] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[206/219] Compiling NIOPosix BSDSocketAPICommon.swift
[207/219] Compiling NIOPosix BSDSocketAPIPosix.swift
[208/219] Compiling NIOPosix BSDSocketAPIWindows.swift
[209/219] Compiling NIOPosix BaseSocket.swift
[210/219] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[211/219] Compiling NIOPosix BaseSocketChannel.swift
[212/219] Compiling NIOPosix BaseStreamSocketChannel.swift
[213/219] Compiling NIOPosix Socket.swift
[214/219] Compiling NIOPosix SocketChannel.swift
[215/219] Compiling NIOPosix SocketProtocols.swift
[216/219] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[217/219] Compiling NIOPosix System.swift
[218/219] Compiling NIOPosix Thread.swift
[219/219] Compiling NIOPosix ThreadPosix.swift
[221/222] Compiling NIO Exports.swift
[222/222] Emitting module NIO
[224/234] Emitting module NIOFoundationCompat
[225/234] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[226/234] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[227/234] Compiling NIOTLS TLSEvents.swift
[228/234] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[229/234] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[230/234] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[231/234] Emitting module NIOTLS
[232/234] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[233/234] Compiling NIOTLS SNIHandler.swift
[234/234] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[237/287] Emitting module NIOTransportServices
[238/289] Compiling NIOSSL SSLCallbacks.swift
[239/289] Compiling NIOSSL SSLPrivateKey.swift
[240/289] Compiling NIOSSL SSLPublicKey.swift
[241/289] Compiling NIOSSL AndroidCABundle.swift
[242/289] Compiling NIOSSL ByteBufferBIO.swift
[243/289] Compiling NIOSSL CustomPrivateKey.swift
[244/289] Compiling NIOSSL SSLCertificateExtensions.swift
[245/289] Compiling NIOSSL SSLCertificateName.swift
[246/289] Compiling NIOSSL SSLConnection.swift
[247/289] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[248/289] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[249/289] Compiling NIOSSL SSLCertificate.swift
[250/289] Compiling NIOSSL SSLInit.swift
[251/289] Compiling NIOSSL SSLPKCS12Bundle.swift
[252/289] Compiling NIOSSL LinuxCABundle.swift
[253/289] Compiling NIOSSL IdentityVerification.swift
[254/289] Compiling NIOSSL SSLContext.swift
[255/289] Compiling NIOSSL SSLErrors.swift
[256/289] Compiling NIOSSL NIOSSLServerHandler.swift
[257/289] Compiling NIOSSL ObjectIdentifier.swift
[258/289] Compiling NIOSSL PosixPort.swift
[259/289] Emitting module NIOSSL
[260/289] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[261/289] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[263/294] Compiling NIOSSL SubjectAlternativeName.swift
[264/294] Compiling NIOSSL NIOSSLSecureBytes.swift
[265/294] Compiling NIOSSL RNG.swift
[266/294] Compiling NIOSSL SafeCompare.swift
[282/294] Compiling NIOSSL NIOSSLHandler.swift
[291/294] Compiling NIOSSL Zeroization.swift
[292/294] Compiling NIOSSL TLSConfiguration.swift
[293/294] Compiling NIOSSL UniversalBootstrapSupport.swift
[294/294] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[296/309] Compiling Bolt SocketProtocol.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[297/310] Compiling Bolt SSLConfiguration.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[298/310] Compiling Bolt SSLKeyGeneratorConfig.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[299/310] Compiling Bolt ConnectionSettings.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[300/310] Compiling Bolt EncryptedSocket.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[301/310] Compiling Bolt Response.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[302/310] Compiling Bolt SHA1.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[303/310] Compiling Bolt UnencryptedSocket.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[304/310] Compiling Bolt ReadDataHandler.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[305/310] Compiling Bolt Request.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
error: emit-module command failed with exit code 1 (use -v to see invocation)
[306/310] Emitting module Bolt
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[307/310] Compiling Bolt BoltProtocol.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[308/310] Compiling Bolt CertificateValidatorProtocol.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[309/310] Compiling Bolt CertificateValidators.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
[310/310] Compiling Bolt Connection.swift
/host/spi-builder-workspace/Sources/EncryptedSocket.swift:10:8: error: no such module 'Network'
  8 | import NIOSSL
  9 | #else
 10 | import Network
    |        `- error: no such module 'Network'
 11 | import Security
 12 | import CommonCrypto
BUILD FAILURE 6.1 android