The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FOSUtilities, reference main (d15696), with Swift 6.1 for Linux on 30 Apr 2025 15:15:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FOSMVVMTests/TestYAML",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/JSONEncoderTests.swift",
        "LocalizableTestCase+Locales.swift",
        "Localization/EmbeddedViewModelTests.swift",
        "Localization/LocalizableArrayTests.swift",
        "Localization/LocalizableCompoundValueTests.swift",
        "Localization/LocalizableIntTests.swift",
        "Localization/LocalizablePropertyTests.swift",
        "Localization/LocalizableRefTests.swift",
        "Localization/LocalizableStringTests.swift",
        "Localization/LocalizableSubstitutionsTests.swift",
        "Localization/YamlLocalizationStoreTests.swift",
        "Protocols/KeyPathToStringTests.swift",
        "Protocols/SystemVersionTests.swift",
        "TestViewModel.swift",
        "Versioning/DeploymentTests.swift",
        "Versioning/VersionedViewModel.swift",
        "Versioning/VersionedViewModelTests.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSTesting",
        "FOSMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FOSMVVM",
      "module_type" : "SwiftTarget",
      "name" : "FOSMVVM",
      "path" : "Sources/FOSMVVM",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "FOSMVVM",
        "FOSTesting",
        "FOSTestingUI",
        "FOSMVVMVapor",
        "FOSTestingVapor"
      ],
      "sources" : [
        "Extensions/JSONEncoder.swift",
        "Localization/Localizable.swift",
        "Localization/LocalizableArray.swift",
        "Localization/LocalizableCompoundValue.swift",
        "Localization/LocalizableInt.swift",
        "Localization/LocalizableRef.swift",
        "Localization/LocalizableString.swift",
        "Localization/LocalizableSubstitutions.swift",
        "Localization/LocalizableValue.swift",
        "Localization/LocalizationStore.swift",
        "Localization/LocalizedArrayProperty.swift",
        "Localization/LocalizedProperty.swift",
        "Localization/Localizer.swift",
        "Localization/YamlLocalizationStore.swift",
        "Macros/Macros.swift",
        "Protocols/LoginRequest.swift",
        "Protocols/RequestableViewModel.swift",
        "Protocols/ServerRequest+Fetch.swift",
        "Protocols/ServerRequest.swift",
        "Protocols/ViewModel.swift",
        "Protocols/ViewModelFactory.swift",
        "Protocols/ViewModelId.swift",
        "Protocols/ViewModelOperations.swift",
        "Protocols/ViewModelRequest.swift",
        "SwiftUI Support/MVVMEnvironment.swift",
        "SwiftUI Support/MVVMEnvirontmentView.swift",
        "SwiftUI Support/PreviewHostingView.swift",
        "SwiftUI Support/TestDataTransporter.swift",
        "SwiftUI Support/TestHost.swift",
        "SwiftUI Support/Text.swift",
        "SwiftUI Support/ViewModelView.swift",
        "Versioning/Deployment.swift",
        "Versioning/SystemVersion.swift",
        "Versioning/Versionable.swift",
        "Versioning/VersionedProperty.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FOSFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "FOSFoundationTests",
      "path" : "Tests/FOSFoundationTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "Async/AsyncSemaphoreTests.swift",
        "Async/TaskTests.swift",
        "Coding/DecodableTests.swift",
        "Coding/JSONDecoderTests.swift",
        "Coding/JSONEncoderTests.swift",
        "Collections/ArrayTests.swift",
        "Collections/CollectionTests.swift",
        "DTTest.swift",
        "Networking/FoundationDataFetchTests.swift",
        "Networking/URL+DataFetchTests.swift",
        "Networking/URL+FilesTests.swift",
        "Numbers/DoubleTests.swift",
        "Numbers/Int+HexTests.swift",
        "String/String+CryptoTests.swift",
        "String/String+ObfuscationTests.swift",
        "String/String+UtilitiesTests.swift",
        "TestTags.swift",
        "Versioning/SystemVersionTests.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FOSFoundation",
      "module_type" : "SwiftTarget",
      "name" : "FOSFoundation",
      "path" : "Sources/FOSFoundation",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSTesting",
        "FOSTestingUI",
        "FOSMVVMVapor",
        "FOSTestingVapor"
      ],
      "sources" : [
        "Async/AsyncSemaphore.swift",
        "Async/Task.swift",
        "Coding/DateFormatter.swift",
        "Coding/Decodable.swift",
        "Coding/DecodingError.swift",
        "Coding/Encodable.swift",
        "Coding/JSONDecoder.swift",
        "Coding/JSONEncoder.swift",
        "Coding/JSONError.swift",
        "Coding/Stubbable.swift",
        "Collections/Array.swift",
        "Collections/Collection.swift",
        "Collections/GlobalStringStore.swift",
        "Extensions/Bundle.swift",
        "Networking/DataFetch.swift",
        "Networking/DataFetchError.swift",
        "Networking/URL+DataFetch.swift",
        "Networking/URL+Files.swift",
        "Networking/URLSession+MockingSupport.swift",
        "Networking/URLSessionWebSocketTask.swift",
        "Numbers/Double.swift",
        "Numbers/Int+Hex.swift",
        "String/String+Crypto.swift",
        "String/String+Obfuscation.swift",
        "String/String+Polyfill.swift",
        "String/String+Utilities.swift",
        "Versioning/SystemVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/22225] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.11s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
[1/2049] Fetching swift-docc-plugin
[2050/15901] Fetching swift-docc-plugin, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin from cache (0.68s)
[555/13852] Fetching swift-crypto
[833/24297] Fetching swift-crypto, yams
[1389/98634] Fetching swift-crypto, yams, vapor
[23473/168879] Fetching swift-crypto, yams, vapor, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (1.92s)
[119203/155027] Fetching yams, vapor, swift-syntax
Fetched https://github.com/vapor/vapor.git from cache (2.55s)
Fetched https://github.com/jpsim/Yams.git from cache (4.26s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (6.21s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.23s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.46s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.53s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1063] Fetching swift-service-context
[586/3668] Fetching swift-service-context, websocket-kit
[1742/8642] Fetching swift-service-context, websocket-kit, swift-distributed-tracing
[2180/11850] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, multipart-kit
[10280/17753] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, multipart-kit, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.31s)
[8088/15148] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.33s)
[9032/14085] Fetching swift-distributed-tracing, multipart-kit, swift-algorithms
Fetching https://github.com/apple/swift-log.git
[12515/16291] Fetching swift-distributed-tracing, multipart-kit, swift-algorithms, swift-metrics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
[6854/10388] Fetching swift-distributed-tracing, multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.50s)
[1902/5414] Fetching multipart-kit, swift-metrics
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[3844/9250] Fetching multipart-kit, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Fetching https://github.com/apple/swift-nio.git
[1638/14712] Fetching multipart-kit, swift-nio-http2
[1869/20415] Fetching multipart-kit, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
[5319/14712] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[14713/35439] Fetching multipart-kit, swift-nio-http2, routing-kit
[15335/50248] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl
[18267/125817] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.05s)
[49299/114313] Fetching multipart-kit, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[69361/119798] Fetching multipart-kit, routing-kit, swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.89s)
[60067/99071] Fetching multipart-kit, swift-nio-ssl, swift-nio, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.35s)
Fetching https://github.com/swift-server/async-http-client.git
[62603/93586] Fetching multipart-kit, swift-nio-ssl, swift-nio
[65627/95956] Fetching multipart-kit, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.29s)
[67451/93586] Fetching multipart-kit, swift-nio-ssl, swift-nio
[67894/107527] Fetching multipart-kit, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.76s)
[68118/92718] Fetching multipart-kit, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.77s)
[62908/78777] Fetching multipart-kit, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.28s)
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (5.43s)
Fetched https://github.com/vapor/multipart-kit.git from cache (5.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.90s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.70s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[2403/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.42s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.93s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.67s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.47s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.46s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.62s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
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/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 43b6f88e2f2712e0f2a97e6acc75b55f22234299
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/1735] Write sources
[16/1735] Compiling _SwiftSyntaxCShims dummy.c
[17/1735] Compiling _TestingInternals Versions.cpp
[19/1735] Write sources
[21/1735] Compiling _NumericsShims _NumericsShims.c
[23/1735] Write sources
[31/1735] Compiling _AtomicsShims.c
[33/1735] Write sources
[131/1735] Write swift-version-24593BA9C3E375BF.txt
[132/1735] Compiling _TestingInternals Stubs.cpp
[134/1735] Compiling writer.c
[135/1745] Compiling scanner.c
[136/1747] Compiling _TestingInternals WillThrow.cpp
[139/1751] Emitting module SwiftSyntax600
[139/1751] Compiling _TestingInternals Discovery.cpp
[141/1751] Emitting module SwiftSyntax601
[141/1751] Compiling _TestingInternals Discovery.cpp
[143/1755] Emitting module SwiftSyntax509
[144/1755] Compiling SwiftSyntax600 Empty.swift
[145/1756] Compiling _NIOBase64 Base64.swift
[146/1756] Emitting module _NIOBase64
[147/1757] Compiling SwiftSyntax509 Empty.swift
[148/1758] Compiling _NIODataStructures _TinyArray.swift
[150/1758] Compiling _NIODataStructures PriorityQueue.swift
[151/1758] Compiling _NIODataStructures _TinyArray.swift
[153/1758] Emitting module SwiftSyntax510
[154/1758] Compiling SwiftSyntax510 Empty.swift
[157/1759] Compiling _NIODataStructures PriorityQueue.swift
[158/1759] Compiling SwiftSyntax601 Empty.swift
[160/1775] Compiling _NIOBase64 Base64.swift
[161/1775] Emitting module _NIOBase64
[162/1787] Compiling ServiceContextModule ServiceContextKey.swift
[165/1792] Emitting module ServiceContextModule
[166/1792] Compiling ServiceContextModule ServiceContext.swift
[167/1793] Emitting module ServiceContextModule
[168/1793] Compiling RealModule ElementaryFunctions.swift
[169/1794] Compiling ServiceContextModule ServiceContext.swift
[170/1795] Compiling RealModule Real.swift
[173/1795] Compiling RealModule AugmentedArithmetic.swift
[174/1795] Compiling RealModule Double+Real.swift
[175/1796] Compiling RealModule RealFunctions.swift
[176/1796] Compiling RealModule Float80+Real.swift
[178/1796] Compiling RealModule Float+Real.swift
[179/1796] Compiling RealModule Float16+Real.swift
[180/1796] Compiling RealModule Float+Real.swift
[181/1796] Compiling RealModule RealFunctions.swift
[182/1796] Compiling RealModule ElementaryFunctions.swift
[183/1796] Compiling RealModule Float16+Real.swift
[184/1796] Compiling RealModule AugmentedArithmetic.swift
[185/1796] Compiling RealModule Double+Real.swift
[186/1796] Compiling RealModule Float80+Real.swift
[187/1870] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[188/1870] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[189/1871] Emitting module RealModule
[190/1871] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[191/1871] Compiling InternalCollectionsUtilities Integer rank.swift
[192/1883] Emitting module RealModule
[193/1883] Emitting module Logging
[194/1883] Compiling Logging Locks.swift
[195/1884] Emitting module _NIODataStructures
[196/1884] Compiling _NIODataStructures Heap.swift
[197/1885] Compiling Logging MetadataProvider.swift
[198/1885] Emitting module _NIODataStructures
[199/1885] Compiling _NIODataStructures Heap.swift
[203/1886] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[204/1886] Compiling InternalCollectionsUtilities Specialize.swift
[205/1886] Compiling InternalCollectionsUtilities Debugging.swift
[206/1886] Compiling InternalCollectionsUtilities Descriptions.swift
[208/1888] Compiling Logging MetadataProvider.swift
[209/1888] Compiling InternalCollectionsUtilities _SortedCollection.swift
[210/1888] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[211/1888] Compiling Logging LogHandler.swift
[212/1888] Compiling Logging Locks.swift
[213/1914] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[214/1914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[215/1918] Emitting module Logging
[216/1920] Compiling InternalCollectionsUtilities UInt+reversed.swift
[217/1920] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[218/1920] Compiling InternalCollectionsUtilities Debugging.swift
[219/1920] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[220/1920] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[221/1920] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[222/1920] Compiling Instrumentation NoOpInstrument.swift
[223/1920] Compiling Instrumentation Instrument.swift
[224/1920] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[225/1920] Compiling InternalCollectionsUtilities Specialize.swift
[226/1922] Compiling InternalCollectionsUtilities _SortedCollection.swift
[227/1922] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[229/1922] Compiling InternalCollectionsUtilities Descriptions.swift
[230/1922] Compiling Instrumentation Locks.swift
[231/1922] Compiling Instrumentation MultiplexInstrument.swift
[232/1922] Compiling Instrumentation NoOpInstrument.swift
[233/1922] Compiling Instrumentation Instrument.swift
[234/1922] Compiling Instrumentation InstrumentationSystem.swift
[235/1922] Emitting module Instrumentation
[236/1922] Compiling Instrumentation MultiplexInstrument.swift
[237/1923] Compiling Instrumentation InstrumentationSystem.swift
[238/1923] Compiling Instrumentation Locks.swift
[239/1923] Emitting module Instrumentation
[242/1924] Compiling Logging Logging.swift
[243/1924] Compiling Logging LogHandler.swift
[246/1925] Emitting module InternalCollectionsUtilities
[250/1925] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[251/1926] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[252/1926] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[257/1926] Emitting module CoreMetrics
[259/1931] Compiling Logging Logging.swift
[260/1941] Emitting module InternalCollectionsUtilities
[262/1947] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[263/1947] Compiling InternalCollectionsUtilities Integer rank.swift
[264/1947] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[266/1947] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[277/1962] Compiling Tracing TracingTime.swift
[279/2003] Emitting module Tracing
[280/2030] Compiling Tracing TracerProtocol.swift
[282/2030] Compiling Tracing InstrumentationSystem+Tracing.swift
[284/2030] Emitting module Tracing
[285/2030] Compiling Tracing Tracer.swift
[286/2030] Compiling Tracing TracerProtocol+Legacy.swift
[287/2030] Compiling Tracing Tracer.swift
[288/2031] Compiling Tracing TracerProtocol+Legacy.swift
[289/2037] Compiling CoreMetrics Locks.swift
[290/2037] Compiling CoreMetrics Metrics.swift
[292/2099] Compiling Tracing NoOpTracer.swift
[293/2099] Compiling Tracing SpanProtocol.swift
[294/2100] Compiling Tracing NoOpTracer.swift
[295/2100] Compiling Tracing SpanProtocol.swift
[298/2217] Emitting module CoreMetrics
[299/2217] Compiling CoreMetrics Locks.swift
[300/2217] Compiling CoreMetrics Metrics.swift
[302/2218] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[303/2218] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[304/2218] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[305/2218] Compiling OrderedCollections OrderedDictionary+Values.swift
[306/2218] Compiling OrderedCollections OrderedDictionary.swift
[307/2218] Compiling OrderedCollections OrderedSet+Codable.swift
[308/2218] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[309/2218] Compiling OrderedCollections OrderedSet+Descriptions.swift
[310/2218] Compiling OrderedCollections OrderedSet+Diffing.swift
[311/2218] Compiling OrderedCollections OrderedSet+Equatable.swift
[312/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[313/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[314/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[315/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[316/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[317/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[318/2229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[319/2236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[320/2236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[321/2236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[322/2236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[323/2236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[324/2236] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[325/2236] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[340/2243] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[341/2243] Compiling OrderedCollections OrderedSet+Hashable.swift
[342/2243] Compiling OrderedCollections OrderedSet+Initializers.swift
[343/2243] Compiling OrderedCollections OrderedSet+Insertions.swift
[344/2243] Compiling OrderedCollections OrderedSet+Invariants.swift
[345/2243] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[346/2243] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[347/2243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[348/2243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[349/2243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[350/2243] Compiling OrderedCollections OrderedDictionary+Codable.swift
[351/2243] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[352/2243] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[353/2243] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[354/2243] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[355/2243] Compiling OrderedCollections OrderedDictionary+Elements.swift
[356/2243] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[357/2243] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[364/2243] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[365/2243] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[366/2243] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[367/2243] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[405/2243] Compiling OrderedCollections OrderedSet+Sendable.swift
[406/2243] Compiling OrderedCollections OrderedSet+SubSequence.swift
[407/2243] Compiling OrderedCollections OrderedSet+Testing.swift
[408/2243] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[409/2243] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[410/2243] Compiling OrderedCollections OrderedSet.swift
[411/2243] Compiling OrderedCollections _UnsafeBitset.swift
[412/2243] Compiling _RopeModule Rope+Sequence.swift
[413/2243] Compiling _RopeModule Rope+Append.swift
[414/2243] Compiling _RopeModule Rope+Extract.swift
[415/2243] Compiling _RopeModule Rope+Find.swift
[416/2243] Compiling _RopeModule Rope+ForEachWhile.swift
[417/2243] Compiling _RopeModule Rope+Insert.swift
[418/2243] Compiling RoutingKit Router.swift
[427/2243] Compiling OrderedCollections _HashTable+Bucket.swift
[428/2243] Compiling OrderedCollections _HashTable+BucketIterator.swift
[429/2243] Compiling OrderedCollections _HashTable+Constants.swift
[430/2243] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[431/2243] Compiling OrderedCollections _HashTable+Testing.swift
[432/2243] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[433/2243] Compiling OrderedCollections _HashTable.swift
[434/2243] Compiling OrderedCollections _Hashtable+Header.swift
[471/2252] Emitting module RoutingKit
[483/2252] Compiling RoutingKit AnyRouter.swift
[484/2252] Compiling RoutingKit PathComponent.swift
[496/2252] Compiling RoutingKit TrieRouter.swift
[508/2252] Compiling RoutingKit Router.swift
[543/2252] Emitting module _RopeModule
[558/2252] Emitting module OrderedCollections
[559/2253] Emitting module _RopeModule
[561/2253] Compiling RoutingKit Parameters.swift
[562/2254] Emitting module Metrics
[563/2254] Compiling Metrics Metrics.swift
[564/2254] Emitting module OrderedCollections
[566/2256] Compiling RoutingKit AnyRouter.swift
[567/2256] Compiling RoutingKit Parameters.swift
[571/2257] Compiling _RopeModule Rope+Join.swift
[572/2257] Compiling _RopeModule Rope+MutatingForEach.swift
[573/2257] Compiling _RopeModule Rope+Remove.swift
[574/2257] Compiling _RopeModule Rope+RemoveSubrange.swift
[575/2257] Compiling _RopeModule Rope+Split.swift
[576/2257] Compiling _RopeModule Optional Utilities.swift
[577/2257] Compiling _RopeModule String Utilities.swift
[578/2257] Compiling _RopeModule String.Index+ABI.swift
[579/2257] Compiling _RopeModule _CharacterRecognizer.swift
[580/2398] Emitting module Metrics
[581/2398] Compiling Metrics Metrics.swift
[582/2418] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[584/2426] Compiling HeapModule Heap+Descriptions.swift
[587/2426] Emitting module HeapModule
[588/2426] Compiling HashTreeCollections TreeSet+Sequence.swift
[589/2426] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[590/2426] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[591/2426] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[592/2426] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[593/2426] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[594/2426] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[595/2426] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[597/2426] Compiling HeapModule _HeapNode.swift
[598/2426] Compiling HashTreeCollections TreeDictionary+Collection.swift
[599/2426] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[600/2426] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[601/2426] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[602/2426] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[603/2426] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[604/2426] Compiling HashTreeCollections TreeDictionary+Filter.swift
[605/2426] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[606/2426] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[607/2427] Compiling HeapModule Heap.swift
[608/2427] Compiling HeapModule _HeapNode.swift
[609/2427] Compiling HeapModule Heap.swift
[611/2427] Compiling HashTreeCollections _HashNodeHeader.swift
[612/2427] Compiling HashTreeCollections _HashSlot.swift
[613/2427] Compiling HashTreeCollections _HashStack.swift
[614/2427] Compiling HashTreeCollections _HashTreeIterator.swift
[615/2427] Compiling HashTreeCollections _HashTreeStatistics.swift
[616/2427] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[617/2427] Compiling HashTreeCollections _RawHashNode.swift
[618/2427] Compiling HashTreeCollections _UnmanagedHashNode.swift
[619/2427] Compiling HashTreeCollections _UnsafePath.swift
[620/2427] Compiling HashTreeCollections TreeDictionary+Codable.swift
[630/2427] Compiling HeapModule Heap+Invariants.swift
[631/2427] Compiling HeapModule Heap+UnsafeHandle.swift
[632/2435] Compiling HeapModule Heap+Invariants.swift
[633/2435] Compiling HeapModule Heap+UnsafeHandle.swift
[634/2444] Emitting module HeapModule
[636/2445] Compiling HashTreeCollections TreeSet+Hashable.swift
[637/2445] Compiling HashTreeCollections TreeSet+Sendable.swift
[647/2455] Compiling DequeModule Deque+CustomReflectable.swift
[648/2455] Compiling DequeModule Deque+Descriptions.swift
[650/2457] Compiling DequeModule Deque+Equatable.swift
[651/2457] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[654/2460] Wrapping AST for SwiftSyntax601 for debugging
[663/2482] Compiling DequeModule _DequeBuffer.swift
[664/2482] Compiling DequeModule _DequeBufferHeader.swift
[664/2482] Wrapping AST for SwiftSyntax600 for debugging
[665/2482] Wrapping AST for SwiftSyntax510 for debugging
[667/2482] Compiling HashTreeCollections TreeDictionary.swift
[668/2482] Compiling HashTreeCollections TreeSet+Codable.swift
[669/2482] Compiling HashTreeCollections TreeSet+Collection.swift
[670/2482] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[671/2482] Compiling HashTreeCollections TreeSet+Debugging.swift
[672/2482] Compiling HashTreeCollections TreeSet+Descriptions.swift
[673/2482] Compiling HashTreeCollections TreeSet+Equatable.swift
[674/2482] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[675/2482] Compiling HashTreeCollections TreeSet+Extras.swift
[676/2482] Compiling HashTreeCollections TreeSet+Filter.swift
[682/2482] Compiling HashTreeCollections TreeDictionary+Keys.swift
[683/2482] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[684/2482] Compiling HashTreeCollections TreeDictionary+Merge.swift
[685/2482] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[686/2482] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[687/2482] Compiling HashTreeCollections TreeDictionary+Values.swift
[687/2482] Compiling reader.c
[688/2482] Wrapping AST for SwiftSyntax509 for debugging
[689/2482] Compiling parser.c
[691/2482] Compiling DequeModule Deque+CustomReflectable.swift
[692/2482] Compiling DequeModule Deque+Descriptions.swift
[692/2484] Compiling writer.c
[704/2484] Compiling api.c
[717/2484] Compiling emitter.c
[719/2484] Compiling DequeModule _DequeSlot.swift
[720/2484] Compiling DequeModule _UnsafeWrappedBuffer.swift
[721/2484] Compiling DequeModule Deque+Equatable.swift
[722/2484] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[723/2484] Compiling DequeModule Deque+Extras.swift
[724/2484] Compiling DequeModule Deque+Hashable.swift
[724/2484] Compiling reader.c
[725/2484] Compiling parser.c
[727/2484] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[728/2484] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[729/2484] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[730/2484] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[731/2484] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[732/2484] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[733/2484] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[734/2484] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[735/2484] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[736/2484] Compiling HashTreeCollections TreeSet.swift
[737/2484] Compiling DequeModule Deque+Testing.swift
[738/2484] Compiling DequeModule Deque._Storage.swift
[741/2484] Compiling DequeModule Deque._UnsafeHandle.swift
[742/2484] Compiling DequeModule Deque.swift
[742/2491] Compiling scanner.c
[744/2503] Compiling Yams Tag.swift
[745/2503] Compiling Yams YamlAnchorProviding.swift
[746/2503] Compiling Yams Anchor.swift
[747/2503] Compiling Yams Constructor.swift
[747/2503] Compiling emitter.c
[748/2503] Compiling api.c
[759/2503] Compiling CVaporBcrypt bcrypt.c
[760/2503] Compiling CVaporBcrypt blf.c
[762/2503] Compiling Yams Node.swift
[763/2503] Compiling Yams Parser.swift
[764/2503] Compiling Yams Node.Scalar.swift
[765/2503] Compiling Yams Node.Sequence.swift
[766/2503] Emitting module DequeModule
[766/2503] Compiling CVaporBcrypt blf.c
[780/2504] Compiling CVaporBcrypt bcrypt.c
[782/2514] Compiling CSystem shims.c
[783/2523] Compiling CNIOWindows shim.c
[784/2523] Compiling CSystem shims.c
[796/2523] Compiling CNIOWindows WSAStartup.c
[798/2523] Emitting module DequeModule
[799/2524] Compiling CNIOWindows shim.c
[800/2555] Compiling CNIOWindows WSAStartup.c
[801/2580] Compiling CNIOWASI CNIOWASI.c
[803/2580] Compiling CNIOSHA1 c_nio_sha1.c
[806/2580] Compiling SystemPackage Errno.swift
[807/2580] Compiling SystemPackage ErrnoWindows.swift
[808/2580] Compiling SystemPackage FileDescriptor.swift
[809/2580] Compiling SystemPackage FileHelpers.swift
[810/2580] Compiling SystemPackage FileOperations.swift
[811/2580] Compiling SystemPackage FilePath.swift
[812/2580] Compiling SystemPackage FilePathComponentView.swift
[813/2580] Compiling SystemPackage FilePathComponents.swift
[814/2580] Compiling SystemPackage FilePathParsing.swift
[815/2580] Compiling SystemPackage FilePathString.swift
[816/2580] Compiling SystemPackage FilePathSyntax.swift
[816/2580] Compiling CNIOLinux shim.c
[817/2580] Compiling CNIOLinux liburing_shims.c
[818/2580] Compiling CNIOLinux shim.c
[819/2580] Compiling CNIOLinux liburing_shims.c
[821/2580] Compiling SystemPackage FilePathTemp.swift
[822/2580] Compiling SystemPackage FilePathTempPosix.swift
[823/2580] Compiling SystemPackage FilePathTempWindows.swift
[824/2580] Compiling SystemPackage FilePathWindows.swift
[825/2580] Compiling SystemPackage FilePermissions.swift
[826/2580] Compiling SystemPackage Mocking.swift
[827/2580] Compiling SystemPackage RawBuffer.swift
[828/2580] Compiling SystemPackage Syscalls.swift
[829/2580] Compiling SystemPackage WindowsSyscallAdapters.swift
[830/2580] Compiling SystemPackage Backcompat.swift
[831/2580] Compiling SystemPackage CInterop.swift
[832/2580] Compiling SystemPackage Constants.swift
[833/2580] Compiling SystemPackage Exports.swift
[834/2580] Compiling SystemPackage MachPort.swift
[835/2580] Compiling SystemPackage PlatformString.swift
[836/2580] Compiling SystemPackage SystemString.swift
[837/2580] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[838/2580] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[839/2580] Compiling HashTreeCollections _HashNode.swift
[853/2580] Compiling CNIOLLHTTP c_nio_llhttp.c
[854/2580] Compiling CNIOLLHTTP c_nio_http.c
[880/2583] Compiling SystemPackage Util+StringArray.swift
[881/2583] Compiling SystemPackage Util.swift
[882/2583] Compiling SystemPackage UtilConsumers.swift
[893/2586] Compiling CNIOLLHTTP c_nio_api.c
[910/2586] Emitting module SystemPackage
[917/2586] Compiling CNIOLLHTTP c_nio_llhttp.c
[918/2586] Compiling CNIOLLHTTP c_nio_http.c
[923/2586] Compiling CNIOLLHTTP c_nio_api.c
[924/2586] Compiling CNIOExtrasZlib empty.c
[930/2586] Compiling CNIODarwin shim.c
[932/2586] Compiling SystemPackage Util+StringArray.swift
[933/2586] Compiling SystemPackage Util.swift
[934/2586] Compiling SystemPackage UtilConsumers.swift
[934/2586] Compiling CNIODarwin shim.c
[936/2586] Emitting module HashTreeCollections
[941/2588] Emitting module SystemPackage
[961/2594] Compiling fiat_p256_adx_mul.S
[962/2594] Compiling fiat_p256_adx_sqr.S
[963/2594] Compiling fiat_curve25519_adx_square.S
[964/2594] Compiling fiat_curve25519_adx_mul.S
[972/2594] Compiling CNIOBoringSSLShims shims.c
[977/2594] Emitting module Yams
[977/2594] Compiling CNIOBoringSSLShims shims.c
[979/2594] Emitting module Yams
[980/2594] Compiling Yams YamlError.swift
[981/2594] Compiling Yams YamlTagProviding.swift
[1003/2596] Compiling tls_record.cc
[1004/2596] Compiling tls_method.cc
[1005/2596] Compiling tls13_server.cc
[1006/2596] Compiling tls13_client.cc
[1007/2596] Compiling tls13_enc.cc
[1009/2596] Emitting module SwiftSyntax
[1009/2596] Compiling tls13_both.cc
[1010/2596] Compiling ssl_x509.cc
[1011/2596] Compiling ssl_versions.cc
[1012/2596] Compiling t1_enc.cc
[1013/2596] Compiling ssl_stat.cc
[1014/2596] Compiling ssl_transcript.cc
[1015/2596] Compiling ssl_session.cc
[1016/2596] Compiling ssl_privkey.cc
[1017/2596] Compiling ssl_key_share.cc
[1018/2596] Compiling ssl_credential.cc
[1019/2596] Compiling ssl_file.cc
[1020/2596] Compiling ssl_cipher.cc
[1021/2596] Compiling ssl_lib.cc
[1022/2596] Compiling ssl_cert.cc
[1023/2596] Compiling ssl_buffer.cc
[1024/2596] Compiling ssl_asn1.cc
[1025/2596] Compiling s3_pkt.cc
[1026/2596] Compiling s3_lib.cc
[1027/2596] Compiling ssl_aead_ctx.cc
[1028/2596] Compiling s3_both.cc
[1029/2596] Compiling handshake_server.cc
[1030/2596] Compiling handshake.cc
[1031/2596] Compiling handshake_client.cc
[1032/2596] Compiling handoff.cc
[1033/2596] Compiling encrypted_client_hello.cc
[1034/2596] Compiling extensions.cc
[1035/2596] Compiling dtls_record.cc
[1036/2596] Compiling md5-x86_64-linux.S
[1037/2596] Compiling md5-x86_64-apple.S
[1047/2596] Compiling md5-586-linux.S
[1048/2596] Compiling md5-586-apple.S
[1049/2596] Compiling d1_srtp.cc
[1050/2596] Compiling dtls_method.cc
[1051/2596] Compiling chacha20_poly1305_x86_64-apple.S
[1052/2596] Compiling chacha20_poly1305_x86_64-linux.S
[1053/2596] Compiling chacha20_poly1305_armv8-win.S
[1054/2596] Compiling chacha20_poly1305_armv8-linux.S
[1055/2596] Compiling chacha20_poly1305_armv8-apple.S
[1056/2596] Compiling err_data.cc
[1057/2596] Compiling d1_pkt.cc
[1058/2596] Compiling chacha-x86_64-linux.S
[1059/2596] Compiling chacha-x86_64-apple.S
[1060/2596] Compiling bio_ssl.cc
[1061/2596] Compiling chacha-x86-linux.S
[1062/2596] Compiling chacha-x86-apple.S
[1062/2596] Compiling chacha-armv8-win.S
[1064/2596] Compiling chacha-armv8-linux.S
[1065/2596] Compiling chacha-armv8-apple.S
[1066/2596] Compiling aes128gcmsiv-x86_64-apple.S
[1067/2596] Compiling aes128gcmsiv-x86_64-linux.S
[1068/2596] Compiling chacha-armv4-linux.S
[1069/2596] Compiling x86_64-mont5-apple.S
[1070/2596] Compiling x86_64-mont5-linux.S
[1071/2596] Compiling x86_64-mont-apple.S
[1072/2596] Compiling x86_64-mont-linux.S
[1073/2596] Compiling d1_both.cc
[1074/2596] Compiling x86-mont-linux.S
[1075/2596] Compiling vpaes-x86_64-linux.S
[1076/2596] Compiling x86-mont-apple.S
[1077/2596] Compiling vpaes-x86-linux.S
[1078/2596] Compiling vpaes-x86_64-apple.S
[1079/2596] Compiling vpaes-x86-apple.S
[1080/2596] Compiling vpaes-armv8-linux.S
[1081/2596] Compiling vpaes-armv8-win.S
[1081/2596] Compiling d1_lib.cc
[1083/2596] Compiling vpaes-armv8-apple.S
[1084/2596] Compiling sha512-x86_64-apple.S
[1085/2596] Compiling sha512-x86_64-linux.S
[1085/2596] Compiling vpaes-armv7-linux.S
[1087/2596] Compiling sha512-armv8-win.S
[1097/2596] Compiling sha512-armv8-linux.S
[1098/2596] Compiling sha512-armv4-linux.S
[1099/2596] Compiling sha512-armv8-apple.S
[1100/2596] Compiling sha512-586-linux.S
[1101/2596] Compiling sha256-x86_64-linux.S
[1102/2596] Compiling sha256-x86_64-apple.S
[1103/2596] Compiling sha512-586-apple.S
[1104/2596] Compiling sha256-armv8-win.S
[1105/2596] Compiling sha256-armv8-linux.S
[1106/2596] Compiling sha256-armv8-apple.S
[1107/2596] Compiling sha256-armv4-linux.S
[1108/2596] Compiling sha256-586-linux.S
[1109/2596] Compiling sha256-586-apple.S
[1110/2596] Compiling sha1-armv8-win.S
[1111/2596] Compiling sha1-x86_64-linux.S
[1112/2596] Compiling sha1-x86_64-apple.S
[1113/2596] Compiling sha1-armv4-large-linux.S
[1114/2596] Compiling sha1-armv8-linux.S
[1115/2596] Compiling sha1-armv8-apple.S
[1116/2596] Compiling sha1-586-linux.S
[1117/2596] Compiling sha1-586-apple.S
[1118/2596] Compiling rsaz-avx2-apple.S
[1119/2596] Compiling rsaz-avx2-linux.S
[1119/2596] Compiling rdrand-x86_64-linux.S
[1121/2596] Compiling p256_beeu-x86_64-asm-linux.S
[1122/2596] Compiling p256_beeu-armv8-asm-win.S
[1123/2596] Compiling p256_beeu-x86_64-asm-apple.S
[1124/2596] Compiling rdrand-x86_64-apple.S
[1125/2596] Compiling p256_beeu-armv8-asm-apple.S
[1126/2596] Compiling p256_beeu-armv8-asm-linux.S
[1127/2596] Compiling p256-x86_64-asm-apple.S
[1128/2596] Compiling p256-armv8-asm-win.S
[1129/2596] Compiling p256-x86_64-asm-linux.S
[1129/2596] Compiling p256-armv8-asm-linux.S
[1131/2596] Compiling p256-armv8-asm-apple.S
[1132/2596] Compiling ghashv8-armv8-linux.S
[1133/2596] Compiling ghashv8-armv8-win.S
[1134/2596] Compiling ghashv8-armv8-apple.S
[1135/2596] Compiling ghashv8-armv7-linux.S
[1136/2596] Compiling ghash-x86-apple.S
[1137/2596] Compiling ghash-x86_64-apple.S
[1138/2596] Compiling ghash-x86_64-linux.S
[1139/2596] Compiling ghash-x86-linux.S
[1140/2596] Compiling ghash-ssse3-x86_64-linux.S
[1141/2596] Compiling ghash-ssse3-x86-linux.S
[1142/2596] Compiling ghash-ssse3-x86_64-apple.S
[1143/2596] Compiling ghash-neon-armv8-linux.S
[1144/2596] Compiling ghash-ssse3-x86-apple.S
[1145/2596] Compiling ghash-neon-armv8-win.S
[1146/2596] Compiling ghash-neon-armv8-apple.S
[1147/2596] Compiling ghash-armv4-linux.S
[1148/2596] Compiling co-586-linux.S
[1149/2596] Compiling co-586-apple.S
[1150/2596] Compiling bsaes-armv7-linux.S
[1151/2596] Compiling bn-armv8-win.S
[1152/2596] Compiling bn-armv8-apple.S
[1153/2596] Compiling bn-armv8-linux.S
[1154/2596] Compiling bn-586-linux.S
[1154/2596] Compiling bn-586-apple.S
[1156/2596] Compiling armv8-mont-win.S
[1157/2596] Compiling armv8-mont-linux.S
[1158/2596] Compiling armv4-mont-linux.S
[1159/2596] Compiling armv8-mont-apple.S
[1160/2596] Compiling aesv8-gcm-armv8-win.S
[1161/2596] Compiling aesv8-gcm-armv8-linux.S
[1162/2596] Compiling aesv8-armv8-win.S
[1163/2596] Compiling aesv8-armv8-linux.S
[1164/2596] Compiling aesv8-armv8-apple.S
[1165/2596] Compiling aesv8-gcm-armv8-apple.S
[1166/2596] Compiling aesv8-armv7-linux.S
[1167/2596] Compiling aesni-x86-linux.S
[1168/2596] Compiling aesni-x86_64-apple.S
[1168/2596] Compiling aesni-x86_64-linux.S
[1170/2596] Compiling aesni-x86-apple.S
[1171/2596] Compiling aesni-gcm-x86_64-linux.S
[1172/2596] Compiling aesni-gcm-x86_64-apple.S
[1173/2596] Compiling aes-gcm-avx2-x86_64-linux.S
[1174/2596] Compiling aes-gcm-avx2-x86_64-apple.S
[1175/2596] Compiling aes-gcm-avx10-x86_64-apple.S
[1176/2596] Compiling aes-gcm-avx10-x86_64-linux.S
[1177/2596] Compiling x_x509.cc
[1178/2596] Compiling x_val.cc
[1179/2596] Compiling x_req.cc
[1180/2596] Compiling x_x509a.cc
[1181/2596] Compiling x_sig.cc
[1182/2596] Compiling x_pubkey.cc
[1183/2596] Compiling x_spki.cc
[1184/2596] Compiling x_name.cc
[1185/2596] Compiling x_exten.cc
[1186/2596] Compiling x_attrib.cc
[1187/2596] Compiling x_algor.cc
[1188/2596] Compiling x_crl.cc
[1189/2596] Compiling x_all.cc
[1190/2596] Compiling x509spki.cc
[1191/2596] Compiling x509cset.cc
[1192/2596] Compiling x509rset.cc
[1193/2596] Compiling x509_vpm.cc
[1194/2596] Compiling x509name.cc
[1195/2596] Compiling x509_vfy.cc
[1196/2596] Compiling x509_v3.cc
[1197/2596] Compiling x509_txt.cc
[1198/2596] Compiling x509_set.cc
[1199/2596] Compiling x509_trs.cc
[1200/2596] Compiling x509_lu.cc
[1201/2596] Compiling x509_req.cc
[1202/2596] Compiling x509_obj.cc
[1203/2596] Compiling x509_def.cc
[1204/2596] Compiling x509_ext.cc
[1205/2596] Compiling x509_d2.cc
[1206/2596] Compiling x509_cmp.cc
[1207/2596] Compiling x509.cc
[1208/2596] Compiling v3_utl.cc
[1209/2596] Compiling x509_att.cc
[1210/2596] Compiling v3_purp.cc
[1211/2596] Compiling v3_skey.cc
[1212/2596] Compiling v3_pmaps.cc
[1213/2596] Compiling v3_prn.cc
[1214/2596] Compiling v3_pcons.cc
[1215/2596] Compiling v3_ocsp.cc
[1216/2596] Compiling v3_ncons.cc
[1217/2596] Compiling v3_int.cc
[1218/2596] Compiling v3_lib.cc
[1219/2596] Compiling v3_info.cc
[1220/2596] Compiling v3_ia5.cc
[1221/2596] Compiling v3_enum.cc
[1222/2596] Compiling v3_extku.cc
[1223/2596] Compiling v3_genn.cc
[1224/2596] Compiling v3_crld.cc
[1225/2596] Compiling v3_cpols.cc
[1226/2596] Compiling v3_conf.cc
[1227/2596] Compiling v3_bitst.cc
[1228/2596] Compiling v3_bcons.cc
[1229/2596] Compiling v3_alt.cc
[1230/2596] Compiling v3_akey.cc
[1231/2596] Compiling v3_akeya.cc
[1232/2596] Compiling t_x509a.cc
[1233/2596] Compiling t_req.cc
[1234/2596] Compiling t_x509.cc
[1235/2596] Compiling i2d_pr.cc
[1236/2596] Compiling t_crl.cc
[1237/2596] Compiling rsa_pss.cc
[1238/2596] Compiling by_file.cc
[1239/2596] Compiling policy.cc
[1240/2596] Compiling name_print.cc
[1241/2596] Compiling by_dir.cc
[1242/2596] Compiling asn1_gen.cc
[1243/2596] Compiling a_verify.cc
[1244/2596] Compiling a_digest.cc
[1245/2596] Compiling voprf.cc
[1246/2596] Compiling thread_win.cc
[1247/2596] Compiling pmbtoken.cc
[1248/2596] Compiling trust_token.cc
[1249/2596] Compiling algorithm.cc
[1250/2596] Compiling a_sign.cc
[1251/2596] Compiling thread_pthread.cc
[1252/2596] Compiling thread_none.cc
[1253/2596] Compiling thread.cc
[1254/2596] Compiling stack.cc
[1255/2596] Compiling sha512.cc
[1256/2596] Compiling sha1.cc
[1257/2596] Compiling siphash.cc
[1258/2596] Compiling sha256.cc
[1259/2596] Compiling rsa_print.cc
[1260/2596] Compiling spake2plus.cc
[1261/2596] Compiling slhdsa.cc
[1262/2596] Compiling rc4.cc
[1263/2596] Compiling refcount.cc
[1264/2596] Compiling rsa_crypt.cc
[1265/2596] Compiling rsa_extra.cc
[1284/2596] Compiling windows.cc
[1285/2596] Compiling trusty.cc
[1286/2596] Compiling urandom.cc
[1287/2596] Compiling rand.cc
[1288/2596] Compiling passive.cc
[1289/2596] Compiling rsa_asn1.cc
[1290/2596] Compiling ios.cc
[1291/2596] Compiling getentropy.cc
[1292/2596] Compiling forkunsafe.cc
[1293/2596] Compiling deterministic.cc
[1294/2596] Compiling fork_detect.cc
[1295/2596] Compiling poly1305_vec.cc
[1296/2596] Compiling poly1305_arm_asm.S
[1297/2596] Compiling poly1305_arm.cc
[1298/2596] Compiling poly1305.cc
[1299/2596] Compiling pool.cc
[1300/2596] Compiling pkcs7.cc
[1301/2596] Compiling pkcs8.cc
[1302/2596] Compiling p5_pbev2.cc
[1303/2596] Compiling pkcs8_x509.cc
[1304/2596] Compiling pkcs7_x509.cc
[1305/2596] Compiling pem_xaux.cc
[1306/2596] Compiling pem_x509.cc
[1307/2596] Compiling obj_xref.cc
[1308/2596] Compiling pem_pkey.cc
[1309/2596] Compiling pem_pk8.cc
[1310/2596] Compiling pem_info.cc
[1311/2596] Compiling pem_lib.cc
[1312/2596] Compiling pem_oth.cc
[1313/2596] Compiling pem_all.cc
[1314/2596] Compiling mlkem.cc
[1315/2596] Compiling mldsa.cc
[1316/2596] Compiling md5.cc
[1317/2596] Compiling md4.cc
[1317/2596] Compiling mem.cc
[1319/2596] Compiling fips_shared_support.cc
[1320/2596] Compiling poly_rq_mul.S
[1321/2596] Compiling lhash.cc
[1322/2596] Compiling obj.cc
[1323/2596] Compiling kyber.cc
[1324/2596] Compiling ex_data.cc
[1325/2596] Compiling hrss.cc
[1326/2596] Compiling sign.cc
[1327/2596] Compiling scrypt.cc
[1328/2596] Compiling hpke.cc
[1329/2596] Compiling print.cc
[1330/2596] Compiling pbkdf.cc
[1331/2596] Compiling p_x25519.cc
[1332/2596] Compiling p_x25519_asn1.cc
[1333/2596] Compiling p_rsa_asn1.cc
[1334/2596] Compiling p_rsa.cc
[1335/2596] Compiling p_ed25519.cc
[1336/2596] Compiling p_hkdf.cc
[1337/2596] Compiling p_ed25519_asn1.cc
[1338/2596] Compiling p_ec.cc
[1339/2596] Compiling p_dh_asn1.cc
[1340/2596] Compiling p_ec_asn1.cc
[1341/2596] Compiling p_dh.cc
[1342/2596] Compiling p_dsa_asn1.cc
[1343/2596] Compiling evp_ctx.cc
[1344/2596] Compiling err.cc
[1345/2596] Compiling evp.cc
[1346/2596] Compiling engine.cc
[1347/2596] Compiling ecdh.cc
[1348/2596] Compiling evp_asn1.cc
[1349/2596] Compiling ec_derive.cc
[1350/2596] Compiling ecdsa_asn1.cc
[1351/2596] Compiling hash_to_curve.cc
[1352/2596] Compiling ec_asn1.cc
[1353/2596] Compiling dsa.cc
[1354/2596] Compiling params.cc
[1355/2596] Compiling dsa_asn1.cc
[1356/2596] Compiling digest_extra.cc
[1357/2596] Compiling dh_asn1.cc
[1358/2596] Compiling bcm.cc
[1359/2596] Compiling x25519-asm-arm.S
[1360/2596] Compiling des.cc
[1361/2596] Compiling spake25519.cc
[1362/2596] Compiling crypto.cc
[1363/2596] Compiling cpu_intel.cc
[1364/2596] Compiling cpu_arm_linux.cc
[1365/2596] Compiling curve25519.cc
[1366/2596] Compiling cpu_arm_freebsd.cc
[1367/2596] Compiling cpu_aarch64_win.cc
[1368/2596] Compiling cpu_aarch64_openbsd.cc
[1369/2596] Compiling cpu_aarch64_sysreg.cc
[1370/2596] Compiling cpu_aarch64_linux.cc
[1371/2596] Compiling cpu_aarch64_fuchsia.cc
[1372/2596] Compiling cpu_aarch64_apple.cc
[1373/2596] Compiling curve25519_64_adx.cc
[1374/2596] Compiling conf.cc
[1375/2596] Compiling tls_cbc.cc
[1376/2596] Compiling get_cipher.cc
[1377/2596] Compiling e_rc4.cc
[1378/2596] Compiling e_tls.cc
[1379/2596] Compiling e_rc2.cc
[1380/2596] Compiling e_des.cc
[1381/2596] Compiling e_chacha20poly1305.cc
[1382/2596] Compiling e_null.cc
[1383/2596] Compiling derive_key.cc
[1384/2596] Compiling e_aesgcmsiv.cc
[1385/2596] Compiling chacha.cc
[1386/2596] Compiling e_aesctrhmac.cc
[1387/2596] Compiling unicode.cc
[1388/2596] Compiling buf.cc
[1389/2596] Compiling asn1_compat.cc
[1390/2596] Compiling ber.cc
[1391/2596] Compiling cbs.cc
[1392/2596] Compiling blake2.cc
[1393/2596] Compiling cbb.cc
[1394/2596] Compiling socket.cc
[1395/2596] Compiling printf.cc
[1396/2596] Compiling bn_asn1.cc
[1397/2596] Compiling socket_helper.cc
[1398/2596] Compiling convert.cc
[1399/2596] Compiling pair.cc
[1400/2596] Compiling hexdump.cc
[1401/2596] Compiling file.cc
[1402/2596] Compiling fd.cc
[1403/2596] Compiling errno.cc
[1404/2596] Compiling bio.cc
[1405/2596] Compiling base64.cc
[1406/2596] Compiling bio_mem.cc
[1407/2596] Compiling connect.cc
[1408/2596] Compiling tasn_typ.cc
[1409/2596] Compiling tasn_fre.cc
[1410/2596] Compiling tasn_enc.cc
[1411/2596] Compiling tasn_utl.cc
[1412/2596] Compiling tasn_new.cc
[1413/2596] Compiling f_string.cc
[1414/2596] Compiling posix_time.cc
[1415/2596] Compiling asn_pack.cc
[1416/2596] Compiling f_int.cc
[1417/2596] Compiling tasn_dec.cc
[1418/2596] Compiling asn1_par.cc
[1419/2596] Compiling asn1_lib.cc
[1420/2596] Compiling a_time.cc
[1421/2596] Compiling a_type.cc
[1422/2596] Compiling a_utctm.cc
[1423/2596] Compiling a_octet.cc
[1424/2596] Compiling a_strnid.cc
[1424/2596] Compiling a_strex.cc
[1426/2596] Compiling a_mbstr.cc
[1427/2596] Compiling a_dup.cc
[1428/2596] Compiling a_object.cc
[1429/2596] Compiling a_d2i_fp.cc
[1430/2596] Compiling fiat_p256_adx_sqr.S
[1431/2596] Compiling a_i2d_fp.cc
[1432/2596] Compiling fiat_p256_adx_mul.S
[1433/2596] Compiling a_gentm.cc
[1434/2596] Compiling fiat_curve25519_adx_mul.S
[1435/2596] Compiling fiat_curve25519_adx_square.S
[1436/2596] Compiling a_int.cc
[1437/2596] Compiling a_bitstr.cc
[1438/2596] Compiling a_bool.cc
[1439/2596] Compiling tls_record.cc
[1440/2596] Compiling tls13_client.cc
[1441/2596] Compiling tls13_server.cc
[1442/2596] Compiling tls_method.cc
[1443/2596] Compiling tls13_both.cc
[1444/2596] Compiling t1_enc.cc
[1445/2596] Compiling tls13_enc.cc
[1446/2596] Compiling ssl_versions.cc
[1447/2596] Compiling ssl_stat.cc
[1448/2596] Compiling ssl_transcript.cc
[1458/2596] Compiling ssl_privkey.cc
[1459/2597] Compiling ssl_x509.cc
[1461/2597] Compiling ssl_session.cc
[1462/2597] Compiling ssl_lib.cc
[1463/2597] Compiling ssl_credential.cc
[1464/2597] Compiling ssl_cipher.cc
[1465/2628] Compiling ssl_key_share.cc
[1466/2638] Compiling ssl_file.cc
[1467/2655] Wrapping AST for SwiftSyntax for debugging
[1468/2655] Compiling ssl_cert.cc
[1470/2655] Emitting module SwiftDiagnostics
[1471/2656] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1472/2656] Compiling SwiftDiagnostics Message.swift
[1473/2656] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1474/2656] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1474/2656] Compiling ssl_buffer.cc
[1476/2656] Compiling SwiftDiagnostics Note.swift
[1477/2656] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1478/2656] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1479/2656] Compiling SwiftDiagnostics FixIt.swift
[1480/2656] Compiling SwiftDiagnostics Convenience.swift
[1481/2656] Compiling SwiftDiagnostics Diagnostic.swift
[1482/2656] Compiling SwiftBasicFormat Indenter.swift
[1483/2656] Compiling SwiftBasicFormat InferIndentation.swift
[1483/2656] Compiling ssl_asn1.cc
[1485/2656] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1486/2656] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1487/2656] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1489/2657] Emitting module SwiftBasicFormat
[1490/2657] Compiling SwiftBasicFormat BasicFormat.swift
[1491/2658] Wrapping AST for SwiftDiagnostics for debugging
[1492/2658] Wrapping AST for SwiftBasicFormat for debugging
[1493/2658] Compiling ssl_aead_ctx.cc
[1494/2658] Compiling s3_pkt.cc
[1495/2658] Compiling s3_lib.cc
[1496/2658] Compiling handshake_server.cc
[1498/2658] Compiling SwiftParser LexemeSequence.swift
[1499/2658] Compiling SwiftParser Lexer.swift
[1500/2658] Compiling SwiftParser RegexLiteralLexer.swift
[1501/2658] Compiling SwiftParser UnicodeScalarExtensions.swift
[1502/2658] Compiling SwiftParser Lookahead.swift
[1503/2658] Compiling SwiftParser LoopProgressCondition.swift
[1504/2658] Compiling SwiftParser Modifiers.swift
[1505/2658] Compiling SwiftParser Names.swift
[1506/2658] Compiling SwiftParser Nominals.swift
[1507/2658] Compiling SwiftParser Parameters.swift
[1508/2658] Compiling SwiftParser ParseSourceFile.swift
[1509/2658] Compiling SwiftParser Parser.swift
[1509/2663] Compiling s3_both.cc
[1510/2663] Compiling handshake.cc
[1512/2663] Emitting module SwiftParser
[1513/2663] Compiling SwiftParser TokenSpec.swift
[1514/2663] Compiling SwiftParser TokenSpecSet.swift
[1515/2663] Compiling SwiftParser TopLevel.swift
[1516/2663] Compiling SwiftParser TriviaParser.swift
[1517/2663] Compiling SwiftParser Types.swift
[1518/2663] Compiling SwiftParser SwiftParserCompatibility.swift
[1519/2663] Compiling SwiftParser SwiftVersion.swift
[1520/2663] Compiling SwiftParser SyntaxUtils.swift
[1521/2663] Compiling SwiftParser TokenConsumer.swift
[1522/2663] Compiling SwiftParser TokenPrecedence.swift
[1522/2663] Compiling handshake_client.cc
[1523/2663] Compiling dtls_record.cc
[1525/2663] Compiling SwiftParser Patterns.swift
[1526/2663] Compiling SwiftParser Recovery.swift
[1527/2663] Compiling SwiftParser Specifiers.swift
[1528/2663] Compiling SwiftParser Statements.swift
[1529/2663] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1530/2663] Compiling SwiftParser StringLiterals.swift
[1530/2663] Compiling handoff.cc
[1531/2663] Compiling extensions.cc
[1532/2663] Compiling encrypted_client_hello.cc
[1533/2663] Compiling dtls_method.cc
[1534/2663] Compiling d1_srtp.cc
[1535/2663] Compiling md5-x86_64-linux.S
[1536/2663] Compiling md5-x86_64-apple.S
[1537/2663] Compiling md5-586-linux.S
[1538/2663] Compiling md5-586-apple.S
[1539/2663] Compiling chacha20_poly1305_x86_64-apple.S
[1540/2663] Compiling chacha20_poly1305_x86_64-linux.S
[1541/2663] Compiling chacha20_poly1305_armv8-win.S
[1543/2663] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1544/2663] Compiling SwiftParser Expressions.swift
[1545/2663] Compiling SwiftParser IncrementalParseTransition.swift
[1546/2663] Compiling SwiftParser IsValidIdentifier.swift
[1547/2663] Compiling SwiftParser Cursor.swift
[1548/2663] Compiling SwiftParser Lexeme.swift
[1553/2663] Compiling SwiftParser Declarations.swift
[1554/2663] Compiling SwiftParser Directives.swift
[1554/2663] Compiling d1_pkt.cc
[1555/2663] Compiling chacha20_poly1305_armv8-linux.S
[1556/2663] Compiling chacha20_poly1305_armv8-apple.S
[1557/2663] Compiling chacha-x86_64-apple.S
[1558/2663] Compiling chacha-x86_64-linux.S
[1559/2663] Compiling chacha-x86-linux.S
[1560/2663] Compiling chacha-x86-apple.S
[1561/2663] Compiling err_data.cc
[1562/2663] Compiling chacha-armv8-linux.S
[1563/2663] Compiling chacha-armv8-win.S
[1564/2663] Compiling chacha-armv8-apple.S
[1565/2663] Compiling chacha-armv4-linux.S
[1566/2663] Compiling aes128gcmsiv-x86_64-linux.S
[1567/2663] Compiling x86_64-mont5-apple.S
[1568/2663] Compiling bio_ssl.cc
[1569/2663] Compiling aes128gcmsiv-x86_64-apple.S
[1570/2663] Compiling x86_64-mont5-linux.S
[1571/2663] Compiling x86_64-mont-apple.S
[1572/2663] Compiling x86_64-mont-linux.S
[1573/2663] Compiling x86-mont-linux.S
[1574/2663] Compiling x86-mont-apple.S
[1575/2663] Compiling vpaes-x86_64-linux.S
[1576/2663] Compiling vpaes-x86-linux.S
[1577/2663] Compiling vpaes-x86_64-apple.S
[1578/2663] Compiling vpaes-armv8-win.S
[1579/2663] Compiling vpaes-armv8-linux.S
[1579/2663] Compiling vpaes-x86-apple.S
[1581/2663] Compiling d1_lib.cc
[1582/2663] Compiling vpaes-armv8-apple.S
[1583/2663] Compiling vpaes-armv7-linux.S
[1584/2663] Compiling sha512-x86_64-apple.S
[1585/2663] Compiling sha512-armv8-win.S
[1586/2663] Compiling sha512-armv8-linux.S
[1587/2663] Compiling sha512-x86_64-linux.S
[1588/2663] Compiling sha512-armv8-apple.S
[1589/2663] Compiling sha512-586-apple.S
[1590/2663] Compiling sha512-586-linux.S
[1591/2663] Compiling sha512-armv4-linux.S
[1592/2663] Compiling sha256-x86_64-apple.S
[1593/2663] Compiling sha256-x86_64-linux.S
[1594/2663] Compiling sha256-armv8-linux.S
[1595/2663] Compiling sha256-armv8-win.S
[1596/2663] Compiling sha256-armv8-apple.S
[1597/2663] Compiling sha256-586-linux.S
[1598/2663] Compiling sha256-armv4-linux.S
[1599/2663] Compiling sha256-586-apple.S
[1600/2663] Compiling d1_both.cc
[1601/2663] Compiling sha1-x86_64-apple.S
[1601/2663] Compiling sha1-x86_64-linux.S
[1601/2663] Compiling sha1-armv8-win.S
[1601/2663] Compiling sha1-armv8-linux.S
[1605/2663] Compiling sha1-armv8-apple.S
[1606/2663] Compiling sha1-armv4-large-linux.S
[1607/2663] Compiling sha1-586-apple.S
[1608/2663] Compiling sha1-586-linux.S
[1609/2663] Compiling rsaz-avx2-apple.S
[1610/2663] Compiling rdrand-x86_64-linux.S
[1611/2663] Compiling p256_beeu-x86_64-asm-linux.S
[1612/2663] Compiling rsaz-avx2-linux.S
[1613/2663] Compiling rdrand-x86_64-apple.S
[1614/2663] Compiling p256_beeu-x86_64-asm-apple.S
[1615/2663] Compiling p256_beeu-armv8-asm-linux.S
[1616/2663] Compiling p256_beeu-armv8-asm-win.S
[1617/2663] Compiling p256-x86_64-asm-apple.S
[1618/2663] Compiling p256-armv8-asm-win.S
[1619/2663] Compiling p256_beeu-armv8-asm-apple.S
[1620/2663] Compiling p256-x86_64-asm-linux.S
[1622/2663] Compiling SwiftParser ExperimentalFeatures.swift
[1623/2663] Compiling SwiftParser IsLexerClassified.swift
[1624/2663] Compiling SwiftParser LayoutNodes+Parsable.swift
[1625/2663] Compiling SwiftParser Parser+TokenSpecSet.swift
[1626/2663] Compiling SwiftParser TokenSpecStaticMembers.swift
[1626/2664] Compiling p256-armv8-asm-linux.S
[1627/2664] Compiling ghashv8-armv8-win.S
[1628/2664] Compiling p256-armv8-asm-apple.S
[1629/2664] Compiling ghashv8-armv8-linux.S
[1630/2664] Compiling ghashv8-armv8-apple.S
[1631/2664] Compiling ghashv8-armv7-linux.S
[1633/2664] Compiling ghash-x86-apple.S
[1633/2664] Compiling ghash-x86_64-apple.S
[1635/2664] Compiling ghash-x86-linux.S
[1635/2664] Compiling ghash-x86_64-linux.S
[1637/2664] Compiling ghash-ssse3-x86_64-apple.S
[1638/2664] Compiling ghash-ssse3-x86-linux.S
[1639/2664] Compiling ghash-ssse3-x86_64-linux.S
[1640/2664] Compiling ghash-armv4-linux.S
[1641/2664] Compiling ghash-neon-armv8-linux.S
[1642/2664] Compiling ghash-neon-armv8-win.S
[1643/2664] Compiling co-586-linux.S
[1643/2664] Compiling co-586-apple.S
[1645/2664] Compiling ghash-neon-armv8-apple.S
[1646/2664] Compiling ghash-ssse3-x86-apple.S
[1647/2664] Compiling bsaes-armv7-linux.S
[1648/2664] Compiling bn-armv8-win.S
[1649/2664] Compiling bn-586-linux.S
[1650/2664] Compiling bn-586-apple.S
[1650/2664] Compiling bn-armv8-apple.S
[1652/2664] Compiling armv8-mont-win.S
[1652/2664] Compiling bn-armv8-linux.S
[1654/2664] Compiling armv8-mont-linux.S
[1655/2664] Compiling armv8-mont-apple.S
[1656/2664] Compiling armv4-mont-linux.S
[1657/2664] Compiling aesv8-gcm-armv8-linux.S
[1658/2664] Compiling aesv8-gcm-armv8-win.S
[1659/2664] Compiling aesv8-gcm-armv8-apple.S
[1660/2664] Compiling aesv8-armv8-linux.S
[1661/2664] Wrapping AST for SwiftParser for debugging
[1662/2664] Compiling aesv8-armv8-win.S
[1663/2664] Compiling aesv8-armv8-apple.S
[1664/2664] Compiling aesv8-armv7-linux.S
[1665/2664] Compiling aesni-x86-linux.S
[1666/2664] Compiling aesni-x86_64-linux.S
[1667/2664] Compiling aesni-x86_64-apple.S
[1668/2667] Compiling aesni-x86-apple.S
[1669/2669] Compiling aesni-gcm-x86_64-apple.S
[1670/2675] Compiling aesni-gcm-x86_64-linux.S
[1671/2687] Compiling aes-gcm-avx2-x86_64-apple.S
[1672/2687] Compiling aes-gcm-avx2-x86_64-linux.S
[1673/2687] Compiling aes-gcm-avx10-x86_64-linux.S
[1674/2687] Compiling aes-gcm-avx10-x86_64-apple.S
[1676/2687] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1677/2687] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1678/2688] Compiling SwiftOperators OperatorTable+Semantics.swift
[1679/2688] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1680/2688] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1681/2688] Compiling SwiftOperators PrecedenceGraph.swift
[1682/2688] Compiling SwiftOperators PrecedenceGroup.swift
[1683/2688] Compiling SwiftOperators OperatorTable.swift
[1684/2688] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1685/2689] Compiling SwiftOperators SyntaxSynthesis.swift
[1686/2689] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1687/2689] Emitting module SwiftOperators
[1688/2689] Emitting module SwiftParserDiagnostics
[1688/2689] Compiling x_sig.cc
[1690/2689] Compiling SwiftOperators OperatorTable+Folding.swift
[1690/2689] Compiling x_spki.cc
[1691/2690] Compiling x_x509a.cc
[1692/2690] Compiling x_req.cc
[1698/2690] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1699/2690] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1699/2690] Compiling x_x509.cc
[1702/2690] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1703/2690] Compiling SwiftParserDiagnostics Utils.swift
[1704/2690] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1704/2690] Compiling x_val.cc
[1705/2690] Wrapping AST for SwiftOperators for debugging
[1706/2690] Compiling x_exten.cc
[1707/2690] Compiling x_pubkey.cc
[1708/2690] Compiling x_crl.cc
[1709/2690] Compiling x_attrib.cc
[1710/2690] Compiling x_name.cc
[1711/2690] Compiling x_algor.cc
[1712/2690] Compiling x_all.cc
[1714/2690] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1715/2690] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1715/2691] Compiling x509spki.cc
[1716/2691] Compiling x509rset.cc
[1718/2691] Compiling x509name.cc
[1719/2691] Compiling x509_vpm.cc
[1720/2691] Compiling x509cset.cc
[1721/2691] Compiling x509_vfy.cc
[1722/2691] Compiling x509_v3.cc
[1723/2696] Wrapping AST for SwiftParserDiagnostics for debugging
[1724/2706] Compiling x509_txt.cc
[1725/2706] Compiling x509_set.cc
[1726/2706] Compiling x509_trs.cc
[1727/2706] Compiling x509_req.cc
[1729/2706] Compiling SwiftSyntaxBuilder Indenter.swift
[1730/2706] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1731/2707] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1732/2707] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1732/2707] Compiling x509_obj.cc
[1734/2707] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1735/2707] Emitting module SwiftSyntaxBuilder
[1736/2707] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1737/2707] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1738/2707] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1739/2707] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1740/2707] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1741/2707] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1741/2707] Compiling x509_lu.cc
[1742/2707] Compiling x509_def.cc
[1743/2707] Compiling x509_ext.cc
[1744/2707] Compiling x509_d2.cc
[1745/2707] Compiling x509_cmp.cc
[1746/2707] Compiling x509_att.cc
[1748/2707] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1749/2707] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1750/2707] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1751/2707] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1752/2708] Compiling v3_utl.cc
[1753/2708] Compiling v3_skey.cc
[1754/2708] Compiling x509.cc
[1755/2708] Wrapping AST for SwiftSyntaxBuilder for debugging
[1756/2708] Compiling v3_prn.cc
[1757/2721] Compiling v3_purp.cc
[1758/2725] Compiling v3_pmaps.cc
[1760/2725] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1761/2725] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1762/2727] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1763/2727] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1764/2727] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1765/2727] Compiling SwiftSyntaxMacros Macro+Format.swift
[1766/2727] Compiling SwiftSyntaxMacros Macro.swift
[1767/2727] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1768/2727] Compiling SwiftSyntaxMacros MemberMacro.swift
[1769/2727] Compiling SwiftSyntaxMacros PeerMacro.swift
[1770/2727] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1771/2727] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1772/2727] Compiling SwiftSyntaxMacros BodyMacro.swift
[1773/2727] Emitting module SwiftSyntaxMacros
[1774/2727] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1775/2727] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1776/2727] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1776/2727] Compiling v3_pcons.cc
[1778/2727] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1779/2727] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1780/2728] Compiling v3_ocsp.cc
[1781/2728] Compiling v3_ncons.cc
[1782/2728] Compiling v3_lib.cc
[1783/2728] Compiling v3_int.cc
[1784/2736] Wrapping AST for SwiftSyntaxMacros for debugging
[1785/2737] Compiling v3_info.cc
[1786/2737] Compiling v3_ia5.cc
[1788/2737] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1789/2738] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1790/2738] Emitting module SwiftSyntaxMacroExpansion
[1791/2738] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1792/2738] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1793/2738] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1793/2738] Compiling v3_genn.cc
[1795/2738] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1795/2738] Compiling v3_extku.cc
[1797/2738] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1798/2738] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1798/2738] Compiling v3_enum.cc
[1799/2738] Compiling v3_crld.cc
[1800/2738] Compiling v3_cpols.cc
[1801/2738] Compiling v3_conf.cc
[1802/2738] Compiling v3_bitst.cc
[1803/2738] Compiling v3_bcons.cc
[1805/2738] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1806/2739] Compiling v3_alt.cc
[1807/2739] Compiling v3_akey.cc
[1808/2739] Compiling v3_akeya.cc
[1809/2739] Compiling t_x509.cc
[1810/2739] Compiling t_x509a.cc
[1811/2739] Compiling t_req.cc
[1812/2739] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1813/2751] Compiling i2d_pr.cc
[1814/2751] Compiling t_crl.cc
[1815/2751] Compiling rsa_pss.cc
[1817/2751] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1818/2751] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1819/2751] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1819/2752] Compiling policy.cc
[1821/2752] Emitting module SwiftCompilerPluginMessageHandling
[1821/2752] Compiling name_print.cc
[1822/2752] Compiling by_file.cc
[1824/2752] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1824/2752] Compiling by_dir.cc
[1825/2752] Compiling asn1_gen.cc
[1826/2752] Compiling algorithm.cc
[1827/2752] Compiling a_verify.cc
[1828/2752] Compiling thread_win.cc
[1829/2752] Compiling a_sign.cc
[1831/2752] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1832/2752] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1832/2752] Compiling a_digest.cc
[1833/2752] Compiling thread_pthread.cc
[1834/2752] Compiling voprf.cc
[1835/2752] Compiling thread.cc
[1836/2752] Compiling pmbtoken.cc
[1837/2752] Compiling thread_none.cc
[1838/2752] Compiling trust_token.cc
[1840/2752] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1841/2752] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1842/2752] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1843/2752] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1844/2752] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1845/2752] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1845/2753] Compiling stack.cc
[1847/2753] Compiling slhdsa.cc
[1848/2753] Compiling sha1.cc
[1849/2753] Compiling spake2plus.cc
[1850/2753] Compiling siphash.cc
[1851/2753] Compiling sha256.cc
[1852/2753] Compiling sha512.cc
[1853/2753] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1854/2755] Compiling rsa_extra.cc
[1855/2755] Compiling rsa_print.cc
[1856/2755] Compiling refcount.cc
[1857/2755] Compiling rc4.cc
[1859/2755] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1860/2755] Emitting module SwiftCompilerPlugin
[1860/2756] Compiling rsa_crypt.cc
[1861/2756] Compiling windows.cc
[1862/2756] Compiling urandom.cc
[1864/2756] Compiling passive.cc
[1865/2756] Compiling trusty.cc
[1866/2756] Compiling rand.cc
[1867/2756] Compiling getentropy.cc
[1868/2756] Compiling rsa_asn1.cc
[1869/2756] Compiling ios.cc
[1870/2764] Wrapping AST for SwiftCompilerPlugin for debugging
[1871/2786] Compiling poly1305_arm_asm.S
[1872/2786] Compiling forkunsafe.cc
[1873/2786] Compiling deterministic.cc
[1874/2786] Compiling fork_detect.cc
[1875/2786] Compiling poly1305_arm.cc
[1876/2786] Compiling pool.cc
[1877/2786] Compiling poly1305.cc
[1878/2786] Compiling poly1305_vec.cc
[1880/2786] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
[1881/2786] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
[1882/2786] Compiling TestingMacros Argument.swift
[1882/2789] Compiling p5_pbev2.cc
[1884/2789] Compiling TestingMacros CommentParsing.swift
[1885/2789] Compiling TestingMacros ConditionArgumentParsing.swift
[1886/2789] Compiling TestingMacros DiagnosticMessage+Diagnosing.swift
[1887/2789] Compiling TestingMacros TokenSyntaxAdditions.swift
[1888/2789] Compiling TestingMacros TriviaPieceAdditions.swift
[1889/2789] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
[1889/2789] Compiling pkcs8.cc
[1890/2789] Compiling pkcs8_x509.cc
[1891/2789] Compiling pem_xaux.cc
[1892/2789] Compiling pkcs7.cc
[1894/2789] Compiling TestingMacros AttributeDiscovery.swift
[1895/2789] Compiling TestingMacros AvailabilityGuards.swift
[1896/2789] Compiling TestingMacros CRC32.swift
[1897/2789] Compiling TestingMacros DiagnosticMessage.swift
[1898/2789] Compiling TestingMacros SourceCodeCapturing.swift
[1899/2789] Compiling TestingMacros SourceLocationGeneration.swift
[1899/2789] Compiling pem_pk8.cc
[1900/2789] Compiling pem_x509.cc
[1901/2789] Compiling pkcs7_x509.cc
[1903/2789] Emitting module TestingMacros
[1904/2789] Compiling TestingMacros TagMacro.swift
[1905/2789] Compiling TestingMacros TestDeclarationMacro.swift
[1906/2789] Compiling TestingMacros TestingMacrosMain.swift
[1906/2789] Compiling pem_pkey.cc
[1908/2789] Compiling TestingMacros ConditionMacro.swift
[1909/2789] Compiling TestingMacros SourceLocationMacro.swift
[1910/2789] Compiling TestingMacros SuiteDeclarationMacro.swift
[1911/2789] Compiling TestingMacros DeclGroupSyntaxAdditions.swift
[1912/2789] Compiling TestingMacros EditorPlaceholderExprSyntaxAdditions.swift
[1913/2789] Compiling TestingMacros FunctionDeclSyntaxAdditions.swift
[1914/2789] Compiling TestingMacros MacroExpansionContextAdditions.swift
[1914/2790] Compiling pem_lib.cc
[1916/2790] Compiling pem_oth.cc
[1917/2790] Compiling pem_info.cc
[1918/2790] Compiling mldsa.cc
[1919/2790] Wrapping AST for TestingMacros for debugging
[1920/2790] Write Objects.LinkFileList
[1921/2790] Compiling mlkem.cc
[1923/2790] Emitting module FOSMacros
[1923/2790] Compiling pem_all.cc
[1924/2790] Compiling obj_xref.cc
[1925/2790] Compiling obj.cc
[1927/2790] Compiling FOSMacros Stubbable.swift
[1928/2790] Compiling FOSMacros SystemVersion.swift
[1929/2790] Compiling FOSMacros FOSMacros.swift
[1929/2790] Compiling mem.cc
[1930/2790] Compiling md5.cc
[1931/2790] Compiling md4.cc
[1932/2790] Compiling poly_rq_mul.S
[1933/2790] Compiling fips_shared_support.cc
[1935/2790] Compiling FOSMacros ViewModelFactoryMacro.swift
[1936/2790] Compiling FOSMacros ViewModelMacro.swift
[1937/2790] Compiling FOSMacros VersionedFactoryMethodMacro.swift
[1937/2791] Compiling lhash.cc
[1939/2791] Compiling hrss.cc
[1940/2791] Compiling sign.cc
[1941/2791] Compiling ex_data.cc
[1942/2791] Compiling kyber.cc
[1943/2791] Wrapping AST for FOSMacros for debugging
[1944/2791] Write Objects.LinkFileList
[1945/2791] Compiling hpke.cc
[1946/2791] Compiling scrypt.cc
[1947/2791] Linking TestingMacros-tool
[1948/2791] Compiling print.cc
[1949/2791] Compiling pbkdf.cc
[1950/2791] Compiling p_x25519.cc
[1951/2848] Compiling p_x25519_asn1.cc
[1952/2961] Compiling p_rsa.cc
[1953/2961] Compiling p_rsa_asn1.cc
[1954/2961] Compiling p_ed25519.cc
[1955/2961] Compiling p_hkdf.cc
[1956/2961] Compiling p_ed25519_asn1.cc
[1957/2961] Linking FOSMacros-tool
[1958/2961] Compiling p_ec_asn1.cc
[1959/2961] Compiling p_ec.cc
[1960/2961] Compiling p_dh_asn1.cc
[1961/2961] Compiling p_dh.cc
[1962/2961] Compiling evp_ctx.cc
[1963/2961] Compiling p_dsa_asn1.cc
[1964/2961] Compiling evp.cc
[1965/2961] Compiling err.cc
[1966/2961] Compiling evp_asn1.cc
[1967/2961] Compiling engine.cc
[1968/2961] Compiling bcm.cc
[1969/2961] Compiling ecdsa_asn1.cc
[1970/2961] Compiling ec_derive.cc
[1971/2961] Compiling ecdh.cc
[1972/2961] Compiling hash_to_curve.cc
[1973/2961] Compiling ec_asn1.cc
[1974/2961] Compiling dsa.cc
[1975/2961] Compiling params.cc
[1976/2961] Compiling dsa_asn1.cc
[1977/2961] Compiling dh_asn1.cc
[1978/2961] Compiling digest_extra.cc
[1979/2961] Compiling x25519-asm-arm.S
[1980/2961] Compiling des.cc
[1981/2961] Compiling crypto.cc
[1982/2961] Compiling cpu_intel.cc
[1983/2961] Compiling curve25519.cc
[1984/2961] Compiling spake25519.cc
[1985/2961] Compiling cpu_arm_linux.cc
[1986/2961] Compiling cpu_arm_freebsd.cc
[1987/2961] Compiling cpu_aarch64_sysreg.cc
[1988/2961] Compiling cpu_aarch64_win.cc
[1989/2961] Compiling curve25519_64_adx.cc
[1990/2961] Compiling cpu_aarch64_fuchsia.cc
[1991/2961] Compiling cpu_aarch64_openbsd.cc
[1992/2961] Compiling cpu_aarch64_linux.cc
[1993/2961] Compiling cpu_aarch64_apple.cc
[1994/2961] Compiling conf.cc
[1995/2961] Compiling get_cipher.cc
[1996/2961] Compiling e_tls.cc
[1997/2961] Compiling e_rc4.cc
[1998/2961] Compiling tls_cbc.cc
[2000/2961] Emitting module Testing
[2000/2972] Compiling e_rc2.cc
[2001/2972] Compiling e_null.cc
[2002/2972] Compiling chacha.cc
[2003/2972] Compiling e_des.cc
[2004/2972] Compiling e_aesgcmsiv.cc
[2005/2972] Compiling Testing CommandLineAdditions.swift
[2006/2972] Compiling Testing NumericAdditions.swift
[2007/2972] Compiling Testing ResultAdditions.swift
[2008/2972] Compiling Testing WinSDKAdditions.swift
[2009/2972] Compiling Testing CError.swift
[2010/2972] Compiling Testing CartesianProduct.swift
[2011/2972] Compiling Testing Environment.swift
[2012/2972] Compiling Testing FileHandle.swift
[2013/2972] Compiling Testing GetSymbol.swift
[2014/2972] Compiling Testing Graph.swift
[2015/2972] Compiling Testing JSON.swift
[2016/2972] Compiling Testing Locked.swift
[2017/2983] Compiling e_chacha20poly1305.cc
[2018/2983] Compiling e_aesctrhmac.cc
[2019/2983] Compiling derive_key.cc
[2032/2983] Compiling unicode.cc
[2034/2983] Compiling Testing KnownIssue.swift
[2035/2983] Compiling Testing CustomTestArgumentEncodable.swift
[2036/2983] Compiling Testing Test.Case.Generator.swift
[2037/2983] Compiling Testing Test.Case.ID.swift
[2038/2983] Compiling Testing Test.Case.swift
[2039/2983] Compiling Testing TypeInfo.swift
[2040/2983] Compiling Testing Configuration+EventHandling.swift
[2041/2983] Compiling Testing Configuration.TestFilter.swift
[2042/2983] Compiling Testing Configuration.swift
[2043/2983] Compiling Testing Runner.Plan+Dumping.swift
[2044/2983] Compiling Testing Runner.Plan.swift
[2045/2983] Compiling Testing Runner.RuntimeState.swift
[2045/2983] Compiling buf.cc
[2046/2983] Compiling asn1_compat.cc
[2047/2983] Compiling ber.cc
[2049/2983] Compiling Testing SystemError.swift
[2050/2983] Compiling Testing Versions.swift
[2051/2983] Compiling Testing Test+Discovery.swift
[2052/2983] Compiling Testing Test+Macro.swift
[2053/2983] Compiling Testing Test.ID.Selection.swift
[2054/2983] Compiling Testing Test.ID.swift
[2055/2983] Compiling Testing Test.swift
[2056/2983] Compiling Testing Bug.swift
[2057/2983] Compiling Testing Comment+Macro.swift
[2058/2983] Compiling Testing Comment.swift
[2059/2983] Compiling Testing ConditionTrait+Macro.swift
[2060/2983] Compiling Testing ConditionTrait.swift
[2060/2983] Compiling cbb.cc
[2062/2983] Compiling Testing HiddenTrait.swift
[2063/2983] Compiling Testing ParallelizationTrait.swift
[2064/2983] Compiling Testing SPIAwareTrait.swift
[2065/2983] Compiling Testing Tag+Macro.swift
[2066/2983] Compiling Testing Tag+Predefined.swift
[2067/2983] Compiling Testing Tag.Color+Loading.swift
[2068/2983] Compiling Testing Tag.Color.swift
[2069/2983] Compiling Testing Tag.List.swift
[2070/2983] Compiling Testing Tag.swift
[2071/2983] Compiling Testing TimeLimitTrait.swift
[2072/2983] Compiling Testing Trait.swift
[2072/2983] Compiling cbs.cc
[2073/2983] Compiling blake2.cc
[2074/2983] Compiling convert.cc
[2075/2983] Compiling bn_asn1.cc
[2076/2983] Compiling socket.cc
[2077/2983] Compiling socket_helper.cc
[2078/2983] Compiling printf.cc
[2079/2983] Compiling pair.cc
[2091/2983] Compiling file.cc
[2092/2983] Compiling hexdump.cc
[2093/2983] Compiling errno.cc
[2094/2983] Compiling fd.cc
[2108/2983] Compiling Testing Runner.swift
[2109/2983] Compiling Testing SkipInfo.swift
[2110/2983] Compiling Testing Backtrace+Symbolication.swift
[2111/2983] Compiling Testing Backtrace.swift
[2112/2983] Compiling Testing CustomTestStringConvertible.swift
[2113/2983] Compiling Testing Expression+Macro.swift
[2114/2983] Compiling Testing Expression.swift
[2115/2983] Compiling Testing SourceContext.swift
[2116/2983] Compiling Testing SourceLocation+Macro.swift
[2117/2983] Compiling Testing SourceLocation.swift
[2118/2983] Compiling Testing ArrayAdditions.swift
[2119/2983] Compiling Testing CollectionDifferenceAdditions.swift
[2119/2983] Compiling base64.cc
[2121/2983] Compiling Testing ABIv0.EncodedMessage.swift
[2122/2983] Compiling Testing ABIv0.EncodedTest.swift
[2123/2983] Compiling Testing Attachable.swift
[2124/2983] Compiling Testing AttachableContainer.swift
[2125/2983] Compiling Testing Attachment.swift
[2126/2983] Compiling Testing Clock.swift
[2127/2983] Compiling Testing Event.swift
[2128/2983] Compiling Testing Event.ConsoleOutputRecorder.swift
[2129/2983] Compiling Testing Event.HumanReadableOutputRecorder.swift
[2130/2983] Compiling Testing Event.JUnitXMLRecorder.swift
[2131/2983] Compiling Testing Event.Symbol.swift
[2132/2983] Compiling Testing TimeValue.swift
[2132/2983] Compiling connect.cc
[2133/2983] Compiling bio_mem.cc
[2135/2983] Compiling Testing ExitCondition.swift
[2136/2983] Compiling Testing ExitTest.swift
[2137/2983] Compiling Testing ExitTestArtifacts.swift
[2138/2983] Compiling Testing SpawnProcess.swift
[2139/2983] Compiling Testing WaitFor.swift
[2140/2983] Compiling Testing Expectation+Macro.swift
[2141/2983] Compiling Testing Expectation.swift
[2142/2983] Compiling Testing ExpectationChecking+Macro.swift
[2143/2983] Compiling Testing Confirmation.swift
[2144/2983] Compiling Testing ErrorSnapshot.swift
[2145/2983] Compiling Testing Issue+Recording.swift
[2146/2983] Compiling Testing Issue.swift
[2146/2983] Compiling bio.cc
[2147/2983] Compiling tasn_typ.cc
[2161/2983] Emitting module Testing
[2162/2983] Compiling Testing ABIEntryPoint.swift
[2163/2983] Compiling Testing EntryPoint.swift
[2164/2983] Compiling Testing SwiftPMEntryPoint.swift
[2165/2983] Compiling Testing ABIv0.Record+Streaming.swift
[2166/2983] Compiling Testing ABIv0.Record.swift
[2167/2983] Compiling Testing ABIv0.swift
[2168/2983] Compiling Testing ABIv0.EncodedAttachment.swift
[2169/2983] Compiling Testing ABIv0.EncodedBacktrace.swift
[2170/2983] Compiling Testing ABIv0.EncodedError.swift
[2171/2983] Compiling Testing ABIv0.EncodedEvent.swift
[2172/2983] Compiling Testing ABIv0.EncodedInstant.swift
[2173/2983] Compiling Testing ABIv0.EncodedIssue.swift
[2198/2984] Compiling tasn_fre.cc
[2199/2984] Compiling tasn_utl.cc
[2200/2984] Compiling posix_time.cc
[2201/2984] Compiling tasn_enc.cc
[2202/2984] Compiling tasn_new.cc
[2203/2984] Compiling f_int.cc
[2204/2984] Compiling asn_pack.cc
[2205/2984] Compiling tasn_dec.cc
[2206/2984] Compiling f_string.cc
[2231/2984] Compiling asn1_par.cc
[2233/2985] Compiling asn1_lib.cc
[2234/2985] Compiling a_time.cc
[2235/2985] Compiling a_type.cc
[2236/2985] Compiling a_octet.cc
[2237/2985] Compiling a_utctm.cc
[2238/2985] Compiling a_strex.cc
[2239/2985] Compiling a_strnid.cc
[2240/2985] Compiling a_i2d_fp.cc
[2241/2985] Compiling a_dup.cc
[2242/2985] Compiling a_object.cc
[2243/2985] Compiling a_mbstr.cc
[2244/2985] Compiling a_d2i_fp.cc
[2245/2985] Compiling a_gentm.cc
[2246/2985] Compiling a_int.cc
[2247/2985] Compiling a_bool.cc
[2248/2985] Compiling a_bitstr.cc
[2249/2985] Compiling CCryptoBoringSSLShims shims.c
[2251/2985] Compiling fiat_p256_adx_sqr.S
[2252/2985] Compiling fiat_p256_adx_mul.S
[2253/2985] Compiling fiat_curve25519_adx_square.S
[2254/2985] Compiling fiat_curve25519_adx_mul.S
[2255/2985] Compiling md5-x86_64-linux.S
[2256/2985] Compiling md5-x86_64-apple.S
[2257/2985] Compiling md5-586-linux.S
[2258/2985] Compiling md5-586-apple.S
[2259/2985] Compiling chacha20_poly1305_x86_64-linux.S
[2260/2985] Compiling chacha20_poly1305_x86_64-apple.S
[2261/2985] Compiling chacha20_poly1305_armv8-win.S
[2262/2985] Compiling chacha20_poly1305_armv8-linux.S
[2263/2985] Compiling chacha20_poly1305_armv8-apple.S
[2264/2985] Compiling chacha-x86_64-linux.S
[2265/2985] Compiling err_data.cc
[2266/2985] Compiling chacha-x86-linux.S
[2267/2985] Compiling chacha-x86_64-apple.S
[2268/2985] Compiling chacha-x86-apple.S
[2269/2985] Compiling chacha-armv8-win.S
[2270/2985] Compiling chacha-armv8-apple.S
[2271/2985] Compiling chacha-armv8-linux.S
[2272/2985] Compiling chacha-armv4-linux.S
[2273/2985] Compiling aes128gcmsiv-x86_64-linux.S
[2274/2985] Compiling aes128gcmsiv-x86_64-apple.S
[2275/2985] Compiling x86_64-mont5-apple.S
[2276/2985] Compiling x86_64-mont5-linux.S
[2277/2985] Compiling x86_64-mont-linux.S
[2278/2985] Compiling x86_64-mont-apple.S
[2279/2985] Compiling x86-mont-apple.S
[2280/2985] Compiling x86-mont-linux.S
[2281/2985] Compiling vpaes-x86_64-linux.S
[2282/2985] Compiling vpaes-x86_64-apple.S
[2283/2985] Compiling vpaes-x86-apple.S
[2284/2985] Compiling vpaes-x86-linux.S
[2285/2985] Compiling vpaes-armv8-win.S
[2286/2985] Compiling vpaes-armv8-apple.S
[2287/2985] Compiling vpaes-armv8-linux.S
[2288/2985] Compiling vpaes-armv7-linux.S
[2289/2985] Compiling sha512-x86_64-linux.S
[2290/2985] Compiling sha512-armv8-win.S
[2291/2985] Compiling sha512-x86_64-apple.S
[2292/2985] Compiling sha512-armv8-linux.S
[2293/2985] Compiling sha512-armv8-apple.S
[2294/2985] Compiling sha512-586-apple.S
[2295/2985] Compiling sha512-armv4-linux.S
[2296/2985] Compiling sha512-586-linux.S
[2297/2985] Compiling sha256-x86_64-apple.S
[2298/2985] Compiling sha256-armv8-win.S
[2299/2985] Compiling sha256-x86_64-linux.S
[2300/2985] Compiling sha256-armv8-linux.S
[2301/2985] Compiling sha256-armv8-apple.S
[2302/2985] Compiling sha256-armv4-linux.S
[2303/2985] Compiling sha256-586-linux.S
[2304/2985] Compiling sha256-586-apple.S
[2305/2985] Compiling sha1-x86_64-linux.S
[2306/2985] Compiling sha1-x86_64-apple.S
[2307/2985] Compiling sha1-armv8-win.S
[2308/2985] Compiling sha1-armv8-linux.S
[2309/2985] Compiling sha1-armv4-large-linux.S
[2310/2985] Compiling sha1-armv8-apple.S
[2311/2985] Compiling sha1-586-linux.S
[2312/2985] Compiling sha1-586-apple.S
[2313/2985] Compiling rdrand-x86_64-linux.S
[2314/2985] Compiling rsaz-avx2-apple.S
[2315/2985] Compiling rsaz-avx2-linux.S
[2316/2985] Compiling c-nioatomics.c
[2318/2985] Compiling rdrand-x86_64-apple.S
[2319/2985] Compiling p256_beeu-x86_64-asm-linux.S
[2320/2985] Compiling p256_beeu-x86_64-asm-apple.S
[2321/2985] Compiling p256_beeu-armv8-asm-win.S
[2322/2985] Compiling p256_beeu-armv8-asm-linux.S
[2323/2985] Compiling p256_beeu-armv8-asm-apple.S
[2324/2985] Compiling p256-armv8-asm-win.S
[2325/2985] Compiling p256-armv8-asm-linux.S
[2326/2985] Compiling p256-x86_64-asm-linux.S
[2327/2985] Compiling p256-x86_64-asm-apple.S
[2328/2985] Compiling p256-armv8-asm-apple.S
[2329/2985] Compiling ghashv8-armv8-win.S
[2330/2985] Compiling ghashv8-armv8-linux.S
[2331/2985] Compiling ghashv8-armv7-linux.S
[2332/2985] Compiling ghash-x86_64-apple.S
[2333/2985] Compiling ghashv8-armv8-apple.S
[2334/2985] Compiling ghash-x86_64-linux.S
[2335/2985] Compiling ghash-x86-linux.S
[2336/2985] Compiling ghash-x86-apple.S
[2337/2985] Compiling ghash-ssse3-x86_64-linux.S
[2338/2985] Compiling ghash-ssse3-x86-linux.S
[2339/2985] Compiling ghash-ssse3-x86_64-apple.S
[2340/2985] Compiling ghash-ssse3-x86-apple.S
[2340/2985] Compiling ghash-neon-armv8-win.S
[2342/2985] Compiling ghash-neon-armv8-linux.S
[2343/2985] Compiling ghash-neon-armv8-apple.S
[2344/2985] Compiling bsaes-armv7-linux.S
[2345/2985] Compiling co-586-linux.S
[2346/2985] Compiling ghash-armv4-linux.S
[2347/2985] Compiling co-586-apple.S
[2348/2985] Compiling bn-armv8-win.S
[2349/2985] Compiling bn-armv8-linux.S
[2350/2985] Compiling bn-586-linux.S
[2351/2985] Compiling bn-586-apple.S
[2352/2985] Compiling bn-armv8-apple.S
[2353/2985] Compiling armv8-mont-linux.S
[2354/2985] Compiling armv8-mont-win.S
[2355/2985] Compiling armv8-mont-apple.S
[2356/2985] Compiling armv4-mont-linux.S
[2357/2985] Compiling aesv8-gcm-armv8-win.S
[2358/2985] Compiling aesv8-gcm-armv8-linux.S
[2359/2985] Compiling aesv8-gcm-armv8-apple.S
[2360/2985] Compiling aesv8-armv8-win.S
[2361/2985] Compiling aesv8-armv8-linux.S
[2362/2985] Compiling aesv8-armv7-linux.S
[2363/2985] Compiling aesv8-armv8-apple.S
[2364/2985] Compiling aesni-x86_64-apple.S
[2365/2985] Compiling aesni-x86-apple.S
[2366/2985] Compiling aesni-x86_64-linux.S
[2367/2985] Compiling aesni-x86-linux.S
[2368/2985] Compiling c-atomics.c
[2369/2985] Compiling aesni-gcm-x86_64-linux.S
[2370/2985] Compiling aesni-gcm-x86_64-apple.S
[2371/2985] Compiling aes-gcm-avx10-x86_64-apple.S
[2372/2985] Compiling aes-gcm-avx10-x86_64-linux.S
[2373/2985] Compiling c-atomics.c
[2374/2997] Compiling x_x509a.cc
[2376/2997] Compiling NIOConcurrencyHelpers NIOLock.swift
[2376/2997] Compiling x_val.cc
[2378/2997] Compiling NIOConcurrencyHelpers lock.swift
[2379/2997] Compiling NIOConcurrencyHelpers NIOLock.swift
[2379/2997] Compiling x_spki.cc
[2380/2997] Compiling x_sig.cc
[2382/2997] Compiling NIOConcurrencyHelpers lock.swift
[2383/2997] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[2384/2997] Emitting module NIOConcurrencyHelpers
[2384/2997] Compiling x_req.cc
[2386/2997] Emitting module NIOConcurrencyHelpers
[2387/2997] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[2388/2997] Compiling NIOConcurrencyHelpers atomics.swift
[2389/2997] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[2390/2998] Compiling NIOConcurrencyHelpers atomics.swift
[2391/2998] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[2391/2999] Compiling x_x509.cc
[2394/2999] Compiling x_pubkey.cc
[2395/3008] Compiling x_crl.cc
[2396/3025] Compiling x_name.cc
[2396/3025] Compiling x_exten.cc
[2398/3051] Compiling x_all.cc
[2400/3051] Compiling ConsoleKitTerminal Console+Wait.swift
[2401/3051] Compiling ConsoleKitTerminal ConsoleColor.swift
[2402/3051] Compiling ConsoleKitTerminal ConsoleStyle.swift
[2402/3051] Compiling x_attrib.cc
[2403/3054] Compiling x509spki.cc
[2404/3054] Compiling x_algor.cc
[2406/3054] Emitting module ConsoleKitTerminal
[2407/3054] Compiling ConsoleKitTerminal Console+Confirm.swift
[2408/3054] Compiling ConsoleKitTerminal Console+Input.swift
[2409/3054] Compiling ConsoleKitTerminal Console+Center.swift
[2410/3054] Compiling ConsoleKitTerminal Console+Output.swift
[2411/3054] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[2412/3054] Compiling ConsoleKitTerminal ConsoleClear.swift
[2413/3054] Compiling ConsoleKitTerminal Console+Ask.swift
[2414/3054] Compiling ConsoleKitTerminal Console+Choose.swift
[2415/3054] Compiling ConsoleKitTerminal ActivityBar.swift
[2416/3054] Compiling ConsoleKitTerminal ActivityIndicator.swift
[2417/3054] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[2418/3054] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[2419/3054] Emitting module ConsoleKitTerminal
[2424/3057] Compiling ConsoleKitTerminal CustomActivity.swift
[2425/3057] Compiling ConsoleKitTerminal LoadingBar.swift
[2426/3057] Compiling ConsoleKitTerminal ProgressBar.swift
[2427/3057] Compiling ConsoleKitTerminal Console+Clear.swift
[2435/3057] Compiling x509name.cc
[2439/3057] Compiling x509rset.cc
[2445/3057] Compiling ConsoleKitTerminal Console.swift
[2446/3057] Compiling ConsoleKitTerminal Terminal.swift
[2447/3057] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[2448/3057] Compiling ConsoleKitTerminal ConsoleText.swift
[2449/3057] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[2450/3057] Compiling ConsoleKitTerminal ANSI.swift
[2456/3057] Compiling x509cset.cc
[2457/3057] Compiling x509_vfy.cc
[2458/3057] Compiling x509_vpm.cc
[2459/3057] Compiling x509_v3.cc
[2461/3057] Compiling ConsoleKitTerminal AnySendableHashable.swift
[2462/3057] Compiling ConsoleKitTerminal ConsoleLogger.swift
[2463/3057] Compiling ConsoleKitTerminal LoggerFragment.swift
[2467/3059] Compiling x509_trs.cc
[2468/3059] Compiling x509_txt.cc
[2470/3059] Compiling x509_set.cc
[2471/3059] Compiling x509_req.cc
[2472/3100] Compiling x509_obj.cc
[2474/3103] Compiling ConsoleKitCommands Console+Run.swift
[2475/3103] Compiling ConsoleKitCommands ConsoleError.swift
[2476/3103] Compiling ConsoleKitCommands Completion.swift
[2477/3105] Compiling ConsoleKitCommands CommandGroup.swift
[2478/3105] Compiling ConsoleKitCommands CommandInput.swift
[2479/3105] Compiling ConsoleKitCommands Commands.swift
[2479/3105] Compiling x509_def.cc
[2481/3105] Emitting module ConsoleKitCommands
[2482/3105] Compiling ConsoleKitCommands CommandSignature.swift
[2483/3105] Compiling ConsoleKitCommands Flag.swift
[2484/3105] Compiling ConsoleKitCommands Option.swift
[2485/3105] Compiling ConsoleKitCommands Command.swift
[2486/3105] Compiling ConsoleKitCommands CommandContext.swift
[2487/3105] Compiling ConsoleKitCommands CommandError.swift
[2488/3107] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[2489/3107] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[2490/3107] Compiling ConsoleKitCommands Argument.swift
[2490/3107] Compiling x509_lu.cc
[2492/3107] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[2493/3107] Compiling ConsoleKitCommands AsyncCommand.swift
[2494/3107] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[2495/3107] Compiling ConsoleKitCommands AsyncCommands.swift
[2496/3107] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[2497/3107] Compiling ConsoleKitCommands AnyCommand.swift
[2498/3107] Emitting module ConsoleKitCommands
[2501/3107] Compiling x509_ext.cc
[2502/3107] Compiling x509_d2.cc
[2504/3107] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[2504/3107] Compiling x509_cmp.cc
[2505/3107] Compiling ConsoleKitCommands Utilities.swift
[2514/3107] Compiling x509.cc
[2515/3107] Compiling x509_att.cc
[2516/3107] Compiling v3_utl.cc
[2517/3107] Compiling v3_skey.cc
[2518/3107] Compiling v3_prn.cc
[2523/3108] Compiling v3_purp.cc
[2524/3108] Compiling v3_pcons.cc
[2534/3109] Compiling v3_pmaps.cc
[2536/3111] Compiling v3_ocsp.cc
[2537/3111] Compiling v3_lib.cc
[2539/3111] Emitting module ConsoleKit
[2540/3111] Compiling ConsoleKit Exports.swift
[2540/3111] Compiling v3_ncons.cc
[2541/3112] Compiling v3_int.cc
[2544/3114] Emitting module ConsoleKit
[2544/3114] Compiling v3_info.cc
[2546/3114] Compiling ConsoleKit Exports.swift
[2546/3115] Compiling v3_ia5.cc
[2548/3115] Compiling v3_genn.cc
[2549/3115] Compiling v3_extku.cc
[2550/3115] Compiling v3_enum.cc
[2551/3115] Compiling v3_crld.cc
[2552/3115] Compiling v3_cpols.cc
[2553/3115] Compiling v3_bitst.cc
[2554/3115] Compiling v3_bcons.cc
[2555/3115] Compiling v3_conf.cc
[2556/3115] Compiling v3_alt.cc
[2557/3115] Compiling v3_akeya.cc
[2558/3115] Compiling t_x509a.cc
[2559/3115] Compiling v3_akey.cc
[2560/3115] Compiling t_x509.cc
[2561/3115] Compiling t_crl.cc
[2562/3115] Compiling i2d_pr.cc
[2563/3115] Compiling name_print.cc
[2564/3115] Compiling rsa_pss.cc
[2565/3115] Compiling t_req.cc
[2566/3115] Compiling policy.cc
[2567/3115] Compiling by_dir.cc
[2568/3115] Compiling by_file.cc
[2569/3115] Compiling asn1_gen.cc
[2570/3115] Compiling a_verify.cc
[2571/3115] Compiling voprf.cc
[2572/3115] Compiling a_sign.cc
[2573/3115] Compiling thread_win.cc
[2574/3115] Compiling trust_token.cc
[2575/3115] Compiling a_digest.cc
[2576/3115] Compiling thread_pthread.cc
[2577/3115] Compiling algorithm.cc
[2578/3115] Compiling thread.cc
[2579/3115] Compiling thread_none.cc
[2580/3115] Compiling pmbtoken.cc
[2581/3115] Compiling stack.cc
[2582/3115] Compiling thash.cc
[2583/3115] Compiling wots.cc
[2584/3115] Compiling merkle.cc
[2585/3115] Compiling siphash.cc
[2586/3115] Compiling sha512.cc
[2587/3115] Compiling fors.cc
[2588/3115] Compiling sha1.cc
[2589/3115] Compiling sha256.cc
[2590/3115] Compiling slhdsa.cc
[2591/3115] Compiling rsa_print.cc
[2592/3115] Compiling rsa_extra.cc
[2593/3115] Compiling rc4.cc
[2594/3115] Compiling refcount.cc
[2595/3115] Compiling rsa_asn1.cc
[2596/3115] Compiling urandom.cc
[2597/3115] Compiling rsa_crypt.cc
[2598/3115] Compiling rand_extra.cc
[2599/3115] Compiling windows.cc
[2600/3115] Compiling trusty.cc
[2601/3115] Compiling ios.cc
[2602/3115] Compiling passive.cc
[2603/3115] Compiling forkunsafe.cc
[2604/3115] Compiling deterministic.cc
[2605/3115] Compiling poly1305_arm_asm.S
[2606/3115] Compiling fork_detect.cc
[2607/3115] Compiling getentropy.cc
[2608/3115] Compiling pool.cc
[2609/3115] Compiling poly1305_vec.cc
[2610/3115] Compiling poly1305_arm.cc
[2611/3115] Compiling poly1305.cc
[2612/3115] Compiling pkcs7.cc
[2613/3115] Compiling pkcs8.cc
[2614/3115] Compiling pkcs8_x509.cc
[2615/3115] Compiling pkcs7_x509.cc
[2616/3115] Compiling p5_pbev2.cc
[2617/3115] Compiling pem_xaux.cc
[2618/3115] Compiling pem_x509.cc
[2619/3115] Compiling pem_pkey.cc
[2620/3115] Compiling pem_pk8.cc
[2621/3115] Compiling obj_xref.cc
[2622/3115] Compiling pem_oth.cc
[2623/3115] Compiling pem_info.cc
[2624/3115] Compiling pem_lib.cc
[2625/3115] Compiling mlkem.cc
[2626/3115] Compiling mldsa.cc
[2626/3115] Compiling obj.cc
[2628/3115] Compiling pem_all.cc
[2629/3115] Compiling mem.cc
[2630/3115] Compiling fips_shared_support.cc
[2631/3115] Compiling lhash.cc
[2632/3115] Compiling md4.cc
[2633/3115] Compiling kyber.cc
[2634/3115] Compiling hpke.cc
[2634/3115] Compiling hrss.cc
[2636/3115] Compiling poly_rq_mul.S
[2637/3115] Compiling md5.cc
[2638/3115] Compiling ex_data.cc
[2639/3115] Compiling sign.cc
[2640/3115] Compiling scrypt.cc
[2641/3115] Compiling pbkdf.cc
[2642/3115] Compiling print.cc
[2643/3115] Compiling p_x25519.cc
[2644/3115] Compiling p_x25519_asn1.cc
[2645/3115] Compiling p_rsa_asn1.cc
[2646/3115] Compiling p_rsa.cc
[2647/3115] Compiling p_ed25519.cc
[2648/3115] Compiling p_hkdf.cc
[2649/3115] Compiling p_ed25519_asn1.cc
[2650/3115] Compiling p_ec_asn1.cc
[2651/3115] Compiling p_ec.cc
[2652/3115] Compiling p_dh_asn1.cc
[2653/3115] Compiling p_dsa_asn1.cc
[2654/3115] Compiling p_dh.cc
[2655/3115] Compiling evp_ctx.cc
[2656/3115] Compiling evp.cc
[2657/3115] Compiling evp_asn1.cc
[2658/3115] Compiling err.cc
[2659/3115] Compiling engine.cc
[2660/3115] Compiling ecdsa_asn1.cc
[2661/3115] Compiling ecdh_extra.cc
[2662/3115] Compiling hash_to_curve.cc
[2663/3115] Compiling ec_derive.cc
[2664/3115] Compiling dsa_asn1.cc
[2665/3115] Compiling ec_asn1.cc
[2666/3115] Compiling dsa.cc
[2667/3115] Compiling digest_extra.cc
[2668/3115] Compiling params.cc
[2669/3115] Compiling x25519-asm-arm.S
[2670/3115] Compiling dh_asn1.cc
[2671/3115] Compiling des.cc
[2672/3115] Compiling spake25519.cc
[2673/3115] Compiling crypto.cc
[2674/3115] Compiling cpu_intel.cc
[2675/3115] Compiling curve25519.cc
[2676/3115] Compiling cpu_arm_freebsd.cc
[2677/3115] Compiling cpu_aarch64_win.cc
[2678/3115] Compiling cpu_arm_linux.cc
[2679/3115] Compiling bcm.cc
[2680/3115] Compiling cpu_aarch64_sysreg.cc
[2681/3115] Compiling cpu_aarch64_openbsd.cc
[2682/3115] Compiling cpu_aarch64_linux.cc
[2683/3115] Compiling cpu_aarch64_fuchsia.cc
[2684/3115] Compiling curve25519_64_adx.cc
[2685/3115] Compiling cpu_aarch64_apple.cc
[2686/3115] Compiling conf.cc
[2687/3115] Compiling tls_cbc.cc
[2688/3115] Compiling e_tls.cc
[2689/3115] Compiling e_null.cc
[2690/3115] Compiling e_rc2.cc
[2691/3115] Compiling e_rc4.cc
[2692/3115] Compiling e_des.cc
[2693/3115] Compiling e_chacha20poly1305.cc
[2694/3115] Compiling e_aesgcmsiv.cc
[2695/3115] Compiling derive_key.cc
[2696/3115] Compiling e_aesctrhmac.cc
[2697/3115] Compiling cipher_extra.cc
[2698/3115] Compiling unicode.cc
[2699/3115] Compiling chacha.cc
[2700/3115] Compiling cbs.cc
[2701/3115] Compiling ber.cc
[2702/3115] Compiling cbb.cc
[2703/3115] Compiling buf.cc
[2704/3115] Compiling bn_asn1.cc
[2705/3115] Compiling asn1_compat.cc
[2706/3115] Compiling convert.cc
[2707/3115] Compiling printf.cc
[2708/3115] Compiling blake2.cc
[2709/3115] Compiling pair.cc
[2710/3115] Compiling file.cc
[2711/3115] Compiling hexdump.cc
[2712/3115] Compiling errno.cc
[2713/3115] Compiling bio_mem.cc
[2714/3115] Compiling base64.cc
[2714/3115] Compiling bio.cc
[2716/3115] Compiling fd.cc
[2717/3115] Compiling tasn_typ.cc
[2718/3115] Compiling tasn_fre.cc
[2719/3115] Compiling tasn_utl.cc
[2720/3115] Compiling tasn_enc.cc
[2721/3115] Compiling tasn_new.cc
[2722/3115] Compiling f_string.cc
[2723/3115] Compiling posix_time.cc
[2724/3115] Compiling tasn_dec.cc
[2725/3115] Compiling asn_pack.cc
[2726/3115] Compiling f_int.cc
[2727/3115] Compiling asn1_par.cc
[2728/3115] Compiling a_utctm.cc
[2728/3115] Compiling a_type.cc
[2730/3115] Compiling asn1_lib.cc
[2731/3115] Compiling a_time.cc
[2732/3115] Compiling a_i2d_fp.cc
[2733/3115] Compiling a_int.cc
[2733/3115] Compiling a_strex.cc
[2733/3115] Compiling a_object.cc
[2733/3115] Compiling a_mbstr.cc
[2733/3115] Compiling a_gentm.cc
[2734/3115] Compiling a_strnid.cc
[2734/3115] Compiling a_octet.cc
[2740/3115] Compiling fiat_p256_adx_mul.S
[2741/3115] Compiling fiat_curve25519_adx_square.S
[2742/3115] Compiling a_dup.cc
[2743/3115] Compiling a_d2i_fp.cc
[2744/3115] Compiling fiat_p256_adx_sqr.S
[2745/3115] Compiling fiat_curve25519_adx_mul.S
[2746/3115] Compiling md5-x86_64-apple.S
[2747/3115] Compiling md5-x86_64-linux.S
[2748/3115] Compiling md5-586-linux.S
[2749/3115] Compiling a_bool.cc
[2750/3115] Compiling md5-586-apple.S
[2751/3115] Compiling chacha20_poly1305_x86_64-apple.S
[2752/3115] Compiling a_bitstr.cc
[2753/3115] Compiling chacha20_poly1305_armv8-win.S
[2754/3115] Compiling chacha20_poly1305_x86_64-linux.S
[2755/3122] Compiling chacha-x86-linux.S
[2756/3122] Compiling chacha20_poly1305_armv8-linux.S
[2756/3122] Compiling chacha20_poly1305_armv8-apple.S
[2758/3122] Compiling chacha-x86-apple.S
[2759/3123] Compiling err_data.cc
[2760/3123] Compiling chacha-x86_64-apple.S
[2761/3123] Compiling chacha-x86_64-linux.S
[2762/3123] Compiling chacha-armv8-linux.S
[2763/3123] Compiling chacha-armv8-win.S
[2764/3123] Compiling chacha-armv8-apple.S
[2765/3123] Compiling chacha-armv4-linux.S
[2766/3123] Compiling aes128gcmsiv-x86_64-linux.S
[2767/3123] Compiling aes128gcmsiv-x86_64-apple.S
[2768/3123] Compiling x86_64-mont5-apple.S
[2769/3123] Compiling x86_64-mont5-linux.S
[2770/3123] Compiling x86_64-mont-apple.S
[2771/3123] Compiling x86_64-mont-linux.S
[2772/3123] Compiling x86-mont-linux.S
[2773/3123] Compiling x86-mont-apple.S
[2774/3123] Compiling vpaes-armv8-win.S
[2775/3123] Compiling vpaes-x86-linux.S
[2776/3123] Compiling vpaes-x86_64-linux.S
[2777/3123] Compiling vpaes-x86_64-apple.S
[2778/3123] Compiling vpaes-x86-apple.S
[2779/3123] Compiling vpaes-armv8-linux.S
[2780/3123] Compiling vpaes-armv7-linux.S
[2781/3123] Compiling vpaes-armv8-apple.S
[2782/3123] Compiling sha512-x86_64-apple.S
[2783/3123] Compiling sha512-armv8-linux.S
[2784/3123] Compiling sha512-x86_64-linux.S
[2785/3123] Compiling sha512-armv8-apple.S
[2786/3123] Compiling sha512-armv8-win.S
[2787/3123] Compiling sha512-586-linux.S
[2788/3123] Compiling sha512-armv4-linux.S
[2789/3123] Compiling sha512-586-apple.S
[2790/3123] Compiling sha256-armv8-win.S
[2791/3123] Compiling sha256-x86_64-linux.S
[2792/3123] Compiling sha256-armv8-linux.S
[2793/3123] Compiling sha256-x86_64-apple.S
[2794/3123] Compiling sha256-586-linux.S
[2795/3123] Compiling sha256-armv4-linux.S
[2796/3123] Compiling sha256-armv8-apple.S
[2797/3123] Compiling sha256-586-apple.S
[2798/3123] Compiling sha1-x86_64-apple.S
[2799/3123] Compiling sha1-armv8-win.S
[2800/3123] Compiling sha1-x86_64-linux.S
[2801/3123] Compiling sha1-armv8-apple.S
[2802/3123] Compiling sha1-586-linux.S
[2803/3123] Compiling sha1-armv8-linux.S
[2804/3123] Compiling sha1-586-apple.S
[2804/3123] Compiling rsaz-avx2-linux.S
[2806/3123] Compiling sha1-armv4-large-linux.S
[2807/3123] Compiling rsaz-avx2-apple.S
[2808/3123] Compiling rdrand-x86_64-linux.S
[2809/3123] Compiling rdrand-x86_64-apple.S
[2810/3123] Compiling p256_beeu-armv8-asm-linux.S
[2811/3123] Compiling p256_beeu-x86_64-asm-apple.S
[2812/3123] Compiling p256_beeu-armv8-asm-win.S
[2813/3123] Compiling p256_beeu-armv8-asm-apple.S
[2814/3123] Compiling p256_beeu-x86_64-asm-linux.S
[2815/3123] Compiling p256-x86_64-asm-apple.S
[2816/3123] Compiling p256-armv8-asm-win.S
[2817/3123] Compiling p256-x86_64-asm-linux.S
[2818/3123] Compiling ghashv8-armv7-linux.S
[2819/3123] Compiling p256-armv8-asm-apple.S
[2820/3123] Compiling p256-armv8-asm-linux.S
[2821/3123] Compiling ghashv8-armv8-linux.S
[2822/3123] Compiling ghashv8-armv8-win.S
[2823/3123] Compiling ghashv8-armv8-apple.S
[2824/3123] Compiling ghash-x86_64-apple.S
[2826/3123] Compiling CryptoBoringWrapper RandomBytes.swift
[2826/3123] Compiling ghash-x86_64-linux.S
[2827/3123] Compiling ghash-x86-apple.S
[2828/3123] Compiling ghash-x86-linux.S
[2829/3123] Compiling ghash-ssse3-x86_64-apple.S
[2829/3123] Compiling ghash-ssse3-x86-linux.S
[2831/3123] Compiling ghash-ssse3-x86_64-linux.S
[2831/3123] Compiling ghash-ssse3-x86-apple.S
[2833/3123] Compiling ghash-neon-armv8-win.S
[2834/3123] Compiling ghash-neon-armv8-apple.S
[2835/3123] Compiling ghash-neon-armv8-linux.S
[2836/3123] Compiling bn-armv8-win.S
[2836/3123] Compiling co-586-apple.S
[2839/3123] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[2840/3123] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[2841/3123] Compiling CryptoBoringWrapper EllipticCurve.swift
[2842/3123] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[2843/3123] Emitting module CryptoBoringWrapper
[2843/3123] Compiling ghash-armv4-linux.S
[2844/3123] Compiling co-586-linux.S
[2845/3123] Compiling bsaes-armv7-linux.S
[2846/3123] Compiling armv8-mont-win.S
[2847/3123] Compiling armv8-mont-linux.S
[2847/3123] Compiling bn-armv8-linux.S
[2847/3123] Compiling bn-586-apple.S
[2850/3123] Compiling armv8-mont-apple.S
[2851/3123] Compiling bn-586-linux.S
[2852/3123] Compiling bn-armv8-apple.S
[2854/3123] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[2855/3123] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[2855/3124] Compiling aesv8-armv8-win.S
[2856/3124] Compiling aesv8-gcm-armv8-win.S
[2857/3124] Compiling aesv8-armv8-linux.S
[2858/3124] Compiling armv4-mont-linux.S
[2858/3124] Compiling aesv8-armv8-apple.S
[2860/3124] Compiling aesv8-gcm-armv8-apple.S
[2861/3124] Compiling aesv8-gcm-armv8-linux.S
[2862/3124] Compiling aesv8-armv7-linux.S
[2863/3124] Compiling aesni-x86-apple.S
[2864/3124] Compiling aesni-x86-linux.S
[2865/3124] Compiling aesni-x86_64-apple.S
[2866/3124] Compiling aesni-gcm-x86_64-linux.S
[2867/3124] Compiling aesni-x86_64-linux.S
[2868/3124] Compiling aesni-gcm-x86_64-apple.S
[2870/3124] Compiling aes-gcm-avx10-x86_64-apple.S
[2871/3124] Compiling aes-gcm-avx10-x86_64-linux.S
[2872/3195] Compiling x_val.cc
[2873/3195] Compiling x_pubkey.cc
[2874/3195] Compiling x_req.cc
[2875/3195] Compiling x_x509a.cc
[2876/3195] Compiling x_x509.cc
[2877/3195] Compiling x_sig.cc
[2878/3195] Compiling x_spki.cc
[2879/3195] Compiling x509spki.cc
[2880/3195] Compiling x_algor.cc
[2881/3195] Compiling x_all.cc
[2882/3195] Compiling x_attrib.cc
[2883/3195] Compiling x_exten.cc
[2884/3195] Compiling x_name.cc
[2885/3195] Compiling x_crl.cc
[2887/3195] Compiling Crypto HKDF.swift
[2888/3195] Compiling Crypto AESWrap.swift
[2889/3195] Compiling Crypto AESWrap_boring.swift
[2890/3195] Compiling Crypto Ed25519_boring.swift
[2891/3195] Compiling Crypto NISTCurvesKeys_boring.swift
[2892/3195] Compiling Crypto X25519Keys_boring.swift
[2893/3195] Compiling Crypto Curve25519.swift
[2894/3195] Compiling Crypto Ed25519Keys.swift
[2895/3195] Compiling Crypto NISTCurvesKeys.swift
[2896/3195] Compiling Crypto X25519Keys.swift
[2897/3195] Compiling Crypto SymmetricKeys.swift
[2898/3195] Compiling Crypto HMAC.swift
[2899/3195] Compiling Crypto MACFunctions.swift
[2900/3195] Compiling Crypto MessageAuthenticationCode.swift
[2901/3195] Compiling Crypto AES.swift
[2902/3195] Compiling Crypto ECDSASignature_boring.swift
[2903/3195] Compiling Crypto ECDSA_boring.swift
[2904/3195] Compiling Crypto EdDSA_boring.swift
[2905/3195] Compiling Crypto ECDSA.swift
[2906/3195] Compiling Crypto Ed25519.swift
[2906/3204] Compiling x509rset.cc
[2907/3204] Compiling x509_vpm.cc
[2908/3204] Compiling x509name.cc
[2909/3204] Compiling x509cset.cc
[2910/3204] Compiling x509_txt.cc
[2911/3204] Compiling x509_v3.cc
[2912/3204] Compiling x509_vfy.cc
[2914/3204] Compiling Crypto PKCS8PrivateKey.swift
[2915/3204] Compiling Crypto SEC1PrivateKey.swift
[2916/3204] Compiling Crypto SubjectPublicKeyInfo.swift
[2917/3204] Compiling Crypto CryptoKitErrors.swift
[2918/3204] Compiling Crypto Digest_boring.swift
[2919/3204] Compiling Crypto Digest.swift
[2920/3204] Compiling Crypto Digests.swift
[2921/3204] Compiling Crypto HashFunctions.swift
[2922/3204] Compiling Crypto HashFunctions_SHA2.swift
[2923/3204] Compiling Crypto HPKE-AEAD.swift
[2924/3204] Compiling Crypto HPKE-Ciphersuite.swift
[2925/3204] Compiling Crypto HPKE-KDF.swift
[2926/3204] Compiling Crypto HPKE-KexKeyDerivation.swift
[2927/3204] Compiling Crypto HPKE-LabeledExtract.swift
[2928/3204] Compiling Crypto HPKE-Utils.swift
[2929/3204] Compiling Crypto DHKEM.swift
[2930/3204] Compiling Crypto HPKE-KEM-Curve25519.swift
[2931/3204] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[2932/3204] Compiling Crypto HPKE-KEM.swift
[2933/3204] Compiling Crypto HPKE-Errors.swift
[2934/3204] Compiling Crypto HPKE.swift
[2935/3204] Compiling Crypto HPKE-Context.swift
[2936/3204] Compiling Crypto HPKE-KeySchedule.swift
[2937/3204] Compiling Crypto HPKE-Modes.swift
[2938/3204] Compiling Crypto Insecure.swift
[2939/3204] Compiling Crypto Insecure_HashFunctions.swift
[2940/3204] Compiling Crypto KEM.swift
[2941/3204] Compiling Crypto ECDH_boring.swift
[2942/3204] Compiling Crypto DH.swift
[2943/3204] Compiling Crypto ECDH.swift
[2943/3204] Compiling x509_trs.cc
[2944/3204] Compiling x509_req.cc
[2945/3204] Compiling x509_obj.cc
[2946/3204] Compiling x509_set.cc
[2947/3204] Compiling x509_lu.cc
[2948/3204] Compiling x509_def.cc
[2949/3204] Compiling x509_ext.cc
[2951/3204] Compiling Crypto AES-GCM.swift
[2952/3204] Compiling Crypto AES-GCM_boring.swift
[2953/3204] Compiling Crypto ChaChaPoly_boring.swift
[2954/3204] Compiling Crypto ChaChaPoly.swift
[2955/3204] Compiling Crypto Cipher.swift
[2956/3204] Compiling Crypto Nonces.swift
[2957/3204] Compiling Crypto ASN1.swift
[2958/3204] Compiling Crypto ASN1Any.swift
[2959/3204] Compiling Crypto ASN1BitString.swift
[2960/3204] Compiling Crypto ASN1Boolean.swift
[2961/3204] Emitting module Crypto
[2962/3204] Compiling Crypto ASN1Identifier.swift
[2963/3204] Compiling Crypto ASN1Integer.swift
[2964/3204] Compiling Crypto ASN1Null.swift
[2965/3204] Compiling Crypto ASN1OctetString.swift
[2966/3204] Compiling Crypto ASN1Strings.swift
[2967/3204] Compiling Crypto ArraySliceBigint.swift
[2968/3204] Compiling Crypto GeneralizedTime.swift
[2969/3204] Compiling Crypto ObjectIdentifier.swift
[2970/3204] Compiling Crypto ECDSASignature.swift
[2971/3204] Compiling Crypto PEMDocument.swift
[2971/3204] Compiling x509_cmp.cc
[2972/3204] Compiling x509_d2.cc
[2973/3204] Compiling v3_utl.cc
[2974/3204] Compiling x509.cc
[2975/3204] Compiling v3_skey.cc
[2977/3204] Compiling Crypto Signature.swift
[2978/3204] Compiling Crypto CryptoKitErrors_boring.swift
[2979/3204] Compiling Crypto RNG_boring.swift
[2980/3204] Compiling Crypto SafeCompare_boring.swift
[2981/3204] Compiling Crypto Zeroization_boring.swift
[2982/3204] Compiling Crypto PrettyBytes.swift
[2983/3204] Compiling Crypto SafeCompare.swift
[2984/3204] Compiling Crypto SecureBytes.swift
[2985/3204] Compiling Crypto Zeroization.swift
[2985/3205] Compiling v3_prn.cc
[2987/3205] Compiling x509_att.cc
[2988/3205] Compiling v3_purp.cc
[2989/3205] Compiling v3_pmaps.cc
[2990/3223] Compiling v3_lib.cc
[2991/3223] Compiling v3_int.cc
[2992/3230] Compiling v3_ocsp.cc
[2992/3230] Compiling v3_pcons.cc
[2994/3230] Compiling v3_ncons.cc
[2995/3230] Compiling v3_ia5.cc
[2997/3230] Emitting module FOSFoundation
[2997/3233] Compiling v3_info.cc
[2999/3233] Compiling FOSFoundation DecodingError.swift
[3000/3233] Compiling FOSFoundation Encodable.swift
[3001/3233] Compiling FOSFoundation JSONDecoder.swift
[3002/3233] Compiling FOSFoundation JSONEncoder.swift
[3003/3233] Compiling FOSFoundation URLSession+MockingSupport.swift
[3004/3233] Compiling FOSFoundation URLSessionWebSocketTask.swift
[3005/3233] Compiling FOSFoundation Double.swift
[3006/3233] Compiling FOSFoundation DataFetchError.swift
[3007/3233] Compiling FOSFoundation URL+DataFetch.swift
[3008/3233] Compiling FOSFoundation URL+Files.swift
[3009/3233] Compiling FOSFoundation Int+Hex.swift
[3010/3233] Compiling FOSFoundation String+Crypto.swift
[3011/3233] Compiling FOSFoundation String+Obfuscation.swift
[3012/3233] Compiling FOSFoundation AsyncSemaphore.swift
[3013/3233] Compiling FOSFoundation Task.swift
[3014/3233] Compiling FOSFoundation DateFormatter.swift
[3015/3233] Compiling FOSFoundation Decodable.swift
[3015/3233] Compiling v3_genn.cc
[3017/3233] Compiling FOSFoundation JSONError.swift
[3018/3233] Compiling FOSFoundation Stubbable.swift
[3019/3233] Compiling FOSFoundation Array.swift
[3020/3233] Compiling FOSFoundation Collection.swift
[3021/3233] Compiling FOSFoundation GlobalStringStore.swift
[3022/3233] Compiling FOSFoundation Bundle.swift
[3023/3233] Compiling FOSFoundation DataFetch.swift
[3023/3233] Compiling v3_extku.cc
[3024/3233] Compiling v3_cpols.cc
[3025/3233] Compiling v3_enum.cc
[3026/3233] Compiling v3_crld.cc
[3028/3233] Compiling FOSFoundation String+Polyfill.swift
[3029/3233] Compiling FOSFoundation String+Utilities.swift
[3030/3233] Compiling FOSFoundation SystemVersion.swift
[3031/3234] Compiling v3_conf.cc
[3032/3234] Compiling v3_bitst.cc
[3033/3234] Compiling v3_bcons.cc
[3034/3266] Compiling v3_akey.cc
[3035/3266] Compiling v3_akeya.cc
[3036/3266] Compiling t_x509a.cc
[3038/3266] Compiling FOSMVVM TestDataTransporter.swift
[3039/3266] Compiling FOSMVVM TestHost.swift
[3040/3266] Compiling FOSMVVM Text.swift
[3041/3266] Compiling FOSMVVM ViewModelView.swift
[3042/3270] Compiling FOSMVVM ViewModelRequest.swift
[3043/3270] Compiling FOSMVVM MVVMEnvironment.swift
[3044/3270] Compiling FOSMVVM MVVMEnvirontmentView.swift
[3045/3270] Compiling FOSMVVM PreviewHostingView.swift
[3045/3270] Compiling v3_alt.cc
[3046/3270] Compiling t_x509.cc
[3047/3270] Compiling t_req.cc
[3049/3270] Compiling FOSMVVM ViewModel.swift
[3050/3270] Compiling FOSMVVM ViewModelFactory.swift
[3051/3270] Compiling FOSMVVM ViewModelId.swift
[3052/3270] Compiling FOSMVVM ViewModelOperations.swift
[3052/3270] Compiling t_crl.cc
[3053/3270] Compiling rsa_pss.cc
[3055/3270] Compiling FOSMVVM LoginRequest.swift
[3056/3270] Compiling FOSMVVM RequestableViewModel.swift
[3057/3270] Compiling FOSMVVM ServerRequest+Fetch.swift
[3058/3270] Compiling FOSMVVM ServerRequest.swift
[3059/3270] Compiling FOSMVVM Deployment.swift
[3060/3270] Compiling FOSMVVM SystemVersion.swift
[3061/3270] Compiling FOSMVVM Versionable.swift
[3062/3270] Compiling FOSMVVM VersionedProperty.swift
[3062/3270] Compiling policy.cc
[3063/3270] Compiling i2d_pr.cc
[3064/3270] Compiling name_print.cc
[3065/3270] Compiling by_dir.cc
[3067/3270] Compiling FOSMVVM JSONEncoder.swift
[3068/3270] Compiling FOSMVVM Localizable.swift
[3069/3270] Compiling FOSMVVM LocalizableArray.swift
[3070/3270] Compiling FOSMVVM LocalizableCompoundValue.swift
[3071/3270] Compiling FOSMVVM LocalizableInt.swift
[3072/3270] Emitting module FOSMVVM
[3073/3270] Compiling FOSMVVM LocalizableRef.swift
[3074/3270] Compiling FOSMVVM LocalizableString.swift
[3075/3270] Compiling FOSMVVM LocalizableSubstitutions.swift
[3076/3270] Compiling FOSMVVM LocalizableValue.swift
[3077/3270] Compiling FOSMVVM LocalizationStore.swift
[3078/3270] Compiling FOSMVVM LocalizedArrayProperty.swift
[3079/3270] Compiling FOSMVVM LocalizedProperty.swift
[3080/3270] Compiling FOSMVVM Localizer.swift
[3081/3270] Compiling FOSMVVM YamlLocalizationStore.swift
[3082/3270] Compiling FOSMVVM Macros.swift
[3082/3271] Compiling asn1_gen.cc
[3083/3271] Compiling by_file.cc
[3085/3271] Compiling algorithm.cc
[3086/3271] Compiling a_sign.cc
[3087/3271] Compiling a_verify.cc
[3088/3271] Compiling a_digest.cc
[3089/3277] Compiling voprf.cc
[3090/3277] Compiling thread_pthread.cc
[3091/3277] Compiling trust_token.cc
[3093/3277] Compiling FOSTestingUI ViewModelViewTestCase.swift
[3094/3277] Emitting module FOSTestingUI
[3094/3278] Compiling pmbtoken.cc
[3095/3278] Compiling thread_win.cc
[3096/3278] Compiling thread_none.cc
[3098/3278] Compiling thread.cc
[3100/3278] Compiling FOSTesting MockURLSession.swift
[3100/3278] Compiling wots.cc
[3101/3278] Compiling stack.cc
[3103/3278] Emitting module FOSTesting
[3104/3278] Compiling FOSTesting Expectations.swift
[3105/3278] Compiling FOSTesting LocalizableTestCase.swift
[3105/3278] Compiling slhdsa.cc
[3105/3278] Compiling siphash.cc
[3107/3279] Compiling thash.cc
[3108/3279] Compiling merkle.cc
[3110/3279] Compiling fors.cc
[3111/3279] Compiling sha256.cc
[3112/3279] Compiling sha512.cc
[3113/3279] Compiling sha1.cc
[3114/3279] Compiling rsa_extra.cc
[3115/3279] Compiling rsa_print.cc
[3116/3279] Compiling refcount.cc
[3117/3279] Compiling rc4.cc
[3118/3279] Compiling rsa_asn1.cc
[3119/3279] Compiling rsa_crypt.cc
[3120/3279] Compiling urandom.cc
[3121/3279] Compiling windows.cc
[3122/3279] Compiling trusty.cc
[3123/3279] Compiling rand_extra.cc
[3124/3279] Compiling getentropy.cc
[3125/3279] Compiling deterministic.cc
[3126/3279] Compiling ios.cc
[3127/3279] Compiling fork_detect.cc
[3128/3279] Compiling poly1305_arm_asm.S
[3129/3279] Compiling passive.cc
[3130/3279] Compiling forkunsafe.cc
[3131/3279] Compiling pool.cc
[3132/3279] Compiling poly1305_arm.cc
[3133/3279] Compiling poly1305_vec.cc
[3134/3279] Compiling poly1305.cc
[3135/3279] Compiling pkcs7.cc
[3136/3279] Compiling pkcs8_x509.cc
[3137/3279] Compiling p5_pbev2.cc
[3137/3279] Compiling pkcs8.cc
[3139/3279] Compiling pkcs7_x509.cc
[3140/3279] Compiling pem_x509.cc
[3141/3279] Compiling pem_pkey.cc
[3142/3279] Compiling pem_xaux.cc
[3143/3279] Compiling pem_pk8.cc
[3144/3279] Compiling pem_oth.cc
[3145/3279] Compiling obj_xref.cc
[3146/3279] Compiling obj.cc
[3147/3279] Compiling mlkem.cc
[3148/3279] Compiling mldsa.cc
[3149/3279] Compiling pem_lib.cc
[3150/3279] Compiling pem_info.cc
[3151/3279] Compiling md5.cc
[3152/3279] Compiling mem.cc
[3153/3279] Compiling lhash.cc
[3154/3279] Compiling md4.cc
[3155/3279] Compiling fips_shared_support.cc
[3156/3279] Compiling poly_rq_mul.S
[3157/3279] Compiling pem_all.cc
[3158/3279] Compiling kyber.cc
[3159/3279] Compiling hpke.cc
[3160/3279] Compiling ex_data.cc
[3161/3279] Compiling scrypt.cc
[3162/3279] Compiling sign.cc
[3163/3279] Compiling hrss.cc
[3164/3279] Compiling print.cc
[3165/3279] Compiling pbkdf.cc
[3166/3279] Compiling p_x25519.cc
[3167/3279] Compiling p_x25519_asn1.cc
[3168/3279] Compiling p_rsa_asn1.cc
[3169/3279] Compiling p_ed25519.cc
[3170/3279] Compiling p_rsa.cc
[3171/3279] Compiling p_hkdf.cc
[3172/3279] Compiling p_ec.cc
[3173/3279] Compiling p_ec_asn1.cc
[3174/3279] Compiling p_ed25519_asn1.cc
[3175/3279] Compiling p_dsa_asn1.cc
[3176/3279] Compiling p_dh.cc
[3177/3279] Compiling evp.cc
[3178/3279] Compiling p_dh_asn1.cc
[3179/3279] Compiling err.cc
[3180/3279] Compiling evp_asn1.cc
[3181/3279] Compiling evp_ctx.cc
[3182/3279] Compiling ecdh_extra.cc
[3183/3279] Compiling ecdsa_asn1.cc
[3184/3279] Compiling engine.cc
[3185/3279] Compiling hash_to_curve.cc
[3186/3279] Compiling ec_derive.cc
[3187/3279] Compiling ec_asn1.cc
[3188/3279] Compiling dsa_asn1.cc
[3189/3279] Compiling params.cc
[3190/3279] Compiling spake25519.cc
[3191/3279] Compiling des.cc
[3192/3279] Compiling dh_asn1.cc
[3193/3279] Compiling dsa.cc
[3194/3279] Compiling x25519-asm-arm.S
[3195/3279] Compiling digest_extra.cc
[3196/3279] Compiling cpu_intel.cc
[3197/3279] Compiling crypto.cc
[3198/3279] Compiling curve25519_64_adx.cc
[3199/3279] Compiling cpu_aarch64_win.cc
[3200/3279] Compiling cpu_arm_linux.cc
[3201/3279] Compiling cpu_arm_freebsd.cc
[3202/3279] Compiling curve25519.cc
[3203/3279] Compiling cpu_aarch64_sysreg.cc
[3204/3279] Compiling cpu_aarch64_openbsd.cc
[3205/3279] Compiling cpu_aarch64_linux.cc
[3206/3279] Compiling cpu_aarch64_fuchsia.cc
[3207/3279] Compiling cpu_aarch64_apple.cc
[3208/3279] Compiling bcm.cc
[3209/3279] Compiling conf.cc
[3210/3279] Compiling tls_cbc.cc
[3211/3279] Compiling e_rc4.cc
[3212/3279] Compiling e_rc2.cc
[3213/3279] Compiling e_chacha20poly1305.cc
[3214/3279] Compiling derive_key.cc
[3214/3279] Compiling e_tls.cc
[3215/3279] Compiling e_aesctrhmac.cc
[3217/3279] Compiling e_null.cc
[3218/3279] Compiling e_aesgcmsiv.cc
[3218/3279] Compiling e_des.cc
[3220/3279] Compiling unicode.cc
[3221/3279] Compiling buf.cc
[3221/3279] Compiling ber.cc
[3223/3279] Compiling cipher_extra.cc
[3224/3279] Compiling chacha.cc
[3224/3279] Compiling asn1_compat.cc
[3226/3279] Compiling cbb.cc
[3227/3279] Compiling cbs.cc
[3228/3279] Compiling blake2.cc
[3229/3279] Compiling printf.cc
[3230/3279] Compiling convert.cc
[3231/3279] Compiling file.cc
[3232/3279] Compiling pair.cc
[3233/3279] Compiling bn_asn1.cc
[3234/3279] Compiling hexdump.cc
[3235/3279] Compiling errno.cc
[3236/3279] Compiling bio_mem.cc
[3237/3279] Compiling base64.cc
[3238/3279] Compiling fd.cc
[3239/3279] Compiling tasn_typ.cc
[3240/3279] Compiling tasn_utl.cc
[3241/3279] Compiling tasn_fre.cc
[3242/3279] Compiling tasn_new.cc
[3243/3279] Compiling bio.cc
[3244/3279] Compiling posix_time.cc
[3245/3279] Compiling f_int.cc
[3246/3279] Compiling tasn_enc.cc
[3247/3279] Compiling asn1_par.cc
[3248/3279] Compiling f_string.cc
[3249/3279] Compiling asn_pack.cc
[3250/3279] Compiling tasn_dec.cc
[3251/3279] Compiling asn1_lib.cc
[3252/3279] Compiling a_utctm.cc
[3253/3279] Compiling a_type.cc
[3254/3279] Compiling a_time.cc
[3255/3279] Compiling a_strnid.cc
[3256/3279] Compiling a_octet.cc
[3257/3279] Compiling a_mbstr.cc
[3258/3279] Compiling a_strex.cc
[3259/3279] Compiling a_object.cc
[3260/3279] Compiling a_i2d_fp.cc
[3261/3279] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[3262/3279] Write sources
[3263/3279] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[3264/3279] Write sources
[3265/3279] Compiling a_d2i_fp.cc
[3266/3279] Write sources
[3267/3279] Compiling a_dup.cc
[3267/3279] Write sources
[3272/3279] Compiling a_gentm.cc
[3273/3279] Write sources
[3275/3279] Compiling a_int.cc
[3276/3279] Write sources
[3277/3457] Compiling a_bitstr.cc
[3278/3473] Compiling a_bool.cc
[3280/3473] Compiling Algorithms Cycle.swift
[3281/3473] Compiling Algorithms EitherSequence.swift
[3282/3475] Compiling Algorithms FirstNonNil.swift
[3283/3475] Compiling Algorithms Joined.swift
[3284/3475] Compiling Algorithms Keyed.swift
[3285/3475] Compiling Algorithms MinMax.swift
[3286/3475] Compiling Algorithms Split.swift
[3287/3475] Compiling Algorithms Stride.swift
[3288/3475] Compiling Algorithms Suffix.swift
[3290/3478] Compiling Algorithms Partition.swift
[3291/3478] Compiling Algorithms Permutations.swift
[3292/3478] Compiling Algorithms Product.swift
[3295/3488] Compiling Atomics IntegerOperations.swift
[3296/3488] Compiling Atomics Unmanaged extensions.swift
[3297/3488] Compiling Algorithms Rotate.swift
[3304/3495] Emitting module BitCollections
[3305/3502] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3306/3502] Compiling CryptoBoringWrapper EllipticCurve.swift
[3308/3502] Compiling Algorithms Trim.swift
[3309/3502] Compiling Algorithms Unique.swift
[3310/3502] Compiling Algorithms Windows.swift
[3311/3502] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[3312/3502] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[3313/3502] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[3314/3502] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[3315/3502] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[3316/3502] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[3317/3502] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[3318/3502] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[3319/3502] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[3320/3502] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[3321/3502] Compiling Algorithms Indexed.swift
[3322/3502] Compiling Algorithms Intersperse.swift
[3323/3502] Compiling Algorithms Compacted.swift
[3335/3502] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[3336/3502] Compiling CryptoBoringWrapper RandomBytes.swift
[3346/3502] Compiling BitCollections BitArray+RandomBits.swift
[3347/3502] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[3348/3502] Compiling BitCollections BitArray+Shifts.swift
[3349/3502] Compiling BitCollections BitArray+Testing.swift
[3350/3502] Compiling BitCollections BitArray._UnsafeHandle.swift
[3351/3502] Compiling BitCollections BitArray.swift
[3352/3502] Compiling BitCollections BitSet+BidirectionalCollection.swift
[3353/3502] Compiling BitCollections BitSet+Codable.swift
[3354/3502] Emitting module CryptoBoringWrapper
[3355/3502] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[3359/3502] Compiling Algorithms AdjacentPairs.swift
[3360/3502] Compiling Algorithms Chain.swift
[3361/3502] Compiling Algorithms Chunked.swift
[3362/3502] Compiling Algorithms Combinations.swift
[3366/3505] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[3367/3505] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[3368/3505] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[3369/3505] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[3370/3505] Compiling BitCollections BitSet+SetAlgebra union.swift
[3371/3505] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[3372/3505] Compiling BitCollections BitSet.Counted.swift
[3393/3505] Compiling BitCollections BitSet.Index.swift
[3394/3505] Compiling BitCollections BitSet._UnsafeHandle.swift
[3395/3505] Compiling BitCollections BitSet.swift
[3396/3505] Compiling BitCollections Range+Utilities.swift
[3397/3505] Compiling BitCollections Slice+Utilities.swift
[3398/3505] Compiling BitCollections UInt+Tricks.swift
[3399/3505] Compiling BitCollections _Word.swift
[3400/3505] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[3401/3505] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[3407/3506] Compiling Algorithms FlattenCollection.swift
[3408/3506] Compiling Algorithms Grouped.swift
[3427/3506] Emitting module BitCollections
[3477/3563] Compiling Crypto Digest_boring.swift
[3478/3563] Compiling Crypto Digest.swift
[3479/3563] Compiling Crypto Digests.swift
[3481/3581] Compiling Crypto ASN1Strings.swift
[3482/3581] Compiling Crypto ArraySliceBigint.swift
[3483/3581] Compiling Crypto GeneralizedTime.swift
[3484/3581] Compiling Crypto ObjectIdentifier.swift
[3485/3581] Compiling Crypto ECDSASignature.swift
[3486/3581] Compiling Crypto PEMDocument.swift
[3487/3581] Compiling Crypto AES-GCM.swift
[3488/3581] Compiling Crypto AES-GCM_boring.swift
[3489/3581] Compiling Collections Collections.swift
[3490/3581] Compiling Crypto ASN1Identifier.swift
[3491/3581] Compiling Crypto ASN1Integer.swift
[3492/3581] Compiling Crypto ASN1Null.swift
[3493/3581] Compiling Crypto ASN1OctetString.swift
[3496/3581] Emitting module Collections
[3502/3582] Emitting module Algorithms
[3504/3584] Emitting module Atomics
[3505/3586] Compiling Collections Collections.swift
[3506/3586] Emitting module Collections
[3511/3587] Emitting module Atomics
[3517/3588] Compiling Crypto PKCS8PrivateKey.swift
[3518/3588] Compiling Crypto SEC1PrivateKey.swift
[3519/3588] Compiling Crypto SubjectPublicKeyInfo.swift
[3520/3588] Compiling Crypto CryptoKitErrors.swift
[3524/3588] Compiling Crypto HashFunctions.swift
[3525/3588] Compiling Crypto HashFunctions_SHA2.swift
[3526/3588] Compiling Crypto HPKE-AEAD.swift
[3527/3675] Emitting module Algorithms
[3528/3716] Compiling Crypto SymmetricKeys.swift
[3529/3716] Compiling Crypto HMAC.swift
[3530/3716] Compiling Crypto MACFunctions.swift
[3531/3716] Compiling Crypto MessageAuthenticationCode.swift
[3532/3716] Compiling Crypto AES.swift
[3533/3716] Compiling Crypto ECDSASignature_boring.swift
[3534/3716] Compiling Crypto ECDSA_boring.swift
[3535/3716] Compiling Crypto EdDSA_boring.swift
[3536/3716] Compiling Crypto ECDSA.swift
[3537/3716] Compiling Crypto Ed25519.swift
[3539/3716] Compiling NIOCore GlobalSingletons.swift
[3540/3716] Compiling NIOCore IO.swift
[3541/3716] Compiling NIOCore IOData.swift
[3542/3716] Compiling NIOCore IPProtocol.swift
[3543/3716] Compiling NIOCore IntegerBitPacking.swift
[3544/3716] Compiling NIOCore IntegerTypes.swift
[3545/3716] Compiling NIOCore Interfaces.swift
[3546/3716] Compiling NIOCore Linux.swift
[3547/3716] Compiling Crypto NISTCurvesKeys.swift
[3548/3716] Compiling Crypto X25519Keys.swift
[3549/3716] Emitting module Crypto
[3550/3716] Compiling NIOCore FileHandle.swift
[3551/3716] Compiling NIOCore FileRegion.swift
[3552/3716] Compiling NIOCore MarkedCircularBuffer.swift
[3553/3716] Compiling NIOCore MulticastChannel.swift
[3554/3716] Compiling NIOCore NIOAny.swift
[3555/3716] Compiling NIOCore NIOCloseOnErrorHandler.swift
[3556/3716] Compiling NIOCore NIOLoopBound.swift
[3557/3716] Compiling NIOCore NIOScheduledCallback.swift
[3558/3716] Compiling NIOCore NIOSendable.swift
[3559/3716] Compiling NIOCore RecvByteBufferAllocator.swift
[3560/3716] Compiling NIOCore DeadChannel.swift
[3561/3716] Compiling NIOCore DispatchQueue+WithFuture.swift
[3562/3716] Compiling NIOCore EventLoop+Deprecated.swift
[3563/3716] Compiling NIOCore EventLoop+SerialExecutor.swift
[3564/3716] Compiling NIOCore EventLoop.swift
[3565/3716] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[3566/3716] Compiling NIOCore EventLoopFuture+Deprecated.swift
[3567/3716] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[3568/3716] Compiling NIOCore EventLoopFuture.swift
[3569/3716] Compiling NIOCore FileDescriptor.swift
[3570/3716] Compiling NIOCore BSDSocketAPI.swift
[3571/3716] Compiling NIOCore ByteBuffer-aux.swift
[3572/3716] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[3573/3716] Compiling NIOCore ByteBuffer-conversions.swift
[3574/3716] Compiling NIOCore ByteBuffer-core.swift
[3575/3716] Compiling NIOCore ByteBuffer-hex.swift
[3576/3716] Compiling NIOCore ByteBuffer-int.swift
[3577/3716] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[3578/3716] Compiling NIOCore ByteBuffer-multi-int.swift
[3579/3716] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[3580/3716] Compiling NIOCore AddressedEnvelope.swift
[3581/3716] Compiling NIOCore AsyncAwaitSupport.swift
[3582/3716] Compiling NIOCore AsyncChannel.swift
[3583/3716] Compiling NIOCore AsyncChannelHandler.swift
[3584/3716] Compiling NIOCore AsyncChannelInboundStream.swift
[3585/3716] Compiling NIOCore AsyncChannelOutboundWriter.swift
[3586/3716] Compiling NIOCore NIOAsyncSequenceProducer.swift
[3587/3716] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[3588/3716] Compiling NIOCore NIOAsyncWriter.swift
[3589/3716] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[3606/3732] Compiling Crypto Signature.swift
[3607/3732] Compiling Crypto CryptoKitErrors_boring.swift
[3608/3732] Compiling Crypto RNG_boring.swift
[3609/3732] Compiling Crypto SafeCompare_boring.swift
[3610/3732] Compiling Crypto Zeroization_boring.swift
[3611/3732] Compiling Crypto PrettyBytes.swift
[3612/3732] Compiling Crypto SafeCompare.swift
[3613/3732] Compiling Crypto SecureBytes.swift
[3614/3732] Compiling Crypto Zeroization.swift
[3632/3758] Compiling FOSFoundation AsyncSemaphore.swift
[3633/3758] Compiling FOSFoundation Task.swift
[3634/3758] Compiling FOSFoundation DateFormatter.swift
[3635/3758] Compiling FOSFoundation Decodable.swift
[3636/3761] Compiling FOSFoundation Int+Hex.swift
[3637/3761] Compiling FOSFoundation String+Crypto.swift
[3638/3761] Compiling FOSFoundation String+Obfuscation.swift
[3639/3761] Compiling FOSFoundation URLSession+MockingSupport.swift
[3640/3761] Compiling FOSFoundation URLSessionWebSocketTask.swift
[3641/3761] Compiling FOSFoundation Double.swift
[3642/3761] Emitting module FOSFoundation
[3643/3761] Compiling FOSFoundation DataFetchError.swift
[3644/3761] Compiling FOSFoundation URL+DataFetch.swift
[3645/3761] Compiling FOSFoundation URL+Files.swift
[3646/3761] Compiling FOSFoundation DecodingError.swift
[3647/3761] Compiling FOSFoundation Encodable.swift
[3648/3761] Compiling FOSFoundation JSONDecoder.swift
[3649/3761] Compiling FOSFoundation JSONEncoder.swift
[3650/3761] Compiling FOSFoundation JSONError.swift
[3651/3761] Compiling FOSFoundation Stubbable.swift
[3652/3761] Compiling FOSFoundation Array.swift
[3653/3761] Compiling FOSFoundation Collection.swift
[3662/3761] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[3663/3761] Compiling NIOCore SocketAddresses.swift
[3664/3761] Compiling NIOCore SocketOptionProvider.swift
[3665/3761] Compiling NIOCore SystemCallHelpers.swift
[3666/3761] Compiling NIOCore TimeAmount+Duration.swift
[3667/3761] Compiling NIOCore TypeAssistedChannelHandler.swift
[3668/3761] Compiling NIOCore UniversalBootstrapSupport.swift
[3669/3761] Compiling NIOCore Utilities.swift
[3670/3761] Compiling FOSFoundation GlobalStringStore.swift
[3671/3761] Compiling FOSFoundation Bundle.swift
[3672/3761] Compiling FOSFoundation DataFetch.swift
[3673/3761] Compiling FOSFoundation String+Polyfill.swift
[3674/3761] Compiling FOSFoundation String+Utilities.swift
[3675/3761] Compiling FOSFoundation SystemVersion.swift
[3686/3762] Compiling NIOCore CircularBuffer.swift
[3687/3762] Compiling NIOCore Codec.swift
[3688/3762] Compiling NIOCore ConvenienceOptionSupport.swift
[3727/3794] Compiling FOSMVVM TestDataTransporter.swift
[3728/3794] Compiling FOSMVVM TestHost.swift
[3729/3794] Compiling FOSMVVM Text.swift
[3730/3794] Compiling FOSMVVM ViewModelView.swift
[3731/3794] Compiling FOSMVVM ViewModelRequest.swift
[3732/3794] Compiling FOSMVVM MVVMEnvironment.swift
[3733/3794] Compiling FOSMVVM MVVMEnvirontmentView.swift
[3734/3794] Compiling FOSMVVM PreviewHostingView.swift
[3735/3798] Compiling FOSMVVM ViewModel.swift
[3736/3798] Compiling FOSMVVM ViewModelFactory.swift
[3737/3798] Compiling FOSMVVM ViewModelId.swift
[3738/3798] Compiling FOSMVVM ViewModelOperations.swift
[3739/3798] Compiling FOSMVVM LocalizableRef.swift
[3740/3798] Compiling FOSMVVM LocalizableString.swift
[3741/3798] Compiling FOSMVVM LocalizableSubstitutions.swift
[3742/3798] Compiling FOSMVVM LocalizableValue.swift
[3743/3798] Compiling FOSMVVM LocalizationStore.swift
[3744/3798] Compiling FOSMVVM LoginRequest.swift
[3745/3798] Compiling FOSMVVM RequestableViewModel.swift
[3746/3798] Compiling FOSMVVM ServerRequest+Fetch.swift
[3747/3798] Compiling FOSMVVM ServerRequest.swift
[3748/3798] Compiling FOSMVVM Deployment.swift
[3749/3798] Compiling FOSMVVM SystemVersion.swift
[3750/3798] Compiling FOSMVVM Versionable.swift
[3751/3798] Compiling FOSMVVM VersionedProperty.swift
[3752/3798] Compiling FOSMVVM LocalizedArrayProperty.swift
[3753/3798] Compiling FOSMVVM LocalizedProperty.swift
[3754/3798] Compiling FOSMVVM Localizer.swift
[3755/3798] Compiling FOSMVVM YamlLocalizationStore.swift
[3756/3798] Compiling FOSMVVM Macros.swift
[3757/3798] Emitting module FOSMVVM
[3758/3798] Compiling FOSMVVM JSONEncoder.swift
[3759/3798] Compiling FOSMVVM Localizable.swift
[3760/3798] Compiling FOSMVVM LocalizableArray.swift
[3761/3798] Compiling FOSMVVM LocalizableCompoundValue.swift
[3762/3798] Compiling FOSMVVM LocalizableInt.swift
[3764/3803] Compiling FOSTesting MockURLSession.swift
[3773/3803] Compiling FOSTesting Expectations.swift
[3774/3803] Emitting module FOSTesting
[3775/3803] Compiling FOSTesting LocalizableTestCase.swift
[3803/3804] Emitting module NIOCore
[3807/3908] Emitting module NIOEmbedded
[3809/3908] Compiling NIOEmbedded AsyncTestingChannel.swift
[3810/3908] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[3811/3908] Compiling NIOEmbedded Embedded.swift
[3812/3908] Compiling NIOEmbedded AsyncTestingChannel.swift
[3813/3909] Compiling NIOPosix Pool.swift
[3814/3909] Compiling NIOPosix PooledRecvBufferAllocator.swift
[3815/3909] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[3816/3909] Compiling NIOPosix PosixSingletons.swift
[3817/3909] Compiling NIOPosix RawSocketBootstrap.swift
[3818/3909] Compiling NIOPosix Resolver.swift
[3820/3915] Compiling NIOPosix IO.swift
[3821/3915] Compiling NIOPosix IntegerBitPacking.swift
[3822/3915] Compiling NIOPosix IntegerTypes.swift
[3823/3915] Compiling NIOPosix Linux.swift
[3824/3915] Compiling NIOPosix LinuxCPUSet.swift
[3825/3915] Compiling NIOPosix LinuxUring.swift
[3826/3915] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[3827/3915] Compiling NIOEmbedded Embedded.swift
[3828/3921] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[3830/3922] Compiling NIOPosix ThreadPosix.swift
[3831/3922] Compiling NIOPosix ThreadWindows.swift
[3832/3922] Compiling NIOPosix UnsafeTransfer.swift
[3833/3922] Compiling NIOPosix Utilities.swift
[3834/3922] Compiling NIOPosix VsockAddress.swift
[3835/3922] Compiling NIOPosix VsockChannelEvents.swift
[3836/3922] Emitting module NIOPosix
[3844/3922] Compiling NIOPosix NIOThreadPool.swift
[3845/3922] Compiling NIOPosix NonBlockingFileIO.swift
[3846/3922] Compiling NIOPosix PendingDatagramWritesManager.swift
[3847/3922] Compiling NIOPosix PendingWritesManager.swift
[3848/3922] Compiling NIOPosix PipeChannel.swift
[3849/3922] Compiling NIOPosix PipePair.swift
[3850/3922] Compiling NIOPosix ServerSocket.swift
[3851/3922] Compiling NIOPosix Socket.swift
[3852/3922] Compiling NIOPosix SocketChannel.swift
[3853/3922] Compiling NIOPosix SocketProtocols.swift
[3854/3922] Compiling NIOPosix System.swift
[3855/3922] Compiling NIOPosix Thread.swift
[3856/3922] Compiling NIOPosix SelectableChannel.swift
[3857/3922] Compiling NIOPosix SelectableEventLoop.swift
[3858/3922] Compiling NIOPosix SelectorEpoll.swift
[3859/3922] Compiling NIOPosix SelectorGeneric.swift
[3860/3922] Compiling NIOPosix SelectorKqueue.swift
[3861/3922] Compiling NIOPosix SelectorUring.swift
[3868/3922] Compiling NIOPosix Bootstrap.swift
[3869/3922] Compiling NIOPosix ControlMessage.swift
[3870/3922] Compiling NIOPosix DatagramVectorReadManager.swift
[3871/3922] Compiling NIOPosix Errors+Any.swift
[3872/3922] Compiling NIOPosix FileDescriptor.swift
[3873/3922] Compiling NIOPosix GetaddrinfoResolver.swift
[3874/3922] Compiling NIOPosix HappyEyeballs.swift
[3875/3922] Compiling NIOPosix BSDSocketAPICommon.swift
[3876/3922] Compiling NIOPosix BSDSocketAPIPosix.swift
[3877/3922] Compiling NIOPosix BSDSocketAPIWindows.swift
[3878/3922] Compiling NIOPosix BaseSocket.swift
[3879/3922] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[3880/3922] Compiling NIOPosix BaseSocketChannel.swift
[3881/3922] Compiling NIOPosix BaseStreamSocketChannel.swift
[3889/3922] Compiling NIOPosix Selectable.swift
[3910/3982] Compiling _NIOFileSystem FileSystem.swift
[3911/3982] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[3912/3982] Compiling _NIOFileSystem FileSystemError.swift
[3913/3982] Compiling _NIOFileSystem FileSystemProtocol.swift
[3914/3982] Compiling _NIOFileSystem FileType.swift
[3915/3982] Compiling _NIOFileSystem IOStrategy.swift
[3916/3982] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[3917/3982] Compiling _NIOFileSystem ByteCount.swift
[3918/3982] Compiling _NIOFileSystem Convenience.swift
[3919/3982] Compiling _NIOFileSystem DirectoryEntries.swift
[3920/3982] Compiling _NIOFileSystem DirectoryEntry.swift
[3921/3982] Compiling _NIOFileSystem Exports.swift
[3922/3982] Compiling _NIOFileSystem Array+FileSystem.swift
[3923/3982] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[3924/3983] Compiling NIO Exports.swift
[3925/3983] Emitting module NIO
[3931/3986] Compiling _NIOFileSystem FileHandleProtocol.swift
[3932/3986] Compiling _NIOFileSystem FileInfo.swift
[3937/4055] Compiling NIO Exports.swift
[3938/4073] Emitting module NIO
[3939/4080] Compiling NIOHTTP1 ByteCollectionUtils.swift
[3940/4080] Compiling NIOHTTP1 HTTPDecoder.swift
[3941/4080] Compiling NIOHTTP1 HTTPEncoder.swift
[3943/4082] Compiling NIOTLS TLSEvents.swift
[3944/4082] Compiling NIOSOCKS SOCKSResponse.swift
[3945/4082] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[3946/4082] Compiling NIOSOCKS ClientStateMachine.swift
[3947/4083] Emitting module NIOTLS
[3948/4083] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[3949/4083] Compiling _NIOFileSystem FileSystemError.swift
[3950/4083] Compiling _NIOFileSystem FileSystemProtocol.swift
[3951/4083] Compiling _NIOFileSystem FileType.swift
[3952/4083] Compiling _NIOFileSystem IOStrategy.swift
[3953/4083] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[3954/4083] Compiling _NIOFileSystem ParallelDirCopy.swift
[3955/4083] Compiling _NIOFileSystem ParallelRemoval.swift
[3956/4083] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[3957/4083] Compiling _NIOFileSystem CInterop.swift
[3958/4083] Compiling _NIOFileSystem Errno.swift
[3959/4092] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[3960/4093] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[3961/4093] Compiling AsyncKit Optional+StrictMap.swift
[3962/4093] Compiling AsyncKit Exports.swift
[3963/4093] Emitting module NIOSOCKS
[3966/4093] Compiling NIOSOCKS ServerStateMachine.swift
[3967/4093] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[3968/4093] Compiling NIOTLS SNIHandler.swift
[3969/4094] Compiling NIOTLS TLSEvents.swift
[3971/4094] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[3972/4094] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[3973/4094] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[3974/4094] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[3976/4094] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[3977/4095] Emitting module NIOHTTP1
[3978/4097] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[3979/4097] Compiling _NIOFileSystem Mocking.swift
[3980/4097] Compiling _NIOFileSystem Syscall.swift
[3981/4097] Compiling _NIOFileSystem Syscalls.swift
[3983/4097] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[3984/4097] Emitting module NIOTLS
[3985/4097] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[3996/4101] Compiling NIOHTTP1 HTTPTypes.swift
[3997/4101] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[3998/4101] Emitting module _NIOFileSystem
[4005/4101] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[4006/4101] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[4007/4101] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[4008/4101] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[4009/4113] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[4010/4113] Compiling NIOTLS SNIHandler.swift
[4011/4114] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[4012/4114] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[4026/4143] Compiling NIOSOCKS SOCKSResponse.swift
[4027/4160] Compiling NIOHTTP1 ByteCollectionUtils.swift
[4028/4160] Compiling NIOHTTP1 HTTPDecoder.swift
[4029/4160] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[4030/4160] Compiling NIOSOCKS ClientStateMachine.swift
[4031/4160] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[4032/4160] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[4033/4162] Emitting module NIOSOCKS
[4034/4162] Compiling NIOHTTP1 HTTPEncoder.swift
[4036/4162] Compiling NIOSOCKS ServerStateMachine.swift
[4037/4162] Compiling NIOSSL SSLCertificate.swift
[4038/4162] Compiling NIOSSL SSLCertificateExtensions.swift
[4039/4162] Compiling NIOSSL SSLConnection.swift
[4040/4162] Compiling NIOSSL SSLContext.swift
[4041/4162] Compiling NIOSSL NIOSSLSecureBytes.swift
[4043/4162] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[4044/4162] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[4045/4162] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[4046/4162] Emitting module AsyncKit
[4052/4163] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[4053/4163] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[4054/4163] Compiling NIOHTTP1 HTTPTypes.swift
[4061/4163] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[4062/4163] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[4065/4163] Compiling NIOSSL SSLInit.swift
[4066/4163] Compiling NIOSSL SSLPKCS12Bundle.swift
[4067/4163] Compiling NIOSSL SSLPrivateKey.swift
[4068/4163] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[4069/4163] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[4070/4163] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[4071/4163] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[4075/4163] Emitting module AsyncKit
[4076/4193] Compiling _NIOFileSystem SystemFileHandle.swift
[4077/4193] Compiling _NIOFileSystem Utilities.swift
[4078/4193] Compiling _NIOFileSystem OpenOptions.swift
[4079/4193] Compiling _NIOFileSystem String+FileSystem.swift
[4081/4193] Compiling NIOSSL SSLContext.swift
[4082/4193] Compiling NIOSSL SSLPublicKey.swift
[4083/4198] Compiling NIOSSL NIOSSLHandler.swift
[4084/4198] Compiling NIOSSL NIOSSLServerHandler.swift
[4085/4198] Compiling NIOSSL ObjectIdentifier.swift
[4086/4198] Compiling NIOSSL PosixPort.swift
[4087/4198] Compiling NIOSSL NIOSSLClientHandler.swift
[4088/4198] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[4093/4198] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[4094/4198] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[4095/4198] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[4096/4198] Emitting module NIOFoundationCompat
[4097/4198] Compiling NIOSSL NIOSSLSecureBytes.swift
[4098/4198] Compiling NIOSSL RNG.swift
[4099/4198] Compiling NIOSSL SafeCompare.swift
[4100/4198] Compiling NIOSSL Zeroization.swift
[4101/4198] Compiling NIOSSL SSLCertificate.swift
[4102/4198] Compiling NIOSSL SSLCertificateExtensions.swift
[4103/4198] Compiling NIOSSL SSLConnection.swift
[4105/4201] Compiling NIOSSL AndroidCABundle.swift
[4106/4201] Compiling NIOSSL ByteBufferBIO.swift
[4107/4201] Compiling NIOSSL CustomPrivateKey.swift
[4108/4201] Compiling NIOSSL IdentityVerification.swift
[4110/4201] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[4111/4201] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[4112/4201] Compiling NIOSSL SubjectAlternativeName.swift
[4114/4201] Compiling NIOSSL SSLCallbacks.swift
[4118/4202] Emitting module NIOHTTP1
[4135/4206] Emitting module NIOSSL
[4137/4206] Compiling NIOSSL LinuxCABundle.swift
[4142/4206] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[4148/4207] Compiling NIOSSL SSLErrors.swift
[4149/4207] Compiling NIOSSL SSLInit.swift
[4150/4207] Compiling NIOSSL SSLPKCS12Bundle.swift
[4151/4207] Compiling NIOSSL SSLPrivateKey.swift
[4162/4235] Compiling NIOWebSocket WebSocketErrorCodes.swift
[4164/4236] Emitting module NIOHTTPCompression
[4165/4236] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[4166/4236] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[4167/4236] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[4168/4237] Compiling NIOWebSocket WebSocketFrame.swift
[4169/4239] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[4170/4239] Compiling NIOWebSocket WebSocketOpcode.swift
[4171/4239] Compiling NIOHTTPCompression HTTPCompression.swift
[4172/4239] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[4173/4239] Compiling NIOWebSocket SHA1.swift
[4174/4239] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[4175/4239] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[4176/4239] Compiling NIOWebSocket WebSocketOpcode.swift
[4177/4240] Emitting module NIOWebSocket
[4178/4240] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[4179/4241] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[4180/4241] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[4181/4241] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[4183/4241] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[4184/4241] Emitting module _NIOFileSystemFoundationCompat
[4185/4242] Compiling NIOWebSocket WebSocketErrorCodes.swift
[4186/4242] Compiling NIOHTTPCompression HTTPDecompression.swift
[4187/4242] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[4188/4242] Compiling NIOWebSocket WebSocketFrame.swift
[4190/4242] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[4193/4242] Emitting module NIOWebSocket
[4196/4242] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[4207/4244] Compiling NIOSSL TLSConfiguration.swift
[4208/4244] Compiling NIOSSL UniversalBootstrapSupport.swift
[4209/4244] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[4222/4286] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[4223/4286] Compiling NIOTransportServices NIOTSSingletons.swift
[4224/4286] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[4226/4304] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[4227/4304] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[4228/4304] Compiling NIOTransportServices NIOTSListenerChannel.swift
[4229/4304] Compiling NIOHPACK DynamicHeaderTable.swift
[4230/4304] Compiling NIOHPACK HPACKDecoder.swift
[4231/4304] Compiling NIOHPACK HPACKEncoder.swift
[4232/4304] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[4233/4304] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[4234/4304] Compiling NIOTransportServices NIOTSBootstraps.swift
[4235/4304] Compiling NIOTransportServices NIOTSChannelOptions.swift
[4236/4304] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[4237/4304] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[4238/4304] Compiling NIOTransportServices NIOTSErrors.swift
[4239/4304] Compiling NIOTransportServices NIOTSEventLoop.swift
[4240/4304] Emitting module NIOTransportServices
[4241/4304] Compiling NIOTransportServices StateManagedChannel.swift
[4242/4304] Compiling NIOTransportServices StateManagedListenerChannel.swift
[4243/4304] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[4244/4304] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[4245/4304] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[4246/4304] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[4247/4305] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[4248/4306] Compiling NIOHPACK IntegerCoding.swift
[4249/4306] Compiling NIOHPACK IndexedHeaderTable.swift
[4250/4307] Compiling NIOHPACK HPACKErrors.swift
[4251/4307] Compiling NIOHPACK HPACKHeader.swift
[4252/4307] Compiling NIOHPACK HeaderTables.swift
[4253/4308] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[4257/4308] Emitting module NIOFileSystem
[4258/4308] Compiling NIOFileSystem Exports.swift
[4259/4308] Emitting module NIOHTTPCompression
[4260/4309] Compiling NIOHPACK IndexedHeaderTable.swift
[4261/4309] Compiling NIOHPACK IntegerCoding.swift
[4262/4310] Compiling NIOHTTPCompression HTTPDecompression.swift
[4263/4310] Compiling NIOHTTPCompression HTTPCompression.swift
[4264/4310] Compiling NIOHPACK StaticHeaderTable.swift
[4265/4310] Emitting module NIOHPACK
[4266/4310] Compiling NIOHPACK HuffmanCoding.swift
[4267/4310] Compiling NIOHPACK HuffmanTables.swift
[4269/4312] Compiling NIOHPACK StaticHeaderTable.swift
[4270/4312] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[4271/4312] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[4272/4313] Compiling NIOHPACK HuffmanTables.swift
[4273/4313] Compiling NIOHPACK HuffmanCoding.swift
[4278/4313] Emitting module NIOFileSystem
[4279/4313] Compiling NIOFileSystem Exports.swift
[4281/4322] Emitting module NIOHPACK
[4283/4350] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[4284/4350] Compiling NIOExtras JSONRPCFraming.swift
[4285/4351] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[4286/4351] Compiling NIOExtras LengthFieldPrepender.swift
[4287/4353] Compiling NIOExtras FixedLengthFrameDecoder.swift
[4288/4353] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[4291/4367] Emitting module NIOFoundationCompat
[4292/4367] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[4294/4374] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[4295/4374] Compiling MultipartKit FormDataEncoder.swift
[4298/4374] Compiling MultipartKit Storage.swift
[4299/4374] Compiling MultipartKit MultipartFormData.swift
[4300/4374] Compiling MultipartKit MultipartParser.swift
[4301/4374] Compiling MultipartKit MultipartPart.swift
[4302/4374] Emitting module NIOExtras
[4303/4376] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[4304/4376] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[4306/4379] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[4307/4379] Compiling MultipartKit FormDataDecoder.swift
[4308/4379] Compiling MultipartKit FormDataEncoder.Encoder.swift
[4309/4436] Emitting module MultipartKit
[4310/4456] Compiling NIOHTTP2 SendingHeadersState.swift
[4311/4456] Compiling NIOHTTP2 SendingPushPromiseState.swift
[4312/4456] Compiling NIOHTTP2 SendingRstStreamState.swift
[4313/4456] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[4314/4456] Compiling NIOHTTP2 SendingDataState.swift
[4315/4456] Compiling NIOHTTP2 SendingGoawayState.swift
[4316/4456] Compiling NIOHTTP2 HTTP2SettingsState.swift
[4317/4456] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[4318/4458] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[4319/4458] Emitting module _NIOFileSystemFoundationCompat
[4320/4458] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[4322/4459] Compiling NIOExtras UnsafeTransfer.swift
[4323/4459] Compiling NIOHTTP2 MaySendFrames.swift
[4326/4459] Compiling NIOHTTP2 HasRemoteSettings.swift
[4327/4459] Compiling NIOHTTP2 LocallyQuiescingState.swift
[4328/4459] Compiling NIOHTTP2 QuiescingState.swift
[4329/4459] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[4330/4459] Compiling NIOHTTP2 HasFlowControlWindows.swift
[4331/4459] Compiling NIOHTTP2 HasLocalSettings.swift
[4345/4461] Emitting module NIOExtras
[4350/4461] Compiling MultipartKit MultipartSerializer.swift
[4351/4461] Compiling MultipartKit Utilities.swift
[4354/4484] Emitting module MultipartKit
[4356/4484] Compiling NIOTransportServices StateManagedChannel.swift
[4357/4484] Compiling NIOTransportServices StateManagedListenerChannel.swift
[4358/4484] Compiling NIOTransportServices NIOTSBootstraps.swift
[4359/4484] Compiling NIOTransportServices NIOTSChannelOptions.swift
[4360/4484] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[4361/4484] Compiling NIOTransportServices NIOTSDatagramListener.swift
[4362/4484] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[4363/4484] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[4367/4486] Compiling NIOTransportServices AcceptHandler.swift
[4368/4486] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[4369/4486] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[4380/4494] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[4381/4494] Emitting module NIOTransportServices
[4382/4494] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[4383/4494] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[4384/4494] Compiling NIOTransportServices NIOTSListenerChannel.swift
[4385/4494] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[4386/4494] Compiling NIOTransportServices NIOTSSingletons.swift
[4387/4494] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[4388/4494] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[4389/4494] Compiling NIOTransportServices NIOTSErrors.swift
[4390/4494] Compiling NIOTransportServices NIOTSEventLoop.swift
[4391/4494] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[4392/4494] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[4393/4552] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[4394/4552] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[4395/4552] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[4399/4553] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[4400/4553] Compiling NIOHTTP2 MaySendFrames.swift
[4401/4553] Compiling NIOHTTP2 HasLocalSettings.swift
[4402/4553] Compiling NIOHTTP2 HasRemoteSettings.swift
[4403/4553] Compiling NIOHTTP2 LocallyQuiescingState.swift
[4404/4553] Compiling NIOHTTP2 ReceivingDataState.swift
[4405/4553] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[4406/4553] Compiling NIOHTTP2 ReceivingHeadersState.swift
[4407/4553] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[4408/4553] Compiling NIOHTTP2 HasFlowControlWindows.swift
[4412/4554] Compiling NIOHTTP2 SendingDataState.swift
[4417/4564] Compiling NIOHTTP2 SendingGoawayState.swift
[4418/4564] Compiling NIOHTTP2 SendingHeadersState.swift
[4429/4565] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[4431/4565] Emitting module WebSocketKit
[4432/4565] Compiling WebSocketKit WebSocketHandler.swift
[4433/4566] Compiling WebSocketKit Exports.swift
[4434/4573] Compiling WebSocketKit WebSocket+Concurrency.swift
[4435/4573] Compiling WebSocketKit WebSocketClient.swift
[4436/4573] Compiling WebSocketKit WebSocket.swift
[4437/4573] Compiling WebSocketKit WebSocket+Connect.swift
[4439/4574] Compiling WebSocketKit Exports.swift
[4440/4574] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[4441/4574] Compiling NIOHTTP2 InboundWindowManager.swift
[4442/4574] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[4443/4574] Compiling NIOHTTP2 StreamChannelFlowController.swift
[4444/4574] Compiling NIOHTTP2 StreamChannelList.swift
[4445/4574] Compiling NIOHTTP2 StreamMap.swift
[4446/4574] Compiling NIOHTTP2 StreamStateMachine.swift
[4447/4574] Compiling NIOHTTP2 UnsafeTransfer.swift
[4448/4574] Compiling NIOHTTP2 WatermarkedFlowController.swift
[4450/4574] Emitting module WebSocketKit
[4451/4574] Compiling WebSocketKit WebSocketHandler.swift
[4452/4574] Compiling WebSocketKit WebSocket+Concurrency.swift
[4453/4574] Emitting module NIOHTTP2
[4454/4574] Compiling WebSocketKit WebSocket.swift
[4466/4582] Compiling NIOHTTP2 QuiescingState.swift
[4467/4582] Compiling WebSocketKit WebSocketClient.swift
[4474/4584] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[4478/4584] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[4479/4584] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[4480/4584] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[4481/4584] Compiling NIOHTTP2 HTTP2StreamID.swift
[4482/4584] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[4483/4584] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[4484/4584] Compiling NIOHTTP2 HTTP2UserEvents.swift
[4485/4584] Compiling NIOHTTP2 InboundEventBuffer.swift
[4486/4584] Compiling NIOHTTP2 ConnectionStateMachine.swift
[4487/4584] Compiling NIOHTTP2 ConnectionStreamsState.swift
[4488/4584] Compiling NIOHTTP2 MayReceiveFrames.swift
[4495/4584] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[4496/4584] Compiling NIOHTTP2 HTTP2Frame.swift
[4497/4584] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[4498/4584] Compiling NIOHTTP2 HTTP2FrameParser.swift
[4499/4584] Compiling NIOHTTP2 HTTP2PingData.swift
[4500/4584] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[4501/4584] Compiling NIOHTTP2 HTTP2Settings.swift
[4502/4584] Compiling NIOHTTP2 HTTP2Stream.swift
[4511/4584] Compiling NIOHTTP2 InboundWindowManager.swift
[4512/4584] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[4513/4584] Compiling NIOHTTP2 StreamChannelFlowController.swift
[4514/4584] Compiling NIOHTTP2 StreamChannelList.swift
[4515/4584] Compiling NIOHTTP2 StreamMap.swift
[4516/4584] Compiling NIOHTTP2 StreamStateMachine.swift
[4517/4584] Compiling NIOHTTP2 UnsafeTransfer.swift
[4518/4584] Compiling NIOHTTP2 WatermarkedFlowController.swift
[4527/4584] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[4528/4584] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[4529/4584] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[4530/4584] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[4531/4584] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[4532/4584] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[4533/4584] Compiling NIOHTTP2 HTTP2Error.swift
[4534/4584] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[4543/4584] Compiling NIOHTTP2 HTTP2SettingsState.swift
[4544/4584] Compiling NIOHTTP2 StateMachineResult.swift
[4545/4584] Compiling NIOHTTP2 ContentLengthVerifier.swift
[4546/4584] Compiling NIOHTTP2 DOSHeuristics.swift
[4547/4584] Compiling NIOHTTP2 Error+Any.swift
[4548/4584] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[4549/4584] Compiling NIOHTTP2 ControlFrameBuffer.swift
[4550/4584] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[4551/4584] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[4552/4584] Emitting module NIOHTTP2
[4558/4584] Compiling NIOHTTP2 SendingPushPromiseState.swift
[4559/4584] Compiling NIOHTTP2 SendingRstStreamState.swift
[4560/4584] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[4587/4704] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[4588/4704] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[4589/4704] Compiling AsyncHTTPClient Transaction.swift
[4590/4704] Compiling AsyncHTTPClient Base64.swift
[4591/4704] Compiling AsyncHTTPClient BasicAuth.swift
[4592/4704] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[4593/4704] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[4594/4704] Compiling AsyncHTTPClient ConnectionPool.swift
[4595/4704] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[4596/4712] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[4597/4712] Compiling AsyncHTTPClient ConnectionTarget.swift
[4598/4712] Compiling AsyncHTTPClient DeconstructedURL.swift
[4599/4712] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[4600/4712] Compiling AsyncHTTPClient FoundationExtensions.swift
[4601/4712] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[4602/4712] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[4603/4712] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[4604/4720] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[4605/4720] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[4606/4720] Compiling AsyncHTTPClient AsyncLazySequence.swift
[4607/4720] Compiling AsyncHTTPClient HTTPClient+execute.swift
[4608/4720] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[4609/4720] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[4610/4720] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[4611/4720] Compiling AsyncHTTPClient HTTPClientRequest.swift
[4612/4720] Compiling AsyncHTTPClient HTTPClientResponse.swift
[4613/4720] Emitting module AsyncHTTPClient
[4614/4720] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[4615/4720] Compiling AsyncHTTPClient TLSEventsHandler.swift
[4616/4720] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[4617/4720] Compiling AsyncHTTPClient HTTP1Connection.swift
[4618/4720] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[4619/4720] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[4620/4720] Compiling AsyncHTTPClient HTTP2Connection.swift
[4621/4720] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[4622/4720] Emitting module AsyncHTTPClient
[4641/4720] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[4642/4720] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[4643/4720] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[4644/4720] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[4645/4720] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[4646/4720] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[4647/4720] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[4648/4720] Compiling AsyncHTTPClient RequestBodyLength.swift
[4649/4720] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[4650/4720] Compiling AsyncHTTPClient RequestOptions.swift
[4651/4720] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[4652/4720] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[4653/4720] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[4654/4720] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[4655/4720] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[4656/4720] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[4657/4720] Compiling AsyncHTTPClient RequestBag.swift
[4658/4720] Compiling AsyncHTTPClient RequestValidation.swift
[4659/4720] Compiling AsyncHTTPClient SSLContextCache.swift
[4660/4720] Compiling AsyncHTTPClient Scheme.swift
[4661/4720] Compiling AsyncHTTPClient Singleton.swift
[4662/4720] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[4663/4720] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[4664/4720] Compiling AsyncHTTPClient Utils.swift
[4673/4720] Compiling AsyncHTTPClient HTTPClient.swift
[4674/4720] Compiling AsyncHTTPClient HTTPHandler.swift
[4675/4720] Compiling AsyncHTTPClient LRUCache.swift
[4676/4720] Compiling AsyncHTTPClient NWErrorHandler.swift
[4677/4720] Compiling AsyncHTTPClient NWWaitingHandler.swift
[4678/4720] Compiling AsyncHTTPClient TLSConfiguration.swift
[4679/4720] Compiling AsyncHTTPClient RedirectState.swift
[4680/4720] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[4723/5060] Compiling Vapor Request+Body.swift
[4724/5060] Compiling Vapor Request+BodyStream.swift
[4725/5060] Compiling Vapor Request.swift
[4726/5060] Compiling Vapor Application+Responder.swift
[4727/5060] Compiling Vapor DefaultResponder.swift
[4728/5060] Compiling Vapor Response+Body.swift
[4729/5060] Compiling Vapor Response.swift
[4730/5060] Compiling Vapor ResponseCodable.swift
[4731/5060] Compiling Vapor Application+Routes.swift
[4732/5060] Compiling Vapor Parameters+Require.swift
[4733/5060] Compiling Vapor Request+WebSocket.swift
[4734/5060] Compiling Vapor Route.swift
[4735/5060] Compiling Vapor RouteCollection.swift
[4736/5060] Compiling Vapor Routes.swift
[4737/5060] Compiling Vapor RoutesBuilder+Group.swift
[4738/5060] Compiling Vapor RoutesBuilder+Method.swift
[4739/5060] Compiling Vapor RoutesBuilder+Middleware.swift
[4740/5060] Compiling Vapor RoutesBuilder+WebSocket.swift
[4741/5060] Compiling Vapor RoutesBuilder.swift
[4742/5060] Compiling Vapor OTP.swift
[4743/5060] Compiling Vapor Application+Servers.swift
[4744/5060] Compiling Vapor Server.swift
[4745/5060] Compiling Vapor App+Service.swift
[4746/5060] Compiling Vapor Req+Service.swift
[4747/5084] Compiling Vapor AsyncBasicResponder.swift
[4748/5084] Compiling Vapor AsyncMiddleware.swift
[4749/5084] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[4750/5084] Compiling Vapor AsyncSessionDriver.swift
[4751/5084] Compiling Vapor Authentication+Concurrency.swift
[4752/5084] Compiling Vapor Cache+Concurrency.swift
[4753/5084] Compiling Vapor Client+Concurrency.swift
[4754/5084] Compiling Vapor RequestBody+Concurrency.swift
[4755/5084] Compiling Vapor Responder+Concurrency.swift
[4756/5084] Compiling Vapor ResponseCodable+Concurrency.swift
[4757/5084] Compiling Vapor RoutesBuilder+Concurrency.swift
[4758/5084] Compiling Vapor ViewRenderer+Concurrency.swift
[4759/5084] Compiling Vapor WebSocket+Concurrency.swift
[4760/5084] Compiling Vapor ContainerGetPathExecutor.swift
[4761/5084] Compiling Vapor Content.swift
[4762/5084] Compiling Vapor ContentCoders.swift
[4763/5084] Compiling Vapor ContentConfiguration.swift
[4764/5084] Compiling Vapor ContentContainer.swift
[4765/5084] Compiling Vapor JSONCoder+Custom.swift
[4766/5084] Compiling Vapor JSONCoders+Content.swift
[4767/5084] Compiling Vapor PlaintextDecoder.swift
[4768/5084] Compiling Vapor PlaintextEncoder.swift
[4769/5084] Compiling Vapor URLQueryCoders.swift
[4770/5084] Compiling Vapor URLQueryContainer.swift
[4771/5108] Compiling Vapor HTTPServerResponseEncoder.swift
[4772/5108] Compiling Vapor HTTPServerUpgradeHandler.swift
[4773/5108] Compiling Vapor Logger+Report.swift
[4774/5108] Compiling Vapor LoggingSystem+Environment.swift
[4775/5108] Compiling Vapor Application+Middleware.swift
[4776/5108] Compiling Vapor CORSMiddleware.swift
[4777/5108] Compiling Vapor ErrorMiddleware.swift
[4778/5108] Compiling Vapor FileMiddleware.swift
[4779/5108] Compiling Vapor Middleware.swift
[4780/5108] Compiling Vapor MiddlewareConfiguration.swift
[4781/5108] Compiling Vapor ResponseCompressionMiddleware.swift
[4782/5108] Compiling Vapor RouteLoggingMiddleware.swift
[4783/5108] Compiling Vapor TracingMiddleware.swift
[4784/5108] Compiling Vapor File+Multipart.swift
[4785/5108] Compiling Vapor FormDataDecoder+Content.swift
[4786/5108] Compiling Vapor FormDataEncoder+Content.swift
[4787/5108] Compiling Vapor Application+Password.swift
[4788/5108] Compiling Vapor Application+Passwords.swift
[4789/5108] Compiling Vapor AsyncPasswordHasher.swift
[4790/5108] Compiling Vapor BcryptHasher.swift
[4791/5108] Compiling Vapor PasswordHasher.swift
[4792/5108] Compiling Vapor PlaintextHasher.swift
[4793/5108] Compiling Vapor Request+Password.swift
[4794/5108] Compiling Vapor Redirect.swift
[4843/5108] Compiling Vapor Core.swift
[4844/5108] Compiling Vapor Running.swift
[4845/5108] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[4846/5108] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[4847/5108] Compiling Vapor DotEnvFile+load.swift
[4848/5108] Compiling Vapor Routes+caseInsenstive.swift
[4849/5108] Compiling Vapor Validatable+validate.swift
[4850/5108] Compiling Vapor Environment+Process.swift
[4851/5108] Compiling Vapor Environment+Secret.swift
[4852/5108] Compiling Vapor Environment.swift
[4853/5108] Compiling Vapor Abort.swift
[4854/5108] Compiling Vapor AbortError.swift
[4855/5108] Compiling Vapor DebuggableError.swift
[4856/5108] Compiling Vapor Demangler.swift
[4857/5108] Compiling Vapor ErrorSource.swift
[4858/5108] Compiling Vapor StackTrace.swift
[4859/5108] Compiling Vapor Exports.swift
[4860/5108] Compiling Vapor Application+HTTP.swift
[4861/5108] Compiling Vapor BasicResponder.swift
[4862/5108] Compiling Vapor BodyStream.swift
[4863/5108] Compiling Vapor Application+HTTP+Client.swift
[4864/5108] Compiling Vapor EventLoopHTTPClient.swift
[4865/5108] Compiling Vapor EndpointCache.swift
[4866/5108] Compiling Vapor HTTPMethod+String.swift
[4867/5156] Compiling Vapor Validator.swift
[4868/5156] Compiling Vapor ValidatorResult.swift
[4869/5156] Compiling Vapor And.swift
[4870/5156] Compiling Vapor Case.swift
[4871/5156] Compiling Vapor CharacterSet.swift
[4872/5156] Compiling Vapor Count.swift
[4873/5156] Compiling Vapor Custom.swift
[4874/5156] Compiling Vapor Email.swift
[4875/5156] Compiling Vapor Empty.swift
[4876/5156] Compiling Vapor In.swift
[4877/5156] Compiling Vapor Nil.swift
[4878/5156] Compiling Vapor NilIgnoring.swift
[4879/5156] Compiling Vapor Not.swift
[4880/5156] Compiling Vapor Or.swift
[4881/5156] Compiling Vapor Pattern.swift
[4882/5156] Compiling Vapor Range.swift
[4883/5156] Compiling Vapor URL.swift
[4884/5156] Compiling Vapor Valid.swift
[4885/5156] Compiling Vapor Application+Views.swift
[4886/5156] Compiling Vapor PlaintextRenderer.swift
[4887/5156] Compiling Vapor Request+View.swift
[4888/5156] Compiling Vapor View.swift
[4889/5156] Compiling Vapor ViewRenderer.swift
[4890/5156] Compiling Vapor _Deprecations.swift
[4915/5156] Compiling Vapor HTTPStatus.swift
[4916/5156] Compiling Vapor HTTPCookies.swift
[4917/5156] Compiling Vapor HTTPHeaderCacheControl.swift
[4918/5156] Compiling Vapor HTTPHeaderExpires.swift
[4919/5156] Compiling Vapor HTTPHeaderLastModified.swift
[4920/5156] Compiling Vapor HTTPHeaders+Cache.swift
[4921/5156] Compiling Vapor HTTPHeaders+Connection.swift
[4922/5156] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[4923/5156] Compiling Vapor HTTPHeaders+ContentRange.swift
[4924/5156] Compiling Vapor HTTPHeaders+Directive.swift
[4925/5156] Compiling Vapor HTTPHeaders+Forwarded.swift
[4926/5156] Compiling Vapor HTTPHeaders+Link.swift
[4927/5156] Compiling Vapor HTTPHeaders+Name.swift
[4928/5156] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[4929/5156] Compiling Vapor HTTPHeaders.swift
[4930/5156] Compiling Vapor HTTPMediaType.swift
[4931/5156] Compiling Vapor HTTPMediaTypePreference.swift
[4932/5156] Compiling Vapor Responder.swift
[4933/5156] Compiling Vapor Application+HTTP+Server.swift
[4934/5156] Compiling Vapor HTTPServer.swift
[4935/5156] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[4936/5156] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[4937/5156] Compiling Vapor HTTPServerHandler.swift
[4938/5156] Compiling Vapor HTTPServerRequestDecoder.swift
[4939/5156] Emitting module Vapor
[4940/5156] Compiling Vapor Application.swift
[4941/5156] Compiling Vapor AuthenticationCache.swift
[4942/5156] Compiling Vapor Authenticator.swift
[4943/5156] Compiling Vapor BasicAuthorization.swift
[4944/5156] Compiling Vapor BearerAuthorization.swift
[4945/5156] Compiling Vapor GuardMiddleware.swift
[4946/5156] Compiling Vapor RedirectMiddleware.swift
[4947/5156] Compiling Vapor SessionAuthenticatable.swift
[4948/5156] Compiling Vapor Bcrypt.swift
[4949/5156] Compiling Vapor Application+Cache.swift
[4950/5156] Compiling Vapor Cache.swift
[4951/5156] Compiling Vapor CacheExpirationTime.swift
[4952/5156] Compiling Vapor MemoryCache.swift
[4953/5156] Compiling Vapor Request+Cache.swift
[4954/5156] Compiling Vapor Application+Clients.swift
[4955/5156] Compiling Vapor Client.swift
[4956/5156] Compiling Vapor ClientRequest.swift
[4957/5156] Compiling Vapor ClientResponse.swift
[4958/5156] Compiling Vapor Request+Client.swift
[4959/5156] Compiling Vapor BootCommand.swift
[4960/5156] Compiling Vapor CommandContext+Application.swift
[4961/5156] Compiling Vapor RoutesCommand.swift
[4962/5156] Compiling Vapor ServeCommand.swift
[4963/5156] Compiling Vapor AnyResponse+Concurrency.swift
[4964/5156] Emitting module Vapor
[4989/5156] Compiling Vapor Bytes+Hex.swift
[4990/5156] Compiling Vapor Bytes+SecureCompare.swift
[4991/5156] Compiling Vapor Collection+Safe.swift
[4992/5156] Compiling Vapor DataProtocol+Copy.swift
[4993/5156] Compiling Vapor DecoderUnwrapper.swift
[4994/5156] Compiling Vapor DirectoryConfiguration.swift
[4995/5156] Compiling Vapor DotEnv.swift
[4996/5156] Compiling Vapor Extendable.swift
[4997/5156] Compiling Vapor File.swift
[4998/5156] Compiling Vapor FileIO.swift
[4999/5156] Compiling Vapor LifecycleHandler.swift
[5000/5156] Compiling Vapor OptionalType.swift
[5001/5156] Compiling Vapor RFC1123.swift
[5002/5156] Compiling Vapor SocketAddress+Hostname.swift
[5003/5156] Compiling Vapor Storage.swift
[5004/5156] Compiling Vapor String+IsIPAddress.swift
[5005/5156] Compiling Vapor Thread.swift
[5006/5156] Compiling Vapor URI.swift
[5007/5156] Compiling Vapor RangeResult.swift
[5008/5156] Compiling Vapor Validatable.swift
[5009/5156] Compiling Vapor Validation.swift
[5010/5156] Compiling Vapor ValidationKey.swift
[5011/5156] Compiling Vapor Validations.swift
[5012/5156] Compiling Vapor ValidationsError.swift
[5013/5156] Compiling Vapor Service.swift
[5014/5156] Compiling Vapor Application+Sessions.swift
[5015/5156] Compiling Vapor MemorySessions.swift
[5016/5156] Compiling Vapor Request+Session.swift
[5017/5156] Compiling Vapor Session.swift
[5018/5156] Compiling Vapor SessionCache.swift
[5019/5156] Compiling Vapor SessionData.swift
[5020/5156] Compiling Vapor SessionDriver.swift
[5021/5156] Compiling Vapor SessionsConfiguration.swift
[5022/5156] Compiling Vapor SessionsMiddleware.swift
[5023/5156] Compiling Vapor URLEncodedFormData.swift
[5024/5156] Compiling Vapor URLEncodedFormDecoder.swift
[5025/5156] Compiling Vapor URLEncodedFormEncoder.swift
[5026/5156] Compiling Vapor URLEncodedFormError.swift
[5027/5156] Compiling Vapor URLEncodedFormParser.swift
[5028/5156] Compiling Vapor URLEncodedFormSerializer.swift
[5029/5156] Compiling Vapor URLQueryFragmentConvertible.swift
[5030/5156] Compiling Vapor AnyResponse.swift
[5031/5156] Compiling Vapor Array+Random.swift
[5032/5156] Compiling Vapor Base32.swift
[5033/5156] Compiling Vapor Base64.swift
[5034/5156] Compiling Vapor BaseN.swift
[5035/5156] Compiling Vapor BasicCodingKey.swift
[5036/5156] Compiling Vapor ByteCount.swift
[5159/5174] Compiling FOSMVVMVapor ViewModelRequest.swift
[5160/5174] Compiling FOSMVVMVapor VaporServerRequestHost.swift
[5161/5174] Compiling FOSMVVMVapor ViewModelFactory.swift
[5162/5174] Compiling FOSMVVMVapor ServerRequest.swift
[5164/5176] Compiling FOSMVVMVapor VaporServerRequestMiddleware.swift
[5165/5176] Compiling FOSMVVMVapor YamlLocalizationStore.swift
[5166/5176] Emitting module FOSMVVMVapor
[5167/5176] Compiling FOSMVVMVapor YamlLocalizationStore.swift
[5168/5176] Compiling FOSMVVMVapor JSONEncoder.swift
[5170/5176] Compiling FOSMVVMVapor VaporServerRequestMiddleware.swift
[5171/5176] Compiling FOSMVVMVapor ViewModelFactory.swift
[5172/5176] Compiling FOSMVVMVapor ViewModelRequest.swift
[5173/5176] Compiling FOSMVVMVapor VaporServerRequestHost.swift
[5174/5176] Emitting module FOSMVVMVapor
[5175/5176] Compiling FOSMVVMVapor SystemVersion.swift
[5179/5184] Emitting module FOSTestingVapor
[5180/5184] Compiling FOSTestingVapor LocalizableTestCase.swift
[5181/5184] Compiling FOSTestingVapor VaporServerTestCase.swift
[5182/5184] Emitting module FOSTestingVapor
[5183/5184] Compiling FOSTestingVapor LocalizableTestCase.swift
[5184/5184] Compiling FOSTestingVapor VaporServerTestCase.swift
Build complete! (493.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "revision" : [
          "43b6f88e2f2712e0f2a97e6acc75b55f22234299"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.10.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0-latest",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.111.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "FOSUtilities",
  "name" : "FOSUtilities",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FOSFoundation",
      "targets" : [
        "FOSFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FOSMVVM",
      "targets" : [
        "FOSMVVM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FOSTesting",
      "targets" : [
        "FOSTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FOSTestingUI",
      "targets" : [
        "FOSTestingUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FOSMVVMVapor",
      "targets" : [
        "FOSMVVMVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FOSTestingVapor",
      "targets" : [
        "FOSTestingVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FOSMacros",
      "targets" : [
        "FOSMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FOSTestingVapor",
      "module_type" : "SwiftTarget",
      "name" : "FOSTestingVapor",
      "path" : "Sources/FOSTestingVapor",
      "product_dependencies" : [
        "Testing",
        "Vapor"
      ],
      "product_memberships" : [
        "FOSTestingVapor"
      ],
      "sources" : [
        "LocalizableTestCase.swift",
        "VaporServerTestCase.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSMVVMVapor",
        "FOSTesting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FOSTestingUI",
      "module_type" : "SwiftTarget",
      "name" : "FOSTestingUI",
      "path" : "Sources/FOSTestingUI",
      "product_memberships" : [
        "FOSTestingUI"
      ],
      "sources" : [
        "ViewModelViewTestCase.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FOSTesting",
      "module_type" : "SwiftTarget",
      "name" : "FOSTesting",
      "path" : "Sources/FOSTesting",
      "product_dependencies" : [
        "Testing"
      ],
      "product_memberships" : [
        "FOSTesting",
        "FOSTestingVapor"
      ],
      "sources" : [
        "Expectations.swift",
        "LocalizableTestCase.swift",
        "MockURLSession.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FOSMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "FOSMacrosTests",
      "path" : "Tests/FOSMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ViewModelFactoryMacroTests.swift",
        "ViewModelMacroTests.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMacros",
        "FOSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FOSMacros",
      "module_type" : "SwiftTarget",
      "name" : "FOSMacros",
      "path" : "Sources/FOSMacros",
      "product_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftParser",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "FOSMVVM",
        "FOSTesting",
        "FOSTestingUI",
        "FOSMVVMVapor",
        "FOSTestingVapor",
        "FOSMacros"
      ],
      "sources" : [
        "FOSMacros.swift",
        "Stubbable.swift",
        "SystemVersion.swift",
        "VersionedFactoryMethodMacro.swift",
        "ViewModelFactoryMacro.swift",
        "ViewModelMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "FOSMVVMVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "FOSMVVMVaporTests",
      "path" : "Tests/FOSMVVMVaporTests",
      "product_dependencies" : [
        "Vapor",
        "Testing"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FOSMVVMVaporTests/TestYAML",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/JSONEncoderVaporTests.swift",
        "LocalizableTestCase+Locales.swift",
        "Localization/YamlLocalizationStoreInitTests.swift",
        "Protocols/SystemVersionTests.swift",
        "Protocols/VaporServerRequestHostTests.swift",
        "TestViewModel.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSMVVMVapor",
        "FOSMacros",
        "FOSTesting",
        "FOSTestingVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FOSMVVMVapor",
      "module_type" : "SwiftTarget",
      "name" : "FOSMVVMVapor",
      "path" : "Sources/FOSMVVMVapor",
      "product_dependencies" : [
        "Vapor",
        "Yams"
      ],
      "product_memberships" : [
        "FOSMVVMVapor",
        "FOSTestingVapor"
      ],
      "sources" : [
        "Extensions/JSONEncoder.swift",
        "Localization/YamlLocalizationStore.swift",
        "Protocols/ServerRequest.swift",
        "Protocols/ViewModelFactory.swift",
        "Protocols/ViewModelRequest.swift",
        "Vapor Support/VaporServerRequestHost.swift",
        "Vapor Support/VaporServerRequestMiddleware.swift",
        "Versioning/SystemVersion.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FOSMVVMTests",
      "module_type" : "SwiftTarget",
      "name" : "FOSMVVMTests",
      "path" : "Tests/FOSMVVMTests",
      "product_dependencies" : [
        "Testing"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FOSMVVMTests/TestYAML",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/JSONEncoderTests.swift",
        "LocalizableTestCase+Locales.swift",
        "Localization/EmbeddedViewModelTests.swift",
        "Localization/LocalizableArrayTests.swift",
        "Localization/LocalizableCompoundValueTests.swift",
        "Localization/LocalizableIntTests.swift",
        "Localization/LocalizablePropertyTests.swift",
        "Localization/LocalizableRefTests.swift",
        "Localization/LocalizableStringTests.swift",
        "Localization/LocalizableSubstitutionsTests.swift",
        "Localization/YamlLocalizationStoreTests.swift",
        "Protocols/KeyPathToStringTests.swift",
        "Protocols/SystemVersionTests.swift",
        "TestViewModel.swift",
        "Versioning/DeploymentTests.swift",
        "Versioning/VersionedViewModel.swift",
        "Versioning/VersionedViewModelTests.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSTesting",
        "FOSMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FOSMVVM",
      "module_type" : "SwiftTarget",
      "name" : "FOSMVVM",
      "path" : "Sources/FOSMVVM",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "FOSMVVM",
        "FOSTesting",
        "FOSTestingUI",
        "FOSMVVMVapor",
        "FOSTestingVapor"
      ],
      "sources" : [
        "Extensions/JSONEncoder.swift",
        "Localization/Localizable.swift",
        "Localization/LocalizableArray.swift",
        "Localization/LocalizableCompoundValue.swift",
        "Localization/LocalizableInt.swift",
        "Localization/LocalizableRef.swift",
        "Localization/LocalizableString.swift",
        "Localization/LocalizableSubstitutions.swift",
        "Localization/LocalizableValue.swift",
        "Localization/LocalizationStore.swift",
        "Localization/LocalizedArrayProperty.swift",
        "Localization/LocalizedProperty.swift",
        "Localization/Localizer.swift",
        "Localization/YamlLocalizationStore.swift",
        "Macros/Macros.swift",
        "Protocols/LoginRequest.swift",
        "Protocols/RequestableViewModel.swift",
        "Protocols/ServerRequest+Fetch.swift",
        "Protocols/ServerRequest.swift",
        "Protocols/ViewModel.swift",
        "Protocols/ViewModelFactory.swift",
        "Protocols/ViewModelId.swift",
        "Protocols/ViewModelOperations.swift",
        "Protocols/ViewModelRequest.swift",
        "SwiftUI Support/MVVMEnvironment.swift",
        "SwiftUI Support/MVVMEnvirontmentView.swift",
        "SwiftUI Support/PreviewHostingView.swift",
        "SwiftUI Support/TestDataTransporter.swift",
        "SwiftUI Support/TestHost.swift",
        "SwiftUI Support/Text.swift",
        "SwiftUI Support/ViewModelView.swift",
        "Versioning/Deployment.swift",
        "Versioning/SystemVersion.swift",
        "Versioning/Versionable.swift",
        "Versioning/VersionedProperty.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FOSFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "FOSFoundationTests",
      "path" : "Tests/FOSFoundationTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "Async/AsyncSemaphoreTests.swift",
        "Async/TaskTests.swift",
        "Coding/DecodableTests.swift",
        "Coding/JSONDecoderTests.swift",
        "Coding/JSONEncoderTests.swift",
        "Collections/ArrayTests.swift",
        "Collections/CollectionTests.swift",
        "DTTest.swift",
        "Networking/FoundationDataFetchTests.swift",
        "Networking/URL+DataFetchTests.swift",
        "Networking/URL+FilesTests.swift",
        "Numbers/DoubleTests.swift",
        "Numbers/Int+HexTests.swift",
        "String/String+CryptoTests.swift",
        "String/String+ObfuscationTests.swift",
        "String/String+UtilitiesTests.swift",
        "TestTags.swift",
        "Versioning/SystemVersionTests.swift"
      ],
      "target_dependencies" : [
        "FOSFoundation",
        "FOSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FOSFoundation",
      "module_type" : "SwiftTarget",
      "name" : "FOSFoundation",
      "path" : "Sources/FOSFoundation",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "FOSFoundation",
        "FOSMVVM",
        "FOSTesting",
        "FOSTestingUI",
        "FOSMVVMVapor",
        "FOSTestingVapor"
      ],
      "sources" : [
        "Async/AsyncSemaphore.swift",
        "Async/Task.swift",
        "Coding/DateFormatter.swift",
        "Coding/Decodable.swift",
        "Coding/DecodingError.swift",
        "Coding/Encodable.swift",
        "Coding/JSONDecoder.swift",
        "Coding/JSONEncoder.swift",
        "Coding/JSONError.swift",
        "Coding/Stubbable.swift",
        "Collections/Array.swift",
        "Collections/Collection.swift",
        "Collections/GlobalStringStore.swift",
        "Extensions/Bundle.swift",
        "Networking/DataFetch.swift",
        "Networking/DataFetchError.swift",
        "Networking/URL+DataFetch.swift",
        "Networking/URL+Files.swift",
        "Networking/URLSession+MockingSupport.swift",
        "Networking/URLSessionWebSocketTask.swift",
        "Numbers/Double.swift",
        "Numbers/Int+Hex.swift",
        "String/String+Crypto.swift",
        "String/String+Obfuscation.swift",
        "String/String+Polyfill.swift",
        "String/String+Utilities.swift",
        "Versioning/SystemVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.