The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-rtc-examples, reference master (909518), with Swift 6.1 for Linux on 28 Apr 2025 21:11:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ngr-tc/swift-rtc-examples
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9095185 add format.sh
Cloned https://github.com/ngr-tc/swift-rtc-examples.git
Revision (git rev-parse @):
9095185be1fb74ca59f21b1d8770d7862d1ca13e
SUCCESS checkout https://github.com/ngr-tc/swift-rtc-examples.git at master
========================================
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" : {
        "revision" : [
          "0797b21e63c5630e19cc072a8f34b05c0f54bf70"
        ]
      },
      "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" : "StunDecode",
      "targets" : [
        "StunDecode"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "StunClient",
      "targets" : [
        "StunClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StunDecode",
      "module_type" : "SwiftTarget",
      "name" : "StunDecode",
      "path" : "Sources/StunDecode",
      "product_dependencies" : [
        "STUN",
        "NIOCore",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "StunDecode"
      ],
      "sources" : [
        "StunDecode.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StunClient",
      "module_type" : "SwiftTarget",
      "name" : "StunClient",
      "path" : "Sources/StunClient",
      "product_dependencies" : [
        "STUN",
        "Shared",
        "NIOCore",
        "NIOPosix"
      ],
      "product_memberships" : [
        "StunClient"
      ],
      "sources" : [
        "StunClient.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[1/1698] Fetching swift-rtc
Fetched https://github.com/ngr-tc/swift-rtc.git from cache (0.34s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/tayloraswift/swift-hash.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/karwa/swift-url.git
[1/833] Fetching swift-extras-base64
[85/2882] Fetching swift-extras-base64, swift-docc-plugin
[1060/3750] Fetching swift-extras-base64, swift-docc-plugin, swift-hash
Fetched https://github.com/tayloraswift/swift-hash.git from cache (0.27s)
[2104/2882] Fetching swift-extras-base64, swift-docc-plugin
[2883/16666] Fetching swift-extras-base64, swift-docc-plugin, swift-crypto
[4124/92190] Fetching swift-extras-base64, swift-docc-plugin, swift-crypto, swift-nio
[9969/103915] Fetching swift-extras-base64, swift-docc-plugin, swift-crypto, swift-nio, swift-url
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.32s)
Fetched https://github.com/karwa/swift-url.git from cache (1.34s)
[63414/91357] Fetching swift-docc-plugin, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (1.61s)
[64386/89308] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.64s)
[51357/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.51s)
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 (6.72s)
Computing version for https://github.com/karwa/swift-url.git
Computed https://github.com/karwa/swift-url.git at 0.4.2 (0.60s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/tayloraswift/swift-hash.git
Computed https://github.com/tayloraswift/swift-hash.git at 0.7.1 (0.98s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.83s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1672/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.09s)
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.81s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
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 0797b21e63c5630e19cc072a8f34b05c0f54bf70
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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/karwa/swift-url.git
Working copy of https://github.com/karwa/swift-url.git resolved at 0.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/tayloraswift/swift-hash.git
Working copy of https://github.com/tayloraswift/swift-hash.git resolved at 0.7.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/418] Compiling a_i2d_fp.cc
[3/418] Compiling a_gentm.cc
[4/418] Compiling a_int.cc
[4/418] Write sources
[23/418] Compiling a_bool.cc
[24/418] Compiling base64.cc
[25/418] Compiling CNIOWindows shim.c
[26/418] Compiling _AtomicsShims.c
[27/418] Compiling CNIOWASI CNIOWASI.c
[28/418] Compiling CNIOWindows WSAStartup.c
[29/418] Compiling a_dup.cc
[30/418] Compiling CNIOLinux liburing_shims.c
[31/418] Compiling CNIODarwin shim.c
[32/418] Compiling a_d2i_fp.cc
[33/418] Compiling a_bitstr.cc
[34/418] Compiling CNIOLinux shim.c
[35/418] Compiling fiat_p256_adx_sqr.S
[36/418] Compiling fiat_p256_adx_mul.S
[37/418] Compiling fiat_curve25519_adx_square.S
[38/418] Compiling fiat_curve25519_adx_mul.S
[39/418] Compiling md5-x86_64-apple.S
[40/418] Compiling md5-x86_64-linux.S
[41/418] Compiling md5-586-linux.S
[42/418] Write swift-version-24593BA9C3E375BF.txt
[43/418] Compiling md5-586-apple.S
[44/418] Compiling chacha20_poly1305_x86_64-apple.S
[45/418] Compiling chacha20_poly1305_armv8-win.S
[46/418] Compiling chacha20_poly1305_x86_64-linux.S
[47/418] Compiling CCryptoBoringSSLShims shims.c
[48/424] Compiling err_data.cc
[49/449] Compiling chacha20_poly1305_armv8-linux.S
[50/451] Compiling chacha20_poly1305_armv8-apple.S
[51/451] Compiling chacha-x86_64-linux.S
[52/454] Compiling chacha-x86_64-apple.S
[53/454] Compiling chacha-x86-linux.S
[54/454] Compiling chacha-x86-apple.S
[55/454] Compiling chacha-armv8-win.S
[56/454] Compiling chacha-armv8-linux.S
[57/454] Compiling chacha-armv8-apple.S
[58/454] Compiling chacha-armv4-linux.S
[59/454] Compiling aes128gcmsiv-x86_64-linux.S
[60/454] Compiling aes128gcmsiv-x86_64-apple.S
[61/454] Compiling x86_64-mont5-linux.S
[62/454] Compiling x86_64-mont5-apple.S
[63/454] Compiling x86_64-mont-linux.S
[64/454] Compiling x86_64-mont-apple.S
[65/454] Compiling x86-mont-linux.S
[66/454] Compiling x86-mont-apple.S
[67/454] Compiling vpaes-x86_64-linux.S
[68/454] Compiling vpaes-x86_64-apple.S
[69/454] Compiling vpaes-x86-linux.S
[70/454] Compiling vpaes-x86-apple.S
[71/454] Compiling vpaes-armv8-win.S
[72/454] Compiling vpaes-armv8-linux.S
[73/454] Compiling vpaes-armv8-apple.S
[74/454] Compiling vpaes-armv7-linux.S
[75/454] Compiling sha512-x86_64-linux.S
[76/454] Compiling sha512-x86_64-apple.S
[77/454] Compiling sha512-armv8-win.S
[78/454] Compiling sha512-armv8-linux.S
[79/454] Compiling sha512-armv8-apple.S
[80/454] Compiling sha512-armv4-linux.S
[81/454] Compiling sha512-586-linux.S
[82/454] Compiling c-nioatomics.c
[83/454] Compiling sha512-586-apple.S
[84/454] Compiling sha256-x86_64-apple.S
[85/454] Compiling sha256-x86_64-linux.S
[86/454] Compiling sha256-armv8-win.S
[87/454] Compiling sha256-armv8-linux.S
[88/454] Compiling sha256-armv8-apple.S
[89/454] Compiling sha256-armv4-linux.S
[90/454] Compiling sha256-586-linux.S
[91/454] Compiling c-atomics.c
[92/454] Compiling sha256-586-apple.S
[93/454] Compiling sha1-x86_64-apple.S
[94/454] Compiling sha1-x86_64-linux.S
[95/454] Compiling sha1-armv8-win.S
[96/454] Compiling sha1-armv8-linux.S
[97/454] Compiling sha1-armv8-apple.S
[98/454] Compiling sha1-armv4-large-linux.S
[99/457] Compiling sha1-586-linux.S
[100/460] Compiling sha1-586-apple.S
[101/460] Compiling rsaz-avx2-linux.S
[102/460] Compiling rsaz-avx2-apple.S
[103/460] Compiling rdrand-x86_64-linux.S
[104/460] Compiling rdrand-x86_64-apple.S
[105/460] Compiling p256_beeu-x86_64-asm-linux.S
[106/460] Compiling p256_beeu-x86_64-asm-apple.S
[107/460] Compiling p256_beeu-armv8-asm-win.S
[109/460] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[109/460] Compiling p256_beeu-armv8-asm-apple.S
[111/460] Compiling InternalCollectionsUtilities Debugging.swift
[112/460] Compiling InternalCollectionsUtilities Descriptions.swift
[112/462] Compiling p256_beeu-armv8-asm-linux.S
[114/462] Compiling UnicodeDataStructures IDNAMappingDataSchema.swift
[115/463] Compiling UnicodeDataStructures IDNAValidationDataSchema.swift
[116/463] Compiling UnicodeDataStructures IndexedTable.swift
[117/463] Compiling UnicodeDataStructures Utils.swift
[118/463] Compiling UnicodeDataStructures CodePointDatabase.swift
[119/463] Emitting module InternalCollectionsUtilities
[119/463] Compiling p256-x86_64-asm-apple.S
[121/463] Compiling _NIODataStructures _TinyArray.swift
[122/463] Compiling _NIODataStructures PriorityQueue.swift
[123/463] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[124/463] Compiling InternalCollectionsUtilities Specialize.swift
[125/463] Compiling InternalCollectionsUtilities _SortedCollection.swift
[126/463] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[127/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[128/463] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[129/463] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[130/463] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[131/463] Emitting module UnicodeDataStructures
[132/463] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[133/463] Compiling InternalCollectionsUtilities UInt+reversed.swift
[133/463] Compiling p256-x86_64-asm-linux.S
[135/463] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[136/463] Compiling InternalCollectionsUtilities Integer rank.swift
[137/463] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[142/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[143/463] Compiling _NIOBase64 Base64.swift
[144/463] Emitting module _NIOBase64
[144/464] Compiling p256-armv8-asm-win.S
[145/464] Compiling p256-armv8-asm-linux.S
[147/464] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[147/464] Compiling p256-armv8-asm-apple.S
[149/464] Emitting module NIOConcurrencyHelpers
[150/464] Compiling ghashv8-armv8-win.S
[151/464] Compiling ghashv8-armv8-linux.S
[152/464] Compiling ghashv8-armv8-apple.S
[153/464] Compiling ghashv8-armv7-linux.S
[155/464] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[156/464] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[156/465] Compiling ghash-x86_64-linux.S
[157/465] Compiling ghash-x86_64-apple.S
[159/465] Wrapping AST for _NIOBase64 for debugging
[160/465] Compiling ghash-x86-linux.S
[161/465] Compiling ghash-x86-apple.S
[162/465] Compiling ghash-ssse3-x86_64-linux.S
[163/465] Compiling ghash-ssse3-x86-linux.S
[164/465] Compiling ghash-ssse3-x86_64-apple.S
[165/465] Compiling ghash-ssse3-x86-apple.S
[166/465] Compiling ghash-neon-armv8-win.S
[167/465] Compiling ghash-neon-armv8-linux.S
[168/465] Compiling ghash-neon-armv8-apple.S
[169/465] Wrapping AST for InternalCollectionsUtilities for debugging
[170/480] Compiling co-586-apple.S
[171/480] Compiling ghash-armv4-linux.S
[171/480] Compiling co-586-linux.S
[173/480] Compiling bsaes-armv7-linux.S
[175/480] Compiling UnicodeDataStructures SegmentedLine.swift
[175/480] Compiling bn-armv8-win.S
[176/480] Compiling bn-armv8-linux.S
[177/481] Compiling bn-armv8-apple.S
[178/481] Compiling bn-586-linux.S
[180/481] Compiling NIOConcurrencyHelpers NIOLock.swift
[180/481] Compiling bn-586-apple.S
[182/481] Compiling armv8-mont-win.S
[184/481] Emitting module _NIODataStructures
[185/481] Compiling _NIODataStructures Heap.swift
[185/481] Compiling armv8-mont-apple.S
[186/482] Compiling armv8-mont-linux.S
[187/482] Compiling armv4-mont-linux.S
[188/482] Compiling aesv8-gcm-armv8-win.S
[190/482] Compiling NIOConcurrencyHelpers atomics.swift
[191/482] Compiling NIOConcurrencyHelpers lock.swift
[192/482] Compiling DequeModule _DequeBuffer.swift
[193/482] Compiling DequeModule _DequeBufferHeader.swift
[194/485] Compiling aesv8-gcm-armv8-linux.S
[195/485] Compiling aesv8-gcm-armv8-apple.S
[197/485] Compiling aesv8-armv8-win.S
[198/485] Wrapping AST for UnicodeDataStructures for debugging
[199/485] Compiling aesv8-armv8-linux.S
[200/485] Compiling aesv8-armv8-apple.S
[202/485] Compiling DequeModule Deque+Extras.swift
[203/485] Compiling DequeModule Deque+Hashable.swift
[204/485] Compiling DequeModule Deque+CustomReflectable.swift
[205/485] Compiling DequeModule Deque+Descriptions.swift
[205/487] Compiling aesv8-armv7-linux.S
[206/491] Compiling aesni-x86_64-linux.S
[207/491] Wrapping AST for NIOConcurrencyHelpers for debugging
[208/491] Wrapping AST for _NIODataStructures for debugging
[210/491] Compiling DequeModule _DequeSlot.swift
[211/491] Compiling DequeModule _UnsafeWrappedBuffer.swift
[211/491] Compiling aesni-x86_64-apple.S
[213/491] Compiling DequeModule Deque+Equatable.swift
[214/491] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[215/491] Compiling DequeModule Deque+Testing.swift
[216/491] Compiling DequeModule Deque._Storage.swift
[217/491] Compiling DequeModule Deque._UnsafeHandle.swift
[218/491] Compiling DequeModule Deque.swift
[218/491] Compiling aesni-x86-linux.S
[219/491] Compiling aesni-x86-apple.S
[220/491] Compiling aesni-gcm-x86_64-apple.S
[221/491] Compiling aesni-gcm-x86_64-linux.S
[222/491] Compiling aes-gcm-avx10-x86_64-linux.S
[224/491] Compiling DequeModule Deque+Codable.swift
[225/491] Compiling DequeModule Deque+Collection.swift
[226/491] Emitting module DequeModule
[226/492] Compiling aes-gcm-avx10-x86_64-apple.S
[228/492] Compiling x_val.cc
[229/492] Compiling x_x509.cc
[230/492] Compiling x_x509a.cc
[231/492] Wrapping AST for DequeModule for debugging
[232/492] Compiling x_spki.cc
[233/492] Compiling x_sig.cc
[234/492] Compiling x_req.cc
[235/492] Compiling x_crl.cc
[236/492] Compiling x_name.cc
[237/492] Compiling x_exten.cc
[238/492] Compiling x_pubkey.cc
[239/492] Compiling x_all.cc
[240/492] Compiling x_attrib.cc
[242/492] Compiling IDNA Punycode.swift
[242/492] Compiling x509spki.cc
[243/492] Compiling x509rset.cc
[244/492] Compiling x_algor.cc
[245/492] Compiling x509cset.cc
[246/492] Compiling x509name.cc
[248/492] Compiling IDNA ValidationData.swift
[249/492] Compiling IDNA IDNA.swift
[250/492] Compiling IDNA NFC.swift
[250/492] Compiling x509_vpm.cc
[252/492] Compiling IDNA MappingData.swift
[252/492] Compiling x509_v3.cc
[253/492] Compiling x509_txt.cc
[255/492] Emitting module IDNA
[255/493] Compiling x509_vfy.cc
[257/493] Compiling x509_set.cc
[258/493] Compiling x509_trs.cc
[260/493] Emitting module ExtrasBase64
[260/493] Compiling x509_req.cc
[261/493] Wrapping AST for IDNA for debugging
[262/530] Compiling x509_lu.cc
[263/530] Compiling x509_ext.cc
[265/530] Compiling ExtrasBase64 Base32.swift
[266/530] Compiling ExtrasBase64 Base64.swift
[266/531] Compiling x509_obj.cc
[268/531] Compiling x509_def.cc
[269/531] Compiling x509_d2.cc
[270/531] Wrapping AST for ExtrasBase64 for debugging
[271/531] Compiling x509_cmp.cc
[272/531] Compiling x509.cc
[273/531] Compiling x509_att.cc
[274/531] Compiling v3_purp.cc
[275/531] Compiling v3_utl.cc
[276/531] Compiling v3_skey.cc
[277/531] Compiling v3_prn.cc
[279/531] Compiling WebURL Errors.swift
[280/531] Compiling WebURL FastCollectionAlgorithms.swift
[281/531] Compiling WebURL Integers.swift
[282/531] Compiling WebURL ManagedArrayBuffer.swift
[283/531] Compiling WebURL MutableCollection+pathUtils.swift
[284/531] Compiling WebURL BidirectionalCollection+suffix.swift
[285/531] Compiling WebURL BidirectionalCollection+trim.swift
[286/531] Compiling WebURL BitTwiddling.swift
[287/531] Compiling WebURL Collection+longestRange.swift
[288/531] Compiling WebURL Either.swift
[288/536] Compiling v3_pmaps.cc
[289/536] Compiling v3_ncons.cc
[290/536] Compiling v3_pcons.cc
[291/536] Compiling v3_ocsp.cc
[292/536] Compiling v3_int.cc
[293/536] Compiling v3_info.cc
[294/536] Compiling v3_lib.cc
[296/536] Compiling WebURL Pointers.swift
[297/536] Compiling WebURL StaticMember.swift
[298/536] Compiling WebURL StringAdditions.swift
[299/536] Compiling WebURL UnsafeBuffer+ReplaceSubrange.swift
[300/536] Compiling WebURL UnsafeSmallStack.swift
[301/536] Compiling WebURL WebURL+Domain.swift
[302/536] Compiling WebURL WebURL+FilePaths.swift
[303/536] Compiling WebURL WebURL+FormParameters.swift
[304/536] Compiling WebURL WebURL+Host.swift
[305/536] Compiling WebURL WebURL+JSModel.swift
[305/536] Compiling v3_ia5.cc
[306/536] Compiling v3_genn.cc
[307/536] Compiling v3_extku.cc
[308/536] Compiling v3_enum.cc
[309/536] Compiling v3_cpols.cc
[310/536] Compiling v3_crld.cc
[311/536] Compiling v3_conf.cc
[312/536] Compiling v3_alt.cc
[314/536] Compiling WebURL URLStorage+Setters.swift
[315/536] Compiling WebURL URLStorage.swift
[316/536] Compiling WebURL URLStructure.swift
[317/536] Compiling WebURL ASCII+LazyTextTransformations.swift
[318/536] Compiling WebURL ASCII.swift
[318/536] Compiling v3_akeya.cc
[319/536] Compiling v3_bcons.cc
[320/536] Compiling v3_bitst.cc
[321/536] Compiling v3_akey.cc
[323/536] Compiling WebURL WebURL+Origin.swift
[324/536] Compiling WebURL WebURL+PathComponents.swift
[325/536] Compiling WebURL WebURL+Scheme.swift
[326/536] Compiling WebURL WebURL+UTF8View.swift
[327/536] Compiling WebURL WebURL.swift
[327/536] Compiling t_x509.cc
[328/536] Compiling t_x509a.cc
[330/536] Compiling WebURL URLWriter.swift
[331/536] Compiling WebURL ValidationError.swift
[332/536] Compiling WebURL WebURL+Component.swift
[333/536] Compiling WebURL PercentEncoding.swift
[334/536] Compiling WebURL SPIs.swift
[334/536] Compiling t_req.cc
[335/536] Compiling name_print.cc
[336/536] Compiling policy.cc
[337/536] Compiling rsa_pss.cc
[338/536] Compiling t_crl.cc
[339/536] Compiling i2d_pr.cc
[340/536] Compiling by_file.cc
[341/536] Compiling a_verify.cc
[342/536] Compiling algorithm.cc
[343/536] Compiling a_sign.cc
[344/536] Compiling by_dir.cc
[345/536] Compiling a_digest.cc
[346/536] Compiling voprf.cc
[347/536] Compiling asn1_gen.cc
[348/536] Compiling thread_pthread.cc
[349/536] Compiling thread_none.cc
[350/536] Compiling thread_win.cc
[351/536] Compiling thread.cc
[352/536] Compiling stack.cc
[353/536] Compiling trust_token.cc
[354/536] Compiling pmbtoken.cc
[355/536] Compiling thash.cc
[356/536] Compiling wots.cc
[357/536] Compiling fors.cc
[358/536] Compiling siphash.cc
[358/536] Compiling slhdsa.cc
[360/536] Compiling merkle.cc
[361/536] Compiling sha512.cc
[362/536] Compiling sha256.cc
[363/536] Compiling sha1.cc
[364/536] Compiling rsa_extra.cc
[365/536] Compiling rsa_print.cc
[366/536] Compiling refcount.cc
[367/536] Compiling rsa_asn1.cc
[368/536] Compiling rsa_crypt.cc
[369/536] Compiling rc4.cc
[370/536] Compiling windows.cc
[371/536] Compiling urandom.cc
[372/536] Compiling trusty.cc
[374/536] Compiling WebURL DeprecatedAPIs.swift
[375/536] Compiling WebURL IPAddress.swift
[376/536] Compiling WebURL Parser+Host.swift
[377/536] Compiling WebURL Parser+Path.swift
[378/536] Compiling WebURL Parser+StringUtils.swift
[379/536] Compiling WebURL Parser.swift
[379/536] Compiling rand_extra.cc
[380/536] Compiling getentropy.cc
[380/536] Compiling ios.cc
[382/536] Compiling poly1305_arm_asm.S
[383/536] Compiling passive.cc
[384/536] Compiling deterministic.cc
[385/536] Compiling forkunsafe.cc
[386/536] Compiling fork_detect.cc
[387/536] Compiling pool.cc
[388/536] Compiling poly1305_arm.cc
[389/536] Compiling poly1305.cc
[390/536] Compiling poly1305_vec.cc
[391/536] Compiling pkcs7.cc
[392/536] Compiling pkcs8.cc
[393/536] Compiling p5_pbev2.cc
[394/536] Compiling pkcs8_x509.cc
[395/536] Compiling pkcs7_x509.cc
[396/536] Compiling pem_xaux.cc
[397/536] Compiling pem_x509.cc
[398/536] Compiling pem_pkey.cc
[399/536] Compiling obj_xref.cc
[400/536] Compiling pem_pk8.cc
[401/536] Compiling pem_oth.cc
[402/536] Compiling pem_lib.cc
[403/536] Compiling pem_info.cc
[404/536] Compiling pem_all.cc
[405/536] Compiling mldsa.cc
[406/536] Compiling mlkem.cc
[407/536] Compiling obj.cc
[407/536] Compiling mem.cc
[409/536] Compiling md5.cc
[410/536] Compiling fips_shared_support.cc
[411/536] Compiling poly_rq_mul.S
[412/536] Compiling md4.cc
[413/536] Compiling lhash.cc
[414/536] Compiling kyber.cc
[416/536] Emitting module WebURL
[416/537] Compiling ex_data.cc
[418/537] Compiling sign.cc
[419/537] Compiling hpke.cc
[420/537] Compiling hrss.cc
[421/537] Compiling scrypt.cc
[422/537] Wrapping AST for WebURL for debugging
[423/537] Compiling print.cc
[424/537] Compiling pbkdf.cc
[425/537] Compiling p_x25519.cc
[426/537] Compiling p_x25519_asn1.cc
[427/537] Compiling p_rsa_asn1.cc
[428/537] Compiling p_rsa.cc
[429/537] Compiling p_hkdf.cc
[430/537] Compiling p_ed25519_asn1.cc
[431/537] Compiling p_ed25519.cc
[432/537] Compiling p_ec_asn1.cc
[433/537] Compiling p_ec.cc
[434/537] Compiling p_dh_asn1.cc
[435/537] Compiling p_dsa_asn1.cc
[436/537] Compiling p_dh.cc
[437/537] Compiling evp_ctx.cc
[438/537] Compiling evp.cc
[439/537] Compiling evp_asn1.cc
[440/537] Compiling err.cc
[441/537] Compiling engine.cc
[442/537] Compiling ecdh_extra.cc
[443/537] Compiling ecdsa_asn1.cc
[444/537] Compiling hash_to_curve.cc
[445/537] Compiling ec_derive.cc
[446/537] Compiling ec_asn1.cc
[447/537] Compiling dsa_asn1.cc
[448/537] Compiling dsa.cc
[449/537] Compiling params.cc
[450/537] Compiling digest_extra.cc
[451/537] Compiling x25519-asm-arm.S
[452/537] Compiling dh_asn1.cc
[453/537] Compiling des.cc
[454/537] Compiling spake25519.cc
[455/537] Compiling crypto.cc
[456/537] Compiling cpu_intel.cc
[457/537] Compiling cpu_arm_linux.cc
[458/537] Compiling cpu_arm_freebsd.cc
[459/537] Compiling curve25519.cc
[460/537] Compiling cpu_aarch64_win.cc
[461/537] Compiling cpu_aarch64_openbsd.cc
[462/537] Compiling cpu_aarch64_sysreg.cc
[463/537] Compiling cpu_aarch64_linux.cc
[464/537] Compiling cpu_aarch64_fuchsia.cc
[465/537] Compiling cpu_aarch64_apple.cc
[466/537] Compiling bcm.cc
[467/537] Compiling curve25519_64_adx.cc
[468/537] Compiling conf.cc
[469/537] Compiling tls_cbc.cc
[470/537] Compiling e_tls.cc
[471/537] Compiling e_rc4.cc
[472/537] Compiling e_null.cc
[473/537] Compiling e_rc2.cc
[474/537] Compiling e_des.cc
[475/537] Compiling e_chacha20poly1305.cc
[476/537] Compiling derive_key.cc
[477/537] Compiling e_aesctrhmac.cc
[478/537] Compiling e_aesgcmsiv.cc
[479/537] Compiling cipher_extra.cc
[480/537] Compiling unicode.cc
[481/537] Compiling chacha.cc
[482/537] Compiling ber.cc
[483/537] Compiling cbb.cc
[484/537] Compiling cbs.cc
[485/537] Compiling buf.cc
[486/537] Compiling asn1_compat.cc
[487/537] Compiling bn_asn1.cc
[488/537] Compiling blake2.cc
[489/537] Compiling convert.cc
[490/537] Compiling printf.cc
[491/537] Compiling pair.cc
[492/537] Compiling hexdump.cc
[493/537] Compiling file.cc
[494/537] Compiling fd.cc
[495/537] Compiling errno.cc
[496/537] Compiling bio_mem.cc
[497/537] Compiling bio.cc
[498/537] Compiling tasn_utl.cc
[499/537] Compiling tasn_typ.cc
[500/537] Compiling tasn_fre.cc
[501/537] Compiling tasn_new.cc
[502/537] Compiling tasn_enc.cc
[503/537] Compiling posix_time.cc
[504/537] Compiling tasn_dec.cc
[505/537] Compiling f_string.cc
[506/537] Compiling f_int.cc
[507/537] Compiling asn_pack.cc
[508/537] Compiling asn1_par.cc
[509/537] Compiling a_utctm.cc
[510/537] Compiling a_type.cc
[510/537] Compiling asn1_lib.cc
[510/537] Write sources
[515/537] Compiling a_time.cc
[516/537] Compiling a_strnid.cc
[517/551] Compiling a_octet.cc
[518/558] Compiling a_strex.cc
[519/558] Compiling a_object.cc
[521/558] Emitting module BaseDigits
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[522/558] Compiling BaseDigits BaseDigits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[522/559] Compiling a_mbstr.cc
[525/559] Compiling Atomics ManagedAtomic.swift
[526/559] Compiling Atomics ManagedAtomicLazyReference.swift
[527/559] Compiling Atomics UnsafeAtomic.swift
[528/559] Compiling Atomics UnsafeAtomicLazyReference.swift
[529/562] Compiling Atomics AtomicMemoryOrderings.swift
[530/562] Compiling Atomics DoubleWord.swift
[530/569] Wrapping AST for BaseDigits for debugging
[532/574] Compiling Atomics Primitives.shims.swift
[533/574] Compiling Atomics AtomicInteger.swift
[534/574] Compiling Atomics AtomicOptionalWrappable.swift
[535/574] Compiling Atomics AtomicReference.swift
[536/574] Compiling Atomics AtomicStorage.swift
[537/574] Compiling Atomics AtomicValue.swift
[538/574] Compiling Base16 Base16.UppercaseDigits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[539/574] Compiling Base16 Base16.LowercaseDigits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[540/574] Emitting module Base16
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[541/574] Compiling Atomics IntegerOperations.swift
[542/574] Compiling Atomics Unmanaged extensions.swift
[543/574] Compiling Base16 Base16.Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[544/574] Compiling Base16 Base16.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[545/575] Wrapping AST for Base16 for debugging
[547/577] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[548/577] Compiling CryptoBoringWrapper RandomBytes.swift
[549/577] Emitting module CRC
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[550/577] Compiling CRC CRC32.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[552/578] Emitting module CryptoBoringWrapper
[552/578] Wrapping AST for CRC for debugging
[554/578] Compiling CryptoBoringWrapper EllipticCurve.swift
[555/578] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[556/578] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[557/578] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[558/578] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[559/579] Wrapping AST for CryptoBoringWrapper for debugging
[561/579] Emitting module Atomics
[562/637] Compiling Crypto ASN1.swift
[563/637] Compiling Crypto ASN1Any.swift
[564/637] Compiling Crypto ASN1BitString.swift
[565/637] Compiling Crypto ChaChaPoly.swift
[566/637] Compiling Crypto Cipher.swift
[567/637] Compiling Crypto Nonces.swift
[568/651] Wrapping AST for Atomics for debugging
[570/710] Emitting module Crypto
[571/710] Compiling NIOCore DeadChannel.swift
[572/710] Compiling NIOCore DispatchQueue+WithFuture.swift
[573/710] Compiling NIOCore EventLoop+Deprecated.swift
[574/710] Compiling NIOCore EventLoop+SerialExecutor.swift
[575/710] Compiling NIOCore EventLoop.swift
[576/710] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[577/710] Compiling NIOCore EventLoopFuture+Deprecated.swift
[578/710] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[579/710] Compiling NIOCore EventLoopFuture.swift
[580/710] Compiling NIOCore FileDescriptor.swift
[581/719] Compiling NIOCore GlobalSingletons.swift
[582/719] Compiling NIOCore IO.swift
[583/719] Compiling NIOCore IOData.swift
[584/719] Compiling NIOCore IPProtocol.swift
[585/719] Compiling NIOCore IntegerBitPacking.swift
[586/719] Compiling NIOCore IntegerTypes.swift
[587/719] Compiling NIOCore Interfaces.swift
[588/719] Compiling NIOCore Linux.swift
[589/719] Compiling Crypto NISTCurvesKeys.swift
[590/719] Compiling Crypto X25519Keys.swift
[591/719] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[592/719] Compiling NIOCore BSDSocketAPI.swift
[593/719] Compiling NIOCore ByteBuffer-aux.swift
[594/719] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[595/719] Compiling NIOCore ByteBuffer-conversions.swift
[596/719] Compiling NIOCore ByteBuffer-core.swift
[597/719] Compiling NIOCore ByteBuffer-hex.swift
[598/719] Compiling NIOCore ByteBuffer-int.swift
[599/719] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[600/719] Compiling NIOCore AddressedEnvelope.swift
[601/719] Compiling NIOCore MarkedCircularBuffer.swift
[602/719] Compiling NIOCore MulticastChannel.swift
[603/719] Compiling NIOCore NIOAny.swift
[604/719] Compiling NIOCore NIOCloseOnErrorHandler.swift
[605/719] Compiling NIOCore NIOLoopBound.swift
[606/719] Compiling NIOCore NIOScheduledCallback.swift
[607/719] Compiling NIOCore NIOSendable.swift
[608/719] Compiling NIOCore RecvByteBufferAllocator.swift
[609/727] Compiling NIOCore SocketOptionProvider.swift
[610/727] Compiling NIOCore SystemCallHelpers.swift
[611/727] Compiling NIOCore TimeAmount+Duration.swift
[612/727] Compiling NIOCore TypeAssistedChannelHandler.swift
[613/727] Compiling NIOCore UniversalBootstrapSupport.swift
[614/727] Compiling NIOCore Utilities.swift
[615/727] Compiling Crypto HPKE-KEM-Curve25519.swift
[616/727] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[617/727] Compiling Crypto HPKE-KEM.swift
[618/727] Compiling Crypto HPKE-Errors.swift
[619/727] Compiling NIOCore FileHandle.swift
[620/727] Compiling NIOCore FileRegion.swift
[629/727] Compiling Crypto Signature.swift
[630/727] Compiling Crypto CryptoKitErrors_boring.swift
[631/727] Compiling Crypto RNG_boring.swift
[632/727] Compiling Crypto SafeCompare_boring.swift
[633/727] Compiling Crypto Zeroization_boring.swift
[634/727] Compiling Crypto PrettyBytes.swift
[635/727] Compiling Crypto SafeCompare.swift
[636/727] Compiling Crypto SecureBytes.swift
[637/727] Compiling Crypto Zeroization.swift
[646/727] Compiling NIOCore ByteBuffer-views.swift
[647/727] Compiling NIOCore Channel.swift
[648/727] Compiling NIOCore ChannelHandler.swift
[649/727] Compiling NIOCore ChannelHandlers.swift
[650/727] Compiling NIOCore ChannelInvoker.swift
[651/727] Compiling NIOCore ChannelOption.swift
[652/727] Compiling NIOCore ChannelPipeline.swift
[653/727] Compiling NIOCore CircularBuffer.swift
[654/727] Compiling NIOCore Codec.swift
[655/727] Compiling NIOCore ConvenienceOptionSupport.swift
[656/727] Compiling NIOCore AsyncAwaitSupport.swift
[657/727] Compiling NIOCore AsyncChannel.swift
[658/727] Compiling NIOCore AsyncChannelHandler.swift
[659/727] Compiling NIOCore AsyncChannelInboundStream.swift
[660/727] Compiling NIOCore AsyncChannelOutboundWriter.swift
[661/727] Compiling NIOCore NIOAsyncSequenceProducer.swift
[662/727] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[663/727] Compiling NIOCore NIOAsyncWriter.swift
[664/727] Compiling NIOCore ByteBuffer-multi-int.swift
[665/727] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[666/728] Wrapping AST for Crypto for debugging
[676/728] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[677/728] Compiling NIOCore SocketAddresses.swift
[718/728] Emitting module NIOCore
[719/729] Wrapping AST for NIOCore for debugging
[721/781] Compiling Shared RTCHanlder.swift
[722/781] Emitting module Shared
[723/781] Compiling Shared ByteBufferView.swift
[724/781] Compiling Shared SocketAddress.swift
[725/781] Compiling Shared StdExtensions.swift
[726/782] Wrapping AST for Shared for debugging
[728/796] Compiling STUN Uri.swift
[729/797] Compiling STUN TextAttribute.swift
[730/797] Compiling STUN UnknownAttribute.swift
[731/797] Compiling STUN MessageIntegrity.swift
[732/797] Compiling STUN StunError.swift
[733/797] Emitting module STUN
[734/797] Compiling STUN Attribute.swift
[735/797] Compiling STUN Checks.swift
[736/797] Emitting module NIOPosix
[737/803] Compiling STUN XorMappedAddress.swift
[738/803] Compiling STUN Client.swift
[739/803] Compiling STUN ErrorCodeAttribute.swift
[740/803] Compiling STUN Address.swift
[741/803] Compiling STUN Agent.swift
[742/803] Compiling STUN Fingerprint.swift
[743/803] Compiling STUN Message.swift
[745/804] Compiling NIOPosix PooledRecvBufferAllocator.swift
[746/804] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[747/804] Compiling NIOPosix PosixSingletons.swift
[748/804] Compiling NIOPosix RawSocketBootstrap.swift
[749/804] Compiling NIOPosix Resolver.swift
[750/804] Compiling NIOPosix Selectable.swift
[751/804] Compiling NIOPosix ServerSocket.swift
[752/804] Compiling NIOPosix Socket.swift
[753/804] Compiling NIOPosix SocketChannel.swift
[754/804] Compiling NIOPosix SocketProtocols.swift
[755/804] Compiling NIOPosix System.swift
[756/804] Compiling NIOPosix Thread.swift
[757/804] Compiling NIOPosix SelectableChannel.swift
[758/804] Compiling NIOPosix SelectableEventLoop.swift
[759/804] Compiling NIOPosix SelectorEpoll.swift
[760/804] Compiling NIOPosix SelectorGeneric.swift
[761/804] Compiling NIOPosix SelectorKqueue.swift
[762/804] Compiling NIOPosix SelectorUring.swift
[762/804] Wrapping AST for STUN for debugging
[771/806] Compiling NIOPosix ThreadPosix.swift
[772/806] Compiling NIOPosix ThreadWindows.swift
[773/806] Compiling NIOPosix UnsafeTransfer.swift
[774/806] Compiling NIOPosix Utilities.swift
[775/806] Compiling NIOPosix VsockAddress.swift
[776/806] Compiling NIOPosix VsockChannelEvents.swift
[777/806] Emitting module StunDecode
[778/806] Compiling StunDecode StunDecode.swift
[779/807] Wrapping AST for StunDecode for debugging
[780/807] Write Objects.LinkFileList
[782/807] Compiling NIOPosix IO.swift
[783/807] Compiling NIOPosix IntegerBitPacking.swift
[784/807] Compiling NIOPosix IntegerTypes.swift
[785/807] Compiling NIOPosix Linux.swift
[786/807] Compiling NIOPosix LinuxCPUSet.swift
[787/807] Compiling NIOPosix LinuxUring.swift
[788/807] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[794/807] Compiling NIOPosix GetaddrinfoResolver.swift
[795/807] Compiling NIOPosix HappyEyeballs.swift
[796/807] Compiling NIOPosix NIOThreadPool.swift
[797/807] Compiling NIOPosix NonBlockingFileIO.swift
[798/807] Compiling NIOPosix PendingDatagramWritesManager.swift
[799/807] Compiling NIOPosix PendingWritesManager.swift
[800/807] Compiling NIOPosix PipeChannel.swift
[801/807] Compiling NIOPosix PipePair.swift
[802/807] Compiling NIOPosix Pool.swift
[803/808] Wrapping AST for NIOPosix for debugging
[804/810] Linking StunDecode
[806/810] Compiling StunClient StunClient.swift
/host/spi-builder-workspace/Sources/StunClient/StunClient.swift:175: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>
    :
173 |             .channelInitializer { channel in
174 |                 channel.pipeline.addHandler(
175 |                     StunClientHandler(remoteAddressInitializer: remoteAddress))
    |                     `- warning: type 'StunClientHandler' does not conform to the 'Sendable' protocol
176 |             }
177 |         defer {
/host/spi-builder-workspace/Sources/StunClient/StunClient.swift:175:65: warning: capture of 'remoteAddress' with non-sendable type '() throws -> SocketAddress' in a '@Sendable' closure
173 |             .channelInitializer { channel in
174 |                 channel.pipeline.addHandler(
175 |                     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'
176 |             }
177 |         defer {
[807/810] Emitting module StunClient
/host/spi-builder-workspace/Sources/StunClient/StunClient.swift:175: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>
    :
173 |             .channelInitializer { channel in
174 |                 channel.pipeline.addHandler(
175 |                     StunClientHandler(remoteAddressInitializer: remoteAddress))
    |                     `- warning: type 'StunClientHandler' does not conform to the 'Sendable' protocol
176 |             }
177 |         defer {
/host/spi-builder-workspace/Sources/StunClient/StunClient.swift:175:65: warning: capture of 'remoteAddress' with non-sendable type '() throws -> SocketAddress' in a '@Sendable' closure
173 |             .channelInitializer { channel in
174 |                 channel.pipeline.addHandler(
175 |                     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'
176 |             }
177 |         defer {
[808/811] Wrapping AST for StunClient for debugging
[809/811] Write Objects.LinkFileList
[810/811] Linking StunClient
Build complete! (107.30s)
Build complete.
{
  "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" : {
        "revision" : [
          "0797b21e63c5630e19cc072a8f34b05c0f54bf70"
        ]
      },
      "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" : "StunDecode",
      "targets" : [
        "StunDecode"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "StunClient",
      "targets" : [
        "StunClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StunDecode",
      "module_type" : "SwiftTarget",
      "name" : "StunDecode",
      "path" : "Sources/StunDecode",
      "product_dependencies" : [
        "STUN",
        "NIOCore",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "StunDecode"
      ],
      "sources" : [
        "StunDecode.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StunClient",
      "module_type" : "SwiftTarget",
      "name" : "StunClient",
      "path" : "Sources/StunClient",
      "product_dependencies" : [
        "STUN",
        "Shared",
        "NIOCore",
        "NIOPosix"
      ],
      "product_memberships" : [
        "StunClient"
      ],
      "sources" : [
        "StunClient.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
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
Done.