Build Information
Successful build of swift-dwarf, reference 0.2.0 (6127d3), with Swift 6.1 for Linux on 23 Apr 2026 11:29:26 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-dwarf.git
Reference: 0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/p-x9/swift-dwarf
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 6127d36 Merge pull request #3 from p-x9/feature/elf-dwarf
Cloned https://github.com/p-x9/swift-dwarf.git
Revision (git rev-parse @):
6127d36b2d7918417c8783b9683b2b44d98522e4
SUCCESS checkout https://github.com/p-x9/swift-dwarf.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/p-x9/swift-dwarf.git
https://github.com/p-x9/swift-dwarf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/p-x9/MachOKit.git
Fetching https://github.com/p-x9/ELFKit.git
[1/1928] Fetching elfkit
[368/8603] Fetching elfkit, machokit
Fetched https://github.com/p-x9/ELFKit.git from cache (0.52s)
[5741/6675] Fetching machokit
Fetching https://github.com/p-x9/swift-fileio-extra.git
Fetched https://github.com/p-x9/MachOKit.git from cache (0.76s)
Fetching https://github.com/p-x9/swift-fileio.git
[1/48] Fetching swift-fileio-extra
[49/294] Fetching swift-fileio-extra, swift-fileio
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.38s)
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.41s)
Computing version for https://github.com/p-x9/ELFKit.git
Computed https://github.com/p-x9/ELFKit.git at 0.6.0 (2.21s)
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/ObjectArchiveKit.git
[1/242] Fetching swift-binary-parse-support
[243/501] Fetching swift-binary-parse-support, objectarchivekit
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.42s)
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.43s)
Computing version for https://github.com/p-x9/swift-fileio-extra.git
Computed https://github.com/p-x9/swift-fileio-extra.git at 0.2.2 (1.52s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.97s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (0.91s)
Computing version for https://github.com/p-x9/MachOKit.git
warning: 'machokit': /Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
130 | public static var allCases: [Self] {
131 | [
Computed https://github.com/p-x9/MachOKit.git at 0.49.0 (1.25s)
Fetching https://github.com/apple/swift-crypto.git
[1/17436] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.07s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0 (4.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (5.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (4.44s)
Creating working copy for https://github.com/p-x9/ObjectArchiveKit.git
Working copy of https://github.com/p-x9/ObjectArchiveKit.git resolved at 0.5.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.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/p-x9/MachOKit.git
Working copy of https://github.com/p-x9/MachOKit.git resolved at 0.49.0
Creating working copy for https://github.com/p-x9/ELFKit.git
Working copy of https://github.com/p-x9/ELFKit.git resolved at 0.6.0
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Creating working copy for https://github.com/p-x9/swift-fileio-extra.git
Working copy of https://github.com/p-x9/swift-fileio-extra.git resolved at 0.2.2
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
130 | public static var allCases: [Self] {
131 | [
Building for debugging...
[0/381] Write sources
[10/381] Compiling ELFKitC dummy.c
[11/381] Compiling fiat_p256_adx_sqr.S
[12/381] Compiling MachOKitC mach-o-linux.c
[13/381] Compiling fiat_p256_adx_mul.S
[14/381] Compiling fiat_curve25519_adx_square.S
[15/381] Compiling fiat_curve25519_adx_mul.S
[16/381] Compiling md5-x86_64-apple.S
[17/381] Compiling md5-x86_64-linux.S
[18/381] Compiling DWARFC dummy.c
[19/381] Write swift-version-24593BA9C3E375BF.txt
[20/381] Compiling md5-586-linux.S
[21/381] Compiling md5-586-apple.S
[22/381] Compiling chacha20_poly1305_x86_64-apple.S
[23/381] Compiling aes.cc
[24/381] Compiling err_data.cc
[25/381] Compiling refcount.cc
[26/381] Compiling chacha20_poly1305_x86_64-linux.S
[27/381] Compiling chacha20_poly1305_armv8-win.S
[28/381] Compiling CCryptoBoringSSLShims shims.c
[29/381] Compiling chacha20_poly1305_armv8-linux.S
[29/381] Compiling chacha20_poly1305_armv8-apple.S
[31/387] Compiling chacha-x86_64-linux.S
[31/387] Compiling chacha-x86-linux.S
[33/387] Compiling chacha-x86_64-apple.S
[34/400] Compiling chacha-x86-apple.S
[35/401] Compiling chacha-armv8-win.S
[36/401] Compiling chacha-armv8-apple.S
[37/401] Compiling chacha-armv4-linux.S
[38/401] Compiling chacha-armv8-linux.S
[39/401] Compiling aes128gcmsiv-x86_64-apple.S
[40/401] Compiling aes128gcmsiv-x86_64-linux.S
[41/401] Compiling x86_64-mont5-linux.S
[42/401] Compiling x86_64-mont-apple.S
[43/401] Compiling x86_64-mont5-apple.S
[44/401] Compiling x86_64-mont-linux.S
[45/401] Compiling x86-mont-linux.S
[45/401] Compiling x86-mont-apple.S
[47/401] Compiling vpaes-x86_64-linux.S
[48/401] Compiling vpaes-x86-linux.S
[49/401] Compiling vpaes-armv8-linux.S
[49/401] Compiling vpaes-x86-apple.S
[49/401] Compiling vpaes-x86_64-apple.S
[52/401] Compiling vpaes-armv8-win.S
[53/401] Compiling sha512-x86_64-linux.S
[54/401] Compiling sha512-armv8-linux.S
[55/401] Compiling vpaes-armv8-apple.S
[56/401] Compiling sha512-x86_64-apple.S
[57/401] Compiling sha512-armv8-win.S
[58/401] Compiling vpaes-armv7-linux.S
[59/401] Compiling sha512-armv4-linux.S
[60/401] Compiling sha512-armv8-apple.S
[61/401] Compiling sha512-586-apple.S
[62/401] Compiling sha512-586-linux.S
[63/401] Compiling sha256-x86_64-linux.S
[64/401] Compiling sha256-x86_64-apple.S
[65/401] Compiling sha256-armv8-win.S
[66/401] Compiling sha256-armv8-apple.S
[67/401] Compiling sha256-armv8-linux.S
[68/401] Compiling sha256-armv4-linux.S
[69/401] Compiling sha256-586-linux.S
[70/401] Compiling sha256-586-apple.S
[71/401] Compiling sha1-x86_64-apple.S
[72/401] Compiling sha1-armv8-win.S
[73/401] Compiling sha1-armv8-linux.S
[74/401] Compiling sha1-armv8-apple.S
[75/401] Compiling sha1-x86_64-linux.S
[76/401] Compiling sha1-armv4-large-linux.S
[77/401] Compiling sha1-586-linux.S
[78/401] Compiling sha1-586-apple.S
[79/401] Compiling rsaz-avx2-linux.S
[80/401] Compiling rsaz-avx2-apple.S
[81/401] Compiling p256_beeu-x86_64-asm-linux.S
[82/401] Compiling rdrand-x86_64-apple.S
[83/401] Compiling rdrand-x86_64-linux.S
[84/401] Compiling p256_beeu-armv8-asm-win.S
[85/401] Compiling p256_beeu-x86_64-asm-apple.S
[86/401] Compiling p256_beeu-armv8-asm-linux.S
[87/401] Compiling p256_beeu-armv8-asm-apple.S
[88/401] Compiling p256-x86_64-asm-apple.S
[89/401] Compiling p256-x86_64-asm-linux.S
[90/401] Compiling p256-armv8-asm-linux.S
[91/401] Compiling ghashv8-armv8-win.S
[92/401] Compiling p256-armv8-asm-apple.S
[93/401] Compiling p256-armv8-asm-win.S
[94/401] Compiling ghashv8-armv8-linux.S
[95/401] Compiling ghashv8-armv8-apple.S
[96/401] Compiling ghashv8-armv7-linux.S
[97/401] Compiling ghash-x86_64-linux.S
[98/401] Compiling ghash-x86-linux.S
[99/401] Compiling ghash-x86_64-apple.S
[100/401] Compiling ghash-ssse3-x86_64-linux.S
[101/401] Compiling ghash-x86-apple.S
[102/401] Compiling ghash-ssse3-x86_64-apple.S
[103/401] Compiling ghash-ssse3-x86-linux.S
[104/401] Compiling ghash-ssse3-x86-apple.S
[105/401] Compiling ghash-neon-armv8-win.S
[106/401] Compiling ghash-neon-armv8-linux.S
[107/401] Compiling ghash-neon-armv8-apple.S
[108/401] Compiling ghash-armv4-linux.S
[109/401] Compiling co-586-apple.S
[110/401] Compiling bsaes-armv7-linux.S
[111/401] Compiling bn-armv8-win.S
[112/401] Compiling co-586-linux.S
[113/401] Compiling bn-armv8-linux.S
[114/401] Compiling bn-armv8-apple.S
[115/401] Compiling bn-586-linux.S
[116/401] Compiling bn-586-apple.S
[117/401] Compiling armv8-mont-win.S
[118/401] Compiling armv8-mont-linux.S
[119/401] Compiling armv4-mont-linux.S
[120/401] Compiling armv8-mont-apple.S
[121/401] Compiling aesv8-armv8-win.S
[122/401] Compiling aesv8-gcm-armv8-linux.S
[123/401] Compiling aesv8-gcm-armv8-win.S
[124/401] Compiling aesv8-gcm-armv8-apple.S
[125/401] Compiling aesv8-armv8-linux.S
[126/401] Compiling aesv8-armv7-linux.S
[127/401] Compiling aesv8-armv8-apple.S
[128/401] Compiling aesni-x86_64-apple.S
[129/401] Compiling aesni-x86_64-linux.S
[130/401] Compiling aesni-x86-apple.S
[131/401] Compiling aesni-x86-linux.S
[132/401] Compiling aesni-gcm-x86_64-apple.S
[133/401] Compiling aesni-gcm-x86_64-linux.S
[134/401] Compiling aes-gcm-avx512-x86_64-linux.S
[135/401] Compiling aes-gcm-avx2-x86_64-linux.S
[136/401] Compiling aes-gcm-avx512-x86_64-apple.S
[137/401] Compiling aes-gcm-avx2-x86_64-apple.S
[138/401] Compiling xwing.cc
[139/401] Compiling x_req.cc
[140/401] Compiling x_sig.cc
[141/401] Compiling x_x509.cc
[142/401] Compiling x_spki.cc
[143/401] Compiling x_x509a.cc
[144/401] Compiling x_pubkey.cc
[145/401] Compiling x_name.cc
[146/401] Compiling x_attrib.cc
[147/401] Compiling x_exten.cc
[148/401] Compiling x_all.cc
[149/401] Compiling x_crl.cc
[150/401] Compiling x509name.cc
[151/401] Compiling x509spki.cc
[152/401] Compiling x_algor.cc
[153/401] Compiling x509rset.cc
[154/401] Compiling x509_vfy.cc
[155/401] Compiling x509_txt.cc
[156/401] Compiling x509cset.cc
[157/401] Compiling x509_vpm.cc
[158/401] Compiling x509_lu.cc
[158/401] Compiling x509_v3.cc
[160/401] Compiling x509_obj.cc
[161/401] Compiling x509_set.cc
[162/401] Compiling x509_trs.cc
[163/401] Compiling x509_req.cc
[164/401] Compiling x509_d2.cc
[165/401] Compiling x509_ext.cc
[166/401] Compiling x509_att.cc
[168/401] Compiling FileIO MemoryMappedFile.swift
[169/401] Emitting module FileIO
[170/401] Compiling FileIO ConcatenatedStreamedFile.swift
[171/401] Compiling FileIO system.swift
[172/401] Compiling BinaryParseSupport StringTableEntry.swift
[173/401] Compiling BinaryParseSupport BitFlags.swift
[174/402] Compiling BinaryParseSupport DataSequence.swift
[175/402] Compiling BinaryParseSupport LayoutWrapper.swift
[176/402] Compiling BinaryParseSupport StringTable.swift
[177/402] Compiling BinaryParseSupport MemorySequence.swift
[177/402] Compiling x509_def.cc
[179/402] Compiling FileIO FileIO.swift
[180/402] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[181/402] Compiling FileIO StreamedFile.swift
[182/403] Compiling BinaryParseSupport FileHandle+.swift
[183/403] Compiling BinaryParseSupport String+.swift
[184/403] Compiling BinaryParseSupport UnsafePointer+.swift
[185/403] Compiling BinaryParseSupport Endian.swift
[186/403] Emitting module BinaryParseSupport
[187/403] Compiling BinaryParseSupport BinaryParseSupport.swift
[188/403] Compiling BinaryParseSupport Data+.swift
[188/403] Compiling x509_cmp.cc
[190/403] Compiling v3_skey.cc
[192/403] Compiling BinaryParseSupport UnicodeStrings.swift
[192/404] Compiling x509.cc
[193/404] Compiling v3_utl.cc
[195/404] Compiling v3_purp.cc
[196/404] Compiling v3_pmaps.cc
[197/404] Compiling v3_prn.cc
[198/407] Compiling v3_pcons.cc
[200/407] Emitting module FileIOBinary
[200/407] Compiling v3_ocsp.cc
[201/407] Compiling v3_int.cc
[202/407] Compiling v3_ncons.cc
[203/407] Compiling v3_info.cc
[205/407] Compiling FileIOBinary FileIOBinary.swift
[206/407] Compiling FileIOBinary _FileIOProtocol+.swift
[207/408] Compiling v3_lib.cc
[208/408] Compiling v3_ia5.cc
[209/497] Compiling v3_genn.cc
[210/561] Compiling v3_cpols.cc
[211/561] Compiling v3_crld.cc
[212/561] Compiling v3_enum.cc
[213/561] Compiling v3_extku.cc
[214/561] Compiling v3_bitst.cc
[215/561] Compiling v3_conf.cc
[216/561] Compiling v3_bcons.cc
[217/561] Compiling v3_akeya.cc
[218/561] Compiling v3_alt.cc
[220/561] Compiling DWARF DWARFLineHeader.swift
[221/561] Compiling DWARF DWARFLineTable.swift
[222/561] Compiling DWARF DWARFLineExtendedOpcode.swift
[223/561] Compiling DWARF DWARFLineStandardOpcode.swift
[224/561] Compiling DWARF DWARFLineExtendedOperation.swift
[225/561] Compiling DWARF DWARFLineOperation.swift
[226/561] Compiling DWARF DWARFLineStandardOperation.swift
[227/561] Compiling DWARF DWARFNameIndexEntry.swift
[228/561] Compiling DWARF DWARFNameIndexHashTable.swift
[229/561] Compiling DWARF DWARFNameIndexHeader.swift
[230/561] Compiling DWARF DWARFNameIndexNameTable.swift
[231/561] Compiling DWARF DWARFRange.swift
[231/573] Compiling v3_akey.cc
[232/573] Compiling t_x509a.cc
[233/573] Compiling t_req.cc
[234/573] Compiling t_crl.cc
[235/573] Compiling rsa_pss.cc
[236/573] Compiling t_x509.cc
[237/573] Compiling policy.cc
[238/573] Compiling i2d_pr.cc
[239/573] Compiling name_print.cc
[240/573] Compiling by_file.cc
[241/573] Compiling asn1_gen.cc
[242/573] Compiling by_dir.cc
[244/573] Emitting module DWARF
<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
[245/581] Compiling ELFKit ELFSymbolProtocol.swift
[246/581] Compiling ELFKit ELFVersionDefAuxProtocol.swift
[247/581] Compiling ELFKit ELFVersionDefProtocol.swift
[248/581] Compiling ELFKit ELFVersionNeedAuxProtocol.swift
[249/581] Compiling ELFKit ELFVersionNeedProtocol.swift
[250/581] Compiling ELFKit ELFVersionSymProtocol.swift
[251/581] Compiling ELFKit Sections.swift
[252/581] Compiling ELFKit Segments.swift
[253/581] Compiling ELFKit ConditionalBitFlags.swift
[254/581] Compiling ELFKit RelrRelocationDecoder.swift
[255/581] Compiling ELFKit SwiftDemangle.swift
[256/581] Compiling ELFKit exported.swift
[256/581] Compiling a_verify.cc
[257/581] Compiling algorithm.cc
[258/581] Compiling a_sign.cc
[259/581] Compiling a_digest.cc
[261/581] Compiling DWARF DWARFNameIndex.swift
[262/581] Compiling DWARF DWARFAddressTable.swift
[263/581] Compiling DWARF DWARFAddressTableHeader.swift
[264/581] Compiling DWARF DWARFAddresses.swift
[265/581] Compiling DWARF DWARFAddressRange.swift
[266/581] Compiling DWARF DWARFAddressRangeTable.swift
[267/581] Compiling DWARF DWARFAddressRangeTableHeader.swift
[268/581] Compiling DWARF DWARFAddressRanges.swift
[269/581] Compiling DWARF DWARFAttribute.swift
[270/581] Compiling DWARF DWARFAttributeFormat.swift
[271/581] Compiling DWARF DWARFLine.swift
[272/581] Compiling DWARF DWARFLineContentType.swift
[272/581] Compiling thread_win.cc
[274/581] Compiling DWARF DWARFVersion.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
[275/581] Compiling DWARF DWARFCompilationUnit.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
[276/581] Compiling DWARF DWARFCompilationUnitHeader.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
[277/581] Compiling DWARF DWARFDebugInfoEntry.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
[278/581] Compiling DWARF DWARFUnitType.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
[279/581] Compiling DWARF DWARF4FileEntry.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
[280/581] Compiling DWARF DWARFFileEntry.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
[281/581] Compiling DWARF DWARFFileEntryFormat.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
[282/581] Compiling DWARF DWARFFileEntryValue.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
[283/581] Compiling DWARF DWARFStringOffsetsTable.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
[284/581] Compiling DWARF DWARFStringOffsetsTableHeader.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
[285/581] Compiling DWARF DWARFRepresentable.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
[286/581] Compiling DWARF DWARFSection.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
[287/581] Compiling DWARF DWARFSegment.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
[288/581] Compiling DWARF _DWARFBinary.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
[289/581] Compiling DWARF DataChunks.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
[290/581] Compiling DWARF exported.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
[290/581] Compiling thread_pthread.cc
[291/581] Compiling thread_none.cc
[292/581] Compiling thread.cc
[293/581] Compiling voprf.cc
[294/581] Compiling pmbtoken.cc
[295/581] Compiling stack.cc
[296/581] Compiling trust_token.cc
[298/581] Emitting module ELFKit
[299/581] Compiling DWARF DWARF.swift
[300/581] Compiling DWARF Data+.swift
[301/581] Compiling DWARF FixedWidthInteger+.swift
[302/581] Compiling DWARF Sequence+.swift
[303/581] Compiling DWARF UnsafeRawPointer+.swift
[304/581] Compiling DWARF _FileIOProtocol+.swift
[305/581] Compiling DWARF DWARFAbbreviation.swift
[306/581] Compiling DWARF DWARFAbbreviationsSet.swift
[307/581] Compiling DWARF DWARFAddress.swift
[308/581] Compiling DWARF DWARFAttributeFormatType.swift
[309/581] Compiling DWARF DWARFAttributeResolvedValue.swift
[310/581] Compiling DWARF DWARFAttributeValue.swift
[311/581] Compiling DWARF DWARFFormat.swift
[311/581] Compiling sha512.cc
[312/581] Compiling siphash.cc
[313/581] Compiling sha256.cc
[314/581] Compiling spake2plus.cc
[315/581] Compiling slhdsa.cc
[317/581] Compiling ELFKit ELFDynamicProtocol.swift
[318/581] Compiling ELFKit ELFDynamicsSequence.swift
[319/581] Compiling ELFKit ELFFileDynamicsSequence.swift
[320/581] Compiling ELFKit ELFHashTableProtocol.swift
[321/581] Compiling ELFKit ELFImageDynamicsSequence.swift
[322/581] Compiling ELFKit ELFNoteHeaderProtocol.swift
[323/581] Compiling ELFKit ELFNoteProtocol.swift
[324/581] Compiling ELFKit ELFProgramHeaderProtocol.swift
[325/581] Compiling ELFKit ELFRelocationProtocol.swift
[326/581] Compiling ELFKit ELFRepresentable.swift
[327/581] Compiling ELFKit ELFSectionHeaderProtocol.swift
[328/581] Compiling ELFKit ELFSymbolInfoProtocol.swift
[328/581] Compiling rsa_print.cc
[329/581] Compiling sha1.cc
[331/581] Compiling DWARF DWARFRangeList.swift
[332/581] Compiling DWARF DWARFRangeListHeader.swift
[333/581] Compiling DWARF DWARFRangeOpcode.swift
[334/581] Compiling DWARF DWARFRangeOperation.swift
[344/581] Compiling DWARF DWARFLanguage.swift
[345/581] Compiling DWARF DWARFOpcode.swift
[346/581] Compiling DWARF DWARFOperation.swift
[347/581] Compiling DWARF DWARFSectionKind.swift
[348/581] Compiling DWARF DWARFTag.swift
[349/581] Compiling DWARF DWARFLocation.swift
[350/581] Compiling DWARF DWARFLocationList.swift
[351/581] Compiling DWARF DWARFLocationListHeader.swift
[352/581] Compiling DWARF DWARFLocationOpcode.swift
[353/581] Compiling DWARF DWARFLocationOperation.swift
[354/581] Compiling DWARF DWARFNameIndexAbbreviation.swift
[355/581] Compiling DWARF DWARFNameIndexAbbreviationsSet.swift
[356/581] Compiling DWARF DWARFNameIndexAttribute.swift
[365/581] Compiling ELFKit ELFHashTableHeader.swift
[366/581] Compiling ELFKit ELF32Note.swift
[367/581] Compiling ELFKit ELF64Note.swift
[368/581] Compiling ELFKit ELFNotes.swift
[369/581] Compiling ELFKit GnuABITag.swift
[369/581] Compiling rsa_extra.cc
[370/582] Compiling rc4.cc
[372/582] Compiling windows.cc
[373/582] Compiling trusty.cc
[373/582] Compiling urandom.cc
[375/582] Compiling rsa_crypt.cc
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[412/582] Compiling ios.cc
[413/582] Compiling getentropy.cc
[414/582] Compiling rand.cc
[415/582] Compiling passive.cc
[416/582] Compiling forkunsafe.cc
[417/582] Compiling rsa_asn1.cc
[418/582] Compiling poly1305_arm_asm.S
[419/582] Compiling fork_detect.cc
[420/582] Compiling deterministic.cc
[421/582] Compiling poly1305.cc
[422/582] Compiling poly1305_arm.cc
[423/582] Compiling poly1305_vec.cc
[424/582] Compiling pool.cc
[425/582] Compiling pkcs8_x509.cc
[426/582] Compiling pkcs8.cc
[427/582] Compiling pkcs7.cc
[428/582] Compiling pem_xaux.cc
[429/582] Compiling p5_pbev2.cc
[430/582] Compiling pem_x509.cc
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[449/582] Compiling pkcs7_x509.cc
[451/583] Compiling pem_pkey.cc
[452/583] Compiling pem_pk8.cc
[453/583] Compiling pem_oth.cc
[454/601] Compiling pem_info.cc
[455/614] Compiling mlkem.cc
[456/614] Compiling obj_xref.cc
[457/614] Compiling pem_all.cc
[458/614] Compiling mldsa.cc
[458/614] Compiling pem_lib.cc
[460/614] Compiling mem.cc
[461/614] Compiling poly_rq_mul.S
[463/614] Compiling DWARFELF DWARFCompilationUnitHeader.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
[464/614] Compiling DWARFELF DWARFDebugInfoEntry.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
[465/614] Compiling DWARFELF DWARF4FileEntry.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
[466/614] Compiling DWARFELF DWARFFileEntry.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
[467/618] Compiling DWARFELF DWARFAddressRangeTable.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
[468/618] Compiling DWARFELF DWARFAddressRangeTableHeader.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
[469/618] Compiling DWARFELF DWARFAttributeValue.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
[470/618] Compiling DWARFELF DWARFCompilationUnit.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
[471/618] Compiling DWARFELF DWARFFileEntryFormat.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
[472/618] Compiling DWARFELF DWARFFileEntryValue.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
[473/618] Compiling DWARFELF DWARFLineHeader.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
[474/618] Compiling DWARFELF DWARFLineTable.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
[475/618] Compiling DWARFELF DWARFLocationList.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
[476/618] Compiling DWARFELF DWARFLocationListHeader.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
[477/618] Compiling DWARFELF DWARFNameIndexAbbreviation.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
[478/618] Compiling DWARFELF DWARFNameIndexAbbreviationsSet.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
[479/618] Compiling DWARFELF DWARFNameIndex.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
[480/618] Compiling DWARFELF DWARFNameIndexEntry.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
[481/618] Compiling DWARFELF DWARFNameIndexHeader.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
[482/618] Compiling DWARFELF DWARFNameIndexNameTable.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
[483/618] Emitting module DWARFELF
<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
[484/618] Compiling DWARFELF ELFSection+.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
[485/618] Compiling DWARFELF Sequence+.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
[486/618] Compiling DWARFELF DWARFAbbreviation.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
[487/618] Compiling DWARFELF DWARFAbbreviationsSet.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
[488/618] Compiling DWARFELF DWARFAddressTable.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
[488/618] Compiling lhash.cc
[489/618] Compiling obj.cc
[490/618] Compiling fips_shared_support.cc
[491/618] Compiling md4.cc
[492/618] Compiling md5.cc
[494/618] Compiling DWARFELF DWARFRangeList.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
[495/618] Compiling DWARFELF DWARFRangeListHeader.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
[496/618] Compiling DWARFELF DWARFStringOffsetsTable.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
[497/618] Compiling DWARFELF exported.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
[497/618] Compiling fuzzer_mode.cc
[499/618] Compiling DWARFELF ELFFile+DWARF.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
[500/618] Compiling DWARFELF ELFFile+DWARFSegment.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
[501/618] Compiling DWARFELF DWARFSectionKind+.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
[502/618] Compiling DWARFELF ELFFile+.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
[503/618] Compiling DWARFELF ELFRepresentable+.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
[503/619] Compiling kyber.cc
[504/619] Compiling ex_data.cc
[505/619] Compiling hrss.cc
[507/619] Compiling hpke.cc
[508/619] Compiling sign.cc
[509/619] Compiling scrypt.cc
[510/619] Compiling pbkdf.cc
[511/619] Compiling print.cc
[512/619] Compiling p_x25519_asn1.cc
[513/619] Compiling p_x25519.cc
[514/619] Compiling p_rsa_asn1.cc
[515/619] Compiling p_hkdf.cc
[516/619] Compiling p_ed25519.cc
[517/619] Compiling p_rsa.cc
[518/619] Compiling p_ed25519_asn1.cc
[519/619] Compiling p_ec_asn1.cc
[520/619] Compiling p_ec.cc
[521/619] Compiling p_dh_asn1.cc
[522/619] Compiling p_dsa_asn1.cc
[523/619] Compiling evp_ctx.cc
[524/619] Compiling p_dh.cc
[525/619] Compiling evp.cc
[526/619] Compiling evp_asn1.cc
[527/619] Compiling engine.cc
[528/619] Compiling err.cc
[529/619] Compiling ecdsa_p1363.cc
[530/619] Compiling ecdh.cc
[531/619] Compiling ecdsa_asn1.cc
[532/619] Compiling hash_to_curve.cc
[533/619] Compiling ec_derive.cc
[534/619] Compiling dsa.cc
[535/619] Compiling dsa_asn1.cc
[536/619] Compiling des.cc
[537/619] Compiling digest_extra.cc
[538/619] Compiling x25519-asm-arm.S
[539/619] Compiling dh_asn1.cc
[540/619] Compiling ec_asn1.cc
[541/619] Compiling params.cc
[542/619] Compiling spake25519.cc
[543/619] Compiling cpu_arm_linux.cc
[544/619] Compiling crypto.cc
[545/619] Compiling cpu_intel.cc
[546/619] Compiling cpu_arm_freebsd.cc
[547/619] Compiling curve25519.cc
[548/619] Compiling curve25519_64_adx.cc
[549/619] Compiling cpu_aarch64_win.cc
[550/619] Compiling cpu_aarch64_openbsd.cc
[551/619] Compiling cpu_aarch64_sysreg.cc
[552/619] Compiling cpu_aarch64_linux.cc
[553/619] Compiling cpu_aarch64_fuchsia.cc
[554/619] Compiling cpu_aarch64_apple.cc
[555/619] Compiling conf.cc
[556/619] Compiling e_rc4.cc
[557/619] Compiling tls_cbc.cc
[558/619] Compiling e_tls.cc
[559/619] Compiling get_cipher.cc
[560/619] Compiling e_null.cc
[561/619] Compiling e_rc2.cc
[562/619] Compiling cms.cc
[563/619] Compiling derive_key.cc
[564/619] Compiling e_chacha20poly1305.cc
[565/619] Compiling e_aesgcmsiv.cc
[565/619] Compiling e_aeseax.cc
[567/619] Compiling e_des.cc
[568/619] Compiling e_aesctrhmac.cc
[569/619] Compiling chacha.cc
[570/619] Compiling asn1_compat.cc
[571/619] Compiling cbs.cc
[572/619] Compiling buf.cc
[573/619] Compiling cbb.cc
[574/619] Compiling unicode.cc
[575/619] Compiling sqrt.cc
[576/619] Compiling ber.cc
[577/619] Compiling div.cc
[578/619] Compiling printf.cc
[579/619] Compiling bn_asn1.cc
[580/619] Compiling pair.cc
[581/619] Compiling exponentiation.cc
[582/619] Compiling file.cc
[583/619] Compiling hexdump.cc
[584/619] Compiling convert.cc
[585/619] Compiling blake2.cc
[586/619] Compiling fd.cc
[587/619] Compiling bio_mem.cc
[588/619] Compiling errno.cc
[589/619] Compiling tasn_utl.cc
[590/619] Compiling bio.cc
[591/619] Compiling base64.cc
[592/619] Compiling posix_time.cc
[593/619] Compiling tasn_enc.cc
[594/619] Compiling tasn_new.cc
[595/619] Compiling tasn_typ.cc
[596/619] Compiling tasn_fre.cc
[597/619] Compiling asn_pack.cc
[598/619] Compiling f_string.cc
[599/619] Compiling f_int.cc
[600/619] Compiling tasn_dec.cc
[601/619] Compiling asn1_par.cc
[602/619] Compiling asn1_lib.cc
[603/619] Compiling a_strnid.cc
[604/619] Compiling a_utctm.cc
[605/619] Compiling a_octet.cc
[606/619] Compiling a_type.cc
[607/619] Compiling a_time.cc
[608/619] Compiling a_strex.cc
[609/619] Compiling a_dup.cc
[610/619] Compiling a_d2i_fp.cc
[611/619] Compiling a_i2d_fp.cc
[612/619] Compiling a_mbstr.cc
[613/619] Compiling a_int.cc
[613/619] Compiling a_object.cc
[615/619] Compiling a_gentm.cc
[616/619] Compiling a_bitstr.cc
[617/619] Compiling a_bool.cc
[618/619] Compiling bcm.cc
[620/627] Compiling CryptoBoringWrapper RandomBytes.swift
[621/627] Emitting module CryptoBoringWrapper
[622/627] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[623/627] Compiling CryptoBoringWrapper EllipticCurve.swift
[624/627] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[625/627] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[626/627] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[627/627] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[629/699] Compiling Crypto HPKE-AEAD.swift
[630/699] Compiling Crypto HPKE-Ciphersuite.swift
[631/699] Compiling Crypto HPKE-KDF.swift
[632/699] Compiling Crypto HPKE-KexKeyDerivation.swift
[633/699] Compiling Crypto HPKE-LabeledExtract.swift
[634/699] Compiling Crypto HPKE-Utils.swift
[635/699] Compiling Crypto DHKEM.swift
[636/699] Compiling Crypto HPKE-KEM-Curve25519.swift
[637/699] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[638/699] Compiling Crypto HPKE-KEM.swift
[639/699] Compiling Crypto HPKE-Errors.swift
[640/699] Compiling Crypto HPKE.swift
[641/699] Compiling Crypto HPKE-Context.swift
[642/699] Compiling Crypto HPKE-KeySchedule.swift
[643/699] Compiling Crypto HPKE-Modes.swift
[644/699] Compiling Crypto Insecure.swift
[645/699] Compiling Crypto Insecure_HashFunctions.swift
[646/699] Compiling Crypto KEM.swift
[647/699] Compiling Crypto ECDH_boring.swift
[648/699] Compiling Crypto DH.swift
[649/709] Compiling Crypto X25519Keys.swift
[650/709] Compiling Crypto SymmetricKeys.swift
[651/709] Compiling Crypto HMAC.swift
[652/709] Compiling Crypto MACFunctions.swift
[653/709] Compiling Crypto MessageAuthenticationCode.swift
[654/709] Compiling Crypto AES.swift
[655/709] Compiling Crypto ECDSASignature_boring.swift
[656/709] Compiling Crypto ECDSA_boring.swift
[657/709] Compiling Crypto EdDSA_boring.swift
[658/709] Compiling Crypto ECDSA.swift
[659/709] Emitting module Crypto
[660/709] Compiling Crypto AES-GCM.swift
[661/709] Compiling Crypto AES-GCM_boring.swift
[662/709] Compiling Crypto ChaChaPoly_boring.swift
[663/709] Compiling Crypto ChaChaPoly.swift
[664/709] Compiling Crypto Cipher.swift
[665/709] Compiling Crypto Nonces.swift
[666/709] Compiling Crypto ASN1.swift
[667/709] Compiling Crypto ASN1Any.swift
[668/709] Compiling Crypto ASN1BitString.swift
[669/709] Compiling Crypto ASN1Boolean.swift
[670/709] Compiling Crypto ECDH.swift
[671/709] Compiling Crypto HKDF.swift
[672/709] Compiling Crypto AESWrap.swift
[673/709] Compiling Crypto AESWrap_boring.swift
[674/709] Compiling Crypto Ed25519_boring.swift
[675/709] Compiling Crypto NISTCurvesKeys_boring.swift
[676/709] Compiling Crypto X25519Keys_boring.swift
[677/709] Compiling Crypto Curve25519.swift
[678/709] Compiling Crypto Ed25519Keys.swift
[679/709] Compiling Crypto NISTCurvesKeys.swift
[680/709] Compiling Crypto PKCS8PrivateKey.swift
[681/709] Compiling Crypto SEC1PrivateKey.swift
[682/709] Compiling Crypto SubjectPublicKeyInfo.swift
[683/709] Compiling Crypto CryptoError_boring.swift
[684/709] Compiling Crypto CryptoKitErrors.swift
[685/709] Compiling Crypto Digest_boring.swift
[686/709] Compiling Crypto Digest.swift
[687/709] Compiling Crypto Digests.swift
[688/709] Compiling Crypto HashFunctions.swift
[689/709] Compiling Crypto HashFunctions_SHA2.swift
[690/709] Compiling Crypto ASN1Identifier.swift
[691/709] Compiling Crypto ASN1Integer.swift
[692/709] Compiling Crypto ASN1Null.swift
[693/709] Compiling Crypto ASN1OctetString.swift
[694/709] Compiling Crypto ASN1Strings.swift
[695/709] Compiling Crypto ArraySliceBigint.swift
[696/709] Compiling Crypto GeneralizedTime.swift
[697/709] Compiling Crypto ObjectIdentifier.swift
[698/709] Compiling Crypto ECDSASignature.swift
[699/709] Compiling Crypto PEMDocument.swift
[700/709] Compiling Crypto Ed25519.swift
[701/709] Compiling Crypto Signature.swift
[702/709] Compiling Crypto CryptoKitErrors_boring.swift
[703/709] Compiling Crypto RNG_boring.swift
[704/709] Compiling Crypto SafeCompare_boring.swift
[705/709] Compiling Crypto Zeroization_boring.swift
[706/709] Compiling Crypto PrettyBytes.swift
[707/709] Compiling Crypto SafeCompare.swift
[708/709] Compiling Crypto SecureBytes.swift
[709/709] Compiling Crypto Zeroization.swift
[711/884] Emitting module MachOKit
[712/908] Compiling MachOKit CPUType.swift
[713/908] Compiling MachOKit DyldCacheHeader.swift
[714/908] Compiling MachOKit DyldCacheType.swift
[715/908] Compiling MachOKit FatArch.swift
[716/908] Compiling MachOKit FatHeader.swift
[717/908] Compiling MachOKit FileType.swift
[718/908] Compiling MachOKit MachHeader+Flags+Bit.swift
[719/908] Compiling MachOKit MachHeader+Flags.swift
[720/908] Compiling MachOKit MachHeader.swift
[721/908] Compiling MachOKit Magic.swift
[722/908] Compiling MachOKit AotMetadataCommand.swift
[723/908] Compiling MachOKit BuildVersionCommand.swift
[724/908] Compiling MachOKit DylibCommand.swift
[725/908] Compiling MachOKit DylibUseCommand.swift
[726/908] Compiling MachOKit DylinkerCommand.swift
[727/908] Compiling MachOKit EncryptionInfoCommand.swift
[728/908] Compiling MachOKit EntryPointCommand.swift
[729/908] Compiling MachOKit FilesetEntryCommand.swift
[730/908] Compiling MachOKit LinkerOptionCommand.swift
[731/908] Compiling MachOKit LoadCommand.swift
[732/908] Compiling MachOKit LoadCommandInfo.swift
[733/908] Compiling MachOKit LoadCommandType.swift
[734/908] Compiling MachOKit BuildToolVersion.swift
[735/908] Compiling MachOKit Dylib.swift
[736/908] Compiling MachOKit DylibUseFlags.swift
[737/932] Compiling MachOKit AotInstructionMapIndexEntry.swift
[738/932] Compiling MachOKit BindOpcode.swift
[739/932] Compiling MachOKit BindOperation.swift
[740/932] Compiling MachOKit BindOperationsKind.swift
[741/932] Compiling MachOKit BindSpecial.swift
[742/932] Compiling MachOKit BindType.swift
[743/932] Compiling MachOKit ClassicBindType.swift
[744/932] Compiling MachOKit BindingSymbol.swift
[745/932] Compiling MachOKit ClassicBindingSymbol.swift
[746/932] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[747/932] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[748/932] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[749/932] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[750/932] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[751/932] Compiling MachOKit CodeSignCodeDirectory.swift
[752/932] Compiling MachOKit CodeSignBlobIndex.swift
[753/932] Compiling MachOKit CodeSignExecSegmentFlags.swift
[754/932] Compiling MachOKit CodeSignGenericBlob.swift
[755/932] Compiling MachOKit CodeSignHashType.swift
[756/932] Compiling MachOKit CodeSignMagic.swift
[757/932] Compiling MachOKit CodeSignSlot.swift
[758/932] Compiling MachOKit CodeSignSpecialSlotType.swift
[759/932] Compiling MachOKit CodeSignSuperBlob.swift
[760/932] Compiling MachOKit CFString.swift
[761/932] Compiling MachOKit DataInCodeEntry.swift
[762/932] Compiling MachOKit DependedDylib.swift
[763/932] Compiling MachOKit DyldCacheDynamicData.swift
[764/932] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[765/932] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[766/932] Compiling MachOKit DyldCacheImageInfo.swift
[767/932] Compiling MachOKit DyldCacheImageTextInfo.swift
[768/932] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[769/932] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[770/932] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[771/932] Compiling MachOKit DyldCacheMappingFlags.swift
[772/932] Compiling MachOKit DyldCacheMappingInfo.swift
[773/932] Compiling MachOKit DyldCachePrewarming.swift
[774/932] Compiling MachOKit DyldCachePrewarmingEntry.swift
[775/932] Compiling MachOKit DyldCacheTproMappingInfo.swift
[776/932] Compiling MachOKit DyldSubCacheEntry.swift
[777/932] Compiling MachOKit DylibIndex.swift
[778/932] Compiling MachOKit DylibsTrieNodeContent.swift
[779/932] Compiling MachOKit LoaderRef.swift
[780/932] Compiling MachOKit ObjCBinaryInfo.swift
[781/932] Compiling MachOKit PrebuiltLoader.swift
[782/932] Compiling MachOKit PrebuiltLoaderProtocol.swift
[783/932] Compiling MachOKit PrebuiltLoaderSet.swift
[784/932] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[785/932] Compiling MachOKit SectionLocations.swift
[786/932] Compiling MachOKit ObjCHeaderInfoRO.swift
[787/932] Compiling MachOKit ObjCHeaderInfoRW.swift
[788/932] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[789/932] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[790/932] Compiling MachOKit ObjCImageInfo.swift
[791/932] Compiling MachOKit ObjCOptimization.swift
[792/932] Compiling MachOKit ObjCOptimizationFlags.swift
[793/932] Compiling MachOKit OldObjCOptimization.swift
[794/932] Compiling MachOKit _OldObjCOptimizationProtocol.swift
[795/932] Compiling MachOKit ProgramOffset.swift
[796/932] Compiling MachOKit ProgramsTrieNodeContent.swift
[797/932] Compiling MachOKit DyldCacheSlideInfo.swift
[798/932] Compiling MachOKit DyldCacheSlideInfo1.swift
[799/932] Compiling MachOKit DyldCacheSlideInfo2.swift
[800/932] Compiling MachOKit DyldCacheSlideInfo3.swift
[801/932] Compiling MachOKit DyldCacheSlideInfo4.swift
[802/932] Compiling MachOKit DyldCacheSlideInfo5.swift
[803/932] Compiling MachOKit SwiftOptimization.swift
[804/932] Compiling MachOKit DyldChainedFixupPointer.swift
[805/932] Compiling MachOKit DyldChainedFixupPointerContent.swift
[806/932] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[807/932] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[808/932] Compiling MachOKit DyldChainedFixupsHeader.swift
[809/932] Compiling MachOKit DyldChainedImport.swift
[810/932] Compiling MachOKit Platform.swift
[811/932] Compiling MachOKit Section+Attribute.swift
[812/932] Compiling MachOKit Section+Flags.swift
[813/932] Compiling MachOKit Section+Type.swift
[814/932] Compiling MachOKit Section.swift
[815/932] Compiling MachOKit ThreadState.swift
[816/932] Compiling MachOKit ThreadStateFlavor.swift
[817/932] Compiling MachOKit Tool.swift
[818/932] Compiling MachOKit VMProtection.swift
[819/932] Compiling MachOKit Version.swift
[820/932] Compiling MachOKit NoteCommand.swift
[821/932] Compiling MachOKit RpathCommand.swift
[822/932] Compiling MachOKit SegmentCommand+Flags.swift
[823/932] Compiling MachOKit SegmentCommand.swift
[824/932] Compiling MachOKit SourceVersionCommand.swift
[825/932] Compiling MachOKit SubFrameworkCommand.swift
[826/932] Compiling MachOKit TargetTripleCommand.swift
[827/932] Compiling MachOKit ThreadCommand.swift
[828/932] Compiling MachOKit UUIDCommand.swift
[829/932] Compiling MachOKit VersionMinCommand.swift
[830/932] Compiling MachOKit MachOFile+BindOperations.swift
[831/932] Compiling MachOKit MachOFile+CodeSign.swift
[832/932] Compiling MachOKit MachOFile+DyldChainedFixups.swift
[833/932] Compiling MachOKit MachOFile+ExportTrie.swift
[834/932] Compiling MachOKit MachOFile+FunctionStarts.swift
[835/932] Compiling MachOKit MachOFile+LoadCommands.swift
[836/932] Compiling MachOKit MachOFile+RebaseOperations.swift
[837/932] Compiling MachOKit MachOFile+Strings.swift
[838/932] Compiling MachOKit MachOFile+Symbols.swift
[839/932] Compiling MachOKit MachOFile.swift
[840/932] Compiling MachOKit MachOImage+BindOperations.swift
[841/932] Compiling MachOKit MachOImage+CodeSign.swift
[842/932] Compiling MachOKit MachOImage+DyldChainedFixups..swift
[843/932] Compiling MachOKit MachOImage+ExportTrie.swift
[844/932] Compiling MachOKit MachOImage+FunctionStarts.swift
[845/932] Compiling MachOKit MachOImage+LoadCommands.swift
[846/932] Compiling MachOKit MachOImage+RebaseOperations.swift
[847/932] Compiling MachOKit MachOImage+Strings.swift
[848/932] Compiling MachOKit MachOImage+Symbols.swift
[849/932] Compiling MachOKit MachOImage+static.swift
[850/932] Compiling MachOKit MachOImage.swift
[851/932] Compiling MachOKit MachOKit.swift
[852/932] Compiling MachOKit AotCacheCodeFragment.swift
[853/932] Compiling MachOKit AotCodeFragment.swift
[854/932] Compiling MachOKit AotCodeFragmentType.swift
[855/932] Compiling MachOKit AotBranchData.swift
[856/932] Compiling MachOKit AotBranchDataHeader.swift
[857/932] Compiling MachOKit AotBranchDataIndexEntry.swift
[858/932] Compiling MachOKit AotInstructionMap.swift
[859/932] Compiling MachOKit AotInstructionMapHeader.swift
[860/932] Compiling MachOKit AotCache+CodeFragments.swift
[861/932] Compiling MachOKit AotCache.swift
[862/932] Compiling MachOKit DyldCache+SubCaches.swift
[863/932] Compiling MachOKit DyldCache+host.swift
[864/932] Compiling MachOKit DyldCache.swift
[865/932] Compiling MachOKit DyldCacheLoaded+SubCaches.swift
[866/932] Compiling MachOKit DyldCacheLoaded+static.swift
[867/932] Compiling MachOKit DyldCacheLoaded.swift
[868/932] Compiling MachOKit Data+.swift
[869/932] Compiling MachOKit FileHandle+.swift
[870/932] Compiling MachOKit FixedWidthInteger+.swift
[871/932] Compiling MachOKit Sequence+.swift
[872/932] Compiling MachOKit String+.swift
[873/932] Compiling MachOKit TrieTreeProtocol+.swift
[874/932] Compiling MachOKit UUID+.swift
[875/932] Compiling MachOKit UnsafePointer+.swift
[876/932] Compiling MachOKit UnsafeRawPointer+.swift
[877/932] Compiling MachOKit _FileIOProtocol+.swift
[878/932] Compiling MachOKit dyld_chained_ptr+.swift
[879/932] Compiling MachOKit FatFile.swift
[880/932] Compiling MachOKit FullDyldCache+host.swift
[881/932] Compiling MachOKit FullDyldCache.swift
[882/932] Compiling MachOKit AotCacheHeader.swift
[883/932] Compiling MachOKit CPU.swift
[884/932] Compiling MachOKit CPUSubType.swift
[885/932] Compiling MachOKit DyldChainedImportFormat.swift
[886/932] Compiling MachOKit DyldChainedPage.swift
[887/932] Compiling MachOKit DyldChainedStartsInImage.swift
[888/932] Compiling MachOKit DyldChainedStartsInSegment.swift
[889/932] Compiling MachOKit DyldChainedStartsOffsets.swift
[890/932] Compiling MachOKit DyldChainedSymbolsFormat.swift
[891/932] Compiling MachOKit ExportSymbolFlags.swift
[892/932] Compiling MachOKit ExportSymbolKind.swift
[893/932] Compiling MachOKit ExportTrieEntry.swift
[894/932] Compiling MachOKit ExportedSymbol.swift
[895/932] Compiling MachOKit FunctionStart.swift
[896/932] Compiling MachOKit IndirectSymbol.swift
[897/932] Compiling MachOKit Rebase.swift
[898/932] Compiling MachOKit RebaseOpcode.swift
[899/932] Compiling MachOKit RebaseOperation.swift
[900/932] Compiling MachOKit RebaseType.swift
[901/932] Compiling MachOKit Relocation.swift
[902/932] Compiling MachOKit RelocationInfo.swift
[903/932] Compiling MachOKit RelocationLength.swift
[904/932] Compiling MachOKit RelocationType.swift
[905/932] Compiling MachOKit ScatteredRelocationInfo.swift
[906/932] Compiling MachOKit Nlist.swift
[907/932] Compiling MachOKit Stab.swift
[908/932] Compiling MachOKit SymbolDescription.swift
[909/932] Compiling MachOKit SymbolFlags.swift
[910/932] Compiling MachOKit SymbolLibraryOrdinalType.swift
[911/932] Compiling MachOKit SymbolReferenceFlag.swift
[912/932] Compiling MachOKit SymbolType.swift
[913/932] Compiling MachOKit CodeSignProtocol.swift
[914/932] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[915/932] Compiling MachOKit DyldCacheRepresentable.swift
[916/932] Compiling MachOKit DyldChainedFixupsProtocol.swift
[917/932] Compiling MachOKit DyldChainedImportProtocol.swift
[918/932] Compiling MachOKit LoadCommandWrapper.swift
[919/932] Compiling MachOKit LoadCommandsProtocol.swift
[920/932] Compiling MachOKit MachORepresentable.swift
[921/932] Compiling MachOKit SymbolProtocol.swift
[922/932] Compiling MachOKit _DyldCacheFileRepresentable.swift
[923/932] Compiling MachOKit CxaDemangle.swift
[924/932] Compiling MachOKit SwiftDemangle.swift
[925/932] Compiling MachOKit DataTrieTree.swift
[926/932] Compiling MachOKit MemoryTrieTree.swift
[927/932] Compiling MachOKit TrieNode.swift
[928/932] Compiling MachOKit TrieNodeContent.swift
[929/932] Compiling MachOKit TrieTreeProtocol.swift
[930/932] Compiling MachOKit _DyldSharedCacheRuntime.swift
[931/932] Compiling MachOKit exported.swift
[932/932] Compiling MachOKit global.swift
[934/964] Compiling DWARFMachO DWARFLocationList.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
[935/964] Compiling DWARFMachO DWARFLocationListHeader.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
[936/964] Compiling DWARFMachO DWARFNameIndexAbbreviation.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
[937/964] Compiling DWARFMachO DWARFNameIndexAbbreviationsSet.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
[938/964] Compiling DWARFMachO DWARFNameIndex.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
[939/964] Compiling DWARFMachO DWARFNameIndexEntry.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
[940/964] Compiling DWARFMachO DWARFNameIndexHeader.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
[941/964] Compiling DWARFMachO DWARFNameIndexNameTable.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
[942/968] Compiling DWARFMachO DWARFFileEntryFormat.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
[943/968] Compiling DWARFMachO DWARFFileEntryValue.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
[944/968] Compiling DWARFMachO DWARFLineHeader.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
[945/968] Compiling DWARFMachO DWARFLineTable.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
[946/968] Emitting module DWARFMachO
<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
[947/968] Compiling DWARFMachO DWARFCompilationUnitHeader.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
[948/968] Compiling DWARFMachO DWARFDebugInfoEntry.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
[949/968] Compiling DWARFMachO DWARF4FileEntry.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
[950/968] Compiling DWARFMachO DWARFFileEntry.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
[951/968] Compiling DWARFMachO DWARFAddressRangeTable.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
[952/968] Compiling DWARFMachO DWARFAddressRangeTableHeader.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
[953/968] Compiling DWARFMachO DWARFAttributeValue.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
[954/968] Compiling DWARFMachO DWARFCompilationUnit.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
[955/968] Compiling DWARFMachO DWARFRangeList.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
[956/968] Compiling DWARFMachO DWARFRangeListHeader.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
[957/968] Compiling DWARFMachO DWARFStringOffsetsTable.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
[958/968] Compiling DWARFMachO exported.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
[959/968] Compiling DWARFMachO DWARFSectionKind+.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
[960/968] Compiling DWARFMachO LoadCommandsProtocol+.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
[961/968] Compiling DWARFMachO MachOFile+.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
[962/968] Compiling DWARFMachO MachORepresentable+.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
[963/968] Compiling DWARFMachO SegmentCommandProtocol+.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
[964/968] Compiling DWARFMachO Sequence+.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
[965/968] Compiling DWARFMachO MachOFile+DWARF.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
[966/968] Compiling DWARFMachO DWARFAbbreviation.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
[967/968] Compiling DWARFMachO DWARFAbbreviationsSet.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
[968/968] Compiling DWARFMachO DWARFAddressTable.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
Build complete! (163.77s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-fileio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio.git"
},
{
"identity" : "swift-fileio-extra",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio-extra.git"
},
{
"identity" : "machokit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/MachOKit.git"
},
{
"identity" : "elfkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/ELFKit.git"
}
],
"manifest_display_name" : "swift-dwarf",
"name" : "swift-dwarf",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "DWARF",
"targets" : [
"DWARF"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DWARFMachO",
"targets" : [
"DWARFMachO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DWARFELF",
"targets" : [
"DWARFELF"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DWARFTests",
"module_type" : "SwiftTarget",
"name" : "DWARFTests",
"path" : "Tests/DWARFTests",
"sources" : [
"DWARFELFPrintTests.swift",
"DWARFMachOPrintTests.swift",
"DWARFTests.swift",
"dump.swift"
],
"target_dependencies" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"type" : "test"
},
{
"c99name" : "DWARFMachO",
"module_type" : "SwiftTarget",
"name" : "DWARFMachO",
"path" : "Sources/DWARFMachO",
"product_dependencies" : [
"MachOKit",
"FileIO"
],
"product_memberships" : [
"DWARFMachO"
],
"sources" : [
"Extension/DWARFSectionKind+.swift",
"Extension/LoadCommandsProtocol+.swift",
"Extension/MachOFile+.swift",
"Extension/MachORepresentable+.swift",
"Extension/SegmentCommandProtocol+.swift",
"Extension/Sequence+.swift",
"MachOFile+DWARF.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/LocationList/DWARFLocationList.swift",
"Model/LocationList/DWARFLocationListHeader.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARF"
],
"type" : "library"
},
{
"c99name" : "DWARFELF",
"module_type" : "SwiftTarget",
"name" : "DWARFELF",
"path" : "Sources/DWARFELF",
"product_dependencies" : [
"ELFKit",
"FileIO"
],
"product_memberships" : [
"DWARFELF"
],
"sources" : [
"ELFFile+DWARF.swift",
"ELFFile+DWARFSegment.swift",
"Extension/DWARFSectionKind+.swift",
"Extension/ELFFile+.swift",
"Extension/ELFRepresentable+.swift",
"Extension/ELFSection+.swift",
"Extension/Sequence+.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/LocationList/DWARFLocationList.swift",
"Model/LocationList/DWARFLocationListHeader.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARF"
],
"type" : "library"
},
{
"c99name" : "DWARFC",
"module_type" : "ClangTarget",
"name" : "DWARFC",
"path" : "Sources/DWARFC",
"product_memberships" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "DWARF",
"module_type" : "SwiftTarget",
"name" : "DWARF",
"path" : "Sources/DWARF",
"product_dependencies" : [
"FileIO",
"FileIOBinary"
],
"product_memberships" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"sources" : [
"DWARF.swift",
"Extension/Data+.swift",
"Extension/FixedWidthInteger+.swift",
"Extension/Sequence+.swift",
"Extension/UnsafeRawPointer+.swift",
"Extension/_FileIOProtocol+.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddress.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/Address/DWARFAddressTableHeader.swift",
"Model/Address/DWARFAddresses.swift",
"Model/AddressRange/DWARFAddressRange.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/AddressRange/DWARFAddressRanges.swift",
"Model/Attribute/DWARFAttribute.swift",
"Model/Attribute/DWARFAttributeFormat.swift",
"Model/Attribute/DWARFAttributeFormatType.swift",
"Model/Attribute/DWARFAttributeResolvedValue.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/DWARFFormat.swift",
"Model/DWARFLanguage.swift",
"Model/DWARFOpcode.swift",
"Model/DWARFOperation.swift",
"Model/DWARFSectionKind.swift",
"Model/DWARFTag.swift",
"Model/DWARFVersion.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Info/DWARFUnitType.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLine.swift",
"Model/Line/DWARFLineContentType.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/Line/Opcode/DWARFLineExtendedOpcode.swift",
"Model/Line/Opcode/DWARFLineStandardOpcode.swift",
"Model/Line/Operation/DWARFLineExtendedOperation.swift",
"Model/Line/Operation/DWARFLineOperation.swift",
"Model/Line/Operation/DWARFLineStandardOperation.swift",
"Model/LocatonList/DWARFLocation.swift",
"Model/LocatonList/DWARFLocationList.swift",
"Model/LocatonList/DWARFLocationListHeader.swift",
"Model/LocatonList/DWARFLocationOpcode.swift",
"Model/LocatonList/DWARFLocationOperation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAttribute.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHashTable.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRange.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/RangeList/DWARFRangeOpcode.swift",
"Model/RangeList/DWARFRangeOperation.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Model/StringOffsets/DWARFStringOffsetsTableHeader.swift",
"Protocol/DWARFRepresentable.swift",
"Protocol/DWARFSection.swift",
"Protocol/DWARFSegment.swift",
"Protocol/_DWARFBinary.swift",
"Util/DataChunks.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARFC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.