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

Successful build of swift-rtc-examples, reference master (909518), with Swift 6.1 for Android on 29 May 2025 10:40:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.63.1
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:         android
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.45s)
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/apple/swift-nio.git
Fetching https://github.com/karwa/swift-url.git
[1/2049] Fetching swift-docc-plugin
[227/2882] Fetching swift-docc-plugin, swift-extras-base64
[1060/3750] Fetching swift-docc-plugin, swift-extras-base64, swift-hash
[2051/79843] Fetching swift-docc-plugin, swift-extras-base64, swift-hash, swift-nio
[2154/93779] Fetching swift-docc-plugin, swift-extras-base64, swift-hash, swift-nio, swift-crypto
[6249/105504] Fetching swift-docc-plugin, swift-extras-base64, swift-hash, swift-nio, swift-crypto, swift-url
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.94s)
[6946/104671] Fetching swift-docc-plugin, swift-hash, swift-nio, swift-crypto, swift-url
Fetched https://github.com/apple/swift-docc-plugin from cache (0.97s)
[5914/102622] Fetching swift-hash, swift-nio, swift-crypto, swift-url
Fetched https://github.com/karwa/swift-url.git from cache (2.72s)
[64265/90897] Fetching swift-hash, swift-nio, swift-crypto
Fetched https://github.com/tayloraswift/swift-hash.git from cache (3.43s)
[66441/90029] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.48s)
[53266/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.78s)
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 (11.75s)
Computing version for https://github.com/karwa/swift-url.git
Computed https://github.com/karwa/swift-url.git at 0.4.2 (0.92s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/tayloraswift/swift-hash.git
Computed https://github.com/tayloraswift/swift-hash.git at 0.7.1 (1.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.54s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.86s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[532/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.89s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.5.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/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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/418] Write sources
[20/418] Compiling CNIOWindows shim.c
[21/418] Compiling _AtomicsShims.c
[22/418] Compiling CNIOWindows WSAStartup.c
[23/418] Compiling CNIOWASI CNIOWASI.c
[24/418] Compiling CNIOLinux liburing_shims.c
[25/418] Compiling CNIODarwin shim.c
[26/418] Compiling CNIOLinux shim.c
[27/418] Compiling a_dup.cc
[28/418] Compiling a_mbstr.cc
[29/418] Compiling a_i2d_fp.cc
[30/418] Compiling fiat_p256_adx_sqr.S
[31/418] Compiling fiat_p256_adx_mul.S
[32/418] Compiling fiat_curve25519_adx_square.S
[33/418] Compiling fiat_curve25519_adx_mul.S
[34/418] Compiling md5-x86_64-linux.S
[35/418] Compiling md5-586-linux.S
[36/418] Compiling md5-x86_64-apple.S
[37/418] Compiling md5-586-apple.S
[38/418] Compiling a_gentm.cc
[39/418] Write swift-version-24593BA9C3E375BF.txt
[39/418] Compiling a_int.cc
[41/418] Compiling CCryptoBoringSSLShims shims.c
[42/422] Compiling chacha20_poly1305_x86_64-apple.S
[42/422] Compiling chacha20_poly1305_x86_64-linux.S
[44/422] Compiling chacha20_poly1305_armv8-win.S
[45/422] Compiling err_data.cc
[46/422] Compiling chacha20_poly1305_armv8-linux.S
[47/422] Compiling chacha20_poly1305_armv8-apple.S
[48/424] Compiling chacha-x86_64-linux.S
[49/424] Compiling chacha-x86_64-apple.S
[50/451] Compiling chacha-x86-linux.S
[51/451] Compiling chacha-x86-apple.S
[52/451] Compiling chacha-armv8-win.S
[54/451] Emitting module _NIOBase64
[54/451] Compiling chacha-armv8-linux.S
[55/451] Compiling chacha-armv8-apple.S
[56/451] Compiling chacha-armv4-linux.S
[57/451] Compiling aes128gcmsiv-x86_64-linux.S
[58/451] Compiling aes128gcmsiv-x86_64-apple.S
[59/451] Compiling x86_64-mont5-linux.S
[60/451] Compiling x86_64-mont5-apple.S
[61/451] Compiling x86_64-mont-linux.S
[62/451] Compiling x86_64-mont-apple.S
[63/451] Compiling x86-mont-linux.S
[64/451] Compiling x86-mont-apple.S
[65/451] Compiling vpaes-x86_64-linux.S
[66/451] Compiling vpaes-x86_64-apple.S
[67/451] Compiling vpaes-x86-linux.S
[68/451] Compiling vpaes-x86-apple.S
[69/451] Compiling vpaes-armv8-win.S
[70/451] Compiling vpaes-armv8-linux.S
[71/451] Compiling vpaes-armv8-apple.S
[72/451] Compiling vpaes-armv7-linux.S
[73/451] Compiling sha512-x86_64-linux.S
[74/451] Compiling sha512-x86_64-apple.S
[75/451] Compiling sha512-armv8-win.S
[76/451] Compiling sha512-armv8-linux.S
[77/451] Compiling sha512-armv8-apple.S
[78/451] Compiling sha512-armv4-linux.S
[79/451] Compiling sha512-586-linux.S
[80/451] Compiling sha512-586-apple.S
[81/451] Compiling sha256-x86_64-linux.S
[82/451] Compiling sha256-x86_64-apple.S
[83/451] Compiling sha256-armv8-win.S
[84/451] Compiling c-atomics.c
[85/451] Compiling c-nioatomics.c
[86/451] Compiling sha256-armv8-linux.S
[87/451] Compiling sha256-armv8-apple.S
[88/451] Compiling sha256-armv4-linux.S
[89/451] Compiling sha256-586-linux.S
[91/451] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/452] Compiling sha256-586-apple.S
[93/458] Compiling _NIOBase64 Base64.swift
[93/459] Compiling sha1-x86_64-linux.S
[95/459] Compiling _NIODataStructures _TinyArray.swift
[96/459] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/459] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/459] Emitting module UnicodeDataStructures
[99/459] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[100/459] Compiling InternalCollectionsUtilities Integer rank.swift
[101/459] Compiling UnicodeDataStructures IndexedTable.swift
[101/459] Compiling sha1-x86_64-apple.S
[103/460] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/460] Compiling InternalCollectionsUtilities Debugging.swift
[105/460] Compiling InternalCollectionsUtilities Descriptions.swift
[106/460] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[107/460] Emitting module InternalCollectionsUtilities
[110/460] Compiling UnicodeDataStructures Utils.swift
[111/460] Compiling UnicodeDataStructures CodePointDatabase.swift
[112/460] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[113/460] Compiling InternalCollectionsUtilities _SortedCollection.swift
[116/460] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[117/460] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[118/460] Compiling ExtrasBase64 Base32.swift
[119/460] Compiling _NIODataStructures PriorityQueue.swift
[119/460] Compiling sha1-armv8-win.S
[121/460] Compiling UnicodeDataStructures IDNAValidationDataSchema.swift
[122/460] Compiling UnicodeDataStructures IDNAMappingDataSchema.swift
[124/460] Emitting module _NIODataStructures
[125/460] Compiling _NIODataStructures Heap.swift
[125/461] Compiling sha1-armv8-linux.S
[126/461] Compiling sha1-armv8-apple.S
[127/461] Compiling sha1-586-apple.S
[129/461] Compiling sha1-586-linux.S
[130/461] Compiling sha1-armv4-large-linux.S
[132/461] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[133/461] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/462] Compiling rsaz-avx2-linux.S
[134/462] Compiling rsaz-avx2-apple.S
[135/462] Compiling rdrand-x86_64-linux.S
[136/462] Wrapping AST for _NIOBase64 for debugging
[138/462] Compiling rdrand-x86_64-apple.S
[139/462] Compiling p256_beeu-x86_64-asm-linux.S
[140/462] Wrapping AST for _NIODataStructures for debugging
[141/462] Compiling p256_beeu-armv8-asm-win.S
[143/462] Compiling NIOConcurrencyHelpers lock.swift
[143/462] Compiling p256_beeu-x86_64-asm-apple.S
[144/462] Compiling p256_beeu-armv8-asm-linux.S
[145/462] Compiling p256-x86_64-asm-linux.S
[146/462] Compiling p256_beeu-armv8-asm-apple.S
[147/462] Compiling p256-armv8-asm-win.S
[148/462] Compiling p256-x86_64-asm-apple.S
[149/462] Compiling p256-armv8-asm-linux.S
[151/462] Compiling NIOConcurrencyHelpers NIOLock.swift
[152/462] Compiling NIOConcurrencyHelpers atomics.swift
[152/462] Wrapping AST for InternalCollectionsUtilities for debugging
[153/462] Compiling p256-armv8-asm-apple.S
[154/462] Compiling ghashv8-armv8-win.S
[155/462] Compiling ghashv8-armv8-apple.S
[156/462] Compiling ghashv8-armv7-linux.S
[157/462] Compiling ghashv8-armv8-linux.S
[158/462] Compiling ghash-x86_64-apple.S
[159/462] Compiling ghash-x86_64-linux.S
[160/469] Compiling ghash-x86-apple.S
[161/471] Compiling ghash-x86-linux.S
[162/477] Compiling ghash-ssse3-x86_64-linux.S
[164/477] Emitting module NIOConcurrencyHelpers
[165/477] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[165/478] Compiling ghash-ssse3-x86_64-apple.S
[166/478] Compiling ghash-neon-armv8-win.S
[167/478] Compiling ghash-ssse3-x86-apple.S
[169/478] Compiling ghash-ssse3-x86-linux.S
[170/478] Compiling ghash-neon-armv8-linux.S
[171/478] Compiling ghash-neon-armv8-apple.S
[172/478] Compiling ghash-armv4-linux.S
[173/478] Compiling co-586-linux.S
[174/478] Compiling co-586-apple.S
[175/478] Compiling bsaes-armv7-linux.S
[176/478] Wrapping AST for NIOConcurrencyHelpers for debugging
[177/478] Compiling bn-armv8-win.S
[179/478] Compiling DequeModule Deque+CustomReflectable.swift
[180/478] Compiling DequeModule Deque+Descriptions.swift
[180/480] Compiling bn-armv8-apple.S
[181/480] Compiling bn-armv8-linux.S
[182/480] Compiling bn-586-apple.S
[183/480] Compiling bn-586-linux.S
[184/480] Compiling armv8-mont-win.S
[186/480] Compiling DequeModule _DequeBuffer.swift
[187/480] Compiling DequeModule _DequeBufferHeader.swift
[187/480] Compiling armv4-mont-linux.S
[188/480] Compiling armv8-mont-linux.S
[189/480] Compiling armv8-mont-apple.S
[190/480] Compiling aesv8-gcm-armv8-win.S
[191/480] Compiling aesv8-armv8-linux.S
[193/480] Compiling UnicodeDataStructures SegmentedLine.swift
[193/481] Compiling aesv8-armv8-apple.S
[194/481] Compiling aesv8-gcm-armv8-apple.S
[196/481] Compiling DequeModule Deque+Equatable.swift
[197/481] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[198/481] Compiling DequeModule Deque+Extras.swift
[199/481] Compiling DequeModule Deque+Hashable.swift
[199/481] Compiling aesv8-armv8-win.S
[200/481] Compiling aesv8-armv7-linux.S
[201/481] Compiling aesv8-gcm-armv8-linux.S
[202/481] Compiling aesni-x86_64-linux.S
[203/481] Compiling aesni-x86_64-apple.S
[204/481] Compiling aesni-x86-linux.S
[205/481] Compiling aesni-x86-apple.S
[207/481] Compiling aesni-gcm-x86_64-apple.S
[208/481] Compiling aesni-gcm-x86_64-linux.S
[209/481] Compiling aes-gcm-avx10-x86_64-linux.S
[210/481] Compiling aes-gcm-avx10-x86_64-apple.S
[212/481] Compiling DequeModule _DequeSlot.swift
[213/481] Compiling DequeModule _UnsafeWrappedBuffer.swift
[214/482] Compiling DequeModule Deque+Testing.swift
[215/482] Compiling DequeModule Deque._Storage.swift
[216/482] Compiling DequeModule Deque._UnsafeHandle.swift
[217/482] Compiling DequeModule Deque.swift
[218/487] Compiling DequeModule Deque+Codable.swift
[219/487] Compiling DequeModule Deque+Collection.swift
[220/487] Emitting module DequeModule
[221/488] Compiling x_x509a.cc
[222/488] Compiling x_spki.cc
[223/488] Wrapping AST for UnicodeDataStructures for debugging
[224/488] Compiling x_sig.cc
[225/488] Compiling x_val.cc
[226/488] Compiling x_x509.cc
[227/488] Compiling x_req.cc
[228/488] Compiling x_pubkey.cc
[229/488] Compiling x_exten.cc
[230/488] Compiling x_name.cc
[231/488] Wrapping AST for DequeModule for debugging
[232/488] Compiling x_crl.cc
[233/488] Compiling x_algor.cc
[234/488] Compiling x_attrib.cc
[236/488] Compiling IDNA Punycode.swift
[236/488] Compiling x509name.cc
[237/488] Compiling x_all.cc
[238/488] Compiling x509spki.cc
[239/488] Compiling x509rset.cc
[241/488] Emitting module ExtrasBase64
[241/488] Compiling x509cset.cc
[242/488] Compiling x509_vpm.cc
[243/488] Compiling x509_v3.cc
[244/488] Compiling x509_txt.cc
[245/488] Compiling x509_set.cc
[246/488] Compiling x509_vfy.cc
[247/488] Compiling x509_trs.cc
[249/488] Compiling IDNA MappingData.swift
[250/488] Emitting module IDNA
[251/488] Compiling ExtrasBase64 Base64.swift
[251/489] Compiling x509_obj.cc
[253/489] Compiling x509_req.cc
[254/489] Wrapping AST for ExtrasBase64 for debugging
[255/489] Compiling x509_ext.cc
[256/489] Compiling x509_lu.cc
[257/489] Compiling x509_d2.cc
[258/489] Compiling x509_def.cc
[259/489] Compiling x509_cmp.cc
[260/489] Compiling x509.cc
[261/489] Compiling x509_att.cc
[263/489] Compiling IDNA ValidationData.swift
[264/489] Compiling IDNA NFC.swift
[265/489] Compiling IDNA IDNA.swift
[265/490] Compiling v3_prn.cc
[267/490] Compiling v3_utl.cc
[268/490] Compiling v3_skey.cc
[269/490] Wrapping AST for IDNA for debugging
[270/490] Compiling v3_purp.cc
[271/527] Compiling v3_pcons.cc
[272/527] Compiling v3_pmaps.cc
[273/527] Compiling v3_ocsp.cc
[274/527] Compiling v3_ncons.cc
[275/527] Compiling v3_int.cc
[276/527] Compiling v3_lib.cc
[277/527] Compiling v3_genn.cc
[278/527] Compiling v3_ia5.cc
[279/527] Compiling v3_info.cc
[280/527] Compiling v3_extku.cc
[281/527] Compiling v3_enum.cc
[282/527] Compiling v3_crld.cc
[283/527] Compiling v3_cpols.cc
[284/527] Compiling v3_bitst.cc
[285/527] Compiling v3_conf.cc
[286/527] Compiling v3_bcons.cc
[287/527] Compiling v3_akeya.cc
[288/527] Compiling v3_alt.cc
[289/527] Compiling v3_akey.cc
[290/527] Compiling t_x509a.cc
[292/527] Compiling WebURL WebURL+Domain.swift
[293/527] Compiling WebURL WebURL+FilePaths.swift
[294/527] Compiling WebURL WebURL+FormParameters.swift
[295/527] Compiling WebURL WebURL+Host.swift
[296/527] Compiling WebURL WebURL+JSModel.swift
[297/527] Compiling WebURL Pointers.swift
[298/527] Compiling WebURL StaticMember.swift
[299/527] Compiling WebURL StringAdditions.swift
[300/527] Compiling WebURL UnsafeBuffer+ReplaceSubrange.swift
[301/527] Compiling WebURL UnsafeSmallStack.swift
[302/527] Compiling WebURL BidirectionalCollection+suffix.swift
[303/527] Compiling WebURL BidirectionalCollection+trim.swift
[304/527] Compiling WebURL BitTwiddling.swift
[305/527] Compiling WebURL Collection+longestRange.swift
[306/527] Compiling WebURL Either.swift
[307/527] Compiling WebURL Errors.swift
[308/527] Compiling WebURL FastCollectionAlgorithms.swift
[309/527] Compiling WebURL Integers.swift
[310/527] Compiling WebURL ManagedArrayBuffer.swift
[311/527] Compiling WebURL MutableCollection+pathUtils.swift
[311/527] Compiling t_req.cc
[312/532] Compiling t_x509.cc
[313/532] Compiling t_crl.cc
[315/532] Compiling WebURL URLStorage+Setters.swift
[316/532] Compiling WebURL URLStorage.swift
[317/532] Compiling WebURL URLStructure.swift
[318/532] Compiling WebURL ASCII+LazyTextTransformations.swift
[319/532] Compiling WebURL ASCII.swift
[319/532] Compiling rsa_pss.cc
[320/532] Compiling policy.cc
[321/532] Compiling i2d_pr.cc
[322/532] Compiling name_print.cc
[324/532] Compiling WebURL URLWriter.swift
[325/532] Compiling WebURL ValidationError.swift
[326/532] Compiling WebURL WebURL+Component.swift
[327/532] Compiling WebURL PercentEncoding.swift
[328/532] Compiling WebURL SPIs.swift
[328/532] Compiling asn1_gen.cc
[329/532] Compiling by_file.cc
[330/532] Compiling by_dir.cc
[331/532] Compiling algorithm.cc
[332/532] Compiling a_verify.cc
[333/532] Compiling a_sign.cc
[334/532] Compiling a_digest.cc
[335/532] Compiling thread_win.cc
[336/532] Compiling trust_token.cc
[337/532] Compiling voprf.cc
[338/532] Compiling pmbtoken.cc
[339/532] Compiling thread_none.cc
[340/532] Compiling thread_pthread.cc
[341/532] Compiling thread.cc
[343/532] Compiling WebURL WebURL+Origin.swift
[344/532] Compiling WebURL WebURL+PathComponents.swift
[345/532] Compiling WebURL WebURL+Scheme.swift
[346/532] Compiling WebURL WebURL+UTF8View.swift
[347/532] Compiling WebURL WebURL.swift
[347/532] Compiling thash.cc
[348/532] Compiling stack.cc
[349/532] Compiling wots.cc
[350/532] Compiling merkle.cc
[351/532] Compiling fors.cc
[352/532] Compiling slhdsa.cc
[353/532] Compiling sha512.cc
[354/532] Compiling siphash.cc
[355/532] Compiling sha256.cc
[356/532] Compiling sha1.cc
[357/532] Compiling rsa_extra.cc
[358/532] Compiling windows.cc
[359/532] Compiling refcount.cc
[360/532] Compiling rc4.cc
[361/532] Compiling rsa_print.cc
[362/532] Compiling rsa_crypt.cc
[364/532] Compiling WebURL DeprecatedAPIs.swift
[365/532] Compiling WebURL IPAddress.swift
[366/532] Compiling WebURL Parser+Host.swift
[367/532] Compiling WebURL Parser+Path.swift
[368/532] Compiling WebURL Parser+StringUtils.swift
[369/532] Compiling WebURL Parser.swift
[369/532] Compiling rsa_asn1.cc
[370/532] Compiling trusty.cc
[371/532] Compiling rand_extra.cc
[372/532] Compiling ios.cc
[373/532] Compiling getentropy.cc
[374/532] Compiling urandom.cc
[375/532] Compiling passive.cc
[376/532] Compiling poly1305_arm_asm.S
[377/532] Compiling forkunsafe.cc
[378/532] Compiling fork_detect.cc
[379/532] Compiling deterministic.cc
[380/532] Compiling poly1305_vec.cc
[381/532] Compiling poly1305_arm.cc
[382/532] Compiling poly1305.cc
[383/532] Compiling pool.cc
[384/532] Compiling pkcs8.cc
[385/532] Compiling pkcs8_x509.cc
[386/532] Compiling pkcs7.cc
[387/532] Compiling p5_pbev2.cc
[388/532] Compiling pkcs7_x509.cc
[389/532] Compiling pem_xaux.cc
[391/532] Emitting module WebURL
[392/533] Compiling pem_x509.cc
[393/533] Compiling pem_pkey.cc
[394/533] Wrapping AST for WebURL for debugging
[395/533] Compiling pem_pk8.cc
[396/533] Compiling pem_oth.cc
[397/533] Compiling pem_info.cc
[398/533] Compiling pem_all.cc
[399/533] Compiling pem_lib.cc
[400/533] Compiling obj_xref.cc
[401/533] Compiling obj.cc
[402/533] Compiling mldsa.cc
[403/533] Compiling poly_rq_mul.S
[404/533] Compiling mlkem.cc
[405/533] Compiling fips_shared_support.cc
[406/533] Compiling mem.cc
[407/533] Compiling md5.cc
[408/533] Compiling md4.cc
[409/533] Compiling lhash.cc
[410/533] Compiling kyber.cc
[411/533] Compiling ex_data.cc
[412/533] Compiling sign.cc
[413/533] Compiling hpke.cc
[414/533] Compiling scrypt.cc
[415/533] Compiling hrss.cc
[416/533] Compiling print.cc
[417/533] Compiling pbkdf.cc
[418/533] Compiling p_x25519_asn1.cc
[419/533] Compiling p_x25519.cc
[420/533] Compiling p_rsa_asn1.cc
[421/533] Compiling p_rsa.cc
[422/533] Compiling p_ed25519.cc
[423/533] Compiling p_ed25519_asn1.cc
[424/533] Compiling p_hkdf.cc
[425/533] Compiling p_ec.cc
[426/533] Compiling p_ec_asn1.cc
[427/533] Compiling p_dh_asn1.cc
[428/533] Compiling p_dh.cc
[429/533] Compiling p_dsa_asn1.cc
[430/533] Compiling evp_ctx.cc
[431/533] Compiling evp_asn1.cc
[432/533] Compiling evp.cc
[433/533] Compiling err.cc
[434/533] Compiling hash_to_curve.cc
[435/533] Compiling engine.cc
[436/533] Compiling ecdh_extra.cc
[437/533] Compiling ecdsa_asn1.cc
[438/533] Compiling ec_derive.cc
[439/533] Compiling ec_asn1.cc
[440/533] Compiling bcm.cc
[441/533] Compiling params.cc
[442/533] Compiling dsa.cc
[443/533] Compiling x25519-asm-arm.S
[444/533] Compiling digest_extra.cc
[445/533] Compiling dsa_asn1.cc
[446/533] Compiling dh_asn1.cc
[447/533] Compiling des.cc
[448/533] Compiling curve25519_64_adx.cc
[449/533] Compiling spake25519.cc
[450/533] Compiling cpu_intel.cc
[451/533] Compiling cpu_arm_linux.cc
[452/533] Compiling crypto.cc
[453/533] Compiling cpu_arm_freebsd.cc
[454/533] Compiling curve25519.cc
[455/533] Compiling cpu_aarch64_win.cc
[456/533] Compiling cpu_aarch64_sysreg.cc
[457/533] Compiling tls_cbc.cc
[458/533] Compiling cpu_aarch64_openbsd.cc
[459/533] Compiling cpu_aarch64_fuchsia.cc
[460/533] Compiling cpu_aarch64_linux.cc
[461/533] Compiling cpu_aarch64_apple.cc
[462/533] Compiling conf.cc
[463/533] Compiling e_rc2.cc
[464/533] Compiling e_tls.cc
[465/533] Compiling e_rc4.cc
[466/533] Compiling e_aesgcmsiv.cc
[467/533] Compiling e_null.cc
[468/533] Compiling e_des.cc
[469/533] Compiling e_chacha20poly1305.cc
[470/533] Compiling e_aesctrhmac.cc
[471/533] Compiling derive_key.cc
[472/533] Compiling cipher_extra.cc
[473/533] Compiling chacha.cc
[474/533] Compiling asn1_compat.cc
[475/533] Compiling unicode.cc
[476/533] Compiling buf.cc
[477/533] Compiling ber.cc
[478/533] Compiling cbb.cc
[479/533] Compiling cbs.cc
[480/533] Compiling convert.cc
[481/533] Compiling bn_asn1.cc
[482/533] Compiling blake2.cc
[483/533] Compiling printf.cc
[484/533] Compiling pair.cc
[485/533] Compiling file.cc
[486/533] Compiling fd.cc
[487/533] Compiling hexdump.cc
[488/533] Compiling errno.cc
[489/533] Compiling bio_mem.cc
[490/533] Compiling bio.cc
[491/533] Compiling base64.cc
[492/533] Compiling tasn_typ.cc
[493/533] Compiling tasn_fre.cc
[494/533] Compiling tasn_new.cc
[495/533] Compiling tasn_utl.cc
[496/533] Compiling tasn_enc.cc
[497/533] Compiling f_string.cc
[498/533] Compiling asn_pack.cc
[499/533] Compiling f_int.cc
[500/533] Compiling posix_time.cc
[501/533] Compiling tasn_dec.cc
[502/533] Compiling asn1_par.cc
[503/533] Compiling a_utctm.cc
[504/533] Compiling a_type.cc
[505/533] Compiling a_time.cc
[506/533] Compiling asn1_lib.cc
[507/533] Write sources
[508/535] Compiling a_strex.cc
[509/535] Write sources
[511/535] Compiling a_strnid.cc
[512/535] Compiling a_octet.cc
[514/535] 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
[515/535] 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
[515/536] Compiling a_object.cc
[517/555] Compiling a_d2i_fp.cc
[518/555] Compiling a_bitstr.cc
[519/555] Wrapping AST for BaseDigits for debugging
[520/560] Compiling a_bool.cc
[522/560] Compiling Atomics Primitives.shims.swift
[523/560] Compiling Atomics AtomicInteger.swift
[524/560] Compiling Atomics AtomicOptionalWrappable.swift
[525/560] Compiling Atomics ManagedAtomic.swift
[526/560] Compiling Atomics ManagedAtomicLazyReference.swift
[527/564] Compiling Atomics UnsafeAtomic.swift
[528/564] Compiling Atomics UnsafeAtomicLazyReference.swift
[529/564] Compiling Atomics AtomicMemoryOrderings.swift
[530/564] Compiling Atomics DoubleWord.swift
[531/565] 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
[532/565] 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
[533/565] 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
[534/565] 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
[535/565] 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
[537/571] Compiling Atomics OptionalRawRepresentable.swift
[538/571] Compiling Atomics RawRepresentable.swift
[539/571] Compiling Atomics AtomicBool.swift
[539/571] Wrapping AST for Base16 for debugging
[541/571] Compiling Atomics IntegerOperations.swift
[542/571] Compiling Atomics Unmanaged extensions.swift
[543/573] 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
[544/573] 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
[546/574] Compiling CryptoBoringWrapper RandomBytes.swift
[547/574] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[548/574] Emitting module CryptoBoringWrapper
[549/574] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[549/574] Wrapping AST for CRC for debugging
[551/574] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[552/574] Compiling CryptoBoringWrapper EllipticCurve.swift
[553/574] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[554/574] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[555/575] Wrapping AST for CryptoBoringWrapper for debugging
[557/605] Emitting module Atomics
[558/646] Compiling Crypto ASN1OctetString.swift
[559/646] Compiling Crypto ASN1Strings.swift
[560/646] Compiling Crypto ArraySliceBigint.swift
[561/646] Compiling Crypto ECDSASignature.swift
[562/646] Compiling Crypto PEMDocument.swift
[563/646] Compiling Crypto AES-GCM.swift
[564/647] Wrapping AST for Atomics for debugging
[566/707] Compiling Crypto HPKE-Ciphersuite.swift
[567/707] Compiling Crypto HPKE-KDF.swift
[568/707] Compiling Crypto HPKE-KexKeyDerivation.swift
[569/707] Compiling Crypto HPKE-LabeledExtract.swift
[570/707] Compiling Crypto HPKE-Utils.swift
[571/707] Compiling Crypto DHKEM.swift
[572/707] Compiling Crypto HPKE-KEM-Curve25519.swift
[573/707] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[574/707] Compiling Crypto HPKE-KEM.swift
[575/707] Compiling Crypto HPKE-Errors.swift
[576/707] Compiling NIOCore DeadChannel.swift
[577/707] Compiling NIOCore DispatchQueue+WithFuture.swift
[578/707] Compiling NIOCore EventLoop+Deprecated.swift
[579/707] Compiling NIOCore EventLoop+SerialExecutor.swift
[580/707] Compiling NIOCore EventLoop.swift
[581/707] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[582/707] Compiling NIOCore EventLoopFuture+Deprecated.swift
[583/707] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[584/707] Compiling NIOCore EventLoopFuture.swift
[585/707] Compiling NIOCore FileDescriptor.swift
[586/716] Compiling NIOCore AsyncAwaitSupport.swift
[587/716] Compiling NIOCore AsyncChannel.swift
[588/716] Compiling NIOCore AsyncChannelHandler.swift
[589/716] Compiling NIOCore AsyncChannelInboundStream.swift
[590/716] Compiling NIOCore AsyncChannelOutboundWriter.swift
[591/716] Compiling NIOCore NIOAsyncSequenceProducer.swift
[592/716] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[593/716] Compiling NIOCore NIOAsyncWriter.swift
[594/716] Compiling NIOCore ByteBuffer-multi-int.swift
[595/716] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[596/716] Compiling NIOCore ByteBuffer-views.swift
[597/716] Compiling NIOCore Channel.swift
[598/716] Compiling NIOCore ChannelHandler.swift
[599/716] Compiling NIOCore ChannelHandlers.swift
[600/716] Compiling NIOCore ChannelInvoker.swift
[601/716] Compiling NIOCore ChannelOption.swift
[602/716] Compiling NIOCore ChannelPipeline.swift
[603/716] Compiling NIOCore CircularBuffer.swift
[604/716] Compiling NIOCore Codec.swift
[605/716] Compiling NIOCore ConvenienceOptionSupport.swift
[606/716] Compiling NIOCore FileHandle.swift
[607/716] Compiling NIOCore FileRegion.swift
[608/716] Compiling NIOCore GlobalSingletons.swift
[609/716] Compiling NIOCore IO.swift
[610/716] Compiling NIOCore IOData.swift
[611/716] Compiling NIOCore IPProtocol.swift
[612/716] Compiling NIOCore IntegerBitPacking.swift
[613/716] Compiling NIOCore IntegerTypes.swift
[614/716] Compiling NIOCore Interfaces.swift
[615/716] Compiling NIOCore Linux.swift
[616/716] Emitting module Crypto
[617/716] Compiling NIOCore MarkedCircularBuffer.swift
[618/716] Compiling NIOCore MulticastChannel.swift
[619/716] Compiling NIOCore NIOAny.swift
[620/716] Compiling NIOCore NIOCloseOnErrorHandler.swift
[621/716] Compiling NIOCore NIOLoopBound.swift
[622/716] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[623/716] Compiling NIOCore NIOScheduledCallback.swift
[624/716] Compiling NIOCore NIOSendable.swift
[625/716] Compiling NIOCore RecvByteBufferAllocator.swift
[626/716] Compiling Crypto ECDH.swift
[635/724] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[636/724] Compiling NIOCore BSDSocketAPI.swift
[637/724] Compiling NIOCore ByteBuffer-aux.swift
[638/724] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[639/724] Compiling NIOCore ByteBuffer-conversions.swift
[640/724] Compiling NIOCore ByteBuffer-core.swift
[641/724] Compiling NIOCore ByteBuffer-hex.swift
[642/724] Compiling NIOCore ByteBuffer-int.swift
[643/724] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[644/724] Compiling NIOCore AddressedEnvelope.swift
[645/724] Compiling Crypto Signature.swift
[646/724] Compiling Crypto CryptoKitErrors_boring.swift
[647/724] Compiling Crypto RNG_boring.swift
[648/724] Compiling Crypto SafeCompare_boring.swift
[649/724] Compiling Crypto Zeroization_boring.swift
[650/724] Compiling Crypto PrettyBytes.swift
[651/724] Compiling Crypto SafeCompare.swift
[652/724] Compiling Crypto SecureBytes.swift
[653/724] Compiling Crypto Zeroization.swift
[662/725] Wrapping AST for Crypto for debugging
[698/725] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[699/725] Compiling NIOCore SocketAddresses.swift
[700/725] Compiling NIOCore SocketOptionProvider.swift
[701/725] Compiling NIOCore SystemCallHelpers.swift
[702/725] Compiling NIOCore TimeAmount+Duration.swift
[703/725] Compiling NIOCore TypeAssistedChannelHandler.swift
[704/725] Compiling NIOCore UniversalBootstrapSupport.swift
[705/725] Compiling NIOCore Utilities.swift
[706/725] Emitting module NIOCore
[716/726] Wrapping AST for NIOCore for debugging
[718/777] Compiling Shared ByteBufferView.swift
[719/777] Emitting module Shared
[720/777] Compiling Shared RTCHanlder.swift
[721/777] Compiling Shared SocketAddress.swift
[722/777] Compiling Shared StdExtensions.swift
[723/778] Wrapping AST for Shared for debugging
[725/792] Compiling STUN Uri.swift
[726/793] Compiling STUN TextAttribute.swift
[727/793] Compiling STUN UnknownAttribute.swift
[728/793] Compiling STUN MessageIntegrity.swift
[729/793] Compiling STUN StunError.swift
[730/793] Emitting module STUN
[731/793] Compiling STUN XorMappedAddress.swift
[732/793] Compiling STUN Attribute.swift
[733/793] Compiling STUN Checks.swift
[734/793] Compiling STUN Client.swift
[735/793] Compiling STUN ErrorCodeAttribute.swift
[736/793] Compiling STUN Address.swift
[737/793] Compiling STUN Agent.swift
[738/793] Compiling NIOPosix Pool.swift
[739/793] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[740/793] Compiling NIOPosix PosixSingletons.swift
[741/793] Compiling NIOPosix RawSocketBootstrap.swift
[742/793] Compiling NIOPosix Resolver.swift
[743/793] Compiling NIOPosix Selectable.swift
[744/799] Compiling NIOPosix SelectableChannel.swift
[745/799] Compiling NIOPosix SelectableEventLoop.swift
[746/799] Compiling NIOPosix SelectorEpoll.swift
[747/799] Compiling NIOPosix SelectorGeneric.swift
[748/799] Compiling NIOPosix SelectorKqueue.swift
[749/799] Compiling NIOPosix SelectorUring.swift
[750/799] Compiling NIOPosix ServerSocket.swift
[751/799] Compiling NIOPosix Socket.swift
[752/799] Compiling NIOPosix SocketChannel.swift
[753/799] Compiling NIOPosix SocketProtocols.swift
[754/799] Compiling NIOPosix System.swift
[755/799] Compiling NIOPosix Thread.swift
[756/799] Emitting module NIOPosix
[757/799] Compiling STUN Fingerprint.swift
[758/799] Compiling STUN Message.swift
[759/800] Wrapping AST for STUN for debugging
[761/802] Emitting module StunDecode
[762/802] Compiling NIOPosix ThreadPosix.swift
[763/802] Compiling NIOPosix ThreadWindows.swift
[764/802] Compiling NIOPosix UnsafeTransfer.swift
[765/802] Compiling NIOPosix Utilities.swift
[766/802] Compiling NIOPosix VsockAddress.swift
[767/802] Compiling NIOPosix VsockChannelEvents.swift
[768/802] Compiling StunDecode StunDecode.swift
[775/803] Compiling NIOPosix LinuxUring.swift
[776/803] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[777/803] Compiling NIOPosix NIOThreadPool.swift
[778/803] Compiling NIOPosix NonBlockingFileIO.swift
[779/803] Compiling NIOPosix PendingDatagramWritesManager.swift
[780/803] Compiling NIOPosix PendingWritesManager.swift
[781/803] Compiling NIOPosix PipeChannel.swift
[782/803] Compiling NIOPosix PipePair.swift
[782/803] Wrapping AST for StunDecode for debugging
[783/803] Write Objects.LinkFileList
[785/803] Compiling NIOPosix BSDSocketAPICommon.swift
[786/803] Compiling NIOPosix BSDSocketAPIPosix.swift
[787/803] Compiling NIOPosix BSDSocketAPIWindows.swift
[788/803] Compiling NIOPosix BaseSocket.swift
[789/803] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[790/803] Compiling NIOPosix BaseSocketChannel.swift
[791/803] Compiling NIOPosix BaseStreamSocketChannel.swift
[799/804] Wrapping AST for NIOPosix for debugging
[800/806] Linking StunDecode
[802/806] 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 {
[803/806] 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 {
[804/807] Wrapping AST for StunClient for debugging
[805/807] Write Objects.LinkFileList
[806/807] Linking StunClient
Build complete! (203.58s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.