Build Information
Successful build of swift-hoods, reference 0.3.0 (dc2383
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:54:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dirtyhenry/swift-hoods.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dirtyhenry/swift-hoods
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at dc2383b bump: version 0.2.1 → 0.3.0
Cloned https://github.com/dirtyhenry/swift-hoods.git
Revision (git rev-parse @):
dc2383b930b9258a1c233d7b6d63ab4be4cf8f21
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dirtyhenry/swift-hoods.git at 0.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dirtyhenry/swift-hoods.git
https://github.com/dirtyhenry/swift-hoods.git
{
"dependencies" : [
{
"identity" : "swift-blocks",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/dirtyhenry/swift-blocks"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.6",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
}
],
"manifest_display_name" : "swift-hoods",
"name" : "swift-hoods",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Hoods",
"targets" : [
"Hoods"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HoodsTestsTools",
"targets" : [
"HoodsTestsTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HoodsTestsTools",
"module_type" : "SwiftTarget",
"name" : "HoodsTestsTools",
"path" : "Sources/HoodsTestsTools",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"HoodsTestsTools"
],
"sources" : [
"TestDependenciesFactory.swift"
],
"target_dependencies" : [
"Hoods"
],
"type" : "library"
},
{
"c99name" : "HoodsTests",
"module_type" : "SwiftTarget",
"name" : "HoodsTests",
"path" : "Tests/HoodsTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/Resources/sample-front-matter.md",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FrontMatterCMarkTests.swift",
"InputableValueTests.swift",
"JWTFactoryTests.swift",
"MailButtonTests.swift"
],
"target_dependencies" : [
"Hoods",
"HoodsTestsTools"
],
"type" : "test"
},
{
"c99name" : "Hoods",
"module_type" : "SwiftTarget",
"name" : "Hoods",
"path" : "Sources/Hoods",
"product_dependencies" : [
"Blocks",
"ArgumentParser",
"ComposableArchitecture",
"Yams",
"JWTKit"
],
"product_memberships" : [
"Hoods",
"HoodsTestsTools"
],
"sources" : [
"CLITools/InputableValue.swift",
"CMS/FrontMatterCMark.swift",
"Dependencies/CopyText.swift",
"Dependencies/JWTFactory.swift",
"Dependencies/KeychainGateway.swift",
"Extensions/Blocks+Extension.swift",
"KeychainUI/AddKeychainItemFeature.swift",
"KeychainUI/AddKeychainItemView.swift",
"KeychainUI/KeychainUIFeature.swift",
"KeychainUI/KeychainUIView.swift",
"Mailer/MFMailComposeViewController+Extension.swift",
"Mailer/MailButtonFeature.swift",
"Mailer/MailButtonView.swift",
"Mailer/MailerFeature.swift",
"Mailer/MailerView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/440] Write sources
[6/440] Copying PrivacyInfo.xcprivacy
[11/440] Write sources
[60/440] Compiling _SwiftSyntaxCShims dummy.c
[61/440] Compiling fiat_p256_adx_sqr.S
[62/440] Compiling fiat_p256_adx_mul.S
[63/440] Compiling UIKitNavigationShim shim.m
[64/440] Write swift-version-2F0A5646E1D333AE.txt
[65/440] Compiling fiat_curve25519_adx_square.S
[66/440] Compiling md5-x86_64-linux.S
[66/440] Compiling fiat_curve25519_adx_mul.S
[69/446] Emitting module SwiftSyntax600
<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
[69/446] Compiling writer.c
[70/446] Compiling parser.c
[71/446] Compiling reader.c
[72/446] Compiling emitter.c
[73/446] Compiling scanner.c
[74/446] Compiling CCryptoBoringSSLShims shims.c
[75/446] Compiling api.c
[77/496] Compiling Sharing1 Empty.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
[78/496] Emitting module SwiftSyntax601
<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
[79/496] Compiling SwiftSyntax601 Empty.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
[80/496] Emitting module Sharing1
<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
[81/496] Compiling SwiftSyntax600 Empty.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
[82/496] Emitting module Sharing2
<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
[83/496] Compiling Sharing2 Empty.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
[84/530] Compiling _CertificateInternals _TinyArray.swift
[85/530] Emitting module _CertificateInternals
[85/544] Compiling md5-x86_64-apple.S
[86/544] Compiling md5-586-linux.S
[87/544] Compiling md5-586-apple.S
[89/544] Compiling Yams RedundancyAliasingStrategy.swift
[90/544] Compiling Yams Representer.swift
[91/544] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/618] Compiling Crypto HPKE.swift
[93/618] Compiling Crypto HPKE-Context.swift
[94/618] Compiling Crypto HPKE-KeySchedule.swift
[95/618] Compiling Crypto HPKE-Modes.swift
[96/618] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/618] Emitting module SwiftSyntax510
<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
[98/618] Compiling SwiftSyntax510 Empty.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
[99/618] Compiling SwiftSyntax509 Empty.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
[100/618] Emitting module SwiftSyntax509
<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
[100/618] Compiling chacha20_poly1305_x86_64-linux.S
[101/618] Compiling chacha20_poly1305_x86_64-apple.S
[102/618] Compiling chacha20_poly1305_armv8-win.S
[104/618] Emitting module InternalCollectionsUtilities
[104/618] Compiling chacha20_poly1305_armv8-linux.S
[106/618] Compiling Crypto KEM.swift
[107/618] Compiling Crypto ECDH_boring.swift
[108/618] Compiling Crypto Cipher.swift
[109/618] Compiling Crypto Nonces.swift
[110/618] Compiling Crypto AES-GCM.swift
[111/618] Compiling Crypto AES-GCM_boring.swift
[112/618] Compiling Crypto ChaChaPoly_boring.swift
[113/618] Compiling Crypto ChaChaPoly.swift
[114/618] Compiling Crypto ASN1.swift
[115/618] Compiling Crypto ASN1Any.swift
[115/618] Compiling chacha20_poly1305_armv8-apple.S
[116/618] Compiling err_data.cc
[117/634] Compiling chacha-x86_64-linux.S
[118/653] Compiling chacha-x86_64-apple.S
[119/684] Compiling chacha-x86-linux.S
[120/684] Compiling chacha-x86-apple.S
[121/684] Compiling chacha-armv8-win.S
[122/684] Compiling chacha-armv8-linux.S
[123/684] Compiling chacha-armv8-apple.S
[124/684] Compiling chacha-armv4-linux.S
[125/684] Compiling aes128gcmsiv-x86_64-linux.S
[126/684] Compiling aes128gcmsiv-x86_64-apple.S
[127/740] Compiling x86_64-mont5-linux.S
[128/740] Compiling x86_64-mont5-apple.S
[129/740] Compiling x86_64-mont-linux.S
[130/740] Compiling x86_64-mont-apple.S
[131/740] Compiling x86-mont-apple.S
[132/740] Compiling x86-mont-linux.S
[133/740] Compiling vpaes-x86_64-linux.S
[134/740] Compiling vpaes-x86_64-apple.S
[135/740] Compiling vpaes-x86-linux.S
[136/740] Compiling vpaes-x86-apple.S
[137/740] Compiling vpaes-armv8-win.S
[138/740] Compiling vpaes-armv8-linux.S
[139/740] Compiling vpaes-armv7-linux.S
[140/740] Compiling vpaes-armv8-apple.S
[141/740] Compiling sha512-x86_64-linux.S
[142/740] Compiling sha512-x86_64-apple.S
[143/740] Compiling sha512-armv8-win.S
[144/740] Compiling sha512-armv8-linux.S
[145/740] Compiling sha512-armv4-linux.S
[146/740] Compiling sha512-armv8-apple.S
[147/740] Compiling sha512-586-linux.S
[148/740] Compiling sha512-586-apple.S
[149/740] Compiling sha256-x86_64-linux.S
[150/740] Compiling sha256-x86_64-apple.S
[151/740] Compiling sha256-armv8-win.S
[152/740] Compiling sha256-armv8-linux.S
[153/740] Compiling sha256-armv4-linux.S
[154/740] Compiling sha256-armv8-apple.S
[155/740] Compiling sha256-586-apple.S
[156/740] Compiling sha256-586-linux.S
[157/740] Compiling sha1-x86_64-linux.S
[158/740] Compiling sha1-x86_64-apple.S
[159/740] Compiling sha1-armv8-win.S
[159/740] Compiling sha1-armv8-linux.S
[161/740] Compiling sha1-armv4-large-linux.S
[162/740] Compiling sha1-armv8-apple.S
[163/740] Compiling sha1-586-linux.S
[164/740] Compiling sha1-586-apple.S
[165/740] Compiling rsaz-avx2-linux.S
[166/740] Compiling rsaz-avx2-apple.S
[167/740] Compiling rdrand-x86_64-linux.S
[168/740] Compiling rdrand-x86_64-apple.S
[169/740] Compiling p256_beeu-x86_64-asm-linux.S
[170/740] Compiling p256_beeu-x86_64-asm-apple.S
[171/740] Compiling p256_beeu-armv8-asm-win.S
[172/740] Compiling p256_beeu-armv8-asm-linux.S
[173/740] Compiling p256_beeu-armv8-asm-apple.S
[174/740] Compiling p256-x86_64-asm-linux.S
[175/740] Compiling p256-x86_64-asm-apple.S
[176/740] Compiling p256-armv8-asm-win.S
[177/740] Compiling p256-armv8-asm-linux.S
[178/740] Compiling p256-armv8-asm-apple.S
[179/740] Compiling ghashv8-armv8-win.S
[180/740] Compiling ghashv8-armv8-linux.S
[181/740] Compiling ghashv8-armv8-apple.S
[182/740] Compiling ghashv8-armv7-linux.S
[183/740] Compiling ghash-x86_64-linux.S
[184/740] Compiling ghash-x86_64-apple.S
[185/740] Compiling ghash-x86-linux.S
[186/740] Compiling ghash-x86-apple.S
[187/740] Compiling ghash-ssse3-x86_64-linux.S
[188/740] Compiling ghash-ssse3-x86_64-apple.S
[189/740] Compiling ghash-ssse3-x86-linux.S
[191/740] Compiling OrderedCollections _Hashtable+Header.swift
[192/740] Compiling OrderedCollections OrderedDictionary+Codable.swift
[193/740] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[194/740] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[195/740] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[196/740] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[197/740] Compiling OrderedCollections OrderedSet+Hashable.swift
[198/740] Compiling OrderedCollections OrderedSet+Initializers.swift
[199/740] Compiling OrderedCollections OrderedSet+Insertions.swift
[200/740] Compiling OrderedCollections OrderedSet+Invariants.swift
[201/740] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[202/740] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[203/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[204/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[205/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[206/740] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[207/740] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[208/740] Compiling OrderedCollections OrderedSet+Sendable.swift
[208/740] Compiling ghash-ssse3-x86-apple.S
[209/746] Compiling ghash-neon-armv8-win.S
[210/746] Compiling ghash-neon-armv8-linux.S
[211/746] Compiling ghash-neon-armv8-apple.S
[212/746] Compiling ghash-armv4-linux.S
[214/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[215/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[216/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[217/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[218/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[219/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[220/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[221/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[222/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[223/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[224/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[225/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[226/746] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[227/746] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[228/746] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[229/746] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[230/746] Compiling OrderedCollections OrderedDictionary+Values.swift
[231/746] Compiling OrderedCollections OrderedDictionary.swift
[231/746] Compiling co-586-linux.S
[232/746] Compiling co-586-apple.S
[233/746] Compiling bsaes-armv7-linux.S
[234/746] Compiling bn-armv8-win.S
[235/746] Compiling bn-armv8-linux.S
[236/746] Compiling bn-armv8-apple.S
[237/746] Compiling bn-586-linux.S
[238/746] Compiling bn-586-apple.S
[239/746] Compiling armv8-mont-win.S
[240/746] Compiling armv8-mont-linux.S
[241/746] Compiling armv8-mont-apple.S
[242/746] Compiling armv4-mont-linux.S
[243/746] Compiling aesv8-gcm-armv8-win.S
[244/746] Compiling aesv8-gcm-armv8-linux.S
[245/746] Compiling aesv8-armv8-win.S
[246/746] Compiling aesv8-gcm-armv8-apple.S
[247/746] Compiling aesv8-armv8-linux.S
[248/746] Compiling aesv8-armv8-apple.S
[249/746] Compiling aesv8-armv7-linux.S
[250/746] Compiling aesni-x86_64-linux.S
[251/746] Compiling aesni-x86_64-apple.S
[252/746] Compiling aesni-x86-linux.S
[253/746] Compiling aesni-x86-apple.S
[255/746] Compiling OrderedCollections OrderedSet+Codable.swift
[256/746] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[257/746] Compiling OrderedCollections OrderedSet+Descriptions.swift
[258/746] Compiling OrderedCollections OrderedSet+Diffing.swift
[259/746] Compiling OrderedCollections OrderedSet+Equatable.swift
[260/746] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[261/746] Compiling OrderedCollections OrderedDictionary+Elements.swift
[262/746] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[263/746] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[264/746] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[265/746] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[266/746] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[267/746] Compiling OrderedCollections _HashTable+Bucket.swift
[268/746] Compiling OrderedCollections _HashTable+BucketIterator.swift
[269/746] Compiling OrderedCollections _HashTable+Constants.swift
[270/746] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[271/746] Compiling OrderedCollections _HashTable+Testing.swift
[272/746] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[273/746] Compiling OrderedCollections _HashTable.swift
[273/746] Compiling aesni-gcm-x86_64-linux.S
[274/746] Compiling aesni-gcm-x86_64-apple.S
[275/746] Compiling aes-gcm-avx10-x86_64-linux.S
[276/746] Compiling aes-gcm-avx10-x86_64-apple.S
[278/746] Compiling Logging MetadataProvider.swift
[279/746] Compiling Logging Locks.swift
[280/746] Emitting module Logging
[281/746] Compiling Logging LogHandler.swift
[282/746] Compiling Logging Logging.swift
[283/746] Compiling OrderedCollections OrderedSet+SubSequence.swift
[284/746] Compiling OrderedCollections OrderedSet+Testing.swift
[285/746] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[286/746] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[287/746] Compiling OrderedCollections OrderedSet.swift
[288/746] Compiling OrderedCollections _UnsafeBitset.swift
[289/746] Emitting module OrderedCollections
[289/746] Compiling x_x509a.cc
[290/746] Compiling x_val.cc
[291/746] Compiling x_x509.cc
[293/765] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.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
[294/765] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.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
[295/765] Compiling IdentifiedCollections IdentifiedArray+Insertions.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
[296/765] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.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
[297/765] Compiling IdentifiedCollections IdentifiedArray+Collection.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
[298/765] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.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
[299/765] Compiling IdentifiedCollections Identified.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
[300/765] Compiling IdentifiedCollections IdentifiedArray+Codable.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
[301/772] Emitting module ConcurrencyExtras
<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
[302/773] Compiling SwiftASN1 DER.swift
[302/774] Compiling x_spki.cc
[304/774] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[305/774] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[306/774] Compiling ConcurrencyExtras UncheckedSendable.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
[306/774] Compiling x_sig.cc
[307/774] Compiling x_req.cc
[309/774] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[310/774] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[311/776] Compiling SwiftASN1 Errors.swift
[315/776] Compiling x_pubkey.cc
[316/776] Compiling x_exten.cc
[317/776] Compiling x_name.cc
[319/776] Compiling SwiftSyntax SyntaxBaseNodes.swift
[320/776] Compiling SwiftSyntax SyntaxNodesD.swift
[321/776] Compiling SwiftSyntax SyntaxNodesEF.swift
[322/776] Compiling SwiftSyntax SyntaxNodesGHI.swift
[323/776] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[324/776] Compiling SwiftSyntax SyntaxNodesOP.swift
[325/776] Compiling SwiftSyntax SyntaxNodesQRS.swift
[326/776] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.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
<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
[334/784] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[335/784] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[336/784] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[337/784] Compiling ConcurrencyExtras Locking.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
[338/784] Compiling ConcurrencyExtras MainSerialExecutor.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
[339/784] Compiling ConcurrencyExtras Result.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
[340/784] Compiling ConcurrencyExtras Task.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
[349/784] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[350/784] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[351/784] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[352/784] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[355/784] Emitting module SwiftASN1
[358/784] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[359/784] Compiling IdentifiedCollections IdentifiedArray.swift
[364/784] Compiling ConcurrencyExtras AsyncStream.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
[365/784] Compiling ConcurrencyExtras AsyncThrowingStream.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
[366/784] Compiling ConcurrencyExtras UncheckedBox.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
[367/784] Compiling ConcurrencyExtras LockIsolated.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
<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
[394/786] Emitting module Crypto
[405/786] Compiling IssueReporting WithExpectedIssue.swift
[406/786] Compiling IssueReporting WithIssueContext.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
<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
[433/786] Emitting module IssueReporting
<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
[435/786] Compiling x_crl.cc
[436/786] Compiling x_attrib.cc
[437/786] Compiling x_all.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
[451/786] Emitting module Yams
[455/786] Compiling x509spki.cc
[457/786] Compiling Crypto RNG_boring.swift
[458/786] Compiling Crypto SafeCompare_boring.swift
[459/786] Compiling Crypto Zeroization_boring.swift
[460/786] Compiling Crypto PrettyBytes.swift
[461/786] Compiling Crypto SafeCompare.swift
[462/786] Compiling Crypto SecureBytes.swift
[463/786] Compiling Crypto Zeroization.swift
[464/786] Compiling Crypto resource_bundle_accessor.swift
[464/786] Compiling x_algor.cc
[465/823] Compiling x509name.cc
[466/823] Compiling x509rset.cc
[467/823] Compiling x509cset.cc
[469/823] Compiling XCTestDynamicOverlay Exports.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/823] Compiling x509_vpm.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
[475/824] Compiling CombineSchedulers AnyScheduler.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/824] Compiling CombineSchedulers Concurrency.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/824] Compiling CombineSchedulers ImmediateScheduler.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/824] Compiling CombineSchedulers Deprecations.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
<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
[481/824] Compiling PerceptionCore Bindable.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/824] Compiling PerceptionCore Environment.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
<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
[489/824] Compiling IdentifiedCollections IdentifiedCollection.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
[490/824] Emitting module IdentifiedCollections
<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
[491/824] Emitting module XCTestDynamicOverlay
<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
[492/824] Compiling XCTestDynamicOverlay Deprecations.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
[492/824] Compiling x509_v3.cc
[493/824] Compiling x509_txt.cc
[494/824] Compiling x509_vfy.cc
[495/862] Compiling x509_trs.cc
[496/862] Compiling x509_set.cc
[498/862] Compiling CasePathsCore UncheckedSendable.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
[499/863] Compiling CasePathsCore TypeName.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/863] Compiling CasePathsCore Never+CasePathable.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/863] Compiling CasePathsCore KeyPath+Sendable.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/863] Compiling CasePathsCore CasePathReflectable.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/863] Compiling CasePathsCore Optional+CasePathable.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
[504/863] Compiling CasePathsCore CasePathIterable.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
[504/863] Compiling x509_req.cc
[505/863] Compiling x509_obj.cc
[507/863] Compiling CasePathsCore AnyCasePath.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
[508/863] Emitting module CasePathsCore
<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
[509/863] Compiling CasePathsCore CasePathable.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
[510/863] Compiling CasePathsCore Result+CasePathable.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
[510/863] Compiling x509_lu.cc
[511/863] Compiling x509_ext.cc
[512/863] Compiling x509_cmp.cc
[513/863] Compiling x509_def.cc
[514/863] Compiling x509_d2.cc
[515/863] Compiling x509_att.cc
[516/863] Compiling x509.cc
[517/863] Compiling v3_purp.cc
[518/863] Compiling v3_utl.cc
[519/863] Compiling v3_skey.cc
[520/863] Compiling v3_prn.cc
[521/863] Compiling v3_pmaps.cc
[523/863] Emitting module SwiftSyntax
<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
[523/863] Compiling v3_pcons.cc
[524/863] Compiling v3_ocsp.cc
[525/863] Compiling v3_ncons.cc
[526/863] Compiling v3_lib.cc
[527/863] Compiling v3_int.cc
[528/863] Compiling v3_ia5.cc
[529/863] Compiling v3_info.cc
[530/863] Compiling v3_genn.cc
[531/863] Compiling v3_extku.cc
[532/863] Compiling v3_enum.cc
[534/863] Compiling Clocks _AsyncTimerSequence.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
[534/863] Compiling v3_crld.cc
[535/863] Compiling v3_cpols.cc
[537/863] Compiling CombineSchedulers UIKit.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
[538/863] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[539/863] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[539/864] Compiling v3_conf.cc
[541/864] Compiling CombineSchedulers Timer.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
[541/864] Compiling v3_bitst.cc
[542/864] Compiling v3_bcons.cc
[543/864] Compiling v3_alt.cc
[545/864] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[545/864] Compiling v3_akeya.cc
[546/864] Compiling v3_akey.cc
[547/864] Compiling t_x509a.cc
[548/864] Compiling t_x509.cc
[550/864] Emitting module CustomDump
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[550/866] Compiling t_req.cc
[551/866] Compiling t_crl.cc
[552/866] Compiling rsa_pss.cc
[553/866] Compiling i2d_pr.cc
[555/866] Compiling PerceptionCore PerceptionChecking.swift
[556/867] Compiling CustomDump XCTAssertDifference.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
[557/867] Compiling CustomDump XCTAssertNoDifference.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
[557/867] Compiling name_print.cc
[558/867] Compiling policy.cc
[560/867] Compiling CustomDump Foundation.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
[561/867] Compiling CustomDump GameKit.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
[562/867] Compiling CustomDump KeyPath.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
[563/867] Compiling PerceptionCore Unchecked.swift
[564/867] Compiling PerceptionCore PerceptionRegistrar.swift
[565/867] Compiling PerceptionCore _PerceptionRegistrar.swift
[566/867] Compiling PerceptionCore PerceptionTracking.swift
[567/867] Compiling PerceptionCore Perceptible.swift
[567/867] Compiling by_file.cc
[569/867] Compiling CustomDump CustomDumpRepresentable.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
[570/867] Compiling CustomDump CustomDumpStringConvertible.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
[571/867] Compiling CustomDump Diff.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
[572/867] Compiling CustomDump Mirror.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
[573/867] Compiling CustomDump String.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
[574/867] Compiling CustomDump Unordered.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
[575/867] Compiling CustomDump UserNotifications.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
[576/867] Compiling CustomDump UserNotificationsUI.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
[577/867] Compiling CustomDump CustomDumpReflectable.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
[578/867] Compiling CustomDump CoreImage.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
[579/867] Compiling CustomDump CoreLocation.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
[580/867] Compiling CustomDump CoreMotion.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
[581/867] Compiling CustomDump AnyType.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
[582/867] Compiling CustomDump CollectionDifference.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
[583/867] Compiling CustomDump Identifiable.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
[584/867] Compiling CustomDump Dump.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
[585/867] Compiling CustomDump ExpectDifference.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
[586/867] Compiling CustomDump ExpectNoDifference.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
[586/867] Compiling by_dir.cc
[587/867] Compiling asn1_gen.cc
[588/867] Compiling algorithm.cc
[589/867] Compiling a_verify.cc
[591/867] Compiling Clocks UnimplementedClock.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
[592/867] Compiling Clocks TestClock.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
[593/867] Compiling Clocks Timer.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
[594/867] Compiling Clocks Lock.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
[595/867] Compiling Clocks SwiftUI.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
[596/867] Compiling Clocks AnyClock.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
[597/867] Compiling Clocks ImmediateClock.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
[598/867] Emitting module Clocks
<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
[598/867] Compiling a_sign.cc
[600/867] Compiling CombineSchedulers Lock.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
[601/867] Compiling CombineSchedulers NSRecursiveLock.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
[602/867] Emitting module CombineSchedulers
<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
[603/867] Compiling CustomDump StoreKit.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
[604/867] Compiling CustomDump Swift.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
[605/867] Compiling CustomDump Photos.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
[606/867] Compiling CustomDump Speech.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
[607/867] Compiling CombineSchedulers SwiftUI.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
[607/867] Compiling a_digest.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
[613/867] Compiling CustomDump SwiftUI.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
[614/867] Compiling CustomDump UIKit.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
[614/867] Compiling thread_win.cc
[615/867] Compiling thread_pthread.cc
[616/867] Compiling trust_token.cc
[617/891] Compiling thread_none.cc
[618/891] Compiling voprf.cc
[619/891] Compiling pmbtoken.cc
[620/891] Compiling thread.cc
[621/891] Compiling wots.cc
[622/891] Compiling stack.cc
[623/891] Compiling thash.cc
[624/891] Compiling merkle.cc
[625/891] Compiling fors.cc
[626/891] Compiling slhdsa.cc
[627/891] Compiling siphash.cc
[628/891] Compiling sha512.cc
[629/891] Compiling sha1.cc
[630/891] Compiling sha256.cc
[632/891] Emitting module Dependencies
<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
[633/893] Compiling Dependencies WithRandomNumberGenerator.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
[634/893] Compiling Dependencies AppEntryPoint.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
[635/893] Compiling Dependencies Deprecations.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
[636/893] Compiling Dependencies Exports.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
[637/893] Compiling Dependencies TypeName.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
[638/893] Compiling Dependencies PreviewTrait.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
[639/893] Compiling Dependencies MainRunLoop.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
[640/893] Compiling Dependencies OpenURL.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
[641/893] Compiling Dependencies TimeZone.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
[642/893] Compiling Dependencies Clocks.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
[643/893] Compiling Dependencies Context.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
[644/893] Compiling Dependencies Date.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
[645/893] Compiling Dependencies FireAndForget.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
[646/893] Compiling Dependencies Locale.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
[647/893] Compiling Dependencies MainQueue.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
[648/893] Compiling Dependencies URLSession.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
[649/893] Compiling Dependencies UUID.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
[650/893] Compiling Dependencies Dependency.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
[651/893] Compiling Dependencies DependencyContext.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
[652/893] Compiling Dependencies DependencyKey.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
[652/893] Compiling rsa_extra.cc
[653/893] Compiling rsa_print.cc
[654/893] Compiling rsa_crypt.cc
[655/893] Compiling rc4.cc
[656/893] Compiling windows.cc
[657/893] Compiling refcount.cc
[658/893] Compiling rsa_asn1.cc
[659/893] Compiling urandom.cc
[660/893] Compiling trusty.cc
[661/893] Compiling passive.cc
[662/893] Compiling rand_extra.cc
[664/893] Compiling Dependencies DependencyValues.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
[665/893] Compiling Dependencies Assert.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
[666/893] Compiling Dependencies Calendar.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
[666/893] Compiling ios.cc
[667/893] Compiling getentropy.cc
[668/893] Compiling poly1305_arm_asm.S
[669/893] Compiling forkunsafe.cc
[670/893] Compiling fork_detect.cc
[671/893] Compiling deterministic.cc
[673/893] Compiling Dependencies TestTrait.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
[674/893] Compiling Dependencies WithDependencies.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
[674/893] Compiling poly1305_vec.cc
[675/893] Compiling poly1305_arm.cc
[676/893] Compiling pool.cc
[677/893] Compiling poly1305.cc
[683/893] Emitting module PerceptionCore
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-perception/Sources/PerceptionCore/Bindable.swift:35:58: error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
33 | ) -> Binding<Subject> where Value: AnyObject {
34 | withPerceptionTracking {
35 | self.$observer[dynamicMember: (\Observer.object).appending(path: keyPath)]
| `- error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
36 | } onChange: { [send = UncheckedSendable(self.observer.objectWillChange.send)] in
37 | send.value()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-perception/Sources/PerceptionCore/Bindable.swift:35:58: error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
33 | ) -> Binding<Subject> where Value: AnyObject {
34 | withPerceptionTracking {
35 | self.$observer[dynamicMember: (\Observer.object).appending(path: keyPath)]
| `- error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
36 | } onChange: { [send = UncheckedSendable(self.observer.objectWillChange.send)] in
37 | send.value()
[686/893] Compiling PerceptionCore WithPerceptionTracking.swift
[686/893] Compiling pem_pkey.cc
[686/893] Compiling pem_xaux.cc
[686/893] Compiling pem_x509.cc
[686/893] Compiling p5_pbev2.cc
[686/893] Compiling pkcs7_x509.cc
[686/893] Compiling pkcs8_x509.cc
[686/893] Compiling pkcs7.cc
[686/893] Compiling pkcs8.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
Fetching https://github.com/dirtyhenry/swift-blocks
[1/2860] Fetching swift-blocks
Fetched https://github.com/dirtyhenry/swift-blocks from cache (1.15s)
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/9049] Fetching jwt-kit
[9050/312565] Fetching jwt-kit, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (30.47s)
Fetched https://github.com/vapor/jwt-kit.git from cache (30.47s)
Fetched https://github.com/apple/swift-argument-parser from cache (30.48s)
Fetched https://github.com/jpsim/Yams.git from cache (30.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (31.27s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (0.49s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.72s)
[1/6112] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.17s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (2.38s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.65s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.19.1 (0.54s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
[1/3138] Fetching swift-sharing
[190/4549] Fetching swift-sharing, swift-perception
[1047/6057] Fetching swift-sharing, swift-perception, swift-identified-collections
[1078/51420] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (1.09s)
[12358/50009] Fetching swift-sharing, swift-identified-collections, swift-navigation
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.18s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.18s)
[15840/48501] Fetching swift-sharing, swift-navigation
Fetched https://github.com/swiftlang/swift-syntax from cache (1.19s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.20s)
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.41s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.42s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (1.83s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (1.83s)
Fetched https://github.com/apple/swift-collections from cache (0.75s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.51s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (7.27s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.50s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.50s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.49s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (0.80s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.69s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.51s)
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.29s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.4.0 (0.81s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.19.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/dirtyhenry/swift-blocks
Working copy of https://github.com/dirtyhenry/swift-blocks resolved at main (f886e38)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.4.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/145] Write sources
[4/145] Write swift-version-2F0A5646E1D333AE.txt
[5/145] Compiling pkcs7.cc
[6/145] Compiling pem_x509.cc
[7/145] Compiling pem_xaux.cc
[8/145] Compiling pkcs7_x509.cc
[9/145] Compiling p5_pbev2.cc
[10/145] Compiling pem_pkey.cc
[11/145] Compiling pem_pk8.cc
[12/145] Compiling pkcs8.cc
[13/147] Compiling pkcs8_x509.cc
[14/155] Compiling pem_oth.cc
[16/157] Compiling SwiftSyntax601 Empty.swift
[17/157] Emitting module SwiftSyntax601
[18/157] Compiling SwiftSyntax510 Empty.swift
[19/157] Emitting module SwiftSyntax510
[20/174] Compiling SwiftSyntax600 Empty.swift
[21/174] Emitting module SwiftSyntax600
[22/178] Emitting module SwiftSyntax509
[23/178] Compiling SwiftSyntax509 Empty.swift
[24/178] Emitting module Sharing1
[25/178] Compiling Sharing1 Empty.swift
[26/178] Compiling Sharing2 Empty.swift
[27/178] Emitting module Sharing2
[28/201] Emitting module _CertificateInternals
[29/201] Compiling _CertificateInternals _TinyArray.swift
[30/364] Compiling Blocks Bundle.swift
[31/364] Compiling Blocks Calendar.swift
[32/364] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/365] Compiling Blocks SimpleMessageError.swift
[34/365] Compiling Blocks Sitemap.swift
[35/365] Compiling Blocks Endpoint.swift
[36/365] Compiling Blocks LoggingTransport.swift
[37/431] Compiling SwiftSyntax SyntaxNodesC.swift
[38/431] Compiling SwiftSyntax SourceEdit.swift
[39/433] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/433] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/433] Compiling Crypto Ed25519Keys.swift
[42/433] Compiling Crypto NISTCurvesKeys.swift
[43/433] Compiling Crypto X25519Keys.swift
[44/433] Compiling Crypto SymmetricKeys.swift
[45/433] Compiling Crypto HMAC.swift
[46/433] Compiling Crypto MACFunctions.swift
[47/433] Compiling Crypto MessageAuthenticationCode.swift
[48/441] Compiling SwiftSyntax SyntaxKind.swift
[49/441] Compiling SwiftSyntax SyntaxRewriter.swift
[50/441] Compiling SwiftSyntax SyntaxTraits.swift
[51/441] Compiling SwiftSyntax SyntaxVisitor.swift
[52/441] Compiling SwiftSyntax TokenKind.swift
[53/441] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[54/441] Compiling SwiftSyntax SyntaxChildren.swift
[55/441] Compiling SwiftSyntax SyntaxCollection.swift
[56/441] Compiling ConcurrencyExtras MainSerialExecutor.swift
[57/441] Compiling ConcurrencyExtras Result.swift
[58/441] Compiling ConcurrencyExtras LockIsolated.swift
[59/441] Compiling ConcurrencyExtras AsyncStream.swift
[60/441] Compiling ConcurrencyExtras Locking.swift
[61/441] Compiling ConcurrencyExtras UncheckedBox.swift
[62/441] Compiling ConcurrencyExtras Task.swift
[63/441] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[64/442] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/442] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/442] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/442] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/442] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/442] Compiling SwiftSyntax SyntaxNodesAB.swift
[72/442] Compiling SwiftSyntax AbsolutePosition.swift
[73/442] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[74/442] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[75/442] Compiling SwiftSyntax Assert.swift
[76/442] Compiling SwiftSyntax BumpPtrAllocator.swift
[77/442] Compiling SwiftSyntax CommonAncestor.swift
[78/442] Compiling SwiftSyntax Convenience.swift
[79/442] Compiling SwiftSyntax CustomTraits.swift
[80/442] Compiling SwiftSyntax SourceLength.swift
[81/442] Compiling SwiftSyntax SourceLocation.swift
[82/442] Compiling Yams YamlError.swift
[83/442] Compiling Yams YamlTagProviding.swift
[84/442] Compiling SwiftSyntax Syntax.swift
[85/442] Compiling SwiftSyntax SyntaxArena.swift
[86/442] Compiling SwiftSyntax SyntaxCollections.swift
[87/442] Compiling SwiftSyntax SyntaxEnum.swift
[88/442] Compiling SwiftSyntax SyntaxHashable.swift
[89/442] Compiling SwiftSyntax SyntaxIdentifier.swift
[90/442] Compiling SwiftSyntax SyntaxNodeFactory.swift
[91/442] Compiling SwiftSyntax SyntaxNodeStructure.swift
[92/442] Compiling SwiftSyntax SyntaxProtocol.swift
[93/442] Compiling SwiftSyntax SyntaxText.swift
[94/442] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[95/442] Compiling SwiftSyntax TokenDiagnostic.swift
[96/442] Compiling SwiftSyntax TokenSequence.swift
[97/442] Compiling SwiftSyntax TokenSyntax.swift
[98/442] Compiling SwiftSyntax Trivia.swift
[99/442] Compiling SwiftSyntax Tokens.swift
[100/442] Compiling SwiftSyntax TriviaPieces.swift
[101/442] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[102/442] Compiling SwiftSyntax RawSyntaxNodesC.swift
[103/442] Compiling SwiftSyntax RawSyntaxNodesD.swift
[104/442] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[105/442] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[106/442] Compiling SwiftSyntax Utils.swift
[107/442] Compiling SwiftSyntax ChildNameForKeyPath.swift
[108/442] Compiling SwiftSyntax Keyword.swift
[109/442] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[110/442] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[111/442] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[112/442] Emitting module ConcurrencyExtras
[113/442] Compiling SwiftSyntax SyntaxBaseNodes.swift
[116/442] Compiling SwiftSyntax EditorPlaceholder.swift
[117/442] Compiling SwiftSyntax Identifier.swift
[118/442] Compiling SwiftSyntax MemoryLayout.swift
[119/442] Compiling SwiftSyntax MissingNodeInitializers.swift
[120/442] Compiling SwiftSyntax RawSyntax.swift
[121/442] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[122/442] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[123/442] Emitting module Crypto
[132/444] Compiling SwiftASN1 DER.swift
[133/445] Compiling ConcurrencyExtras UncheckedSendable.swift
[142/445] Emitting module IssueReporting
[149/445] Emitting module ArgumentParserToolInfo
[150/445] Emitting module InternalCollectionsUtilities
[151/445] Compiling ArgumentParserToolInfo ToolInfo.swift
[162/484] Compiling ArgumentParser CommandGroup.swift
[163/484] Compiling ArgumentParser EnumerableFlag.swift
[164/484] Compiling ArgumentParser ExpressibleByArgument.swift
[166/484] Compiling ArgumentParser ArgumentSet.swift
[167/484] Compiling ArgumentParser CommandParser.swift
[168/484] Compiling ArgumentParser InputKey.swift
[169/484] Compiling ArgumentParser CommandConfiguration.swift
[170/488] Compiling Logging MetadataProvider.swift
[171/488] Compiling Logging LogHandler.swift
[172/488] Compiling Logging Locks.swift
[173/488] Emitting module Logging
[174/488] Compiling Logging Logging.swift
[175/488] Compiling ArgumentParser ArgumentVisibility.swift
[176/488] Compiling ArgumentParser CompletionKind.swift
[177/488] Compiling SwiftASN1 Errors.swift
[178/488] Emitting module Blocks
[179/488] Compiling ArgumentParser ParsableArgumentsValidation.swift
[180/488] Compiling ArgumentParser ParsableCommand.swift
[181/488] Compiling ArgumentParser Argument.swift
[182/488] Compiling ArgumentParser NameSpecification.swift
[183/488] Compiling ArgumentParser Option.swift
[184/488] Compiling ArgumentParser OptionGroup.swift
[185/488] Compiling ArgumentParser SplitArguments.swift
[186/488] Compiling ArgumentParser DumpHelpGenerator.swift
[187/488] Compiling ArgumentParser HelpCommand.swift
[188/488] Compiling ArgumentParser ParsableArguments.swift
[189/488] Compiling ArgumentParser AsyncParsableCommand.swift
[190/488] Compiling ArgumentParser ParserError.swift
[199/488] Compiling ArgumentParser BashCompletionsGenerator.swift
[200/488] Compiling ArgumentParser CompletionsGenerator.swift
[201/488] Compiling ArgumentParser FishCompletionsGenerator.swift
[202/488] Compiling ArgumentParser ZshCompletionsGenerator.swift
[212/488] Emitting module Yams
[215/488] Compiling Crypto RNG_boring.swift
[216/488] Compiling Crypto SafeCompare_boring.swift
[217/489] Compiling Crypto Zeroization_boring.swift
[218/489] Compiling Crypto PrettyBytes.swift
[219/489] Compiling Crypto SafeCompare.swift
[220/489] Compiling Crypto SecureBytes.swift
[221/489] Compiling Crypto Zeroization.swift
[222/489] Compiling Crypto resource_bundle_accessor.swift
[223/544] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[224/544] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[225/544] Compiling OrderedCollections OrderedDictionary+Elements.swift
[226/544] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[227/544] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[228/544] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[229/544] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[230/551] Compiling OrderedCollections OrderedDictionary.swift
[231/551] Compiling OrderedCollections _HashTable+Bucket.swift
[232/551] Compiling OrderedCollections _HashTable+BucketIterator.swift
[233/551] Compiling OrderedCollections _HashTable+Constants.swift
[234/551] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[235/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[236/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[237/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[238/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[239/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[240/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[241/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[244/567] Compiling OrderedCollections _HashTable+Testing.swift
[245/567] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[246/567] Compiling OrderedCollections _HashTable.swift
[247/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[248/567] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[249/567] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[250/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[251/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[252/567] Compiling OrderedCollections _Hashtable+Header.swift
[253/567] Compiling OrderedCollections OrderedDictionary+Codable.swift
[254/567] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[255/567] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[258/567] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[259/567] Compiling OrderedCollections OrderedSet+Codable.swift
[260/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[261/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[262/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[263/571] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[264/571] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[265/571] Compiling OrderedCollections OrderedSet+Sendable.swift
[265/577] Compiling pem_info.cc
[266/577] Compiling pem_lib.cc
[268/577] Compiling XCTestDynamicOverlay Exports.swift
[275/577] Emitting module SwiftASN1
[288/598] Emitting module ArgumentParser
[290/598] Compiling ArgumentParser Platform.swift
[291/598] Compiling ArgumentParser SequenceExtensions.swift
[292/598] Compiling ArgumentParser StringExtensions.swift
[293/598] Compiling ArgumentParser Tree.swift
[294/598] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[301/598] Compiling OrderedCollections OrderedSet+Hashable.swift
[302/598] Compiling OrderedCollections OrderedSet+Initializers.swift
[303/598] Compiling OrderedCollections OrderedSet+Insertions.swift
[304/598] Compiling OrderedCollections OrderedSet+Invariants.swift
[305/598] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[306/598] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[306/598] Compiling pem_all.cc
[308/598] Compiling PerceptionCore PerceptionTracking.swift
[316/599] Compiling CombineSchedulers AnyScheduler.swift
[317/599] Compiling CombineSchedulers Concurrency.swift
[318/599] Compiling CombineSchedulers ImmediateScheduler.swift
[319/599] Compiling CombineSchedulers Deprecations.swift
[320/599] Compiling PerceptionCore Locking.swift
[321/599] Compiling PerceptionCore ThreadLocal.swift
[322/599] Compiling XCTestDynamicOverlay Deprecations.swift
[323/599] Emitting module XCTestDynamicOverlay
[324/599] Compiling CombineSchedulers UIKit.swift
[329/600] Compiling PerceptionCore PerceptionChecking.swift
[330/600] Compiling PerceptionCore _PerceptionRegistrar.swift
[331/600] Compiling PerceptionCore Unchecked.swift
[338/600] Compiling PerceptionCore Perceptible.swift
[339/600] Emitting module PerceptionCore
[340/600] Compiling PerceptionCore PerceptionRegistrar.swift
[346/600] Compiling CombineSchedulers UIScheduler.swift
[347/600] Compiling OrderedCollections OrderedSet+SubSequence.swift
[348/600] Compiling OrderedCollections OrderedSet+Testing.swift
[349/600] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[350/600] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[351/600] Compiling OrderedCollections OrderedSet.swift
[352/600] Compiling OrderedCollections _UnsafeBitset.swift
[352/600] Compiling obj_xref.cc
[358/628] Compiling CustomDump CoreMotion.swift
[359/628] Compiling CustomDump Dump.swift
[360/628] Compiling CustomDump ExpectDifference.swift
[361/628] Compiling CustomDump ExpectNoDifference.swift
[362/628] Compiling CustomDump Mirror.swift
[363/628] Compiling CustomDump String.swift
[364/628] Compiling CustomDump Unordered.swift
[365/628] Compiling CustomDump AnyType.swift
[366/638] Compiling Clocks UnimplementedClock.swift
[367/638] Compiling Clocks Lock.swift
[368/638] Compiling Clocks _AsyncTimerSequence.swift
[369/638] Compiling Clocks SwiftUI.swift
[370/638] Compiling Clocks ImmediateClock.swift
[371/638] Compiling Clocks Timer.swift
[372/638] Compiling Clocks AnyClock.swift
[373/638] Emitting module Clocks
[374/638] Compiling Clocks TestClock.swift
[375/638] Compiling CombineSchedulers TestScheduler.swift
[376/638] Compiling CombineSchedulers SwiftUI.swift
[377/638] Compiling CombineSchedulers NSRecursiveLock.swift
[378/638] Compiling CombineSchedulers Lock.swift
[379/638] Compiling CustomDump CustomDumpReflectable.swift
[380/638] Compiling CustomDump CoreImage.swift
[381/638] Compiling CustomDump UserNotifications.swift
[382/638] Compiling CustomDump UserNotificationsUI.swift
[383/638] Compiling CombineSchedulers Timer.swift
[384/638] Emitting module CombineSchedulers
[385/638] Compiling CustomDump CollectionDifference.swift
[386/638] Compiling CustomDump Identifiable.swift
[387/638] Compiling CustomDump Photos.swift
[388/638] Compiling CustomDump Speech.swift
[389/638] Compiling CustomDump StoreKit.swift
[390/638] Compiling CustomDump Swift.swift
[391/638] Compiling CustomDump SwiftUI.swift
[392/638] Compiling CustomDump UIKit.swift
[393/638] Compiling CustomDump Foundation.swift
[394/638] Compiling PerceptionCore WithPerceptionTracking.swift
[395/638] Emitting module OrderedCollections
[395/638] Compiling obj.cc
[397/638] Compiling CustomDump Diff.swift
[401/638] Compiling CustomDump GameKit.swift
[402/638] Compiling CustomDump KeyPath.swift
[403/638] Compiling CustomDump CustomDumpRepresentable.swift
[404/638] Compiling CustomDump CustomDumpStringConvertible.swift
[408/638] Compiling mlkem.cc
[410/638] Compiling CasePathsCore Never+CasePathable.swift
[411/638] Compiling CasePathsCore UncheckedSendable.swift
[412/638] Compiling CasePathsCore KeyPath+Sendable.swift
[413/638] Compiling CasePathsCore TypeName.swift
[414/638] Compiling CasePathsCore Optional+CasePathable.swift
[415/639] Compiling CombineSchedulers UnimplementedScheduler.swift
[416/658] Compiling CasePathsCore CasePathReflectable.swift
[417/658] Compiling CasePathsCore CasePathIterable.swift
[418/658] Compiling CasePathsCore CasePathable.swift
[419/658] Compiling CasePathsCore AnyCasePath.swift
[420/658] Emitting module CasePathsCore
[420/658] Compiling mem.cc
[421/658] Compiling mldsa.cc
[423/658] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[424/658] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[425/658] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[426/660] Compiling CasePathsCore Result+CasePathable.swift
[426/660] Compiling poly_rq_mul.S
[427/660] Compiling md5.cc
[429/660] Compiling IdentifiedCollections Identified.swift
[430/660] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[431/660] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[431/660] Compiling fips_shared_support.cc
[433/684] Compiling Dependencies Locale.swift
[434/684] Compiling Dependencies MainQueue.swift
[436/684] Compiling Dependencies WithRandomNumberGenerator.swift
[437/684] Compiling Dependencies AppEntryPoint.swift
[438/684] Compiling Dependencies FireAndForget.swift
[438/684] Compiling lhash.cc
[439/684] Compiling md4.cc
[441/684] Compiling Dependencies URLSession.swift
[442/684] Compiling Dependencies UUID.swift
[443/684] Compiling Dependencies PreviewTrait.swift
[444/684] Compiling Dependencies Clocks.swift
[445/684] Compiling Dependencies Calendar.swift
[446/684] Compiling Dependencies Dependency.swift
[447/684] Compiling Dependencies MainRunLoop.swift
[448/684] Compiling Dependencies OpenURL.swift
[449/684] Compiling Dependencies TimeZone.swift
[450/684] Compiling Dependencies Deprecations.swift
[451/684] Compiling Dependencies Context.swift
[452/684] Compiling Dependencies Date.swift
[453/684] Compiling Dependencies Exports.swift
[454/684] Compiling Dependencies TypeName.swift
[455/685] Compiling Dependencies DependencyContext.swift
[456/685] Compiling Dependencies DependencyKey.swift
[456/685] Compiling kyber.cc
[458/685] Emitting module IdentifiedCollections
[459/685] Compiling Dependencies DependencyValues.swift
[460/685] Compiling Dependencies Assert.swift
[461/685] Compiling IdentifiedCollections IdentifiedCollection.swift
[462/685] Emitting module CustomDump
[478/685] Compiling CustomDump XCTAssertDifference.swift
[479/685] Compiling CustomDump XCTAssertNoDifference.swift
[479/685] Compiling ex_data.cc
[480/685] Compiling hpke.cc
[481/685] Compiling sign.cc
[496/687] Compiling hrss.cc
[503/687] Compiling scrypt.cc
[505/687] Emitting module Dependencies
[505/687] Compiling pbkdf.cc
[506/687] Compiling p_x25519.cc
[507/687] Compiling print.cc
[511/687] Compiling p_x25519_asn1.cc
[512/687] Compiling p_rsa_asn1.cc
[513/687] Compiling p_rsa.cc
[514/687] Compiling p_hkdf.cc
[516/687] Compiling Dependencies TestTrait.swift
[517/687] Compiling Dependencies WithDependencies.swift
[517/687] Compiling p_ed25519.cc
[518/687] Compiling p_ec_asn1.cc
[519/688] Compiling p_ed25519_asn1.cc
[520/709] Compiling p_ec.cc
[521/709] Compiling p_dh.cc
[522/709] Compiling p_dh_asn1.cc
[523/709] Compiling p_dsa_asn1.cc
[524/709] Compiling evp_ctx.cc
[525/709] Compiling evp.cc
[526/709] Compiling err.cc
[527/709] Compiling evp_asn1.cc
[528/709] Compiling engine.cc
[530/709] Compiling Sharing Deprecations.swift
[531/709] Compiling Sharing KeyPath+Sendable.swift
[532/709] Compiling Sharing MutexBackport.swift
[532/711] Compiling ecdh_extra.cc
[533/711] Compiling hash_to_curve.cc
[534/711] Compiling ecdsa_asn1.cc
[535/711] Compiling ec_derive.cc
[537/711] Compiling Sharing NSRecursiveLock+WithLock.swift
[538/711] Compiling Sharing PassthroughRelay.swift
[539/711] Compiling Sharing PersistentReferences.swift
[539/711] Compiling ec_asn1.cc
[541/711] Compiling Sharing Shared.swift
[542/711] Compiling Sharing SharedBinding.swift
[542/711] Compiling dsa.cc
[543/711] Compiling dsa_asn1.cc
[545/711] Emitting module Sharing
[545/711] Compiling bcm.cc
[546/711] Compiling params.cc
[547/711] Compiling x25519-asm-arm.S
[548/711] Compiling digest_extra.cc
[549/711] Compiling des.cc
[551/711] Compiling Sharing SwiftUIStateSharing.swift
[552/711] Compiling Sharing resource_bundle_accessor.swift
[552/711] Compiling dh_asn1.cc
[554/711] Compiling Sharing DefaultKey.swift
[555/711] Compiling Sharing FileStorageKey.swift
[555/711] Compiling curve25519_64_adx.cc
[556/711] Compiling cpu_intel.cc
[557/711] Compiling spake25519.cc
[558/711] Compiling cpu_arm_freebsd.cc
[559/711] Compiling cpu_arm_linux.cc
[560/711] Compiling crypto.cc
[561/711] Compiling cpu_aarch64_win.cc
[562/711] Compiling curve25519.cc
[563/711] Compiling cpu_aarch64_sysreg.cc
[565/711] Compiling Sharing InMemoryKey.swift
[566/711] Compiling Sharing SharedPublisher.swift
[567/711] Compiling Sharing SharedKey.swift
[568/711] Compiling Sharing AppStorageKey.swift
[568/711] Compiling cpu_aarch64_openbsd.cc
[569/711] Compiling cpu_aarch64_fuchsia.cc
[570/711] Compiling cpu_aarch64_linux.cc
[571/711] Compiling cpu_aarch64_apple.cc
[572/711] Compiling conf.cc
[573/711] Compiling tls_cbc.cc
[575/711] Compiling Sharing SharedReader.swift
[576/711] Compiling Sharing SharedReaderKey.swift
[577/711] Compiling Sharing SharedCollection.swift
[578/711] Compiling Sharing SharedContinuations.swift
[579/711] Compiling Sharing Reference.swift
[580/711] Compiling Sharing SharedChangeTracker.swift
[581/711] Compiling Sharing TypeName.swift
[581/711] Compiling e_tls.cc
[582/711] Compiling e_rc4.cc
[583/711] Compiling e_null.cc
[584/711] Compiling e_rc2.cc
[585/711] Compiling e_des.cc
[586/711] Compiling e_chacha20poly1305.cc
[587/711] Compiling e_aesgcmsiv.cc
[588/711] Compiling e_aesctrhmac.cc
[589/711] Compiling derive_key.cc
[590/711] Compiling chacha.cc
[591/711] Compiling cipher_extra.cc
[592/711] Compiling buf.cc
[593/711] Compiling unicode.cc
[594/711] Compiling cbb.cc
[595/711] Compiling ber.cc
[596/711] Compiling blake2.cc
[597/711] Compiling cbs.cc
[598/711] Compiling asn1_compat.cc
[599/711] Compiling bn_asn1.cc
[600/711] Compiling convert.cc
[601/711] Compiling printf.cc
[602/711] Compiling pair.cc
[603/711] Compiling hexdump.cc
[604/711] Compiling errno.cc
[605/711] Compiling fd.cc
[606/711] Compiling file.cc
[607/711] Compiling bio_mem.cc
[608/711] Compiling base64.cc
[609/711] Compiling bio.cc
[610/711] Compiling tasn_typ.cc
[611/711] Compiling tasn_fre.cc
[612/711] Compiling posix_time.cc
[613/711] Compiling tasn_enc.cc
[614/711] Compiling tasn_utl.cc
[615/711] Compiling f_string.cc
[616/711] Compiling f_int.cc
[617/711] Compiling tasn_new.cc
[618/711] Compiling tasn_dec.cc
[619/711] Compiling asn_pack.cc
[620/711] Compiling asn1_par.cc
[621/711] Compiling a_utctm.cc
[622/711] Compiling a_octet.cc
[623/711] Compiling asn1_lib.cc
[624/711] Compiling a_type.cc
[625/711] Compiling a_strex.cc
[626/711] Compiling a_time.cc
[627/711] Compiling a_strnid.cc
[628/711] Compiling a_object.cc
[629/711] Compiling a_mbstr.cc
[631/711] Emitting module SwiftSyntax
[631/711] Compiling a_i2d_fp.cc
[632/711] Compiling a_dup.cc
[633/711] Compiling a_d2i_fp.cc
[634/711] Compiling a_bitstr.cc
[635/711] Compiling a_int.cc
[636/711] Compiling a_gentm.cc
[637/711] Compiling a_bool.cc
[653/720] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[654/720] Compiling CryptoBoringWrapper EllipticCurve.swift
[655/720] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[656/720] Compiling CryptoBoringWrapper RandomBytes.swift
[657/720] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[658/720] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[659/720] Emitting module CryptoBoringWrapper
[660/720] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[661/720] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[662/768] Compiling _CryptoExtras KDF.swift
[663/768] Compiling _CryptoExtras PBKDF2_boring.swift
[664/768] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[665/768] Compiling _CryptoExtras PBKDF2.swift
[666/768] Compiling _CryptoExtras Scrypt_boring.swift
[667/773] Compiling _CryptoExtras RSA_security.swift
[668/773] Compiling _CryptoExtras BoringSSLHelpers.swift
[669/773] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[670/773] Compiling _CryptoExtras DigestType.swift
[671/773] Compiling _CryptoExtras Error.swift
[672/773] Emitting module _CryptoExtras
[673/773] Compiling _CryptoExtras AES_CTR_boring.swift
[674/773] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[675/773] Compiling _CryptoExtras ARC+API.swift
[676/773] Compiling _CryptoExtras ARC.swift
[677/773] Compiling _CryptoExtras ARCCredential.swift
[678/773] Compiling _CryptoExtras ARCEncoding.swift
[679/773] Compiling _CryptoExtras AES_CBC.swift
[680/773] Compiling _CryptoExtras AES_CFB.swift
[681/773] Compiling _CryptoExtras AES_CTR.swift
[682/773] Compiling _CryptoExtras AES_GCM_SIV.swift
[683/773] Compiling _CryptoExtras Block Function.swift
[684/773] Compiling _CryptoExtras AES_CFB_boring.swift
[685/773] Compiling _CryptoExtras DLEQ.swift
[686/773] Compiling _CryptoExtras Prover.swift
[687/773] Compiling _CryptoExtras Verifier.swift
[688/773] Compiling _CryptoExtras ZKPToolbox.swift
[689/773] Compiling _CryptoExtras resource_bundle_accessor.swift
[690/773] Compiling _CryptoExtras I2OSP.swift
[691/773] Compiling _CryptoExtras IntegerEncoding.swift
[692/773] Compiling _CryptoExtras PEMDocument.swift
[693/773] Compiling _CryptoExtras PrettyBytes.swift
[694/773] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[695/773] Compiling _CryptoExtras ARCPrecredential.swift
[696/773] Compiling _CryptoExtras ARCPresentation.swift
[697/773] Compiling _CryptoExtras ARCRequest.swift
[698/773] Compiling _CryptoExtras ARCResponse.swift
[699/773] Compiling _CryptoExtras ARCServer.swift
[700/773] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[701/773] Compiling _CryptoExtras ChaCha20CTR.swift
[702/773] Compiling _CryptoExtras ECToolbox_boring.swift
[703/773] Compiling _CryptoExtras ECToolbox.swift
[704/773] Compiling _CryptoExtras HashToField.swift
[705/773] Compiling _CryptoExtras VOPRFClient.swift
[706/773] Compiling _CryptoExtras VOPRFServer.swift
[707/773] Compiling _CryptoExtras RSA+BlindSigning.swift
[708/773] Compiling _CryptoExtras RSA.swift
[709/773] Compiling _CryptoExtras RSA_boring.swift
[754/773] Compiling _CryptoExtras Scrypt.swift
[755/773] Compiling _CryptoExtras OPRF.swift
[756/773] Compiling _CryptoExtras OPRFClient.swift
[757/773] Compiling _CryptoExtras OPRFServer.swift
[758/773] Compiling _CryptoExtras VOPRF+API.swift
[759/868] Compiling X509 Digests.swift
[760/868] Compiling X509 DistinguishedName.swift
[761/868] Compiling X509 CommonName.swift
[762/868] Compiling X509 CountryName.swift
[763/868] Compiling X509 DNBuilder.swift
[764/868] Compiling X509 DomainComponent.swift
[765/868] Compiling X509 EmailAddress.swift
[766/868] Compiling X509 LocalityName.swift
[767/868] Compiling X509 OrganizationName.swift
[768/868] Compiling X509 OrganizationalUnitName.swift
[769/868] Compiling X509 StateOrProvinceName.swift
[770/878] Compiling X509 Extension.swift
[771/878] Compiling X509 Extensions.swift
[772/878] Compiling X509 ExtensionsBuilder.swift
[773/878] Compiling X509 GeneralName.swift
[774/878] Compiling X509 Lock.swift
[775/878] Compiling X509 LockedValueBox.swift
[776/878] Compiling X509 BasicOCSPResponse.swift
[777/878] Compiling X509 DirectoryString.swift
[778/878] Compiling X509 OCSPCertID.swift
[779/878] Compiling X509 OCSPCertStatus.swift
[780/878] Compiling X509 OCSPSingleResponse.swift
[781/878] Compiling X509 OCSPTBSRequest.swift
[782/878] Compiling X509 OCSPVersion.swift
[783/878] Compiling X509 PKCS8PrivateKey.swift
[784/878] Compiling X509 PromiseAndFuture.swift
[785/878] Compiling X509 RDNAttribute.swift
[786/878] Compiling X509 RandomNumberGenerator+bytes.swift
[787/878] Compiling X509 RelativeDistinguishedName.swift
[788/878] Compiling X509 SEC1PrivateKey.swift
[789/878] Compiling X509 SecKeyWrapper.swift
[790/878] Compiling X509 Signature.swift
[791/878] Compiling X509 SignatureAlgorithm.swift
[792/878] Compiling X509 AllOfPolicies.swift
[793/878] Compiling X509 AnyPolicy.swift
[794/878] Compiling X509 CertificateStore.swift
[795/878] Compiling X509 OneOfPolicies.swift
[796/878] Compiling X509 PolicyBuilder.swift
[797/878] Compiling X509 BasicConstraintsPolicy.swift
[798/878] Compiling X509 DNSNames.swift
[799/878] Compiling X509 DirectoryNames.swift
[800/878] Compiling X509 CSRAttribute.swift
[801/878] Compiling X509 CSRAttributes.swift
[802/878] Compiling X509 CSRVersion.swift
[803/878] Compiling X509 CertificateSigningRequest.swift
[804/878] Compiling X509 CertificationRequestInfo.swift
[805/878] Compiling X509 ExtensionRequest.swift
[806/878] Compiling X509 Certificate.swift
[807/878] Compiling X509 CertificatePrivateKey.swift
[808/878] Compiling X509 CertificatePublicKey.swift
[809/878] Compiling X509 CertificateSerialNumber.swift
[810/878] Compiling X509 CertificateVersion.swift
[811/878] Compiling X509 OCSPExtensionID.swift
[812/878] Compiling X509 OCSPNonce.swift
[813/878] Compiling X509 OCSPPolicy.swift
[814/878] Compiling X509 OCSPRequest.swift
[815/878] Compiling X509 OCSPResponse.swift
[816/878] Compiling X509 OCSPResponseBytes.swift
[817/878] Compiling X509 OCSPResponseData.swift
[818/878] Compiling X509 OCSPResponseStatus.swift
[819/878] Compiling X509 OCSPSignature.swift
[820/878] Compiling X509 OCSPSingleRequest.swift
[821/878] Compiling X509 CMSAttribute.swift
[822/878] Compiling X509 CMSContentInfo.swift
[823/878] Compiling X509 CMSEncapsulatedContentInfo.swift
[824/878] Compiling X509 CMSIssuerAndSerialNumber.swift
[825/878] Compiling X509 CMSOperations.swift
[826/878] Compiling X509 CMSSignature.swift
[827/878] Compiling X509 CMSSignedData.swift
[828/878] Compiling X509 CMSSignerIdentifier.swift
[829/878] Compiling X509 CMSSignerInfo.swift
[830/878] Compiling X509 CMSVersion.swift
[831/878] Compiling X509 Curve25519+DER.swift
[832/878] Compiling X509 Verifier.swift
[833/878] Compiling X509 VerifierPolicy.swift
[834/878] Compiling X509 AlgorithmIdentifier.swift
[835/878] Compiling X509 ECDSASignature.swift
[836/878] Compiling X509 RSAPKCS1PublicKey.swift
[837/878] Compiling X509 SubjectPublicKeyInfo.swift
[838/878] Compiling X509 TBSCertificate.swift
[839/878] Compiling X509 Time.swift
[840/878] Compiling X509 TimeCalculations.swift
[841/878] Compiling X509 Validity.swift
[842/878] Compiling X509 StreetAddress.swift
[843/878] Compiling X509 Error.swift
[844/878] Compiling X509 AuthorityInformationAccess.swift
[845/878] Compiling X509 AuthorityKeyIdentifier.swift
[846/878] Compiling X509 BasicConstraints.swift
[847/878] Compiling X509 ExtendedKeyUsage.swift
[848/878] Compiling X509 ExtensionIdentifiers.swift
[849/878] Compiling X509 KeyUsage.swift
[850/878] Compiling X509 NameConstraints.swift
[851/878] Compiling X509 SubjectAlternativeName.swift
[852/878] Compiling X509 SubjectKeyIdentifier.swift
[853/878] Compiling X509 ExpiryPolicy.swift
[854/878] Compiling X509 IPConstraints.swift
[855/878] Compiling X509 NameConstraintsPolicy.swift
[856/878] Compiling X509 RFC5280Policy.swift
[857/878] Compiling X509 URIConstraints.swift
[858/878] Compiling X509 VersionPolicy.swift
[859/878] Compiling X509 ServerIdentityPolicy.swift
[860/878] Compiling X509 TrustRootLoading.swift
[861/878] Compiling X509 UnverifiedChain.swift
[862/878] Compiling X509 VerificationDiagnostic.swift
[870/878] Emitting module X509
[871/997] Emitting module SwiftDiagnostics
[872/998] Compiling SwiftBasicFormat Syntax+Extensions.swift
[873/998] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[874/998] Compiling SwiftDiagnostics Convenience.swift
[875/998] Compiling SwiftDiagnostics Diagnostic.swift
[876/998] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[877/998] Compiling SwiftDiagnostics Message.swift
[878/998] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[879/998] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[880/998] Compiling SwiftDiagnostics Note.swift
[881/998] Compiling SwiftBasicFormat Indenter.swift
[882/998] Compiling SwiftBasicFormat InferIndentation.swift
[883/998] Compiling SwiftDiagnostics FixIt.swift
[884/998] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[885/998] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[886/998] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[887/998] Compiling SwiftBasicFormat BasicFormat.swift
[888/998] Emitting module SwiftBasicFormat
[889/998] Compiling SwiftParser TopLevel.swift
[890/998] Compiling SwiftParser TriviaParser.swift
[891/998] Compiling SwiftParser Types.swift
[892/998] Compiling SwiftParser ExperimentalFeatures.swift
[893/1002] Compiling SwiftParser StringLiterals.swift
[894/1002] Compiling SwiftParser SwiftParserCompatibility.swift
[895/1002] Compiling SwiftParser SwiftVersion.swift
[896/1002] Compiling SwiftParser SyntaxUtils.swift
[897/1002] Compiling SwiftParser TokenConsumer.swift
[898/1002] Compiling SwiftParser TokenPrecedence.swift
[899/1002] Compiling SwiftParser TokenSpec.swift
[900/1002] Compiling SwiftParser TokenSpecSet.swift
[901/1002] Emitting module SwiftParser
[902/1002] Compiling SwiftParser Nominals.swift
[903/1002] Compiling SwiftParser Parameters.swift
[904/1002] Compiling SwiftParser ParseSourceFile.swift
[905/1002] Compiling SwiftParser Parser.swift
[906/1002] Compiling SwiftParser Patterns.swift
[907/1002] Compiling SwiftParser Recovery.swift
[908/1002] Compiling SwiftParser Specifiers.swift
[909/1002] Compiling SwiftParser Statements.swift
[910/1002] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[911/1002] Compiling SwiftParser UnicodeScalarExtensions.swift
[912/1002] Compiling SwiftParser Lookahead.swift
[913/1002] Compiling SwiftParser LoopProgressCondition.swift
[914/1002] Compiling SwiftParser Modifiers.swift
[915/1002] Compiling SwiftParser Names.swift
[916/1002] Compiling SwiftParser Directives.swift
[917/1002] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[918/1002] Compiling SwiftParser Expressions.swift
[919/1002] Compiling SwiftParser IncrementalParseTransition.swift
[920/1002] Compiling SwiftParser IsValidIdentifier.swift
[921/1002] Compiling SwiftParser Cursor.swift
[922/1002] Compiling SwiftParser Lexeme.swift
[923/1002] Compiling SwiftParser LexemeSequence.swift
[924/1002] Compiling SwiftParser Lexer.swift
[925/1002] Compiling SwiftParser RegexLiteralLexer.swift
[926/1002] Compiling SwiftParser Attributes.swift
[927/1002] Compiling SwiftParser Availability.swift
[928/1002] Compiling SwiftParser CharacterInfo.swift
[929/1002] Compiling SwiftParser CollectionNodes+Parsable.swift
[930/1002] Compiling SwiftParser Declarations.swift
[931/1002] Compiling SwiftParser IsLexerClassified.swift
[932/1002] Compiling SwiftParser LayoutNodes+Parsable.swift
[933/1002] Compiling SwiftParser Parser+TokenSpecSet.swift
[934/1002] Compiling SwiftParser TokenSpecStaticMembers.swift
[935/1025] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[936/1026] Compiling SwiftOperators PrecedenceGroup.swift
[937/1027] Compiling SwiftOperators Operator.swift
[938/1027] Compiling SwiftOperators PrecedenceGraph.swift
[939/1027] Compiling SwiftOperators OperatorTable.swift
[940/1027] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[941/1027] Emitting module SwiftOperators
[942/1027] Compiling SwiftOperators OperatorError.swift
[943/1027] Compiling SwiftOperators OperatorError+Diagnostics.swift
[944/1027] Compiling SwiftOperators SyntaxSynthesis.swift
[945/1027] Compiling SwiftOperators OperatorTable+Semantics.swift
[946/1027] Compiling SwiftOperators OperatorTable+Defaults.swift
[947/1027] Compiling SwiftOperators OperatorTable+Folding.swift
[954/1033] Compiling SwiftParserDiagnostics MissingNodesError.swift
[955/1033] Compiling SwiftParserDiagnostics MissingTokenError.swift
[956/1033] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[957/1033] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[958/1033] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[959/1033] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[974/1033] Compiling SwiftParserDiagnostics Utils.swift
[975/1033] Compiling SwiftParserDiagnostics PresenceUtils.swift
[976/1033] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[977/1033] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[978/1033] Compiling JWTKit AudienceClaim.swift
[979/1033] Compiling JWTKit BoolClaim.swift
[980/1033] Compiling JWTKit ExpirationClaim.swift
[981/1033] Compiling JWTKit GoogleHostedDomainClaim.swift
[982/1033] Compiling JWTKit IDClaim.swift
[983/1033] Compiling JWTKit IssuedAtClaim.swift
[984/1033] Compiling JWTKit IssuerClaim.swift
[985/1033] Compiling JWTKit JWTClaim.swift
[986/1033] Compiling JWTKit JWTMultiValueClaim.swift
[987/1033] Compiling JWTKit JWTUnixEpochClaim.swift
[988/1033] Compiling JWTKit LocaleClaim.swift
[989/1033] Compiling JWTKit NotBeforeClaim.swift
[990/1033] Compiling JWTKit SubjectClaim.swift
[991/1033] Compiling JWTKit TenantIDClaim.swift
[992/1033] Emitting module JWTKit
[993/1033] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1013/1033] Compiling JWTKit AppleIdentityToken.swift
[1014/1033] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1015/1033] Compiling JWTKit GoogleIdentityToken.swift
[1016/1033] Compiling JWTKit MicrosoftIdentityToken.swift
[1017/1033] Compiling JWTKit ValidationTimePayload.swift
[1018/1033] Compiling JWTKit X5CVerifier.swift
[1023/1033] Emitting module SwiftParserDiagnostics
[1026/1048] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1027/1049] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1028/1049] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1029/1049] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1030/1049] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1031/1049] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1032/1049] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1033/1049] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1034/1049] Emitting module SwiftSyntaxBuilder
[1035/1049] Compiling SwiftSyntaxBuilder Indenter.swift
[1036/1049] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1037/1049] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1038/1049] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1039/1049] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1040/1049] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1041/1049] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1042/1067] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1043/1068] Compiling SwiftSyntaxMacros MemberMacro.swift
[1044/1068] Compiling SwiftSyntaxMacros PeerMacro.swift
[1045/1068] Compiling SwiftSyntaxMacros Macro.swift
[1046/1068] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1047/1068] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1048/1068] Compiling SwiftSyntaxMacros BodyMacro.swift
[1049/1068] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1050/1068] Compiling SwiftSyntaxMacros Macro+Format.swift
[1051/1068] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1052/1068] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1053/1068] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1054/1068] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1055/1068] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1056/1068] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1057/1068] Emitting module SwiftSyntaxMacros
[1058/1068] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1059/1068] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1060/1068] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1061/1078] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1062/1078] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1063/1078] Emitting module SwiftSyntaxMacroExpansion
[1064/1078] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1065/1078] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1066/1078] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1067/1078] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1068/1078] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1069/1078] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1070/1078] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1071/1090] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1072/1090] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1073/1090] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1074/1090] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1075/1090] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1076/1090] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1077/1090] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1078/1090] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1079/1090] Emitting module SwiftCompilerPluginMessageHandling
[1080/1090] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1081/1090] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1082/1090] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1083/1091] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1084/1093] Emitting module SwiftCompilerPlugin
[1085/1093] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1086/1114] Compiling CasePathsMacros Plugin.swift
[1087/1114] Compiling PerceptionMacros Plugins.swift
[1088/1114] Compiling PerceptionMacros Extensions.swift
[1089/1114] Compiling PerceptionMacros Availability.swift
[1090/1114] Emitting module PerceptionMacros
[1091/1114] Compiling PerceptionMacros PerceptibleMacro.swift
[1091/1114] Write Objects.LinkFileList
[1093/1114] Compiling ComposableArchitectureMacros Availability.swift
[1094/1114] Emitting module ComposableArchitectureMacros
[1095/1114] Compiling ComposableArchitectureMacros Extensions.swift
[1096/1114] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[1097/1114] Compiling DependenciesMacrosPlugin Support.swift
[1098/1114] Compiling DependenciesMacrosPlugin Plugins.swift
[1099/1114] Emitting module DependenciesMacrosPlugin
[1100/1114] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[1101/1114] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[1102/1114] Compiling ComposableArchitectureMacros Plugins.swift
[1103/1114] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[1103/1114] Write Objects.LinkFileList
[1105/1114] Compiling CasePathsMacros CasePathableMacro.swift
[1106/1114] Emitting module CasePathsMacros
[1106/1114] Write Objects.LinkFileList
[1108/1114] Compiling ComposableArchitectureMacros PresentsMacro.swift
[1109/1114] Compiling ComposableArchitectureMacros ReducerMacro.swift
[1109/1114] Write Objects.LinkFileList
[1110/1114] Linking PerceptionMacros-tool
[1111/1117] Linking DependenciesMacrosPlugin-tool
[1112/1117] Linking CasePathsMacros-tool
[1114/1127] Compiling CasePaths XCTestSupport.swift
[1114/1127] Linking ComposableArchitectureMacros-tool
[1116/1127] Compiling Perception Exports.swift
[1117/1127] Emitting module Perception
[1118/1127] Compiling Perception Macros.swift
[1119/1127] Compiling DependenciesMacros Exports.swift
[1120/1127] Emitting module DependenciesMacros
[1121/1127] Compiling DependenciesMacros Macros.swift
[1122/1127] Compiling CasePaths Macros.swift
[1123/1127] Compiling CasePaths Exports.swift
[1124/1127] Compiling CasePaths LockIsolated.swift
[1125/1127] Compiling CasePaths EnumReflection.swift
[1126/1127] Emitting module CasePaths
[1127/1127] Compiling CasePaths Deprecations.swift
[1128/1147] Compiling SwiftNavigation ToOptionalUnit.swift
[1129/1147] Compiling SwiftNavigation NSObject+Observe.swift
[1130/1149] Compiling SwiftNavigation HashableStaticString.swift
[1131/1149] Compiling SwiftNavigation KeyPath+Sendable.swift
[1132/1149] Compiling SwiftNavigation ErrorMechanism.swift
[1133/1149] Compiling SwiftNavigation Exports.swift
[1134/1149] Compiling SwiftNavigation ButtonState.swift
[1135/1149] Compiling SwiftNavigation ButtonStateBuilder.swift
[1136/1149] Compiling SwiftNavigation UIBindable.swift
[1137/1149] Compiling SwiftNavigation UIBinding.swift
[1138/1149] Compiling SwiftNavigation AssumeIsolated.swift
[1139/1149] Compiling SwiftNavigation Deprecations.swift
[1140/1149] Compiling SwiftNavigation ConfirmationDialogState.swift
[1141/1149] Compiling SwiftNavigation HashableObject.swift
[1142/1149] Emitting module SwiftNavigation
[1143/1149] Compiling SwiftNavigation Observe.swift
[1144/1149] Compiling SwiftNavigation TextState.swift
[1145/1149] Compiling SwiftNavigation AlertState.swift
[1146/1149] Compiling SwiftNavigation Bind.swift
[1147/1149] Compiling SwiftNavigation Binding.swift
[1148/1149] Compiling SwiftNavigation UINavigationPath.swift
[1149/1149] Compiling SwiftNavigation UITransaction.swift
[1150/1169] Emitting module UIKitNavigation
[1151/1171] Compiling UIKitNavigation UIColorWell.swift
[1152/1171] Compiling UIKitNavigation UIControl.swift
[1153/1171] Compiling UIKitNavigation UIDatePicker.swift
[1154/1171] Compiling UIKitNavigation UITextField.swift
[1155/1171] Compiling UIKitNavigation Exports.swift
[1156/1171] Compiling UIKitNavigation UISlider.swift
[1157/1171] Compiling UIKitNavigation UIStepper.swift
[1158/1171] Compiling UIKitNavigation Push.swift
[1159/1171] Compiling UIKitNavigation UIAlertController.swift
[1160/1171] Compiling UIKitNavigation UISwitch.swift
[1161/1171] Compiling UIKitNavigation UITabBarController.swift
[1162/1171] Compiling UIKitNavigation PopFromViewController.swift
[1163/1171] Compiling UIKitNavigation Dismiss.swift
[1164/1171] Compiling UIKitNavigation NavigationStackController.swift
[1165/1171] Compiling UIKitNavigation Presentation.swift
[1166/1171] Compiling UIKitNavigation Representable.swift
[1167/1171] Compiling UIKitNavigation UIBinding.swift
[1168/1171] Compiling UIKitNavigation UIPageControl.swift
[1169/1171] Compiling UIKitNavigation UISegmentedControl.swift
[1170/1171] Compiling UIKitNavigation UIKitAnimation.swift
[1171/1171] Compiling UIKitNavigation UITransaction.swift
[1172/1183] Compiling SwiftUINavigation Sheet.swift
[1173/1183] Compiling SwiftUINavigation NavigationDestination.swift
[1174/1184] Compiling SwiftUINavigation NavigationLink.swift
[1175/1184] Compiling SwiftUINavigation Exports.swift
[1176/1184] Compiling SwiftUINavigation Identified.swift
[1177/1184] Compiling SwiftUINavigation Binding+Internal.swift
[1178/1184] Compiling SwiftUINavigation Popover.swift
[1179/1184] Compiling SwiftUINavigation ConfirmationDialog.swift
[1180/1184] Compiling SwiftUINavigation FullScreenCover.swift
[1181/1184] Emitting module SwiftUINavigation
[1182/1184] Compiling SwiftUINavigation Alert.swift
[1183/1184] Compiling SwiftUINavigation Binding.swift
[1184/1184] Compiling SwiftUINavigation WithState.swift
[1185/1261] Compiling ComposableArchitecture Deprecations.swift
[1186/1261] Compiling ComposableArchitecture DispatchQueue.swift
[1187/1261] Compiling ComposableArchitecture EffectActions.swift
[1188/1261] Compiling ComposableArchitecture EphemeralState.swift
[1189/1261] Compiling ComposableArchitecture Exports.swift
[1190/1261] Compiling ComposableArchitecture HashableStaticString.swift
[1191/1261] Compiling ComposableArchitecture KeyPath+Sendable.swift
[1192/1261] Compiling ComposableArchitecture Locking.swift
[1193/1261] Compiling ComposableArchitecture Logger.swift
[1194/1269] Compiling ComposableArchitecture TaskResult.swift
[1195/1269] Compiling ComposableArchitecture Throttle.swift
[1196/1269] Compiling ComposableArchitecture AreOrderedSetsDuplicates.swift
[1197/1269] Compiling ComposableArchitecture AssumeIsolated.swift
[1198/1269] Compiling ComposableArchitecture Box.swift
[1199/1269] Compiling ComposableArchitecture Create.swift
[1200/1269] Compiling ComposableArchitecture CurrentValueRelay.swift
[1201/1269] Compiling ComposableArchitecture Debug.swift
[1202/1269] Compiling ComposableArchitecture DefaultSubscript.swift
[1203/1269] Compiling ComposableArchitecture ReducerBuilder.swift
[1204/1269] Compiling ComposableArchitecture BindingReducer.swift
[1205/1269] Compiling ComposableArchitecture CombineReducers.swift
[1206/1269] Compiling ComposableArchitecture DebugReducer.swift
[1207/1269] Compiling ComposableArchitecture DependencyKeyWritingReducer.swift
[1208/1269] Compiling ComposableArchitecture EmptyReducer.swift
[1209/1269] Compiling ComposableArchitecture ForEachReducer.swift
[1210/1269] Compiling ComposableArchitecture IfCaseLetReducer.swift
[1211/1269] Compiling ComposableArchitecture NavigationID.swift
[1212/1269] Compiling ComposableArchitecture NotificationName.swift
[1213/1269] Compiling ComposableArchitecture OpenExistential.swift
[1214/1269] Compiling ComposableArchitecture PresentationID.swift
[1215/1269] Compiling ComposableArchitecture ReturningLastNonNilValue.swift
[1216/1269] Compiling ComposableArchitecture RuntimeWarnings.swift
[1217/1269] Compiling ComposableArchitecture StackIDGenerator.swift
[1218/1269] Compiling ComposableArchitecture Macros.swift
[1219/1269] Compiling ComposableArchitecture Alert+Observation.swift
[1220/1269] Compiling ComposableArchitecture ForEachStore.swift
[1221/1269] Compiling ComposableArchitecture FullScreenCover.swift
[1222/1269] Compiling ComposableArchitecture IfLetStore.swift
[1223/1269] Compiling ComposableArchitecture NavigationDestination.swift
[1224/1269] Compiling ComposableArchitecture NavigationStackStore.swift
[1225/1269] Compiling ComposableArchitecture Popover.swift
[1226/1269] Compiling ComposableArchitecture PresentationModifier.swift
[1227/1269] Compiling ComposableArchitecture Sheet.swift
[1228/1269] Compiling ComposableArchitecture CaseReducer.swift
[1229/1269] Compiling ComposableArchitecture Core.swift
[1230/1269] Compiling ComposableArchitecture Dismiss.swift
[1231/1269] Compiling ComposableArchitecture IsPresented.swift
[1232/1269] Compiling ComposableArchitecture Effect.swift
[1233/1269] Compiling ComposableArchitecture Animation.swift
[1234/1269] Compiling ComposableArchitecture Cancellation.swift
[1235/1269] Compiling ComposableArchitecture Debounce.swift
[1236/1269] Compiling ComposableArchitecture Publisher.swift
[1237/1269] Emitting module ComposableArchitecture
[1238/1269] Compiling ComposableArchitecture Binding+Observation.swift
[1239/1269] Compiling ComposableArchitecture IdentifiedArray+Observation.swift
[1240/1269] Compiling ComposableArchitecture NavigationStack+Observation.swift
[1241/1269] Compiling ComposableArchitecture ObservableState.swift
[1242/1269] Compiling ComposableArchitecture ObservationStateRegistrar.swift
[1243/1269] Compiling ComposableArchitecture Store+Observation.swift
[1244/1269] Compiling ComposableArchitecture ViewAction.swift
[1245/1269] Compiling ComposableArchitecture Reducer.swift
[1246/1269] Compiling ComposableArchitecture IfLetReducer.swift
[1247/1269] Compiling ComposableArchitecture OnChange.swift
[1248/1269] Compiling ComposableArchitecture Optional.swift
[1249/1269] Compiling ComposableArchitecture PresentationReducer.swift
[1250/1269] Compiling ComposableArchitecture Reduce.swift
[1251/1269] Compiling ComposableArchitecture Scope.swift
[1252/1269] Compiling ComposableArchitecture SignpostReducer.swift
[1253/1269] Compiling ComposableArchitecture StackReducer.swift
[1254/1269] Compiling ComposableArchitecture AppStorageKeyPathKey.swift
[1255/1269] Compiling ComposableArchitecture Store.swift
[1256/1269] Compiling ComposableArchitecture Alert.swift
[1257/1269] Compiling ComposableArchitecture Binding.swift
[1258/1269] Compiling ComposableArchitecture ConfirmationDialog.swift
[1259/1269] Compiling ComposableArchitecture ActionSheet.swift
[1260/1269] Compiling ComposableArchitecture LegacyAlert.swift
[1261/1269] Compiling ComposableArchitecture NavigationLinkStore.swift
[1262/1269] Compiling ComposableArchitecture SwitchStore.swift
[1263/1269] Compiling ComposableArchitecture WithViewStore.swift
[1264/1269] Compiling ComposableArchitecture TestStore.swift
[1265/1269] Compiling ComposableArchitecture AlertStateUIKit.swift
[1266/1269] Compiling ComposableArchitecture IfLetUIKit.swift
[1267/1269] Compiling ComposableArchitecture NavigationStackControllerUIKit.swift
[1268/1269] Compiling ComposableArchitecture ViewStore.swift
[1269/1269] Compiling ComposableArchitecture resource_bundle_accessor.swift
[1270/1284] Compiling Hoods MailButtonView.swift
[1271/1284] Compiling Hoods MailerFeature.swift
[1272/1285] Compiling Hoods MailButtonFeature.swift
[1273/1285] Compiling Hoods MFMailComposeViewController+Extension.swift
[1274/1285] Compiling Hoods MailerView.swift
[1275/1285] Compiling Hoods AddKeychainItemFeature.swift
[1276/1285] Compiling Hoods AddKeychainItemView.swift
[1277/1285] Compiling Hoods KeychainGateway.swift
[1278/1285] Compiling Hoods Blocks+Extension.swift
[1279/1285] Compiling Hoods KeychainUIFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIFeature.swift:68:40: warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
66 | }
67 | }
68 | .ifLet(\.$destination, action: /Action.destination) {
| `- warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
69 | Destination()
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIFeature.swift:86:24: warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
84 | public var body: some ReducerOf<Self> {
85 | Scope(
86 | state: /State.addKeychainItem,
| `- warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
87 | action: /Action.addKeychainItem
88 | ) {
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIFeature.swift:87:25: warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
85 | Scope(
86 | state: /State.addKeychainItem,
87 | action: /Action.addKeychainItem
| `- warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
88 | ) {
89 | AddKeychainItemFeature()
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIView.swift:55:24: warning: '/' is deprecated: Use a 'CasePathable' case property via dynamic member lookup, instead
53 | action: \.destination
54 | ),
55 | state: /KeychainUIFeature.Destination.State.addKeychainItem,
| `- warning: '/' is deprecated: Use a 'CasePathable' case property via dynamic member lookup, instead
56 | action: KeychainUIFeature.Destination.Action.addKeychainItem
57 | ) { addKeychainItemStore in
[1280/1285] Compiling Hoods KeychainUIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIFeature.swift:68:40: warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
66 | }
67 | }
68 | .ifLet(\.$destination, action: /Action.destination) {
| `- warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
69 | Destination()
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIFeature.swift:86:24: warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
84 | public var body: some ReducerOf<Self> {
85 | Scope(
86 | state: /State.addKeychainItem,
| `- warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
87 | action: /Action.addKeychainItem
88 | ) {
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIFeature.swift:87:25: warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
85 | Scope(
86 | state: /State.addKeychainItem,
87 | action: /Action.addKeychainItem
| `- warning: '/' is deprecated: Use a 'CasePathable' case key path, instead
88 | ) {
89 | AddKeychainItemFeature()
/Users/admin/builder/spi-builder-workspace/Sources/Hoods/KeychainUI/KeychainUIView.swift:55:24: warning: '/' is deprecated: Use a 'CasePathable' case property via dynamic member lookup, instead
53 | action: \.destination
54 | ),
55 | state: /KeychainUIFeature.Destination.State.addKeychainItem,
| `- warning: '/' is deprecated: Use a 'CasePathable' case property via dynamic member lookup, instead
56 | action: KeychainUIFeature.Destination.Action.addKeychainItem
57 | ) { addKeychainItemStore in
[1281/1285] Emitting module Hoods
[1282/1285] Compiling Hoods CopyText.swift
[1283/1285] Compiling Hoods JWTFactory.swift
[1284/1285] Compiling Hoods InputableValue.swift
[1285/1285] Compiling Hoods FrontMatterCMark.swift
[1286/1287] Emitting module HoodsTestsTools
[1287/1287] Compiling HoodsTestsTools TestDependenciesFactory.swift
Build complete! (47.00s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/Hoods.xctestplan
Build complete.
{
"dependencies" : [
{
"identity" : "swift-blocks",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/dirtyhenry/swift-blocks"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.6",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
}
],
"manifest_display_name" : "swift-hoods",
"name" : "swift-hoods",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Hoods",
"targets" : [
"Hoods"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HoodsTestsTools",
"targets" : [
"HoodsTestsTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HoodsTestsTools",
"module_type" : "SwiftTarget",
"name" : "HoodsTestsTools",
"path" : "Sources/HoodsTestsTools",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"HoodsTestsTools"
],
"sources" : [
"TestDependenciesFactory.swift"
],
"target_dependencies" : [
"Hoods"
],
"type" : "library"
},
{
"c99name" : "HoodsTests",
"module_type" : "SwiftTarget",
"name" : "HoodsTests",
"path" : "Tests/HoodsTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/Resources/sample-front-matter.md",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FrontMatterCMarkTests.swift",
"InputableValueTests.swift",
"JWTFactoryTests.swift",
"MailButtonTests.swift"
],
"target_dependencies" : [
"Hoods",
"HoodsTestsTools"
],
"type" : "test"
},
{
"c99name" : "Hoods",
"module_type" : "SwiftTarget",
"name" : "Hoods",
"path" : "Sources/Hoods",
"product_dependencies" : [
"Blocks",
"ArgumentParser",
"ComposableArchitecture",
"Yams",
"JWTKit"
],
"product_memberships" : [
"Hoods",
"HoodsTestsTools"
],
"sources" : [
"CLITools/InputableValue.swift",
"CMS/FrontMatterCMark.swift",
"Dependencies/CopyText.swift",
"Dependencies/JWTFactory.swift",
"Dependencies/KeychainGateway.swift",
"Extensions/Blocks+Extension.swift",
"KeychainUI/AddKeychainItemFeature.swift",
"KeychainUI/AddKeychainItemView.swift",
"KeychainUI/KeychainUIFeature.swift",
"KeychainUI/KeychainUIView.swift",
"Mailer/MFMailComposeViewController+Extension.swift",
"Mailer/MailButtonFeature.swift",
"Mailer/MailButtonView.swift",
"Mailer/MailerFeature.swift",
"Mailer/MailerView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.