The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-rtc-examples, reference v0.3.0 (b53273), with Swift 6.1 for Linux on 28 Apr 2025 21:11:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ngr-tc/swift-rtc-examples.git
Reference: v0.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ngr-tc/swift-rtc-examples
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at b53273f update dep
Cloned https://github.com/ngr-tc/swift-rtc-examples.git
Revision (git rev-parse @):
b53273f653207b2eb772e0c6ec4ee5889348bbb1
SUCCESS checkout https://github.com/ngr-tc/swift-rtc-examples.git at v0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ngr-tc/swift-rtc-examples.git
https://github.com/ngr-tc/swift-rtc-examples.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-rtc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ngr-tc/swift-rtc.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-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    }
  ],
  "manifest_display_name" : "swift-rtc-examples",
  "name" : "swift-rtc-examples",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.3"
    },
    {
      "name" : "ios",
      "version" : "16.4"
    },
    {
      "name" : "watchos",
      "version" : "9.4"
    },
    {
      "name" : "tvos",
      "version" : "16.4"
    }
  ],
  "products" : [
    {
      "name" : "XExampleStunDecode",
      "targets" : [
        "XExampleStunDecode"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XExampleStunClient",
      "targets" : [
        "XExampleStunClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XExampleStunDecode",
      "module_type" : "SwiftTarget",
      "name" : "XExampleStunDecode",
      "path" : "Sources/XExampleStunDecode",
      "product_dependencies" : [
        "STUN",
        "NIOCore",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "XExampleStunDecode"
      ],
      "sources" : [
        "StunDecode.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XExampleStunClient",
      "module_type" : "SwiftTarget",
      "name" : "XExampleStunClient",
      "path" : "Sources/XExampleStunClient",
      "product_dependencies" : [
        "STUN",
        "Shared",
        "NIOCore",
        "NIOPosix"
      ],
      "product_memberships" : [
        "XExampleStunClient"
      ],
      "sources" : [
        "StunClient.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ngr-tc/swift-rtc.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
[1/833] Fetching swift-extras-base64
[834/2882] Fetching swift-extras-base64, swift-docc-plugin
[1060/4580] Fetching swift-extras-base64, swift-docc-plugin, swift-rtc
Fetched https://github.com/ngr-tc/swift-rtc.git from cache (0.32s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.33s)
[1/75524] Fetching swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (3.41s)
Fetched https://github.com/apple/swift-nio.git from cache (3.50s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (5.29s)
Computing version for https://github.com/ngr-tc/swift-rtc.git
Computed https://github.com/ngr-tc/swift-rtc.git at 0.7.0 (0.44s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[2/6058] Fetching swift-atomics, swift-system
[5498/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.89s)
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
Fetched https://github.com/apple/swift-collections.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.45s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.68s)
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.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
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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/ngr-tc/swift-rtc.git
Working copy of https://github.com/ngr-tc/swift-rtc.git resolved at 0.7.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/412] Compiling aes-gcm-avx10-x86_64-apple.S
[3/412] Write swift-version-24593BA9C3E375BF.txt
[3/412] Write sources
[6/412] Compiling a_i2d_fp.cc
[7/412] Compiling thread_win.cc
[8/412] Compiling a_int.cc
[8/412] Write sources
[8/412] Compiling a_mbstr.cc
[8/412] Write sources
[23/412] Compiling asn1_par.cc
[26/412] Compiling asn1_lib.cc
[26/412] Compiling a_object.cc
[28/412] Compiling _AtomicsShims.c
[29/412] Compiling CNIOWindows WSAStartup.c
[30/412] Compiling CNIOWindows shim.c
[31/412] Compiling CNIOWASI CNIOWASI.c
[32/412] Compiling CNIOLinux liburing_shims.c
[33/412] Compiling CNIODarwin shim.c
[34/412] Compiling CNIOLinux shim.c
[35/420] Compiling fiat_p256_adx_sqr.S
[36/438] Compiling fiat_p256_adx_mul.S
[37/438] Compiling fiat_curve25519_adx_square.S
[38/438] Compiling fiat_curve25519_adx_mul.S
[39/438] Compiling md5-x86_64-linux.S
[40/438] Compiling CCryptoBoringSSLShims shims.c
[41/438] Compiling md5-586-linux.S
[42/438] Compiling md5-x86_64-apple.S
[43/438] Compiling md5-586-apple.S
[44/438] Compiling err_data.cc
[45/438] Compiling chacha20_poly1305_x86_64-linux.S
[46/438] Compiling chacha20_poly1305_x86_64-apple.S
[47/438] Compiling chacha20_poly1305_armv8-win.S
[48/438] Compiling chacha20_poly1305_armv8-apple.S
[49/438] Compiling chacha20_poly1305_armv8-linux.S
[50/438] Compiling chacha-x86_64-linux.S
[51/438] Compiling chacha-x86_64-apple.S
[52/438] Compiling chacha-x86-linux.S
[54/438] Emitting module InternalCollectionsUtilities
[54/440] Compiling chacha-x86-apple.S
[55/440] Compiling chacha-armv8-win.S
[56/440] Compiling chacha-armv8-linux.S
[57/440] Compiling chacha-armv8-apple.S
[58/440] Compiling chacha-armv4-linux.S
[59/440] Compiling aes128gcmsiv-x86_64-linux.S
[60/440] Compiling aes128gcmsiv-x86_64-apple.S
[61/440] Compiling x86_64-mont5-linux.S
[62/440] Compiling x86_64-mont5-apple.S
[63/440] Compiling x86_64-mont-linux.S
[64/440] Compiling x86_64-mont-apple.S
[65/440] Compiling x86-mont-apple.S
[66/440] Compiling x86-mont-linux.S
[67/440] Compiling vpaes-x86_64-apple.S
[68/440] Compiling vpaes-x86_64-linux.S
[69/440] Compiling vpaes-x86-linux.S
[70/440] Compiling vpaes-x86-apple.S
[71/440] Compiling vpaes-armv8-linux.S
[72/440] Compiling vpaes-armv8-win.S
[73/440] Compiling vpaes-armv8-apple.S
[74/440] Compiling vpaes-armv7-linux.S
[75/440] Compiling sha512-x86_64-apple.S
[76/440] Compiling sha512-x86_64-linux.S
[77/440] Compiling sha512-armv8-linux.S
[78/440] Compiling sha512-armv8-win.S
[79/440] Compiling sha512-armv8-apple.S
[80/440] Compiling sha512-armv4-linux.S
[81/440] Compiling c-nioatomics.c
[82/440] Compiling sha512-586-apple.S
[84/440] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/440] Compiling InternalCollectionsUtilities Specialize.swift
[85/440] Compiling sha512-586-linux.S
[87/440] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/440] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/440] Compiling sha256-x86_64-apple.S
[89/440] Compiling sha256-armv8-win.S
[90/440] Compiling sha256-x86_64-linux.S
[91/440] Compiling sha256-armv8-apple.S
[93/440] Compiling _NIODataStructures _TinyArray.swift
[94/440] Compiling InternalCollectionsUtilities _SortedCollection.swift
[95/440] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[96/440] Compiling InternalCollectionsUtilities Debugging.swift
[97/440] Compiling InternalCollectionsUtilities Descriptions.swift
[97/440] Compiling sha256-armv8-linux.S
[99/440] Compiling _NIOBase64 Base64.swift
[100/440] Emitting module _NIOBase64
[100/441] Compiling sha256-armv4-linux.S
[101/441] Compiling sha256-586-linux.S
[103/441] Compiling _NIODataStructures PriorityQueue.swift
[104/441] Compiling InternalCollectionsUtilities UInt+reversed.swift
[105/441] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/441] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[107/441] Compiling InternalCollectionsUtilities Integer rank.swift
[108/441] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[109/441] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[110/441] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[111/441] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[112/441] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[113/441] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[113/441] Compiling sha256-586-apple.S
[114/442] Compiling sha1-x86_64-apple.S
[115/442] Compiling sha1-armv8-win.S
[116/442] Compiling sha1-x86_64-linux.S
[119/442] Compiling sha1-armv8-apple.S
[120/442] Compiling sha1-armv8-linux.S
[121/442] Compiling sha1-586-linux.S
[122/442] Compiling sha1-armv4-large-linux.S
[123/442] Compiling sha1-586-apple.S
[124/442] Compiling c-atomics.c
[125/442] Compiling rsaz-avx2-linux.S
[126/442] Compiling rsaz-avx2-apple.S
[127/442] Compiling rdrand-x86_64-linux.S
[128/442] Wrapping AST for InternalCollectionsUtilities for debugging
[129/443] Wrapping AST for _NIOBase64 for debugging
[130/449] Compiling rdrand-x86_64-apple.S
[131/457] Compiling p256_beeu-x86_64-asm-linux.S
[132/457] Compiling p256_beeu-x86_64-asm-apple.S
[133/459] Compiling p256_beeu-armv8-asm-linux.S
[134/463] Compiling p256_beeu-armv8-asm-apple.S
[135/463] Compiling p256_beeu-armv8-asm-win.S
[137/463] Compiling DequeModule Deque+CustomReflectable.swift
[138/463] Compiling DequeModule Deque+Descriptions.swift
[139/463] Compiling DequeModule Deque+Equatable.swift
[140/463] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/465] Compiling p256-x86_64-asm-apple.S
[141/465] Compiling p256-x86_64-asm-linux.S
[142/465] Compiling p256-armv8-asm-win.S
[143/465] Compiling p256-armv8-asm-linux.S
[144/465] Compiling p256-armv8-asm-apple.S
[145/465] Compiling ghashv8-armv8-linux.S
[147/465] Compiling DequeModule Deque+Extras.swift
[148/465] Compiling DequeModule Deque+Hashable.swift
[149/465] Compiling DequeModule _DequeBuffer.swift
[150/465] Compiling DequeModule _DequeBufferHeader.swift
[150/465] Compiling ghashv8-armv8-win.S
[152/465] Emitting module _NIODataStructures
[153/465] Compiling _NIODataStructures Heap.swift
[153/466] Compiling ghashv8-armv8-apple.S
[154/466] Compiling ghashv8-armv7-linux.S
[155/466] Compiling ghash-x86_64-linux.S
[157/466] Compiling ghash-x86_64-apple.S
[158/466] Compiling ghash-x86-linux.S
[159/466] Compiling ghash-ssse3-x86_64-linux.S
[161/466] Compiling DequeModule _DequeSlot.swift
[162/466] Compiling DequeModule _UnsafeWrappedBuffer.swift
[163/466] Compiling DequeModule Deque+Testing.swift
[164/466] Compiling DequeModule Deque._Storage.swift
[164/466] Compiling ghash-x86-apple.S
[165/466] Compiling ghash-ssse3-x86_64-apple.S
[166/466] Compiling ghash-ssse3-x86-linux.S
[167/466] Compiling ghash-neon-armv8-win.S
[168/466] Wrapping AST for _NIODataStructures for debugging
[169/466] Compiling ghash-ssse3-x86-apple.S
[170/466] Compiling ghash-neon-armv8-linux.S
[172/466] Compiling DequeModule Deque+Codable.swift
[173/466] Compiling DequeModule Deque+Collection.swift
[174/466] Compiling NIOConcurrencyHelpers lock.swift
[174/466] Compiling ghash-neon-armv8-apple.S
[176/466] Emitting module DequeModule
[176/466] Compiling co-586-apple.S
[177/466] Compiling co-586-linux.S
[178/466] Compiling bsaes-armv7-linux.S
[179/466] Compiling ghash-armv4-linux.S
[181/466] Emitting module NIOConcurrencyHelpers
[182/466] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[183/466] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[184/466] Compiling NIOConcurrencyHelpers atomics.swift
[185/466] Compiling NIOConcurrencyHelpers NIOLock.swift
[186/466] Compiling DequeModule Deque._UnsafeHandle.swift
[187/466] Compiling DequeModule Deque.swift
[187/468] Compiling bn-armv8-linux.S
[188/468] Compiling bn-armv8-win.S
[189/468] Compiling bn-586-linux.S
[190/468] Compiling bn-armv8-apple.S
[191/468] Compiling bn-586-apple.S
[192/468] Compiling armv8-mont-win.S
[195/468] Compiling armv4-mont-linux.S
[195/468] Compiling armv8-mont-apple.S
[197/468] Compiling armv8-mont-linux.S
[198/468] Compiling aesv8-gcm-armv8-win.S
[199/468] Compiling aesv8-gcm-armv8-linux.S
[200/468] Compiling aesv8-gcm-armv8-apple.S
[201/468] Compiling aesv8-armv8-win.S
[202/468] Compiling aesv8-armv8-linux.S
[203/468] Compiling aesv8-armv8-apple.S
[204/468] Wrapping AST for DequeModule for debugging
[205/468] Compiling aesv8-armv7-linux.S
[206/468] Compiling aesni-x86_64-linux.S
[207/468] Compiling aesni-x86-apple.S
[208/468] Compiling aesni-x86_64-apple.S
[209/468] Compiling aesni-x86-linux.S
[210/468] Wrapping AST for NIOConcurrencyHelpers for debugging
[211/468] Compiling aesni-gcm-x86_64-apple.S
[211/468] Compiling aes-gcm-avx10-x86_64-linux.S
[213/468] Compiling aesni-gcm-x86_64-linux.S
[214/468] Compiling x_sig.cc
[215/468] Compiling x_spki.cc
[216/468] Compiling x_x509a.cc
[217/468] Compiling x_pubkey.cc
[218/468] Compiling x_x509.cc
[219/468] Compiling x_val.cc
[220/468] Compiling x_req.cc
[221/468] Compiling x_exten.cc
[222/468] Compiling x_name.cc
[223/468] Compiling x_crl.cc
[224/468] Compiling x_attrib.cc
[225/468] Compiling x509spki.cc
[226/468] Compiling x_algor.cc
[227/468] Compiling x_all.cc
[228/468] Compiling x509rset.cc
[229/468] Compiling x509cset.cc
[230/468] Compiling x509_vpm.cc
[231/468] Compiling x509name.cc
[232/468] Compiling x509_txt.cc
[233/468] Compiling x509_v3.cc
[234/468] Compiling x509_vfy.cc
[235/468] Compiling x509_trs.cc
[236/468] Compiling x509_set.cc
[237/468] Compiling x509_lu.cc
[238/468] Compiling x509_obj.cc
[239/468] Compiling x509_req.cc
[241/468] Compiling ExtrasBase64 Base32.swift
[242/468] Emitting module ExtrasBase64
[243/468] Compiling ExtrasBase64 Base64.swift
[243/469] Compiling x509_ext.cc
[245/469] Compiling x509_def.cc
[246/469] Compiling x509_d2.cc
[247/469] Compiling x509_cmp.cc
[248/469] Compiling x509_att.cc
[249/469] Compiling x509.cc
[250/469] Compiling v3_utl.cc
[251/469] Compiling v3_skey.cc
[252/469] Compiling v3_pcons.cc
[253/469] Compiling v3_prn.cc
[254/469] Compiling v3_purp.cc
[255/469] Compiling v3_pmaps.cc
[256/469] Wrapping AST for ExtrasBase64 for debugging
[257/469] Compiling v3_ocsp.cc
[258/469] Compiling v3_ncons.cc
[259/469] Compiling v3_ia5.cc
[260/469] Compiling v3_info.cc
[261/469] Compiling v3_lib.cc
[262/469] Compiling v3_int.cc
[263/469] Compiling v3_extku.cc
[264/469] Compiling v3_genn.cc
[265/469] Compiling v3_enum.cc
[266/469] Compiling v3_crld.cc
[267/469] Compiling v3_bitst.cc
[268/469] Compiling v3_conf.cc
[269/469] Compiling v3_bcons.cc
[270/469] Compiling v3_cpols.cc
[271/469] Compiling v3_alt.cc
[272/469] Compiling v3_akeya.cc
[273/469] Compiling t_x509a.cc
[274/469] Compiling t_x509.cc
[275/469] Compiling t_req.cc
[276/469] Compiling t_crl.cc
[277/469] Compiling v3_akey.cc
[278/469] Compiling i2d_pr.cc
[279/469] Compiling policy.cc
[280/469] Compiling name_print.cc
[281/469] Compiling rsa_pss.cc
[282/469] Compiling by_file.cc
[283/469] Compiling algorithm.cc
[284/469] Compiling asn1_gen.cc
[285/469] Compiling by_dir.cc
[286/469] Compiling voprf.cc
[287/469] Compiling a_digest.cc
[288/469] Compiling thread_pthread.cc
[289/469] Compiling a_verify.cc
[290/469] Compiling a_sign.cc
[291/469] Compiling thread.cc
[292/469] Compiling stack.cc
[293/469] Compiling thread_none.cc
[294/469] Compiling trust_token.cc
[295/469] Compiling pmbtoken.cc
[296/469] Compiling sha512.cc
[297/469] Compiling sha256.cc
[298/469] Compiling thash.cc
[299/469] Compiling wots.cc
[300/469] Compiling merkle.cc
[300/469] Compiling fors.cc
[302/469] Compiling siphash.cc
[303/469] Compiling slhdsa.cc
[304/469] Compiling sha1.cc
[305/469] Compiling rc4.cc
[306/469] Compiling rsa_extra.cc
[307/469] Compiling rsa_print.cc
[308/469] Compiling refcount.cc
[309/469] Compiling windows.cc
[310/469] Compiling rsa_asn1.cc
[311/469] Compiling rsa_crypt.cc
[312/469] Compiling trusty.cc
[313/469] Compiling urandom.cc
[314/469] Compiling rand_extra.cc
[315/469] Compiling ios.cc
[316/469] Compiling passive.cc
[317/469] Compiling getentropy.cc
[318/469] Compiling forkunsafe.cc
[319/469] Compiling poly1305_arm_asm.S
[320/469] Compiling deterministic.cc
[321/469] Compiling fork_detect.cc
[322/469] Compiling pool.cc
[323/469] Compiling poly1305_arm.cc
[324/469] Compiling poly1305_vec.cc
[325/469] Compiling poly1305.cc
[326/469] Compiling pkcs7.cc
[327/469] Compiling pkcs7_x509.cc
[328/469] Compiling pkcs8.cc
[329/469] Compiling pkcs8_x509.cc
[330/469] Compiling pem_xaux.cc
[331/469] Compiling pem_x509.cc
[332/469] Compiling p5_pbev2.cc
[333/469] Compiling pem_pkey.cc
[334/469] Compiling pem_pk8.cc
[335/469] Compiling pem_oth.cc
[336/469] Compiling pem_info.cc
[337/469] Compiling obj.cc
[338/469] Compiling pem_lib.cc
[339/469] Compiling mlkem.cc
[340/469] Compiling obj_xref.cc
[341/469] Compiling mldsa.cc
[342/469] Compiling pem_all.cc
[343/469] Compiling poly_rq_mul.S
[344/469] Compiling fips_shared_support.cc
[345/469] Compiling md5.cc
[345/469] Compiling lhash.cc
[347/469] Compiling md4.cc
[348/469] Compiling mem.cc
[349/469] Compiling kyber.cc
[350/469] Compiling hpke.cc
[351/469] Compiling hrss.cc
[352/469] Compiling scrypt.cc
[353/469] Compiling ex_data.cc
[354/469] Compiling sign.cc
[355/469] Compiling pbkdf.cc
[356/469] Compiling print.cc
[357/469] Compiling p_x25519_asn1.cc
[358/469] Compiling p_x25519.cc
[359/469] Compiling p_rsa.cc
[360/469] Compiling p_hkdf.cc
[361/469] Compiling p_rsa_asn1.cc
[362/469] Compiling p_ed25519.cc
[363/469] Compiling p_ed25519_asn1.cc
[364/469] Compiling p_ec_asn1.cc
[365/469] Compiling p_dh.cc
[366/469] Compiling p_ec.cc
[367/469] Compiling p_dh_asn1.cc
[368/469] Compiling evp_ctx.cc
[369/469] Compiling evp_asn1.cc
[370/469] Compiling p_dsa_asn1.cc
[371/469] Compiling evp.cc
[372/469] Compiling err.cc
[373/469] Compiling ecdh_extra.cc
[374/469] Compiling engine.cc
[375/469] Compiling ecdsa_asn1.cc
[376/469] Compiling ec_derive.cc
[377/469] Compiling hash_to_curve.cc
[378/469] Compiling ec_asn1.cc
[379/469] Compiling dsa_asn1.cc
[380/469] Compiling params.cc
[381/469] Compiling dsa.cc
[382/469] Compiling digest_extra.cc
[383/469] Compiling dh_asn1.cc
[384/469] Compiling des.cc
[385/469] Compiling cpu_arm_linux.cc
[386/469] Compiling crypto.cc
[387/469] Compiling spake25519.cc
[388/469] Compiling cpu_intel.cc
[389/469] Compiling x25519-asm-arm.S
[390/469] Compiling curve25519.cc
[391/469] Compiling cpu_aarch64_openbsd.cc
[392/469] Compiling cpu_aarch64_sysreg.cc
[393/469] Compiling cpu_aarch64_fuchsia.cc
[394/469] Compiling cpu_arm_freebsd.cc
[395/469] Compiling cpu_aarch64_linux.cc
[396/469] Compiling cpu_aarch64_win.cc
[397/469] Compiling curve25519_64_adx.cc
[398/469] Compiling bcm.cc
[399/469] Compiling cpu_aarch64_apple.cc
[400/469] Compiling tls_cbc.cc
[401/469] Compiling e_rc4.cc
[401/469] Compiling e_tls.cc
[403/469] Compiling conf.cc
[404/469] Compiling e_null.cc
[405/469] Compiling e_rc2.cc
[406/469] Compiling e_des.cc
[407/469] Compiling e_chacha20poly1305.cc
[408/469] Compiling e_aesctrhmac.cc
[408/469] Compiling derive_key.cc
[410/469] Compiling e_aesgcmsiv.cc
[411/469] Compiling cipher_extra.cc
[412/469] Compiling unicode.cc
[413/469] Compiling chacha.cc
[414/469] Compiling ber.cc
[415/469] Compiling cbs.cc
[416/469] Compiling asn1_compat.cc
[417/469] Compiling buf.cc
[418/469] Compiling cbb.cc
[419/469] Compiling convert.cc
[420/469] Compiling bn_asn1.cc
[421/469] Compiling blake2.cc
[422/469] Compiling printf.cc
[423/469] Compiling hexdump.cc
[424/469] Compiling file.cc
[425/469] Compiling fd.cc
[426/469] Compiling pair.cc
[427/469] Compiling errno.cc
[428/469] Compiling bio_mem.cc
[429/469] Compiling bio.cc
[430/469] Compiling base64.cc
[431/469] Compiling tasn_typ.cc
[432/469] Compiling tasn_utl.cc
[433/469] Compiling tasn_new.cc
[434/469] Compiling tasn_enc.cc
[435/469] Compiling tasn_fre.cc
[436/469] Compiling posix_time.cc
[437/469] Compiling tasn_dec.cc
[437/469] Compiling f_string.cc
[439/469] Compiling f_int.cc
[440/469] Compiling asn_pack.cc
[441/469] Compiling a_type.cc
[442/469] Compiling a_utctm.cc
[443/469] Compiling a_time.cc
[444/469] Compiling a_octet.cc
[445/469] Write sources
[446/469] Compiling a_strnid.cc
[447/469] Compiling a_dup.cc
[448/469] Compiling a_gentm.cc
[449/469] Compiling a_strex.cc
[450/469] Compiling a_d2i_fp.cc
[451/488] Compiling a_bool.cc
[452/488] Compiling a_bitstr.cc
[454/492] Compiling Atomics UnsafeAtomic.swift
[455/492] Compiling Atomics UnsafeAtomicLazyReference.swift
[456/498] Compiling Atomics AtomicMemoryOrderings.swift
[457/498] Compiling Atomics DoubleWord.swift
[458/498] Compiling Atomics ManagedAtomic.swift
[459/498] Compiling Atomics ManagedAtomicLazyReference.swift
[460/498] Compiling Atomics AtomicReference.swift
[461/498] Compiling Atomics AtomicStorage.swift
[462/498] Compiling Atomics AtomicValue.swift
[463/498] Compiling Atomics Primitives.shims.swift
[464/498] Compiling Atomics AtomicInteger.swift
[465/498] Compiling Atomics AtomicOptionalWrappable.swift
[466/498] Compiling Atomics IntegerOperations.swift
[467/498] Compiling Atomics Unmanaged extensions.swift
[468/498] Emitting module Atomics
[469/498] Compiling Atomics OptionalRawRepresentable.swift
[470/498] Compiling Atomics RawRepresentable.swift
[471/498] Compiling Atomics AtomicBool.swift
[472/498] Compiling Atomics IntegerConformances.swift
[473/498] Compiling Atomics PointerConformances.swift
[474/498] Compiling Atomics Primitives.native.swift
[475/499] Wrapping AST for Atomics for debugging
[477/503] Compiling CryptoBoringWrapper RandomBytes.swift
[478/558] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[479/558] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[480/558] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[481/558] Emitting module CryptoBoringWrapper
[482/558] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[483/558] Compiling CryptoBoringWrapper EllipticCurve.swift
[484/558] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[485/558] Compiling NIOCore MarkedCircularBuffer.swift
[486/558] Compiling NIOCore MulticastChannel.swift
[487/558] Compiling NIOCore NIOAny.swift
[488/558] Compiling NIOCore NIOCloseOnErrorHandler.swift
[489/558] Compiling NIOCore NIOLoopBound.swift
[490/558] Compiling NIOCore NIOScheduledCallback.swift
[491/558] Compiling NIOCore NIOSendable.swift
[492/558] Compiling NIOCore RecvByteBufferAllocator.swift
[494/567] Compiling NIOCore GlobalSingletons.swift
[495/567] Compiling NIOCore IO.swift
[496/567] Compiling NIOCore IOData.swift
[497/567] Compiling NIOCore IPProtocol.swift
[498/567] Compiling NIOCore IntegerBitPacking.swift
[499/567] Compiling NIOCore IntegerTypes.swift
[500/567] Compiling NIOCore Interfaces.swift
[501/567] Compiling NIOCore Linux.swift
[501/567] Wrapping AST for CryptoBoringWrapper for debugging
[503/638] Compiling Crypto AESWrap_boring.swift
[504/638] Compiling Crypto Ed25519_boring.swift
[505/638] Compiling Crypto NISTCurvesKeys_boring.swift
[506/638] Compiling Crypto X25519Keys_boring.swift
[507/638] Compiling Crypto Curve25519.swift
[508/638] Compiling Crypto Ed25519Keys.swift
[509/638] Compiling Crypto NISTCurvesKeys.swift
[510/638] Compiling Crypto X25519Keys.swift
[511/638] Compiling Crypto Digests.swift
[512/638] Compiling Crypto HashFunctions.swift
[513/638] Compiling Crypto HashFunctions_SHA2.swift
[514/638] Compiling Crypto HPKE-AEAD.swift
[515/638] Compiling Crypto HPKE-Ciphersuite.swift
[516/638] Compiling Crypto HPKE-KDF.swift
[517/638] Compiling Crypto HPKE-KexKeyDerivation.swift
[518/638] Compiling Crypto HPKE-LabeledExtract.swift
[519/638] Compiling Crypto DH.swift
[520/638] Compiling Crypto ECDH.swift
[521/638] Compiling Crypto SymmetricKeys.swift
[522/638] Compiling Crypto HMAC.swift
[523/638] Compiling Crypto MACFunctions.swift
[524/638] Compiling Crypto MessageAuthenticationCode.swift
[525/638] Compiling Crypto AES.swift
[526/638] Compiling Crypto ECDSASignature_boring.swift
[531/638] Compiling Crypto HPKE-Utils.swift
[532/638] Compiling Crypto DHKEM.swift
[533/638] Compiling Crypto HPKE-KEM-Curve25519.swift
[534/638] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[535/638] Compiling Crypto HPKE-KEM.swift
[536/638] Compiling Crypto HPKE-Errors.swift
[543/647] Compiling Crypto ECDSA_boring.swift
[544/647] Compiling Crypto EdDSA_boring.swift
[545/647] Compiling Crypto ECDSA.swift
[546/647] Compiling Crypto Ed25519.swift
[547/647] Compiling Crypto HKDF.swift
[548/647] Compiling Crypto AESWrap.swift
[557/647] Compiling Crypto PKCS8PrivateKey.swift
[558/647] Compiling Crypto SEC1PrivateKey.swift
[559/647] Compiling Crypto SubjectPublicKeyInfo.swift
[560/647] Compiling Crypto CryptoKitErrors.swift
[561/647] Compiling Crypto Digest_boring.swift
[562/647] Compiling Crypto Digest.swift
[567/647] Compiling Crypto HPKE.swift
[568/647] Compiling Crypto HPKE-Context.swift
[569/647] Compiling Crypto HPKE-KeySchedule.swift
[570/647] Compiling Crypto HPKE-Modes.swift
[571/647] Compiling Crypto Insecure.swift
[572/647] Compiling Crypto Insecure_HashFunctions.swift
[573/647] Compiling Crypto KEM.swift
[574/647] Compiling Crypto ECDH_boring.swift
[577/647] Compiling Crypto AES-GCM.swift
[578/647] Compiling Crypto AES-GCM_boring.swift
[579/647] Compiling Crypto ChaChaPoly_boring.swift
[580/647] Compiling Crypto ChaChaPoly.swift
[581/647] Compiling Crypto Cipher.swift
[582/647] Compiling Crypto Nonces.swift
[583/647] Compiling Crypto ASN1.swift
[584/647] Compiling Crypto ASN1Any.swift
[585/647] Compiling Crypto ASN1BitString.swift
[586/647] Compiling Crypto ASN1Boolean.swift
[587/647] Emitting module Crypto
[588/647] Compiling Crypto ASN1Identifier.swift
[589/647] Compiling Crypto ASN1Integer.swift
[590/647] Compiling Crypto ASN1Null.swift
[591/647] Compiling Crypto ASN1OctetString.swift
[592/647] Compiling Crypto ASN1Strings.swift
[593/647] Compiling Crypto ArraySliceBigint.swift
[594/647] Compiling Crypto GeneralizedTime.swift
[595/647] Compiling Crypto ObjectIdentifier.swift
[596/647] Compiling Crypto ECDSASignature.swift
[597/647] Compiling Crypto PEMDocument.swift
[598/647] Compiling Crypto Signature.swift
[599/647] Compiling Crypto CryptoKitErrors_boring.swift
[600/647] Compiling Crypto RNG_boring.swift
[601/647] Compiling Crypto SafeCompare_boring.swift
[602/647] Compiling Crypto Zeroization_boring.swift
[603/647] Compiling Crypto PrettyBytes.swift
[604/647] Compiling Crypto SafeCompare.swift
[605/647] Compiling Crypto SecureBytes.swift
[606/647] Compiling Crypto Zeroization.swift
[607/648] Wrapping AST for Crypto for debugging
[635/648] Emitting module NIOCore
[636/649] Wrapping AST for NIOCore for debugging
[638/713] Compiling Shared SocketAddress.swift
[639/714] Compiling NIOPosix BSDSocketAPICommon.swift
[640/714] Compiling NIOPosix BSDSocketAPIPosix.swift
[641/714] Compiling NIOPosix BSDSocketAPIWindows.swift
[642/714] Compiling NIOPosix BaseSocket.swift
[643/714] Emitting module Shared
[644/714] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[645/714] Compiling NIOPosix BaseSocketChannel.swift
[646/714] Compiling NIOPosix BaseStreamSocketChannel.swift
[647/714] Compiling NIOPosix Bootstrap.swift
[648/714] Compiling NIOPosix ControlMessage.swift
[649/714] Compiling NIOPosix DatagramVectorReadManager.swift
[650/714] Compiling Shared Url.swift
[651/714] Compiling NIOPosix PooledRecvBufferAllocator.swift
[652/714] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[653/714] Compiling NIOPosix PosixSingletons.swift
[654/714] Compiling NIOPosix RawSocketBootstrap.swift
[655/714] Compiling NIOPosix Resolver.swift
[656/714] Compiling NIOPosix Selectable.swift
[657/720] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[658/720] Compiling NIOEmbedded Embedded.swift
[659/720] Emitting module NIOEmbedded
[660/720] Compiling NIOEmbedded AsyncTestingChannel.swift
[661/720] Compiling Shared StdExtensions.swift
[663/722] Wrapping AST for Shared for debugging
[664/722] Wrapping AST for NIOEmbedded for debugging
[666/722] Compiling NIOPosix ThreadPosix.swift
[667/722] Compiling NIOPosix ThreadWindows.swift
[668/722] Compiling NIOPosix UnsafeTransfer.swift
[669/722] Compiling NIOPosix Utilities.swift
[670/722] Compiling NIOPosix VsockAddress.swift
[671/722] Compiling NIOPosix VsockChannelEvents.swift
[672/722] Compiling NIOPosix SelectableChannel.swift
[673/722] Compiling NIOPosix SelectableEventLoop.swift
[674/722] Compiling NIOPosix SelectorEpoll.swift
[675/722] Compiling NIOPosix SelectorGeneric.swift
[676/722] Compiling NIOPosix SelectorKqueue.swift
[677/722] Compiling NIOPosix SelectorUring.swift
[678/722] Emitting module NIOPosix
[679/722] Compiling NIOPosix ServerSocket.swift
[680/722] Compiling NIOPosix Socket.swift
[681/722] Compiling NIOPosix SocketChannel.swift
[682/722] Compiling NIOPosix SocketProtocols.swift
[683/722] Compiling NIOPosix System.swift
[684/722] Compiling NIOPosix Thread.swift
[695/722] Compiling NIOPosix Errors+Any.swift
[696/722] Compiling NIOPosix FileDescriptor.swift
[697/722] Compiling NIOPosix GetaddrinfoResolver.swift
[698/722] Compiling NIOPosix HappyEyeballs.swift
[699/722] Compiling NIOPosix IO.swift
[700/722] Compiling NIOPosix IntegerBitPacking.swift
[701/722] Compiling NIOPosix IntegerTypes.swift
[702/722] Compiling NIOPosix Linux.swift
[703/722] Compiling NIOPosix LinuxCPUSet.swift
[704/722] Compiling NIOPosix LinuxUring.swift
[705/722] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[706/722] Compiling NIOPosix NIOThreadPool.swift
[707/722] Compiling NIOPosix NonBlockingFileIO.swift
[708/722] Compiling NIOPosix PendingDatagramWritesManager.swift
[709/722] Compiling NIOPosix PendingWritesManager.swift
[710/722] Compiling NIOPosix PipeChannel.swift
[711/722] Compiling NIOPosix PipePair.swift
[712/722] Compiling NIOPosix Pool.swift
[713/723] Wrapping AST for NIOPosix for debugging
[715/725] Emitting module NIO
[716/725] Compiling NIO Exports.swift
[717/726] Wrapping AST for NIO for debugging
[719/731] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[720/731] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[721/731] Emitting module NIOFoundationCompat
[722/731] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[723/731] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[724/732] Wrapping AST for NIOFoundationCompat for debugging
[726/746] Compiling STUN Uri.swift
[727/747] Compiling STUN TextAttribute.swift
[728/747] Compiling STUN UnknownAttribute.swift
[729/747] Compiling STUN Attribute.swift
[730/747] Compiling STUN Checks.swift
[731/747] Compiling STUN XorMappedAddress.swift
[732/747] Compiling STUN Client.swift
[733/747] Compiling STUN ErrorCodeAttribute.swift
[734/747] Compiling STUN MessageIntegrity.swift
[735/747] Compiling STUN StunError.swift
[736/747] Compiling STUN Address.swift
[737/747] Compiling STUN Agent.swift
[738/747] Emitting module STUN
[739/747] Compiling STUN Fingerprint.swift
[740/747] Compiling STUN Message.swift
[741/752] Wrapping AST for STUN for debugging
[743/752] Emitting module XExampleStunDecode
[744/752] Compiling XExampleStunDecode StunDecode.swift
[745/752] Compiling XExampleStunClient StunClient.swift
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:53:37: error: cannot convert value of type 'Message' to expected argument type 'Transmit<Client.Win>' (aka 'Transmit<Message>')
 51 |             var msg = Message()
 52 |             try msg.build([TransactionId(), bindingRequest])
 53 |             try client?.handleWrite(msg)
    |                                     `- error: cannot convert value of type 'Message' to expected argument type 'Transmit<Client.Win>' (aka 'Transmit<Message>')
 54 |             while let transmit = client?.pollTransmit() {
 55 |                 // Forward the data.
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:54:42: error: value of type 'Client' has no member 'pollTransmit'
 52 |             try msg.build([TransactionId(), bindingRequest])
 53 |             try client?.handleWrite(msg)
 54 |             while let transmit = client?.pollTransmit() {
    |                                          `- error: value of type 'Client' has no member 'pollTransmit'
 55 |                 // Forward the data.
 56 |                 let envelope = AddressedEnvelope<ByteBuffer>(
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:71:36: error: cannot convert value of type 'ByteBufferView' to expected argument type 'Transmit<Client.Rin>' (aka 'Transmit<ByteBuffer>')
 69 |
 70 |         do {
 71 |             try client?.handleRead(byteBuffer)
    |                                    `- error: cannot convert value of type 'ByteBufferView' to expected argument type 'Transmit<Client.Rin>' (aka 'Transmit<ByteBuffer>')
 72 |
 73 |             if let event = client?.pollEvent() {
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:74:54: error: value of type 'Client.Eout' (aka 'Event') has no member 'result'
 72 |
 73 |             if let event = client?.pollEvent() {
 74 |                 guard case .success(var msg) = event.result else {
    |                                                      `- error: value of type 'Client.Eout' (aka 'Event') has no member 'result'
 75 |                     return
 76 |                 }
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:82:25: error: value of type 'Client' has no member 'handleClose'
 80 |             }
 81 |
 82 |             try client?.handleClose()
    |                         `- error: value of type 'Client' has no member 'handleClose'
 83 |         } catch let err {
 84 |             print("\(err)")
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:162:21: warning: type 'StunClientHandler' does not conform to the 'Sendable' protocol
 22 | // Got response: [IPv4]24.130.67.207:51344
 23 |
 24 | private final class StunClientHandler: ChannelInboundHandler {
    |                     `- note: class 'StunClientHandler' does not conform to the 'Sendable' protocol
 25 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 26 |     public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
    :
160 |             .channelInitializer { channel in
161 |                 channel.pipeline.addHandler(
162 |                     StunClientHandler(remoteAddressInitializer: remoteAddress))
    |                     `- warning: type 'StunClientHandler' does not conform to the 'Sendable' protocol
163 |             }
164 |         defer {
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:162:65: warning: capture of 'remoteAddress' with non-sendable type '() throws -> SocketAddress' in a '@Sendable' closure
160 |             .channelInitializer { channel in
161 |                 channel.pipeline.addHandler(
162 |                     StunClientHandler(remoteAddressInitializer: remoteAddress))
    |                                                                 |- warning: capture of 'remoteAddress' with non-sendable type '() throws -> SocketAddress' in a '@Sendable' closure
    |                                                                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
163 |             }
164 |         defer {
[746/752] Emitting module XExampleStunClient
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:162:21: warning: type 'StunClientHandler' does not conform to the 'Sendable' protocol
 22 | // Got response: [IPv4]24.130.67.207:51344
 23 |
 24 | private final class StunClientHandler: ChannelInboundHandler {
    |                     `- note: class 'StunClientHandler' does not conform to the 'Sendable' protocol
 25 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 26 |     public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
    :
160 |             .channelInitializer { channel in
161 |                 channel.pipeline.addHandler(
162 |                     StunClientHandler(remoteAddressInitializer: remoteAddress))
    |                     `- warning: type 'StunClientHandler' does not conform to the 'Sendable' protocol
163 |             }
164 |         defer {
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:162:65: warning: capture of 'remoteAddress' with non-sendable type '() throws -> SocketAddress' in a '@Sendable' closure
160 |             .channelInitializer { channel in
161 |                 channel.pipeline.addHandler(
162 |                     StunClientHandler(remoteAddressInitializer: remoteAddress))
    |                                                                 |- warning: capture of 'remoteAddress' with non-sendable type '() throws -> SocketAddress' in a '@Sendable' closure
    |                                                                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
163 |             }
164 |         defer {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/84] Compiling Atomics AtomicMemoryOrderings.swift
[5/84] Compiling Atomics DoubleWord.swift
[6/84] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[7/86] Compiling Atomics AtomicStorage.swift
[8/86] Compiling Atomics AtomicValue.swift
[9/86] Compiling Atomics ManagedAtomic.swift
[10/86] Compiling Atomics ManagedAtomicLazyReference.swift
[11/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/88] Emitting module _NIOBase64
[16/88] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[17/88] Compiling CryptoBoringWrapper RandomBytes.swift
[20/88] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[21/88] Emitting module CryptoBoringWrapper
[22/88] Compiling _NIODataStructures _TinyArray.swift
[23/88] Compiling _NIODataStructures PriorityQueue.swift
[24/88] Compiling _NIODataStructures Heap.swift
[25/88] Compiling NIOConcurrencyHelpers lock.swift
[26/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[27/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/88] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[29/88] Compiling NIOConcurrencyHelpers atomics.swift
[30/88] Emitting module NIOConcurrencyHelpers
[31/89] Emitting module _NIODataStructures
[34/90] Compiling Atomics OptionalRawRepresentable.swift
[35/90] Compiling Atomics RawRepresentable.swift
[36/90] Compiling Atomics AtomicBool.swift
[37/90] Compiling Atomics IntegerConformances.swift
[38/90] Compiling Atomics PointerConformances.swift
[41/90] Compiling Atomics IntegerOperations.swift
[42/90] Compiling Atomics Unmanaged extensions.swift
[43/90] Compiling Atomics Primitives.shims.swift
[44/90] Compiling Atomics AtomicInteger.swift
[45/90] Compiling Atomics AtomicOptionalWrappable.swift
[46/90] Compiling Atomics AtomicReference.swift
[49/90] Emitting module InternalCollectionsUtilities
[50/90] Compiling _NIOBase64 Base64.swift
[51/90] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[54/91] Compiling CryptoBoringWrapper EllipticCurve.swift
[55/91] Compiling Atomics Primitives.native.swift
[58/91] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[61/90] Wrapping AST for CryptoBoringWrapper for debugging
[62/90] Wrapping AST for InternalCollectionsUtilities for debugging
[64/176] Compiling Crypto ASN1Null.swift
[65/176] Compiling Crypto ASN1OctetString.swift
[66/178] Compiling Crypto AES-GCM.swift
[67/178] Compiling Crypto AES-GCM_boring.swift
[68/178] Compiling Crypto ASN1Strings.swift
[69/178] Compiling Crypto ArraySliceBigint.swift
[70/178] Compiling Crypto GeneralizedTime.swift
[71/178] Compiling Crypto ObjectIdentifier.swift
[72/178] Compiling Crypto ECDSASignature.swift
[73/178] Compiling Crypto PEMDocument.swift
[74/178] Compiling DequeModule _DequeSlot.swift
[75/178] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/178] Compiling Crypto ASN1Identifier.swift
[80/178] Compiling Crypto ASN1Integer.swift
[82/178] Compiling Crypto ChaChaPoly_boring.swift
[83/178] Compiling Crypto ChaChaPoly.swift
[86/178] Emitting module DequeModule
[88/179] Emitting module Atomics
[89/180] Wrapping AST for DequeModule for debugging
[90/180] Wrapping AST for Atomics for debugging
[92/187] Emitting module Crypto
[93/248] Compiling NIOCore IPProtocol.swift
[94/248] Compiling NIOCore IntegerBitPacking.swift
[95/248] Compiling NIOCore IntegerTypes.swift
[96/248] Compiling NIOCore Interfaces.swift
[97/248] Compiling NIOCore Linux.swift
[98/248] Compiling NIOCore ChannelPipeline.swift
[99/248] Compiling NIOCore CircularBuffer.swift
[100/248] Compiling NIOCore Codec.swift
[101/248] Compiling NIOCore ConvenienceOptionSupport.swift
[102/248] Compiling NIOCore DeadChannel.swift
[103/248] Compiling NIOCore DispatchQueue+WithFuture.swift
[104/248] Compiling NIOCore EventLoop+Deprecated.swift
[105/248] Compiling NIOCore EventLoop+SerialExecutor.swift
[106/248] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[107/248] Compiling NIOCore BSDSocketAPI.swift
[108/248] Compiling NIOCore ByteBuffer-aux.swift
[109/248] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[110/248] Compiling NIOCore ByteBuffer-conversions.swift
[111/248] Compiling NIOCore ByteBuffer-core.swift
[112/248] Compiling NIOCore ByteBuffer-hex.swift
[113/248] Compiling NIOCore ByteBuffer-int.swift
[114/248] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[115/248] Compiling NIOCore EventLoop.swift
[116/248] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[117/248] Compiling NIOCore EventLoopFuture+Deprecated.swift
[118/248] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[119/248] Compiling NIOCore EventLoopFuture.swift
[120/248] Compiling NIOCore FileDescriptor.swift
[121/248] Compiling NIOCore FileHandle.swift
[122/248] Compiling NIOCore FileRegion.swift
[123/248] Compiling NIOCore MarkedCircularBuffer.swift
[124/248] Compiling NIOCore MulticastChannel.swift
[125/248] Compiling NIOCore NIOAny.swift
[126/248] Compiling NIOCore NIOCloseOnErrorHandler.swift
[127/248] Compiling NIOCore NIOLoopBound.swift
[128/248] Compiling NIOCore NIOScheduledCallback.swift
[129/248] Compiling NIOCore NIOSendable.swift
[130/248] Compiling NIOCore RecvByteBufferAllocator.swift
[131/248] Compiling Crypto NISTCurvesKeys.swift
[132/248] Compiling Crypto X25519Keys.swift
[133/248] Compiling Crypto SymmetricKeys.swift
[134/248] Compiling Crypto HMAC.swift
[135/248] Compiling Crypto MACFunctions.swift
[136/248] Compiling Crypto MessageAuthenticationCode.swift
[137/248] Compiling Crypto AES.swift
[138/248] Compiling Crypto ECDSASignature_boring.swift
[139/248] Compiling Crypto ECDSA_boring.swift
[140/248] Compiling Crypto EdDSA_boring.swift
[141/248] Compiling Crypto ECDSA.swift
[142/248] Compiling Crypto Ed25519.swift
[151/256] Compiling NIOCore AsyncChannel.swift
[152/256] Compiling NIOCore AsyncChannelHandler.swift
[153/256] Compiling NIOCore AsyncChannelInboundStream.swift
[154/256] Compiling NIOCore AsyncChannelOutboundWriter.swift
[155/256] Compiling NIOCore NIOAsyncSequenceProducer.swift
[156/256] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[157/256] Compiling NIOCore NIOAsyncWriter.swift
[158/256] Compiling NIOCore GlobalSingletons.swift
[159/256] Compiling NIOCore IO.swift
[160/256] Compiling NIOCore IOData.swift
[161/256] Compiling NIOCore ByteBuffer-multi-int.swift
[162/256] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[163/256] Compiling NIOCore ByteBuffer-views.swift
[164/256] Compiling NIOCore Channel.swift
[165/256] Compiling NIOCore ChannelHandler.swift
[166/256] Compiling NIOCore ChannelHandlers.swift
[167/256] Compiling NIOCore ChannelInvoker.swift
[168/256] Compiling NIOCore ChannelOption.swift
[169/256] Compiling NIOCore AddressedEnvelope.swift
[170/256] Compiling NIOCore AsyncAwaitSupport.swift
[179/256] Compiling Crypto Signature.swift
[180/256] Compiling Crypto CryptoKitErrors_boring.swift
[181/256] Compiling Crypto RNG_boring.swift
[182/256] Compiling Crypto SafeCompare_boring.swift
[183/256] Compiling Crypto Zeroization_boring.swift
[184/256] Compiling Crypto PrettyBytes.swift
[185/256] Compiling Crypto SafeCompare.swift
[186/256] Compiling Crypto SecureBytes.swift
[187/256] Compiling Crypto Zeroization.swift
[188/257] Wrapping AST for Crypto for debugging
[206/257] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[207/257] Compiling NIOCore SocketAddresses.swift
[208/257] Compiling NIOCore SocketOptionProvider.swift
[209/257] Compiling NIOCore SystemCallHelpers.swift
[210/257] Compiling NIOCore TimeAmount+Duration.swift
[211/257] Compiling NIOCore TypeAssistedChannelHandler.swift
[212/257] Compiling NIOCore UniversalBootstrapSupport.swift
[213/257] Compiling NIOCore Utilities.swift
[240/257] Compiling ExtrasBase64 Base32.swift
[241/257] Emitting module ExtrasBase64
[242/257] Compiling ExtrasBase64 Base64.swift
[243/258] Wrapping AST for ExtrasBase64 for debugging
[245/258] Emitting module NIOCore
[247/322] Compiling NIOPosix FileDescriptor.swift
[248/322] Compiling NIOPosix GetaddrinfoResolver.swift
[249/322] Compiling NIOPosix HappyEyeballs.swift
[250/322] Compiling NIOPosix BSDSocketAPICommon.swift
[251/323] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[252/323] Emitting module NIOEmbedded
[253/323] Compiling NIOEmbedded AsyncTestingChannel.swift
[254/323] Compiling NIOEmbedded Embedded.swift
[255/324] Compiling NIOPosix Bootstrap.swift
[256/324] Compiling NIOPosix ControlMessage.swift
[257/324] Compiling NIOPosix DatagramVectorReadManager.swift
[258/324] Compiling NIOPosix Errors+Any.swift
[259/324] Emitting module Shared
[261/323] Compiling Shared StdExtensions.swift
[262/323] Compiling Shared SocketAddress.swift
[263/323] Compiling NIOPosix BSDSocketAPIPosix.swift
[264/323] Compiling NIOPosix BSDSocketAPIWindows.swift
[265/323] Compiling Shared Url.swift
[266/324] Wrapping AST for Shared for debugging
[268/324] Compiling NIOPosix ServerSocket.swift
[269/324] Compiling NIOPosix Socket.swift
[270/324] Compiling NIOPosix SocketChannel.swift
[271/324] Compiling NIOPosix SocketProtocols.swift
[272/324] Compiling NIOPosix System.swift
[273/324] Compiling NIOPosix Thread.swift
[274/330] Compiling NIOPosix SelectableChannel.swift
[275/330] Compiling NIOPosix SelectableEventLoop.swift
[276/330] Compiling NIOPosix SelectorEpoll.swift
[277/330] Compiling NIOPosix SelectorGeneric.swift
[278/330] Compiling NIOPosix SelectorKqueue.swift
[279/330] Compiling NIOPosix SelectorUring.swift
[280/330] Compiling NIOPosix PooledRecvBufferAllocator.swift
[281/330] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[282/330] Compiling NIOPosix PosixSingletons.swift
[283/330] Compiling NIOPosix RawSocketBootstrap.swift
[284/330] Compiling NIOPosix Resolver.swift
[285/330] Compiling NIOPosix Selectable.swift
[286/330] Emitting module NIOPosix
[290/330] Compiling NIOPosix BaseSocket.swift
[291/330] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[292/330] Compiling NIOPosix BaseSocketChannel.swift
[293/330] Compiling NIOPosix BaseStreamSocketChannel.swift
[301/330] Compiling NIOPosix ThreadPosix.swift
[302/330] Compiling NIOPosix ThreadWindows.swift
[303/330] Compiling NIOPosix UnsafeTransfer.swift
[304/330] Compiling NIOPosix Utilities.swift
[305/330] Compiling NIOPosix VsockAddress.swift
[306/330] Compiling NIOPosix VsockChannelEvents.swift
[307/330] Compiling NIOPosix IO.swift
[308/330] Compiling NIOPosix IntegerBitPacking.swift
[309/330] Compiling NIOPosix IntegerTypes.swift
[310/330] Compiling NIOPosix Linux.swift
[311/330] Compiling NIOPosix LinuxCPUSet.swift
[312/330] Compiling NIOPosix LinuxUring.swift
[313/330] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[314/330] Compiling NIOPosix NIOThreadPool.swift
[315/330] Compiling NIOPosix NonBlockingFileIO.swift
[316/330] Compiling NIOPosix PendingDatagramWritesManager.swift
[317/330] Compiling NIOPosix PendingWritesManager.swift
[318/330] Compiling NIOPosix PipeChannel.swift
[319/330] Compiling NIOPosix PipePair.swift
[320/330] Compiling NIOPosix Pool.swift
[322/332] Emitting module NIO
[323/332] Compiling NIO Exports.swift
[325/337] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[326/337] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[327/337] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[328/337] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[329/337] Emitting module NIOFoundationCompat
[331/351] Compiling STUN Uri.swift
[332/351] Compiling STUN TextAttribute.swift
[333/351] Compiling STUN UnknownAttribute.swift
[334/351] Compiling STUN MessageIntegrity.swift
[335/351] Compiling STUN StunError.swift
[336/352] Emitting module STUN
[337/352] Compiling STUN XorMappedAddress.swift
[338/352] Compiling STUN Attribute.swift
[339/352] Compiling STUN Checks.swift
[340/352] Compiling STUN Client.swift
[341/352] Compiling STUN ErrorCodeAttribute.swift
[342/352] Compiling STUN Address.swift
[343/352] Compiling STUN Agent.swift
[344/352] Compiling STUN Fingerprint.swift
[345/352] Compiling STUN Message.swift
[347/356] Emitting module XExampleStunClient
[348/356] Compiling XExampleStunClient StunClient.swift
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:53:37: error: cannot convert value of type 'Message' to expected argument type 'Transmit<Client.Win>' (aka 'Transmit<Message>')
 51 |             var msg = Message()
 52 |             try msg.build([TransactionId(), bindingRequest])
 53 |             try client?.handleWrite(msg)
    |                                     `- error: cannot convert value of type 'Message' to expected argument type 'Transmit<Client.Win>' (aka 'Transmit<Message>')
 54 |             while let transmit = client?.pollTransmit() {
 55 |                 // Forward the data.
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:54:42: error: value of type 'Client' has no member 'pollTransmit'
 52 |             try msg.build([TransactionId(), bindingRequest])
 53 |             try client?.handleWrite(msg)
 54 |             while let transmit = client?.pollTransmit() {
    |                                          `- error: value of type 'Client' has no member 'pollTransmit'
 55 |                 // Forward the data.
 56 |                 let envelope = AddressedEnvelope<ByteBuffer>(
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:71:36: error: cannot convert value of type 'ByteBufferView' to expected argument type 'Transmit<Client.Rin>' (aka 'Transmit<ByteBuffer>')
 69 |
 70 |         do {
 71 |             try client?.handleRead(byteBuffer)
    |                                    `- error: cannot convert value of type 'ByteBufferView' to expected argument type 'Transmit<Client.Rin>' (aka 'Transmit<ByteBuffer>')
 72 |
 73 |             if let event = client?.pollEvent() {
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:74:54: error: value of type 'Client.Eout' (aka 'Event') has no member 'result'
 72 |
 73 |             if let event = client?.pollEvent() {
 74 |                 guard case .success(var msg) = event.result else {
    |                                                      `- error: value of type 'Client.Eout' (aka 'Event') has no member 'result'
 75 |                     return
 76 |                 }
/host/spi-builder-workspace/Sources/XExampleStunClient/StunClient.swift:82:25: error: value of type 'Client' has no member 'handleClose'
 80 |             }
 81 |
 82 |             try client?.handleClose()
    |                         `- error: value of type 'Client' has no member 'handleClose'
 83 |         } catch let err {
 84 |             print("\(err)")
[349/356] Emitting module XExampleStunDecode
BUILD FAILURE 6.1 linux