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 macOS (SPM) on 30 Apr 2025 15:16:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/foscomputerservices/FOSUtilities.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/foscomputerservices/FOSUtilities
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d15696c Merge pull request #44 from foscomputerservices/fixes/linux-package-issue
Cloned https://github.com/foscomputerservices/FOSUtilities.git
Revision (git rev-parse @):
d15696c049bbf002d5825f5fb75af50f6c5b307a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/foscomputerservices/FOSUtilities.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/foscomputerservices/FOSUtilities.git
https://github.com/foscomputerservices/FOSUtilities.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/1004] Write sources
[10/1004] Copying PrivacyInfo.xcprivacy
[18/1004] Compiling _SwiftSyntaxCShims dummy.c
[19/1004] Write sources
[21/1004] Write swift-version-2F0A5646E1D333AE.txt
[22/1004] Compiling _NumericsShims _NumericsShims.c
[23/1004] Write sources
[29/1004] Compiling _NumericsShims _NumericsShims.c
[30/1012] Compiling _TestingInternals Versions.cpp
[30/1012] Write sources
[32/1012] Compiling _TestingInternals Versions.cpp
[32/1012] Compiling _TestingInternals Stubs.cpp
[32/1012] Write sources
[54/1012] Compiling _TestingInternals Stubs.cpp
[55/1012] Compiling _TestingInternals WillThrow.cpp
[57/1016] Compiling _AtomicsShims.c
[59/1022] Write sources
[62/1024] Emitting module SwiftSyntax510
[63/1024] Compiling SwiftSyntax510 Empty.swift
[64/1024] Emitting module SwiftSyntax600
[65/1024] Compiling SwiftSyntax600 Empty.swift
[66/1024] Emitting module _NIOBase64
[67/1024] Compiling _NIOBase64 Base64.swift
[68/1024] Emitting module SwiftSyntax601
[69/1024] Emitting module _NIOBase64
[70/1024] Compiling SwiftSyntax601 Empty.swift
[71/1024] Compiling _NIOBase64 Base64.swift
[71/1024] Write sources
[127/1055] Emitting module SwiftSyntax509
[128/1055] Compiling SwiftSyntax509 Empty.swift
[129/1055] Compiling ServiceContextModule ServiceContextKey.swift
[130/1055] Compiling _TestingInternals Discovery.cpp
[131/1055] Write sources
[159/1055] Compiling RealModule AugmentedArithmetic.swift
[160/1056] Compiling RealModule AlgebraicField.swift
[161/1056] Compiling RealModule ApproximateEquality.swift
[162/1057] Emitting module ServiceContextModule
[163/1057] Compiling ServiceContextModule ServiceContext.swift
[165/1057] Emitting module ServiceContextModule
[166/1057] Compiling RealModule AlgebraicField.swift
[167/1057] Compiling RealModule ApproximateEquality.swift
[168/1062] Compiling RealModule RealFunctions.swift
[170/1062] Compiling RealModule Float80+Real.swift
[171/1062] Compiling RealModule Real.swift
[172/1062] Compiling RealModule Float80+Real.swift
[173/1062] Compiling RealModule Real.swift
[174/1080] Compiling RealModule ElementaryFunctions.swift
[175/1080] Compiling RealModule Double+Real.swift
[176/1080] Compiling RealModule Float16+Real.swift
[177/1098] Compiling RealModule Float+Real.swift
[178/1098] Compiling RealModule Float16+Real.swift
[178/1099] Compiling writer.c
[180/1164] Compiling RealModule ElementaryFunctions.swift
[181/1164] Compiling RealModule Float+Real.swift
[182/1164] Compiling RealModule Double+Real.swift
[183/1164] Compiling RealModule AugmentedArithmetic.swift
[184/1164] Emitting module RealModule
[186/1164] Compiling SwiftSyntax TokenKind.swift
[187/1164] Compiling SwiftSyntax Utils.swift
[188/1164] Compiling SwiftSyntax SyntaxTraits.swift
[189/1164] Compiling SwiftSyntax SyntaxVisitor.swift
[190/1171] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[191/1204] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[192/1204] Compiling _NIODataStructures PriorityQueue.swift
[193/1204] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[194/1204] Compiling Instrumentation NoOpInstrument.swift
[195/1204] Compiling Instrumentation MultiplexInstrument.swift
[196/1204] Compiling Instrumentation NoOpInstrument.swift
[197/1204] Compiling Instrumentation MultiplexInstrument.swift
[198/1204] Compiling _NIODataStructures _TinyArray.swift
[199/1204] Compiling _NIODataStructures PriorityQueue.swift
[200/1204] Compiling _NIODataStructures _TinyArray.swift
[201/1204] Compiling FOSFoundation JSONEncoder.swift
[202/1204] Compiling FOSFoundation JSONError.swift
[203/1204] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[204/1204] Compiling FOSFoundation URLSession+MockingSupport.swift
[205/1204] Compiling FOSFoundation URLSessionWebSocketTask.swift
[206/1204] Emitting module InternalCollectionsUtilities
[207/1204] Compiling FOSFoundation URL+DataFetch.swift
[208/1204] Compiling FOSFoundation URL+Files.swift
[209/1204] Compiling FOSFoundation Double.swift
[210/1204] Compiling FOSFoundation JSONDecoder.swift
[211/1204] Compiling FOSFoundation AsyncSemaphore.swift
[212/1204] Compiling FOSFoundation Task.swift
[213/1204] Compiling FOSFoundation DateFormatter.swift
[214/1204] Compiling FOSFoundation DataFetchError.swift
[217/1204] Compiling FOSFoundation Stubbable.swift
[218/1204] Compiling FOSFoundation Array.swift
[219/1204] Compiling FOSFoundation Collection.swift
[220/1204] Compiling FOSFoundation Int+Hex.swift
[225/1204] Emitting module InternalCollectionsUtilities
[232/1300] Emitting module _NIODataStructures
[233/1300] Compiling _NIODataStructures Heap.swift
[234/1300] Compiling Instrumentation Locks.swift
[235/1300] Compiling Instrumentation Instrument.swift
[236/1300] Emitting module Instrumentation
[237/1300] Compiling Instrumentation InstrumentationSystem.swift
[238/1300] Compiling Logging MetadataProvider.swift
[239/1300] Compiling Instrumentation InstrumentationSystem.swift
[240/1300] Emitting module Instrumentation
[241/1300] Compiling Instrumentation Locks.swift
[242/1300] Compiling Instrumentation Instrument.swift
[243/1300] Compiling Logging MetadataProvider.swift
[244/1300] Compiling Logging LogHandler.swift
[245/1300] Emitting module _NIODataStructures
[246/1300] Compiling _NIODataStructures Heap.swift
[247/1442] Compiling Logging Locks.swift
[248/1442] Emitting module Logging
[249/1442] Compiling Logging Logging.swift
[250/1442] Compiling Logging LogHandler.swift
[251/1442] Compiling Logging Locks.swift
[252/1442] Emitting module Logging
[253/1442] Compiling Logging Logging.swift
[254/1504] Compiling OrderedCollections OrderedSet+Codable.swift
[255/1504] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[256/1504] Compiling OrderedCollections OrderedSet+Descriptions.swift
[257/1504] Compiling OrderedCollections OrderedSet+Diffing.swift
[258/1504] Compiling OrderedCollections OrderedSet+Equatable.swift
[259/1504] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[260/1510] Compiling OrderedCollections OrderedSet+Initializers.swift
[261/1510] Compiling OrderedCollections OrderedSet+Insertions.swift
[262/1510] Compiling OrderedCollections OrderedSet+Invariants.swift
[263/1510] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[264/1510] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[265/1510] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[272/1516] Compiling Tracing Tracer.swift
[273/1516] Compiling Tracing TracingTime.swift
[274/1516] Compiling Tracing SpanProtocol.swift
[275/1516] Compiling Tracing TracerProtocol.swift
[276/1516] Compiling Tracing NoOpTracer.swift
[277/1516] Emitting module Tracing
[278/1516] Compiling Tracing TracerProtocol+Legacy.swift
[279/1516] Compiling Tracing InstrumentationSystem+Tracing.swift
[280/1516] Compiling Tracing Tracer.swift
[281/1516] Compiling Tracing TracerProtocol.swift
[282/1516] Compiling Tracing TracingTime.swift
[283/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[284/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[285/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[286/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[287/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[288/1516] Compiling OrderedCollections _HashTable+Bucket.swift
[289/1516] Compiling OrderedCollections _HashTable+BucketIterator.swift
[290/1516] Compiling OrderedCollections _HashTable+Constants.swift
[291/1516] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[292/1516] Compiling OrderedCollections _HashTable+Testing.swift
[293/1516] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[294/1516] Compiling OrderedCollections _HashTable.swift
[295/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[296/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[297/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[298/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[299/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[300/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[301/1516] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[302/1516] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[303/1516] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[304/1516] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[305/1516] Compiling OrderedCollections OrderedDictionary+Values.swift
[306/1516] Compiling OrderedCollections OrderedDictionary.swift
[307/1516] Compiling Tracing SpanProtocol.swift
[308/1516] Compiling Tracing TracerProtocol+Legacy.swift
[309/1516] Compiling Tracing InstrumentationSystem+Tracing.swift
[310/1516] Emitting module Tracing
[311/1516] Compiling Tracing NoOpTracer.swift
[317/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[318/1516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[319/1516] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[324/1529] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[325/1529] Compiling OrderedCollections OrderedSet+Sendable.swift
[326/1529] Compiling OrderedCollections OrderedDictionary+Elements.swift
[327/1529] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[328/1529] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[329/1529] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[330/1529] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[331/1529] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[343/1529] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[360/1536] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[361/1536] Compiling _RopeModule Rope+_Node.swift
[362/1536] Compiling _RopeModule Rope+_Storage.swift
[363/1536] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[364/1536] Compiling _RopeModule Rope+_UnsafeHandle.swift
[365/1536] Compiling _RopeModule Rope.swift
[366/1536] Compiling _RopeModule RopeElement.swift
[367/1536] Compiling _RopeModule RopeMetric.swift
[382/1543] Compiling OrderedCollections _Hashtable+Header.swift
[383/1543] Compiling OrderedCollections OrderedDictionary+Codable.swift
[384/1543] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[385/1543] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[386/1543] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[387/1543] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[388/1543] Compiling OrderedCollections OrderedSet+Hashable.swift
[414/1543] Compiling HeapModule _HeapNode.swift
[423/1543] Compiling OrderedCollections OrderedSet+SubSequence.swift
[424/1543] Compiling OrderedCollections OrderedSet+Testing.swift
[425/1543] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[426/1543] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[427/1543] Compiling OrderedCollections OrderedSet.swift
[428/1543] Compiling OrderedCollections _UnsafeBitset.swift
[437/1543] Compiling HeapModule Heap+Invariants.swift
[438/1543] Compiling HeapModule Heap.swift
[447/1543] Compiling HeapModule Heap+UnsafeHandle.swift
[448/1543] Compiling HeapModule Heap+Descriptions.swift
[449/1543] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[450/1543] Emitting module HeapModule
[477/1550] Compiling HeapModule _HeapNode.swift
[484/1550] Compiling HeapModule Heap.swift
[485/1550] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[486/1550] Compiling HeapModule Heap+UnsafeHandle.swift
[487/1550] Emitting module HeapModule
[488/1550] Compiling HeapModule Heap+Invariants.swift
[489/1550] Compiling HeapModule Heap+Descriptions.swift
[490/1550] Emitting module OrderedCollections
[491/1629] Emitting module _RopeModule
[492/1706] Emitting module OrderedCollections
[493/1722] Emitting module _RopeModule
[494/1722] Compiling HashTreeCollections TreeSet+Equatable.swift
[495/1722] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[496/1722] Compiling HashTreeCollections TreeSet+Extras.swift
[497/1722] Compiling HashTreeCollections TreeSet+Filter.swift
[498/1722] Compiling HashTreeCollections TreeSet+Hashable.swift
[499/1722] Compiling HashTreeCollections TreeSet+Sendable.swift
[500/1722] Compiling HashTreeCollections TreeSet+Sequence.swift
[501/1722] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[502/1722] Compiling HashTreeCollections _HashNode+Structural merge.swift
[503/1722] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[504/1722] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[505/1722] Compiling HashTreeCollections _HashNode+Structural union.swift
[506/1722] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[507/1722] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[508/1722] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[509/1722] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[510/1722] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[511/1722] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[512/1722] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[513/1722] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[514/1722] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[515/1722] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[516/1722] Compiling HashTreeCollections TreeDictionary+Values.swift
[517/1722] Compiling HashTreeCollections TreeDictionary.swift
[518/1722] Compiling HashTreeCollections TreeSet+Codable.swift
[519/1722] Compiling HashTreeCollections TreeSet+Collection.swift
[520/1722] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[521/1722] Compiling HashTreeCollections TreeSet+Debugging.swift
[522/1722] Compiling HashTreeCollections TreeSet+Descriptions.swift
[523/1722] Compiling DequeModule _DequeBuffer.swift
[531/1723] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[539/1731] Compiling HashTreeCollections _HashNode+Debugging.swift
[540/1731] Compiling HashTreeCollections _HashNode+Initializers.swift
[541/1731] Compiling HashTreeCollections _HashNode+Invariants.swift
[542/1731] Compiling HashTreeCollections _RawHashNode.swift
[543/1731] Compiling HashTreeCollections _UnmanagedHashNode.swift
[544/1731] Compiling HashTreeCollections _UnsafePath.swift
[545/1731] Compiling HashTreeCollections TreeDictionary+Codable.swift
[546/1731] Compiling HashTreeCollections TreeDictionary+Collection.swift
[547/1731] Compiling HashTreeCollections _HashNode+Storage.swift
[548/1731] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[549/1731] Compiling HashTreeCollections _HashNode+Structural filter.swift
[550/1731] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[551/1731] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[552/1731] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[553/1731] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[554/1731] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[563/1731] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[564/1731] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[565/1731] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[566/1731] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[567/1731] Compiling HashTreeCollections _HashNode+Lookups.swift
[568/1731] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[569/1731] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[570/1731] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[579/1755] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[580/1755] Compiling HashTreeCollections TreeDictionary+Filter.swift
[581/1755] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[582/1755] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[583/1755] Compiling HashTreeCollections TreeDictionary+Keys.swift
[584/1755] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[585/1755] Compiling HashTreeCollections TreeDictionary+Merge.swift
[586/1755] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[587/1755] Emitting module FOSFoundation
[588/1757] Compiling DequeModule _UnsafeWrappedBuffer.swift
[589/1830] Compiling DequeModule _DequeSlot.swift
[590/1830] Compiling DequeModule _DequeBufferHeader.swift
[591/1831] Compiling Crypto Ed25519_boring.swift
[592/1831] Compiling Crypto NISTCurvesKeys_boring.swift
[593/1831] Compiling Crypto X25519Keys_boring.swift
[594/1831] Compiling Crypto Digest_boring.swift
[595/1831] Compiling Crypto Digest.swift
[596/1831] Compiling Crypto Digests.swift
[597/1831] Compiling Crypto HashFunctions.swift
[598/1831] Compiling Crypto HashFunctions_SHA2.swift
[599/1831] Compiling Crypto SEC1PrivateKey.swift
[600/1831] Compiling Crypto SubjectPublicKeyInfo.swift
[601/1831] Compiling Crypto CryptoKitErrors.swift
[602/1831] Compiling Crypto DH.swift
[603/1831] Compiling Crypto ECDH.swift
[604/1831] Compiling Crypto HKDF.swift
[605/1831] Compiling Crypto AESWrap.swift
[606/1831] Compiling Crypto AESWrap_boring.swift
[607/1831] Compiling DequeModule _DequeBuffer.swift
[608/1831] Compiling DequeModule _DequeSlot.swift
[609/1831] Compiling Crypto ASN1BitString.swift
[610/1831] Compiling Crypto ASN1Boolean.swift
[611/1831] Compiling Crypto HPKE-KeySchedule.swift
[612/1831] Compiling Crypto HPKE-Modes.swift
[613/1831] Compiling Crypto ASN1Null.swift
[614/1831] Compiling Crypto ASN1OctetString.swift
[615/1831] Compiling Crypto ASN1Strings.swift
[616/1831] Compiling Crypto ArraySliceBigint.swift
[617/1831] Compiling DequeModule _DequeBufferHeader.swift
[618/1831] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[619/1831] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[620/1831] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[621/1831] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[622/1831] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[623/1831] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[624/1831] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[625/1831] Compiling HashTreeCollections TreeSet.swift
[634/1831] Compiling Crypto HPKE.swift
[635/1831] Compiling Crypto HPKE-Context.swift
[636/1831] Compiling DequeModule _UnsafeWrappedBuffer.swift
[645/1831] Emitting module DequeModule
[646/1831] Compiling Crypto ASN1Identifier.swift
[647/1831] Compiling Crypto ASN1Integer.swift
[648/1831] Compiling Crypto PKCS8PrivateKey.swift
[657/1831] Compiling Crypto HPKE-KEM-Curve25519.swift
[658/1831] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[659/1831] Compiling Crypto HPKE-KEM.swift
[660/1831] Compiling Crypto HPKE-Errors.swift
[661/1831] Compiling Crypto GeneralizedTime.swift
[662/1831] Compiling Crypto ObjectIdentifier.swift
[663/1831] Compiling Crypto ECDSASignature.swift
[664/1831] Compiling Crypto PEMDocument.swift
[665/1904] Compiling Crypto ChaChaPoly_boring.swift
[666/1904] Compiling Crypto ChaChaPoly.swift
[667/1904] Emitting module DequeModule
[668/1904] Compiling Crypto AES-GCM.swift
[669/1904] Compiling Crypto AES-GCM_boring.swift
[670/1904] Compiling RoutingKit Router.swift
[671/1904] Compiling RoutingKit TrieRouter.swift
[672/1904] Compiling RoutingKit AnyRouter.swift
[673/1907] Compiling RoutingKit Router.swift
[674/1907] Compiling RoutingKit PathComponent.swift
[675/1907] Compiling RoutingKit TrieRouter.swift
[680/1907] Compiling Crypto Cipher.swift
[681/1907] Compiling Crypto Nonces.swift
[682/1907] Compiling Crypto ASN1.swift
[683/1907] Compiling Crypto ASN1Any.swift
[684/1907] Compiling Crypto DH.swift
[685/1907] Compiling Crypto HashFunctions.swift
[686/1907] Compiling Crypto HashFunctions_SHA2.swift
[687/1907] Compiling Crypto HPKE-AEAD.swift
[688/1907] Compiling Crypto HPKE-Ciphersuite.swift
[689/1907] Compiling Crypto HPKE-KDF.swift
[690/1907] Compiling Crypto HPKE.swift
[691/1907] Compiling Crypto HPKE-Context.swift
[692/1907] Compiling Crypto HPKE-KeySchedule.swift
[693/1907] Compiling Crypto HPKE-Modes.swift
[703/1907] Compiling Crypto ECDSA.swift
[704/1907] Compiling Crypto Ed25519.swift
[705/1907] Compiling Crypto Signature.swift
[706/1907] Compiling Crypto CryptoKitErrors_boring.swift
[707/1907] Compiling Crypto GeneralizedTime.swift
[708/1907] Compiling Crypto ObjectIdentifier.swift
[709/1907] Compiling Crypto ECDSASignature.swift
[710/1907] Compiling Crypto PEMDocument.swift
[711/1907] Compiling Crypto PKCS8PrivateKey.swift
[712/1907] Compiling Crypto ECDH.swift
[713/1907] Compiling Crypto HKDF.swift
[714/1907] Compiling Crypto AESWrap.swift
[715/1907] Compiling Crypto AESWrap_boring.swift
[716/1907] Compiling Crypto Ed25519_boring.swift
[717/1907] Compiling Crypto NISTCurvesKeys_boring.swift
[718/1907] Compiling Crypto X25519Keys_boring.swift
[719/1907] Compiling Crypto HPKE-KexKeyDerivation.swift
[720/1907] Compiling Crypto HPKE-LabeledExtract.swift
[721/1907] Compiling Crypto HPKE-Utils.swift
[722/1907] Compiling Crypto DHKEM.swift
[723/1907] Compiling Crypto HPKE-KEM-Curve25519.swift
[724/1907] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[725/1907] Compiling Crypto HPKE-KEM.swift
[726/1907] Compiling Crypto HPKE-Errors.swift
[727/1907] Compiling Crypto Digest_boring.swift
[728/1907] Compiling Crypto Digest.swift
[729/1907] Compiling Crypto Digests.swift
[730/1907] Compiling Crypto Insecure.swift
[731/1907] Compiling Crypto Insecure_HashFunctions.swift
[732/1907] Compiling Crypto KEM.swift
[733/1907] Compiling Crypto ECDH_boring.swift
[734/1907] Compiling Crypto AES.swift
[735/1907] Compiling Crypto ECDSASignature_boring.swift
[736/1907] Compiling Crypto ECDSA_boring.swift
[737/1907] Compiling Crypto EdDSA_boring.swift
[750/1907] Emitting module FOSFoundation
[754/1909] Emitting module CoreMetrics
[755/1909] Compiling FOSFoundation String+Utilities.swift
[756/1909] Compiling FOSFoundation SystemVersion.swift
[757/1909] Compiling CoreMetrics Metrics.swift
[758/1909] Compiling CoreMetrics Locks.swift
[829/1912] Emitting module HashTreeCollections
[831/1914] Compiling Crypto ASN1BitString.swift
[832/1914] Compiling Crypto ASN1Boolean.swift
[833/1914] Compiling Crypto ASN1Identifier.swift
[834/1914] Compiling Crypto ASN1Integer.swift
[835/1914] Compiling Crypto ASN1Null.swift
[836/1914] Compiling Crypto ASN1OctetString.swift
[837/1914] Compiling Crypto ASN1Strings.swift
[838/1914] Compiling Crypto ArraySliceBigint.swift
[839/1914] Compiling Crypto Curve25519.swift
[840/1914] Compiling Crypto Ed25519Keys.swift
[841/1914] Compiling Crypto NISTCurvesKeys.swift
[842/1914] Compiling Crypto X25519Keys.swift
[843/1914] Compiling Crypto SymmetricKeys.swift
[844/1914] Compiling Crypto HMAC.swift
[845/1914] Compiling Crypto MACFunctions.swift
[846/1914] Compiling Crypto MessageAuthenticationCode.swift
[854/1930] Compiling reader.c
[869/1930] Compiling Crypto SEC1PrivateKey.swift
[870/1930] Compiling Crypto SubjectPublicKeyInfo.swift
[871/1930] Compiling Crypto CryptoKitErrors.swift
[895/1930] Compiling parser.c
[960/1930] Compiling scanner.c
[962/1930] Emitting module Crypto
[962/1930] Compiling emitter.c
[964/1930] Compiling RoutingKit Parameters.swift
[965/1930] Compiling RoutingKit AnyRouter.swift
[966/1930] Emitting module RoutingKit
[966/1930] Compiling api.c
[968/1930] Emitting module RoutingKit
[969/1930] Compiling RoutingKit Parameters.swift
[970/1930] Compiling RoutingKit PathComponent.swift
[970/1930] Compiling writer.c
[980/1930] Emitting module Crypto
[988/1930] Compiling reader.c
[989/1930] Compiling parser.c
[991/1930] Emitting module Metrics
[992/1930] Compiling Metrics Metrics.swift
[992/1930] Compiling scanner.c
[993/1949] Compiling api.c
[994/1949] Compiling emitter.c
[997/1949] Compiling CVaporBcrypt blf.c
[999/1949] Compiling CSystem shims.c
[1001/1949] Compiling CNIOWindows shim.c
[1002/1968] Compiling CVaporBcrypt bcrypt.c
[1004/1968] Compiling CNIOWindows WSAStartup.c
[1005/1968] Compiling CNIOWindows shim.c
[1006/1968] Compiling CNIOWindows WSAStartup.c
[1007/1968] Compiling CNIOWASI CNIOWASI.c
[1009/1996] Compiling CNIOSHA1 c_nio_sha1.c
[1010/2024] Compiling CNIOLinux shim.c
[1011/2024] Compiling CNIOSHA1 c_nio_sha1.c
[1012/2024] Compiling CNIOLinux liburing_shims.c
[1013/2024] Compiling CNIOLinux shim.c
[1014/2024] Compiling CNIOLinux liburing_shims.c
[1016/2024] Emitting module CoreMetrics
[1017/2024] Compiling CoreMetrics Locks.swift
[1018/2024] Compiling CoreMetrics Metrics.swift
[1018/2024] Compiling CNIOLLHTTP c_nio_http.c
[1020/2024] Compiling Crypto RNG_boring.swift
[1021/2024] Compiling Crypto SafeCompare_boring.swift
[1022/2024] Compiling Crypto Zeroization_boring.swift
[1023/2024] Compiling Crypto PrettyBytes.swift
[1024/2024] Compiling Crypto SafeCompare.swift
[1025/2024] Compiling Crypto SecureBytes.swift
[1026/2024] Compiling Crypto Zeroization.swift
[1027/2024] Compiling Crypto resource_bundle_accessor.swift
[1027/2024] Compiling CNIOLLHTTP c_nio_api.c
[1036/2024] Compiling CNIOLLHTTP c_nio_http.c
[1037/2026] Compiling CNIOExtrasZlib empty.c
[1038/2026] Compiling CNIOLLHTTP c_nio_api.c
[1039/2026] Compiling CNIOExtrasZlib empty.c
[1040/2026] Compiling CNIOLLHTTP c_nio_llhttp.c
[1043/2026] Compiling SystemPackage MachPort.swift
[1044/2026] Compiling SystemPackage PlatformString.swift
[1045/2026] Compiling SystemPackage SystemString.swift
[1046/2026] Compiling SystemPackage RawBuffer.swift
[1047/2026] Compiling SystemPackage Syscalls.swift
[1048/2026] Compiling SystemPackage WindowsSyscallAdapters.swift
[1049/2026] Compiling SystemPackage FilePathComponentView.swift
[1050/2026] Compiling SystemPackage FilePathComponents.swift
[1051/2026] Compiling SystemPackage FilePathParsing.swift
[1052/2029] Emitting module Metrics
[1053/2029] Compiling Metrics Metrics.swift
[1053/2029] Compiling fiat_p256_adx_sqr.S
[1055/2029] Compiling SystemPackage FileHelpers.swift
[1056/2029] Compiling SystemPackage FileOperations.swift
[1057/2029] Compiling SystemPackage FilePath.swift
[1058/2029] Compiling SystemPackage Errno.swift
[1059/2029] Compiling SystemPackage ErrnoWindows.swift
[1060/2029] Compiling SystemPackage FileDescriptor.swift
[1061/2029] Compiling SystemPackage FilePermissions.swift
[1062/2029] Compiling SystemPackage Backcompat.swift
[1063/2029] Compiling SystemPackage CInterop.swift
[1063/2029] Compiling fiat_p256_adx_mul.S
[1064/2029] Compiling fiat_curve25519_adx_square.S
[1065/2029] Compiling fiat_curve25519_adx_mul.S
[1067/2029] Emitting module SystemPackage
[1074/2032] Compiling CNIODarwin shim.c
[1076/2032] Compiling SystemPackage Util+StringArray.swift
[1077/2032] Compiling SystemPackage Util.swift
[1078/2032] Compiling SystemPackage UtilConsumers.swift
[1085/2032] Compiling SystemPackage FilePathString.swift
[1086/2032] Compiling SystemPackage FilePathSyntax.swift
[1087/2032] Compiling SystemPackage FilePathTemp.swift
[1088/2032] Compiling SystemPackage FilePathTempPosix.swift
[1089/2032] Compiling SystemPackage FilePathTempWindows.swift
[1090/2032] Compiling SystemPackage FilePathWindows.swift
[1091/2032] Compiling SystemPackage Constants.swift
[1094/2032] Compiling SystemPackage Exports.swift
[1096/2032] Compiling SystemPackage Mocking.swift
[1108/2032] Compiling CNIOBoringSSLShims shims.c
[1110/2032] Compiling CNIODarwin shim.c
[1114/2032] Compiling tls_record.cc
[1115/2032] Compiling tls_method.cc
[1116/2032] Compiling tls13_server.cc
[1117/2032] Compiling tls13_both.cc
[1118/2032] Compiling t1_enc.cc
[1119/2032] Compiling tls13_enc.cc
[1120/2032] Compiling tls13_client.cc
[1137/2036] Compiling ssl_versions.cc
[1139/2036] Emitting module SwiftSyntax
[1139/2043] Compiling ssl_x509.cc
[1140/2043] Compiling ssl_transcript.cc
[1141/2043] Compiling ssl_stat.cc
[1143/2043] Compiling Yams YamlError.swift
[1144/2043] Compiling Yams YamlTagProviding.swift
[1144/2043] Compiling ssl_privkey.cc
[1151/2043] Compiling ssl_session.cc
[1155/2043] Emitting module Yams
[1170/2043] Compiling ssl_lib.cc
[1171/2043] Compiling ssl_key_share.cc
[1172/2043] Compiling ssl_file.cc
[1173/2043] Compiling ssl_credential.cc
[1174/2043] Compiling ssl_cipher.cc
[1175/2043] Compiling ssl_buffer.cc
[1176/2043] Compiling ssl_cert.cc
[1177/2043] Compiling ssl_asn1.cc
[1178/2043] Compiling ssl_aead_ctx.cc
[1179/2043] Compiling s3_pkt.cc
[1180/2043] Compiling s3_lib.cc
[1181/2043] Compiling s3_both.cc
[1182/2043] Compiling handshake_server.cc
[1183/2043] Compiling handshake.cc
[1184/2043] Compiling handshake_client.cc
[1185/2043] Compiling handoff.cc
[1186/2043] Compiling encrypted_client_hello.cc
[1187/2043] Compiling md5-x86_64-linux.S
[1188/2043] Compiling md5-x86_64-apple.S
[1189/2043] Compiling extensions.cc
[1190/2043] Compiling dtls_record.cc
[1191/2043] Compiling md5-586-linux.S
[1192/2043] Compiling md5-586-apple.S
[1193/2043] Compiling chacha20_poly1305_x86_64-apple.S
[1194/2043] Compiling chacha20_poly1305_x86_64-linux.S
[1195/2043] Compiling d1_srtp.cc
[1196/2043] Compiling dtls_method.cc
[1197/2043] Compiling chacha20_poly1305_armv8-linux.S
[1198/2043] Compiling chacha20_poly1305_armv8-win.S
[1199/2043] Compiling chacha-x86_64-linux.S
[1200/2043] Compiling chacha-x86-linux.S
[1201/2043] Compiling chacha20_poly1305_armv8-apple.S
[1201/2043] Compiling chacha-x86_64-apple.S
[1203/2043] Compiling chacha-x86-apple.S
[1204/2043] Compiling chacha-armv8-win.S
[1205/2043] Compiling chacha-armv8-linux.S
[1206/2043] Compiling err_data.cc
[1207/2043] Compiling chacha-armv8-apple.S
[1208/2043] Compiling chacha-armv4-linux.S
[1209/2043] Compiling aes128gcmsiv-x86_64-linux.S
[1210/2043] Compiling aes128gcmsiv-x86_64-apple.S
[1211/2043] Compiling x86_64-mont5-linux.S
[1212/2043] Compiling x86_64-mont5-apple.S
[1213/2043] Compiling x86_64-mont-linux.S
[1214/2043] Compiling x86_64-mont-apple.S
[1215/2043] Compiling x86-mont-linux.S
[1216/2043] Compiling x86-mont-apple.S
[1217/2043] Compiling bio_ssl.cc
[1218/2043] Compiling vpaes-x86_64-linux.S
[1218/2043] Compiling vpaes-x86_64-apple.S
[1220/2043] Compiling vpaes-x86-linux.S
[1221/2043] Compiling d1_pkt.cc
[1222/2043] Compiling vpaes-x86-apple.S
[1223/2043] Compiling vpaes-armv8-win.S
[1224/2043] Compiling vpaes-armv8-linux.S
[1225/2043] Compiling vpaes-armv7-linux.S
[1226/2043] Compiling vpaes-armv8-apple.S
[1227/2043] Compiling sha512-x86_64-linux.S
[1228/2043] Compiling sha512-x86_64-apple.S
[1229/2043] Compiling sha512-armv8-win.S
[1230/2043] Compiling sha512-armv8-linux.S
[1231/2043] Compiling sha512-armv4-linux.S
[1232/2043] Compiling sha512-armv8-apple.S
[1233/2043] Compiling sha512-586-linux.S
[1234/2043] Compiling sha512-586-apple.S
[1235/2043] Compiling sha256-x86_64-linux.S
[1236/2043] Compiling sha256-x86_64-apple.S
[1237/2043] Compiling sha256-armv8-win.S
[1238/2043] Compiling sha256-armv8-linux.S
[1239/2043] Compiling sha256-armv4-linux.S
[1240/2043] Compiling sha256-586-linux.S
[1241/2043] Compiling sha256-armv8-apple.S
[1242/2043] Compiling sha256-586-apple.S
[1243/2043] Compiling sha1-x86_64-linux.S
[1244/2043] Compiling sha1-x86_64-apple.S
[1245/2043] Compiling sha1-armv8-win.S
[1246/2043] Compiling sha1-armv8-linux.S
[1247/2043] Compiling sha1-armv4-large-linux.S
[1248/2043] Compiling sha1-586-linux.S
[1249/2043] Compiling sha1-armv8-apple.S
[1250/2043] Compiling rsaz-avx2-linux.S
[1251/2043] Compiling sha1-586-apple.S
[1252/2043] Compiling rsaz-avx2-apple.S
[1253/2043] Compiling rdrand-x86_64-apple.S
[1254/2043] Compiling p256_beeu-x86_64-asm-linux.S
[1255/2043] Compiling rdrand-x86_64-linux.S
[1256/2043] Compiling p256_beeu-x86_64-asm-apple.S
[1257/2043] Compiling p256_beeu-armv8-asm-win.S
[1258/2043] Compiling p256_beeu-armv8-asm-linux.S
[1259/2043] Compiling d1_lib.cc
[1260/2043] Compiling p256_beeu-armv8-asm-apple.S
[1261/2043] Compiling p256-x86_64-asm-apple.S
[1262/2043] Compiling p256-x86_64-asm-linux.S
[1263/2043] Compiling p256-armv8-asm-linux.S
[1264/2043] Compiling p256-armv8-asm-win.S
[1265/2043] Compiling ghashv8-armv8-linux.S
[1266/2043] Compiling ghashv8-armv8-win.S
[1267/2043] Compiling p256-armv8-asm-apple.S
[1268/2043] Compiling d1_both.cc
[1269/2043] Compiling ghashv8-armv8-apple.S
[1270/2043] Compiling ghashv8-armv7-linux.S
[1271/2043] Compiling ghash-x86-linux.S
[1272/2043] Compiling ghash-x86_64-linux.S
[1272/2043] Compiling ghash-x86_64-apple.S
[1274/2043] Compiling ghash-x86-apple.S
[1275/2043] Compiling ghash-ssse3-x86_64-linux.S
[1276/2043] Compiling ghash-ssse3-x86_64-apple.S
[1277/2043] Compiling ghash-ssse3-x86-linux.S
[1278/2043] Compiling ghash-ssse3-x86-apple.S
[1279/2043] Compiling ghash-neon-armv8-win.S
[1280/2043] Compiling ghash-neon-armv8-linux.S
[1281/2043] Compiling ghash-armv4-linux.S
[1282/2043] Compiling co-586-linux.S
[1283/2043] Compiling ghash-neon-armv8-apple.S
[1284/2043] Compiling co-586-apple.S
[1285/2043] Compiling bsaes-armv7-linux.S
[1286/2043] Compiling bn-armv8-win.S
[1287/2043] Compiling bn-armv8-linux.S
[1288/2043] Compiling bn-armv8-apple.S
[1289/2043] Compiling bn-586-linux.S
[1290/2043] Compiling bn-586-apple.S
[1291/2043] Compiling armv8-mont-linux.S
[1291/2043] Compiling armv8-mont-win.S
[1293/2043] Compiling armv8-mont-apple.S
[1294/2043] Compiling aesv8-gcm-armv8-win.S
[1295/2043] Compiling armv4-mont-linux.S
[1296/2043] Compiling aesv8-gcm-armv8-linux.S
[1297/2043] Compiling aesv8-gcm-armv8-apple.S
[1297/2043] Compiling aesv8-armv8-linux.S
[1299/2043] Compiling aesv8-armv8-win.S
[1300/2043] Compiling aesv8-armv7-linux.S
[1301/2043] Compiling aesv8-armv8-apple.S
[1302/2043] Compiling aesni-x86_64-linux.S
[1303/2043] Compiling aesni-x86_64-apple.S
[1304/2043] Compiling aesni-x86-linux.S
[1305/2043] Compiling aesni-x86-apple.S
[1306/2043] Compiling aesni-gcm-x86_64-linux.S
[1307/2043] Compiling aes-gcm-avx2-x86_64-apple.S
[1308/2043] Compiling aesni-gcm-x86_64-apple.S
[1308/2043] Compiling aes-gcm-avx2-x86_64-linux.S
[1310/2043] Compiling aes-gcm-avx10-x86_64-linux.S
[1311/2043] Compiling aes-gcm-avx10-x86_64-apple.S
[1312/2043] Compiling x_spki.cc
[1313/2043] Compiling x_pubkey.cc
[1314/2043] Compiling x_x509.cc
[1315/2043] Compiling x_req.cc
[1316/2043] Compiling x_sig.cc
[1317/2043] Compiling x_name.cc
[1318/2043] Compiling x_val.cc
[1319/2043] Compiling x_x509a.cc
[1320/2043] Compiling x_exten.cc
[1321/2043] Compiling x_algor.cc
[1322/2043] Compiling x_crl.cc
[1323/2043] Compiling x_attrib.cc
[1324/2043] Compiling x509rset.cc
[1325/2043] Compiling x509name.cc
[1326/2043] Compiling x509spki.cc
[1327/2043] Compiling x_all.cc
[1328/2043] Compiling x509_vpm.cc
[1329/2043] Compiling x509cset.cc
[1373/2043] Compiling x509_txt.cc
[1374/2043] Compiling x509_v3.cc
[1375/2043] Compiling x509_trs.cc
[1376/2043] Compiling x509_vfy.cc
[1377/2043] Compiling x509_set.cc
[1378/2043] Compiling x509_obj.cc
[1379/2043] Compiling x509_ext.cc
[1380/2043] Compiling x509_req.cc
[1381/2043] Compiling x509_lu.cc
[1382/2043] Compiling x509_d2.cc
[1383/2043] Compiling x509_def.cc
[1384/2043] Compiling x509.cc
[1385/2043] Compiling x509_cmp.cc
[1386/2043] Compiling x509_att.cc
[1387/2043] Compiling v3_utl.cc
[1388/2043] Compiling v3_skey.cc
[1389/2043] Compiling v3_prn.cc
[1390/2043] Compiling v3_purp.cc
[1391/2043] Compiling v3_ocsp.cc
[1392/2043] Compiling v3_pmaps.cc
[1393/2043] Compiling v3_int.cc
[1394/2043] Compiling v3_ncons.cc
[1395/2043] Compiling v3_pcons.cc
[1396/2043] Compiling v3_info.cc
[1397/2043] Compiling v3_genn.cc
[1398/2043] Compiling v3_lib.cc
[1399/2043] Compiling v3_ia5.cc
[1400/2043] Compiling v3_enum.cc
[1401/2043] Compiling v3_extku.cc
[1402/2043] Compiling v3_bitst.cc
[1403/2043] Compiling v3_crld.cc
[1404/2043] Compiling v3_cpols.cc
[1405/2043] Compiling v3_conf.cc
[1406/2043] Compiling v3_bcons.cc
[1407/2043] Compiling v3_akeya.cc
[1408/2043] Compiling v3_alt.cc
[1409/2043] Compiling v3_akey.cc
[1410/2043] Compiling i2d_pr.cc
[1411/2043] Compiling t_x509.cc
[1412/2043] Compiling t_crl.cc
[1413/2043] Compiling t_x509a.cc
[1414/2043] Compiling t_req.cc
[1415/2043] Compiling rsa_pss.cc
[1416/2043] Compiling policy.cc
[1417/2043] Compiling name_print.cc
[1418/2043] Compiling by_file.cc
[1419/2043] Compiling by_dir.cc
[1420/2043] Compiling algorithm.cc
[1421/2043] Compiling asn1_gen.cc
[1422/2043] Compiling a_digest.cc
[1423/2043] Compiling a_sign.cc
[1424/2043] Compiling voprf.cc
[1425/2043] Compiling a_verify.cc
[1426/2043] Compiling trust_token.cc
[1427/2043] Compiling thread_win.cc
[1428/2043] Compiling thread.cc
[1429/2043] Compiling thread_pthread.cc
[1430/2043] Compiling thread_none.cc
[1431/2043] Compiling siphash.cc
[1432/2043] Compiling stack.cc
[1433/2043] Compiling slhdsa.cc
[1434/2043] Compiling pmbtoken.cc
[1435/2043] Compiling spake2plus.cc
[1436/2043] Compiling sha256.cc
[1437/2043] Compiling sha1.cc
[1438/2043] Compiling rsa_extra.cc
[1439/2043] Compiling sha512.cc
[1440/2043] Compiling rsa_print.cc
[1441/2043] Compiling rsa_crypt.cc
[1442/2043] Compiling refcount.cc
[1443/2043] Compiling rc4.cc
[1444/2043] Compiling windows.cc
[1445/2043] Compiling urandom.cc
[1446/2043] Compiling rand.cc
[1447/2043] Compiling rsa_asn1.cc
[1448/2043] Compiling trusty.cc
[1449/2043] Compiling ios.cc
[1450/2043] Compiling passive.cc
[1451/2043] Compiling poly1305_arm_asm.S
[1474/2043] Compiling getentropy.cc
[1475/2043] Compiling forkunsafe.cc
[1476/2043] Compiling deterministic.cc
[1477/2043] Compiling poly1305_vec.cc
[1478/2043] Compiling fork_detect.cc
[1479/2043] Compiling poly1305_arm.cc
[1480/2043] Compiling poly1305.cc
[1481/2043] Compiling pool.cc
[1482/2043] Compiling pkcs8_x509.cc
[1483/2043] Compiling pkcs7.cc
[1484/2043] Compiling p5_pbev2.cc
[1485/2043] Compiling pkcs7_x509.cc
[1486/2043] Compiling pkcs8.cc
[1487/2043] Compiling pem_x509.cc
[1488/2043] Compiling pem_xaux.cc
[1489/2043] Compiling pem_pkey.cc
[1490/2043] Compiling pem_pk8.cc
[1491/2043] Compiling pem_oth.cc
[1492/2043] Compiling obj_xref.cc
[1493/2043] Compiling mlkem.cc
[1494/2043] Compiling pem_lib.cc
[1495/2043] Compiling mldsa.cc
[1496/2043] Compiling mem.cc
[1497/2043] Compiling pem_info.cc
[1498/2043] Compiling obj.cc
[1499/2043] Compiling pem_all.cc
[1500/2043] Compiling poly_rq_mul.S
[1501/2043] Compiling fips_shared_support.cc
[1502/2043] Compiling md5.cc
[1503/2043] Compiling md4.cc
[1504/2043] Compiling lhash.cc
[1505/2043] Compiling sign.cc
[1506/2043] Compiling ex_data.cc
[1507/2043] Compiling kyber.cc
[1508/2043] Compiling scrypt.cc
[1509/2043] Compiling hpke.cc
[1510/2043] Compiling hrss.cc
[1511/2043] Compiling print.cc
[1512/2043] Compiling pbkdf.cc
[1513/2043] Compiling p_x25519.cc
[1514/2043] Compiling p_x25519_asn1.cc
[1515/2043] Compiling p_hkdf.cc
[1516/2043] Compiling p_rsa_asn1.cc
[1517/2043] Compiling p_ed25519.cc
[1518/2043] Compiling p_rsa.cc
[1519/2043] Compiling p_ed25519_asn1.cc
[1520/2043] Compiling p_ec_asn1.cc
[1521/2043] Compiling p_ec.cc
[1522/2043] Compiling p_dh_asn1.cc
[1523/2043] Compiling p_dh.cc
[1524/2043] Compiling p_dsa_asn1.cc
[1525/2043] Compiling evp_ctx.cc
[1526/2043] Compiling evp.cc
[1527/2043] Compiling err.cc
[1528/2043] Compiling evp_asn1.cc
[1529/2043] Compiling engine.cc
[1530/2043] Compiling ec_derive.cc
[1531/2043] Compiling ecdh.cc
[1532/2043] Compiling hash_to_curve.cc
[1533/2043] Compiling ecdsa_asn1.cc
[1534/2043] Compiling bcm.cc
[1535/2043] Compiling ec_asn1.cc
[1536/2043] Compiling dsa.cc
[1537/2043] Compiling dsa_asn1.cc
[1538/2043] Compiling x25519-asm-arm.S
[1539/2043] Compiling params.cc
[1540/2043] Compiling digest_extra.cc
[1541/2043] Compiling curve25519_64_adx.cc
[1542/2043] Compiling des.cc
[1543/2043] Compiling dh_asn1.cc
[1544/2043] Compiling spake25519.cc
[1545/2043] Compiling crypto.cc
[1546/2043] Compiling curve25519.cc
[1547/2043] Compiling cpu_intel.cc
[1548/2043] Compiling cpu_arm_linux.cc
[1549/2043] Compiling cpu_arm_freebsd.cc
[1550/2043] Compiling cpu_aarch64_win.cc
[1551/2043] Compiling cpu_aarch64_sysreg.cc
[1552/2043] Compiling cpu_aarch64_openbsd.cc
[1553/2043] Compiling cpu_aarch64_linux.cc
[1554/2043] Compiling cpu_aarch64_apple.cc
[1555/2043] Compiling cpu_aarch64_fuchsia.cc
[1556/2043] Compiling conf.cc
[1557/2043] Compiling tls_cbc.cc
[1558/2043] Compiling get_cipher.cc
[1559/2043] Compiling e_tls.cc
[1560/2043] Compiling e_rc4.cc
[1561/2043] Compiling e_rc2.cc
[1562/2043] Compiling e_null.cc
[1563/2043] Compiling e_des.cc
[1564/2043] Compiling derive_key.cc
[1565/2043] Compiling e_aesctrhmac.cc
[1566/2043] Compiling e_aesgcmsiv.cc
[1567/2043] Compiling e_chacha20poly1305.cc
[1568/2043] Compiling chacha.cc
[1569/2043] Compiling unicode.cc
[1570/2043] Compiling cbs.cc
[1571/2043] Compiling buf.cc
[1572/2043] Compiling cbb.cc
[1573/2043] Compiling ber.cc
[1574/2043] Compiling asn1_compat.cc
[1575/2043] Compiling blake2.cc
[1576/2043] Compiling bn_asn1.cc
[1577/2043] Compiling convert.cc
[1578/2043] Compiling socket_helper.cc
[1579/2043] Compiling socket.cc
[1580/2043] Compiling pair.cc
[1581/2043] Compiling errno.cc
[1582/2043] Compiling hexdump.cc
[1583/2043] Compiling file.cc
[1584/2043] Compiling printf.cc
[1585/2043] Compiling fd.cc
[1586/2043] Compiling connect.cc
[1587/2043] Compiling bio_mem.cc
[1588/2043] Compiling bio.cc
[1589/2043] Compiling base64.cc
[1590/2043] Compiling tasn_typ.cc
[1591/2043] Compiling tasn_fre.cc
[1592/2043] Compiling tasn_enc.cc
[1593/2043] Compiling tasn_new.cc
[1594/2043] Compiling posix_time.cc
[1595/2043] Compiling tasn_utl.cc
[1596/2043] Compiling tasn_dec.cc
[1597/2043] Compiling f_string.cc
[1598/2043] Compiling f_int.cc
[1599/2043] Compiling asn_pack.cc
[1600/2043] Compiling asn1_par.cc
[1601/2043] Compiling asn1_lib.cc
[1602/2043] Compiling a_utctm.cc
[1603/2043] Compiling a_type.cc
[1604/2043] Compiling a_time.cc
[1605/2043] Compiling a_octet.cc
[1606/2043] Compiling a_strnid.cc
[1607/2043] Compiling a_strex.cc
[1608/2043] Compiling a_mbstr.cc
[1609/2043] Compiling fiat_p256_adx_sqr.S
[1610/2043] Compiling a_i2d_fp.cc
[1611/2043] Compiling a_dup.cc
[1612/2043] Compiling a_object.cc
[1613/2043] Compiling fiat_p256_adx_mul.S
[1614/2043] Compiling fiat_curve25519_adx_square.S
[1615/2043] Compiling fiat_curve25519_adx_mul.S
[1616/2043] Compiling a_int.cc
[1617/2043] Compiling a_gentm.cc
[1618/2043] Compiling a_d2i_fp.cc
[1619/2043] Compiling a_bitstr.cc
[1620/2043] Compiling a_bool.cc
[1621/2043] Compiling tls_method.cc
[1622/2043] Compiling tls_record.cc
[1623/2043] Compiling tls13_client.cc
[1624/2043] Compiling tls13_server.cc
[1625/2043] Compiling tls13_enc.cc
[1626/2043] Compiling tls13_both.cc
[1627/2043] Compiling t1_enc.cc
[1628/2043] Compiling ssl_versions.cc
[1629/2043] Compiling ssl_x509.cc
[1630/2043] Compiling ssl_transcript.cc
[1631/2043] Compiling ssl_stat.cc
[1632/2043] Compiling ssl_key_share.cc
[1633/2043] Compiling ssl_file.cc
[1634/2043] Compiling ssl_privkey.cc
[1635/2043] Compiling ssl_session.cc
[1636/2043] Compiling ssl_lib.cc
[1637/2043] Compiling ssl_credential.cc
[1637/2043] Compiling ssl_cipher.cc
[1639/2043] Compiling ssl_buffer.cc
[1640/2043] Compiling ssl_cert.cc
[1641/2043] Compiling ssl_aead_ctx.cc
[1642/2043] Compiling s3_pkt.cc
[1643/2043] Compiling ssl_asn1.cc
[1644/2043] Compiling s3_lib.cc
[1645/2043] Compiling s3_both.cc
[1646/2043] Compiling handshake_client.cc
[1647/2043] Compiling handshake_server.cc
[1649/2043] Compiling SwiftSyntax SyntaxNodesD.swift
[1650/2043] Compiling SwiftSyntax SyntaxNodesEF.swift
[1651/2043] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1652/2043] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1653/2043] Compiling SwiftSyntax SyntaxNodesOP.swift
[1654/2043] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1655/2043] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1655/2043] Compiling handshake.cc
[1656/2043] Compiling handoff.cc
[1657/2043] Compiling dtls_method.cc
[1658/2043] Compiling dtls_record.cc
[1659/2043] Compiling md5-x86_64-linux.S
[1660/2043] Compiling md5-x86_64-apple.S
[1661/2043] Compiling encrypted_client_hello.cc
[1662/2043] Compiling md5-586-linux.S
[1663/2043] Compiling extensions.cc
[1664/2043] Compiling md5-586-apple.S
[1665/2043] Compiling d1_srtp.cc
[1666/2043] Compiling chacha20_poly1305_x86_64-linux.S
[1667/2043] Compiling chacha20_poly1305_x86_64-apple.S
[1668/2053] Compiling chacha20_poly1305_armv8-win.S
[1669/2053] Compiling chacha20_poly1305_armv8-linux.S
[1670/2053] Compiling chacha-x86_64-linux.S
[1671/2053] Compiling chacha20_poly1305_armv8-apple.S
[1672/2059] Compiling chacha-x86_64-apple.S
[1673/2060] Compiling chacha-x86-linux.S
[1674/2060] Compiling chacha-armv8-win.S
[1675/2060] Compiling chacha-x86-apple.S
[1676/2070] Compiling chacha-armv8-linux.S
[1677/2102] Compiling chacha-armv8-apple.S
[1678/2102] Compiling chacha-armv4-linux.S
[1679/2102] Compiling aes128gcmsiv-x86_64-linux.S
[1680/2102] Compiling aes128gcmsiv-x86_64-apple.S
[1681/2102] Compiling x86_64-mont5-linux.S
[1682/2102] Compiling x86_64-mont5-apple.S
[1683/2102] Compiling x86_64-mont-linux.S
[1684/2102] Compiling x86_64-mont-apple.S
[1685/2102] Compiling x86-mont-linux.S
[1686/2102] Compiling x86-mont-apple.S
[1687/2102] Compiling vpaes-x86_64-linux.S
[1688/2102] Compiling vpaes-x86_64-apple.S
[1689/2102] Compiling vpaes-x86-apple.S
[1690/2102] Compiling vpaes-x86-linux.S
[1691/2102] Compiling d1_lib.cc
[1692/2102] Compiling vpaes-armv8-win.S
[1693/2102] Compiling vpaes-armv8-linux.S
[1694/2102] Compiling d1_pkt.cc
[1695/2102] Compiling vpaes-armv8-apple.S
[1696/2102] Compiling sha512-x86_64-linux.S
[1697/2102] Compiling vpaes-armv7-linux.S
[1698/2102] Compiling sha512-x86_64-apple.S
[1699/2102] Compiling sha512-armv8-win.S
[1700/2102] Compiling sha512-armv8-linux.S
[1701/2102] Compiling sha512-armv4-linux.S
[1702/2102] Compiling sha512-586-linux.S
[1703/2102] Compiling sha512-armv8-apple.S
[1704/2102] Compiling sha512-586-apple.S
[1705/2102] Compiling sha256-x86_64-linux.S
[1706/2102] Compiling sha256-x86_64-apple.S
[1707/2102] Compiling sha256-armv8-win.S
[1709/2102] Compiling SwiftDiagnostics Message.swift
[1709/2103] Compiling sha256-armv8-linux.S
[1710/2103] Compiling sha256-armv4-linux.S
[1711/2103] Compiling sha256-armv8-apple.S
[1712/2103] Compiling sha256-586-linux.S
[1713/2103] Compiling sha256-586-apple.S
[1714/2103] Compiling sha1-x86_64-linux.S
[1715/2103] Compiling sha1-armv8-win.S
[1716/2103] Compiling sha1-x86_64-apple.S
[1717/2103] Compiling sha1-armv8-linux.S
[1718/2103] Compiling sha1-armv8-apple.S
[1719/2103] Compiling sha1-586-linux.S
[1720/2103] Compiling sha1-armv4-large-linux.S
[1721/2103] Compiling sha1-586-apple.S
[1722/2103] Compiling rdrand-x86_64-linux.S
[1723/2103] Compiling rsaz-avx2-apple.S
[1724/2103] Compiling rdrand-x86_64-apple.S
[1725/2103] Compiling rsaz-avx2-linux.S
[1726/2103] Compiling p256_beeu-x86_64-asm-linux.S
[1727/2103] Compiling p256_beeu-x86_64-asm-apple.S
[1728/2103] Compiling p256_beeu-armv8-asm-win.S
[1729/2103] Compiling p256_beeu-armv8-asm-linux.S
[1730/2103] Compiling p256_beeu-armv8-asm-apple.S
[1731/2103] Compiling p256-x86_64-asm-linux.S
[1732/2103] Compiling p256-armv8-asm-win.S
[1733/2103] Compiling p256-x86_64-asm-apple.S
[1734/2103] Compiling p256-armv8-asm-linux.S
[1735/2103] Compiling ghashv8-armv8-win.S
[1736/2103] Compiling ghashv8-armv8-linux.S
[1737/2103] Compiling p256-armv8-asm-apple.S
[1738/2103] Compiling ghashv8-armv8-apple.S
[1739/2103] Compiling ghashv8-armv7-linux.S
[1740/2103] Compiling ghash-x86_64-linux.S
[1741/2103] Compiling ghash-x86_64-apple.S
[1742/2103] Compiling ghash-x86-linux.S
[1744/2103] Compiling SwiftDiagnostics Note.swift
[1744/2103] Compiling ghash-x86-apple.S
[1745/2103] Compiling ghash-ssse3-x86_64-linux.S
[1746/2103] Compiling ghash-ssse3-x86_64-apple.S
[1747/2103] Compiling ghash-ssse3-x86-linux.S
[1748/2103] Compiling err_data.cc
[1749/2103] Compiling ghash-ssse3-x86-apple.S
[1750/2103] Compiling ghash-neon-armv8-win.S
[1751/2103] Compiling ghash-neon-armv8-linux.S
[1752/2103] Compiling ghash-neon-armv8-apple.S
[1753/2103] Compiling ghash-armv4-linux.S
[1754/2103] Compiling co-586-linux.S
[1756/2103] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1756/2103] Compiling co-586-apple.S
[1758/2103] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1759/2103] Compiling SwiftBasicFormat Indenter.swift
[1759/2103] Compiling bsaes-armv7-linux.S
[1760/2103] Compiling bn-armv8-win.S
[1761/2103] Compiling bn-armv8-apple.S
[1762/2103] Compiling bn-armv8-linux.S
[1763/2103] Compiling bn-586-linux.S
[1764/2103] Compiling bn-586-apple.S
[1765/2103] Compiling armv8-mont-win.S
[1766/2103] Compiling armv8-mont-linux.S
[1767/2103] Compiling armv8-mont-apple.S
[1768/2103] Compiling armv4-mont-linux.S
[1769/2103] Compiling aesv8-gcm-armv8-win.S
[1771/2103] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1772/2103] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1773/2103] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1774/2103] Compiling SwiftDiagnostics FixIt.swift
[1774/2103] Compiling aesv8-gcm-armv8-linux.S
[1775/2103] Compiling aesv8-gcm-armv8-apple.S
[1776/2103] Compiling aesv8-armv8-win.S
[1777/2103] Compiling aesv8-armv8-linux.S
[1778/2103] Compiling aesv8-armv8-apple.S
[1779/2103] Compiling aesv8-armv7-linux.S
[1780/2103] Compiling aesni-x86_64-linux.S
[1781/2103] Compiling aesni-x86_64-apple.S
[1782/2103] Compiling aesni-x86-linux.S
[1783/2103] Compiling aesni-gcm-x86_64-linux.S
[1784/2103] Compiling aesni-x86-apple.S
[1785/2103] Compiling aesni-gcm-x86_64-apple.S
[1786/2103] Compiling aes-gcm-avx2-x86_64-linux.S
[1788/2103] Compiling SwiftDiagnostics Diagnostic.swift
[1789/2103] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1790/2103] Compiling SwiftDiagnostics Convenience.swift
[1791/2103] Emitting module SwiftDiagnostics
[1792/2103] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1792/2103] Compiling aes-gcm-avx2-x86_64-apple.S
[1793/2103] Compiling aes-gcm-avx10-x86_64-linux.S
[1794/2103] Compiling aes-gcm-avx10-x86_64-apple.S
[1795/2103] Compiling bio_ssl.cc
[1797/2103] Emitting module SwiftBasicFormat
[1798/2103] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1799/2103] Compiling SwiftBasicFormat BasicFormat.swift
[1800/2103] Compiling SwiftBasicFormat InferIndentation.swift
[1801/2103] Compiling SwiftParser StringLiterals.swift
[1802/2103] Compiling SwiftParser SwiftParserCompatibility.swift
[1803/2103] Compiling SwiftParser SwiftVersion.swift
[1804/2103] Compiling SwiftParser SyntaxUtils.swift
[1804/2107] Compiling d1_both.cc
[1805/2107] Compiling x_sig.cc
[1806/2107] Compiling x_x509a.cc
[1807/2107] Compiling x_spki.cc
[1808/2107] Compiling x_req.cc
[1809/2107] Compiling x_val.cc
[1810/2107] Compiling x_pubkey.cc
[1811/2107] Compiling x_x509.cc
[1813/2107] Compiling SwiftParser TopLevel.swift
[1814/2107] Compiling SwiftParser TriviaParser.swift
[1815/2107] Compiling SwiftParser Types.swift
[1816/2107] Compiling SwiftParser ExperimentalFeatures.swift
[1817/2107] Compiling SwiftParser TokenConsumer.swift
[1818/2107] Compiling SwiftParser TokenPrecedence.swift
[1819/2107] Compiling SwiftParser TokenSpec.swift
[1820/2107] Compiling SwiftParser TokenSpecSet.swift
[1820/2107] Compiling x_name.cc
[1821/2107] Compiling x_exten.cc
[1823/2107] Emitting module SwiftParser
[1824/2107] Compiling SwiftParser UnicodeScalarExtensions.swift
[1825/2107] Compiling SwiftParser Lookahead.swift
[1826/2107] Compiling SwiftParser LoopProgressCondition.swift
[1827/2107] Compiling SwiftParser Modifiers.swift
[1828/2107] Compiling SwiftParser Names.swift
[1829/2107] Compiling SwiftParser Recovery.swift
[1830/2107] Compiling SwiftParser Specifiers.swift
[1831/2107] Compiling SwiftParser Statements.swift
[1832/2107] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1832/2107] Compiling x_algor.cc
[1833/2107] Compiling x509spki.cc
[1834/2107] Compiling x509rset.cc
[1835/2107] Compiling x_crl.cc
[1836/2107] Compiling x509name.cc
[1837/2107] Compiling x_attrib.cc
[1838/2107] Compiling x_all.cc
[1840/2107] Compiling SwiftParser Directives.swift
[1841/2107] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1842/2107] Compiling SwiftParser Expressions.swift
[1843/2107] Compiling SwiftParser IncrementalParseTransition.swift
[1844/2107] Compiling SwiftParser IsValidIdentifier.swift
[1844/2107] Compiling x509cset.cc
[1845/2107] Compiling x509_vpm.cc
[1847/2107] Compiling SwiftParser Nominals.swift
[1848/2107] Compiling SwiftParser Parameters.swift
[1849/2107] Compiling SwiftParser ParseSourceFile.swift
[1850/2107] Compiling SwiftParser Parser.swift
[1851/2107] Compiling SwiftParser Patterns.swift
[1851/2107] Compiling x509_txt.cc
[1852/2107] Compiling x509_v3.cc
[1854/2107] Compiling SwiftParser Cursor.swift
[1855/2107] Compiling SwiftParser Lexeme.swift
[1856/2107] Compiling SwiftParser LexemeSequence.swift
[1857/2107] Compiling SwiftParser Lexer.swift
[1858/2107] Compiling SwiftParser RegexLiteralLexer.swift
[1859/2107] Compiling SwiftParser Attributes.swift
[1860/2107] Compiling SwiftParser Availability.swift
[1861/2107] Compiling SwiftParser CharacterInfo.swift
[1862/2107] Compiling SwiftParser CollectionNodes+Parsable.swift
[1863/2107] Compiling SwiftParser Declarations.swift
[1863/2107] Compiling x509_trs.cc
[1864/2107] Compiling x509_set.cc
[1865/2107] Compiling x509_vfy.cc
[1866/2107] Compiling x509_obj.cc
[1867/2107] Compiling x509_req.cc
[1868/2107] Compiling x509_lu.cc
[1869/2107] Compiling x509_ext.cc
[1870/2107] Compiling x509_def.cc
[1871/2107] Compiling x509_d2.cc
[1872/2107] Compiling x509.cc
[1873/2107] Compiling x509_att.cc
[1874/2107] Compiling x509_cmp.cc
[1875/2107] Compiling v3_skey.cc
[1876/2107] Compiling v3_utl.cc
[1878/2107] Compiling SwiftParser IsLexerClassified.swift
[1879/2107] Compiling SwiftParser LayoutNodes+Parsable.swift
[1880/2107] Compiling SwiftParser Parser+TokenSpecSet.swift
[1881/2107] Compiling SwiftParser TokenSpecStaticMembers.swift
[1881/2107] Compiling v3_prn.cc
[1882/2107] Compiling v3_purp.cc
[1883/2107] Compiling v3_pcons.cc
[1884/2107] Compiling v3_pmaps.cc
[1885/2107] Compiling v3_ocsp.cc
[1886/2126] Compiling v3_int.cc
[1887/2129] Compiling v3_ncons.cc
[1888/2130] Compiling v3_lib.cc
[1889/2130] Compiling v3_info.cc
[1891/2130] Compiling SwiftOperators PrecedenceGroup.swift
[1891/2131] Compiling v3_ia5.cc
[1893/2131] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1894/2132] Compiling SwiftOperators PrecedenceGraph.swift
[1895/2132] Compiling SwiftOperators OperatorTable.swift
[1896/2132] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1897/2132] Compiling SwiftOperators SyntaxSynthesis.swift
[1898/2132] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1899/2132] Compiling SwiftOperators OperatorTable+Semantics.swift
[1900/2132] Compiling SwiftOperators OperatorError.swift
[1901/2132] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1902/2132] Emitting module SwiftOperators
[1903/2132] Compiling SwiftOperators OperatorTable+Defaults.swift
[1904/2132] Compiling SwiftOperators Operator.swift
[1905/2132] Compiling SwiftOperators OperatorTable+Folding.swift
[1905/2132] Compiling v3_genn.cc
[1906/2132] Compiling v3_extku.cc
[1907/2132] Compiling v3_enum.cc
[1908/2132] Compiling v3_bitst.cc
[1910/2132] Compiling SwiftParserDiagnostics Utils.swift
[1911/2132] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1912/2132] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1912/2132] Compiling v3_crld.cc
[1913/2132] Compiling v3_conf.cc
[1915/2132] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1915/2132] Compiling v3_cpols.cc
[1916/2132] Compiling v3_bcons.cc
[1917/2132] Compiling v3_alt.cc
[1918/2132] Compiling v3_akeya.cc
[1919/2132] Compiling v3_akey.cc
[1920/2132] Compiling t_x509a.cc
[1921/2132] Compiling t_x509.cc
[1922/2132] Compiling t_crl.cc
[1923/2132] Compiling t_req.cc
[1924/2132] Compiling rsa_pss.cc
[1925/2132] Compiling policy.cc
[1926/2132] Compiling i2d_pr.cc
[1927/2132] Compiling name_print.cc
[1928/2132] Compiling by_file.cc
[1929/2132] Compiling by_dir.cc
[1931/2132] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1932/2132] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1933/2132] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1934/2132] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1935/2132] Emitting module SwiftParserDiagnostics
[1936/2132] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1937/2132] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1937/2132] Compiling algorithm.cc
[1938/2132] Compiling a_verify.cc
[1939/2132] Compiling asn1_gen.cc
[1940/2132] Compiling a_sign.cc
[1941/2132] Compiling a_digest.cc
[1942/2132] Compiling voprf.cc
[1943/2145] Compiling thread_win.cc
[1944/2147] Compiling trust_token.cc
[1944/2147] Compiling thread_pthread.cc
[1946/2147] Compiling thread.cc
[1947/2147] Compiling thread_none.cc
[1948/2147] Compiling stack.cc
[1949/2147] Compiling pmbtoken.cc
[1950/2147] Compiling slhdsa.cc
[1951/2147] Compiling spake2plus.cc
[1952/2147] Compiling sha1.cc
[1953/2147] Compiling sha256.cc
[1954/2147] Compiling sha512.cc
[1955/2147] Compiling rsa_print.cc
[1956/2147] Compiling siphash.cc
[1957/2147] Compiling rsa_extra.cc
[1958/2147] Compiling rsa_crypt.cc
[1959/2147] Compiling urandom.cc
[1960/2147] Compiling rc4.cc
[1961/2147] Compiling trusty.cc
[1962/2147] Compiling refcount.cc
[1963/2147] Compiling rand.cc
[1964/2147] Compiling windows.cc
[1965/2147] Compiling passive.cc
[1966/2147] Compiling rsa_asn1.cc
[1967/2147] Compiling poly1305_arm_asm.S
[1968/2147] Compiling ios.cc
[1969/2147] Compiling deterministic.cc
[1970/2147] Compiling getentropy.cc
[1971/2147] Compiling poly1305_vec.cc
[1972/2147] Compiling fork_detect.cc
[1973/2147] Compiling forkunsafe.cc
[1975/2147] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1976/2147] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1977/2147] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1978/2147] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1978/2148] Compiling poly1305_arm.cc
[1979/2148] Compiling poly1305.cc
[1980/2148] Compiling pool.cc
[1982/2148] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1983/2148] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1984/2148] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1985/2148] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1986/2148] Compiling SwiftSyntaxBuilder Indenter.swift
[1987/2148] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1988/2148] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1989/2148] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1990/2148] Emitting module SwiftSyntaxBuilder
[1991/2148] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1992/2148] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1992/2148] Compiling pkcs7.cc
[1994/2148] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1994/2148] Compiling pkcs8_x509.cc
[1995/2148] Compiling p5_pbev2.cc
[1996/2148] Compiling pem_xaux.cc
[1997/2148] Compiling pkcs8.cc
[1998/2148] Compiling pkcs7_x509.cc
[1999/2148] Compiling pem_x509.cc
[1999/2148] Compiling pem_pkey.cc
[2001/2163] Compiling pem_pk8.cc
[2003/2166] Compiling SwiftSyntaxMacros PreambleMacro.swift
[2004/2167] Compiling SwiftSyntaxMacros Macro.swift
[2005/2167] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[2006/2167] Compiling SwiftSyntaxMacros MemberMacro.swift
[2007/2167] Compiling SwiftSyntaxMacros PeerMacro.swift
[2008/2167] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[2009/2167] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[2010/2167] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[2011/2167] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[2012/2167] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[2013/2167] Compiling SwiftSyntaxMacros Macro+Format.swift
[2014/2167] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[2015/2167] Compiling SwiftSyntaxMacros AccessorMacro.swift
[2016/2167] Compiling SwiftSyntaxMacros AttachedMacro.swift
[2017/2167] Compiling SwiftSyntaxMacros BodyMacro.swift
[2017/2167] Compiling obj_xref.cc
[2019/2167] Emitting module SwiftSyntaxMacros
[2020/2167] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[2021/2167] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[2021/2167] Compiling pem_oth.cc
[2022/2167] Compiling mldsa.cc
[2023/2167] Compiling mlkem.cc
[2024/2167] Compiling obj.cc
[2026/2167] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[2026/2167] Compiling pem_lib.cc
[2027/2167] Compiling mem.cc
[2028/2167] Compiling pem_info.cc
[2029/2167] Compiling poly_rq_mul.S
[2030/2167] Compiling pem_all.cc
[2031/2167] Compiling fips_shared_support.cc
[2032/2173] Compiling md5.cc
[2033/2177] Compiling md4.cc
[2034/2177] Compiling lhash.cc
[2035/2177] Compiling ex_data.cc
[2036/2177] Compiling sign.cc
[2037/2177] Compiling kyber.cc
[2038/2177] Compiling hrss.cc
[2039/2177] Compiling hpke.cc
[2040/2177] Compiling scrypt.cc
[2041/2177] Compiling pbkdf.cc
[2042/2177] Compiling p_x25519.cc
[2043/2177] Compiling print.cc
[2044/2177] Compiling p_x25519_asn1.cc
[2045/2177] Compiling p_rsa_asn1.cc
[2046/2177] Compiling p_hkdf.cc
[2046/2177] Compiling p_rsa.cc
[2048/2177] Compiling p_ed25519.cc
[2049/2177] Compiling p_ec.cc
[2050/2177] Compiling p_ed25519_asn1.cc
[2051/2177] Compiling p_ec_asn1.cc
[2052/2177] Compiling p_dh_asn1.cc
[2054/2177] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[2055/2177] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[2056/2177] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[2057/2177] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[2058/2177] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[2059/2177] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[2060/2177] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[2061/2177] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[2062/2177] Emitting module SwiftSyntaxMacroExpansion
[2063/2177] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[2063/2177] Compiling p_dh.cc
[2064/2177] Compiling evp_ctx.cc
[2065/2177] Compiling p_dsa_asn1.cc
[2066/2177] Compiling evp.cc
[2067/2177] Compiling err.cc
[2068/2177] Compiling engine.cc
[2069/2177] Compiling evp_asn1.cc
[2070/2187] Compiling ecdh.cc
[2071/2187] Compiling hash_to_curve.cc
[2072/2189] Compiling ec_derive.cc
[2073/2189] Compiling ecdsa_asn1.cc
[2074/2189] Compiling bcm.cc
[2075/2189] Compiling ec_asn1.cc
[2076/2189] Compiling dsa.cc
[2077/2189] Compiling x25519-asm-arm.S
[2078/2189] Compiling dsa_asn1.cc
[2079/2189] Compiling digest_extra.cc
[2080/2189] Compiling params.cc
[2081/2189] Compiling curve25519_64_adx.cc
[2082/2189] Compiling des.cc
[2083/2189] Compiling crypto.cc
[2084/2189] Compiling dh_asn1.cc
[2085/2189] Compiling cpu_intel.cc
[2086/2189] Compiling spake25519.cc
[2087/2189] Compiling curve25519.cc
[2088/2189] Compiling cpu_arm_linux.cc
[2089/2189] Compiling cpu_aarch64_win.cc
[2090/2189] Compiling cpu_arm_freebsd.cc
[2091/2189] Compiling cpu_aarch64_sysreg.cc
[2092/2189] Compiling cpu_aarch64_openbsd.cc
[2093/2189] Compiling cpu_aarch64_fuchsia.cc
[2094/2189] Compiling cpu_aarch64_linux.cc
[2095/2189] Compiling cpu_aarch64_apple.cc
[2096/2189] Compiling conf.cc
[2098/2189] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[2099/2189] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[2100/2189] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[2101/2189] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[2102/2189] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[2103/2189] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[2104/2189] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[2105/2189] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[2105/2189] Compiling tls_cbc.cc
[2106/2189] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[2108/2189] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[2109/2189] Emitting module SwiftCompilerPluginMessageHandling
[2110/2189] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[2110/2190] Compiling get_cipher.cc
[2111/2190] Compiling e_tls.cc
[2112/2190] Compiling e_rc4.cc
[2113/2190] Compiling e_null.cc
[2113/2190] Compiling e_rc2.cc
[2115/2190] Compiling e_des.cc
[2116/2190] Compiling e_chacha20poly1305.cc
[2117/2190] Compiling e_aesgcmsiv.cc
[2119/2190] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[2119/2190] Compiling e_aesctrhmac.cc
[2120/2190] Compiling derive_key.cc
[2121/2190] Compiling chacha.cc
[2122/2190] Compiling unicode.cc
[2123/2192] Compiling buf.cc
[2124/2192] Compiling ber.cc
[2125/2192] Compiling cbb.cc
[2126/2192] Compiling asn1_compat.cc
[2127/2192] Compiling cbs.cc
[2128/2192] Compiling convert.cc
[2129/2192] Compiling blake2.cc
[2131/2192] Emitting module SwiftCompilerPlugin
[2132/2192] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[2132/2192] Compiling bn_asn1.cc
[2133/2192] Compiling socket_helper.cc
[2134/2192] Compiling printf.cc
[2135/2192] Compiling socket.cc
[2136/2192] Compiling pair.cc
[2137/2192] Compiling hexdump.cc
[2138/2192] Compiling file.cc
[2139/2214] Compiling errno.cc
[2140/2216] Compiling fd.cc
[2141/2216] Compiling connect.cc
[2142/2223] Compiling bio_mem.cc
[2143/2223] Compiling base64.cc
[2144/2223] Compiling bio.cc
[2145/2223] Compiling tasn_typ.cc
[2147/2223] Emitting module FOSMacros
[2148/2223] Compiling TestingMacros SourceLocationGeneration.swift
[2149/2223] Compiling TestingMacros TagMacro.swift
[2149/2225] Compiling tasn_utl.cc
[2150/2225] Compiling tasn_fre.cc
[2152/2225] Compiling FOSMacros ViewModelMacro.swift
[2152/2225] Compiling tasn_enc.cc
[2154/2225] Compiling FOSMacros VersionedFactoryMethodMacro.swift
[2155/2225] Compiling FOSMacros ViewModelFactoryMacro.swift
[2156/2225] Compiling FOSMacros Stubbable.swift
[2157/2225] Compiling FOSMacros FOSMacros.swift
[2158/2225] Compiling FOSMacros SystemVersion.swift
[2158/2225] Compiling posix_time.cc
[2159/2225] Write Objects.LinkFileList
[2160/2225] Compiling f_string.cc
[2161/2225] Compiling tasn_new.cc
[2162/2225] Compiling f_int.cc
[2163/2225] Compiling tasn_dec.cc
[2164/2225] Compiling asn_pack.cc
[2165/2225] Compiling asn1_par.cc
[2167/2225] Compiling TestingMacros DiagnosticMessage.swift
[2168/2225] Compiling TestingMacros SourceCodeCapturing.swift
[2169/2225] Compiling TestingMacros MacroExpansionContextAdditions.swift
[2170/2225] Compiling TestingMacros TokenSyntaxAdditions.swift
[2171/2225] Compiling TestingMacros TriviaPieceAdditions.swift
[2172/2225] Compiling TestingMacros Argument.swift
[2173/2225] Compiling TestingMacros AttributeDiscovery.swift
[2174/2225] Compiling TestingMacros AvailabilityGuards.swift
[2174/2225] Compiling asn1_lib.cc
[2176/2225] Compiling TestingMacros TestDeclarationMacro.swift
[2177/2225] Compiling TestingMacros TestingMacrosMain.swift
[2177/2225] Compiling a_utctm.cc
[2178/2225] Compiling a_type.cc
[2179/2225] Compiling a_octet.cc
[2181/2225] Emitting module TestingMacros
[2181/2225] Compiling a_time.cc
[2182/2225] Compiling a_strnid.cc
[2183/2225] Compiling a_strex.cc
[2185/2225] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
[2186/2225] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
[2187/2225] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
[2188/2225] Compiling TestingMacros ConditionMacro.swift
[2189/2225] Compiling TestingMacros SourceLocationMacro.swift
[2190/2225] Compiling TestingMacros SuiteDeclarationMacro.swift
[2191/2225] Compiling TestingMacros DeclGroupSyntaxAdditions.swift
[2192/2225] Compiling TestingMacros EditorPlaceholderExprSyntaxAdditions.swift
[2193/2225] Compiling TestingMacros FunctionDeclSyntaxAdditions.swift
[2193/2225] Compiling a_object.cc
[2195/2225] Compiling TestingMacros CRC32.swift
[2196/2225] Compiling TestingMacros CommentParsing.swift
[2197/2225] Compiling TestingMacros ConditionArgumentParsing.swift
[2198/2225] Compiling TestingMacros DiagnosticMessage+Diagnosing.swift
[2198/2225] Compiling a_i2d_fp.cc
[2198/2225] Write Objects.LinkFileList
[2200/2225] Compiling a_mbstr.cc
[2201/2225] Compiling a_dup.cc
[2202/2225] Compiling a_d2i_fp.cc
[2203/2225] Compiling a_int.cc
[2204/2225] Compiling a_gentm.cc
[2205/2225] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[2205/2225] Write sources
[2214/2225] Compiling a_bool.cc
[2215/2225] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[2216/2225] Compiling a_bitstr.cc
[2218/2373] Compiling Atomics PointerConformances.swift
[2219/2373] Compiling Atomics Primitives.native.swift
[2220/2375] Compiling Atomics AtomicStorage.swift
[2221/2375] Compiling Atomics AtomicValue.swift
[2222/2375] Compiling Atomics AtomicMemoryOrderings.swift
[2223/2375] Compiling Atomics DoubleWord.swift
[2224/2375] Compiling Atomics UnsafeAtomic.swift
[2225/2375] Compiling Atomics UnsafeAtomicLazyReference.swift
[2225/2375] Linking FOSMacros-tool
[2226/2375] Write sources
[2229/2375] Compiling Atomics ManagedAtomic.swift
[2230/2375] Compiling Atomics ManagedAtomicLazyReference.swift
[2235/2377] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[2236/2377] Compiling BitCollections BitSet+CustomReflectable.swift
[2237/2377] Compiling BitCollections BitSet+CustomStringConvertible.swift
[2238/2377] Compiling BitCollections BitSet+Equatable.swift
[2239/2377] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[2240/2377] Compiling BitCollections BitSet+Extras.swift
[2247/2387] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[2248/2387] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[2249/2387] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[2250/2387] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[2251/2387] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[2252/2387] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[2253/2387] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[2254/2387] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[2255/2387] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[2256/2387] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[2257/2387] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[2258/2387] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[2259/2420] Compiling FOSMVVM ServerRequest+Fetch.swift
[2260/2420] Compiling FOSMVVM ServerRequest.swift
[2273/2420] Compiling FOSMVVM ViewModel.swift
[2274/2420] Compiling FOSMVVM ViewModelRequest.swift
[2277/2420] Compiling FOSMVVM LocalizableRef.swift
[2278/2420] Compiling FOSMVVM LocalizableString.swift
[2279/2420] Compiling FOSMVVM ViewModelOperations.swift
[2280/2420] Compiling FOSMVVM JSONEncoder.swift
[2283/2420] Emitting module BitCollections
[2286/2420] Compiling FOSMVVM LocalizableSubstitutions.swift
[2287/2420] Compiling FOSMVVM RequestableViewModel.swift
[2292/2420] Compiling FOSMVVM Localizable.swift
[2293/2420] Compiling FOSMVVM LocalizableArray.swift
[2294/2420] Compiling FOSMVVM LocalizableCompoundValue.swift
[2295/2420] Compiling FOSMVVM LocalizableInt.swift
[2296/2420] Compiling BitCollections BitSet.swift
[2297/2420] Compiling BitCollections Range+Utilities.swift
[2298/2420] Compiling BitCollections Slice+Utilities.swift
[2299/2420] Compiling BitCollections UInt+Tricks.swift
[2300/2420] Compiling BitCollections _Word.swift
[2306/2420] Emitting module BitCollections
[2307/2420] Compiling FOSMVVM LocalizedArrayProperty.swift
[2308/2420] Compiling FOSMVVM LocalizedProperty.swift
[2309/2420] Compiling BitCollections BitArray._UnsafeHandle.swift
[2310/2420] Compiling BitCollections BitArray.swift
[2311/2420] Compiling BitCollections BitSet+BidirectionalCollection.swift
[2312/2420] Compiling BitCollections BitSet+Codable.swift
[2313/2420] Compiling FOSMVVM Deployment.swift
[2314/2420] Compiling FOSMVVM PreviewHostingView.swift
[2315/2420] Compiling FOSMVVM TestDataTransporter.swift
[2316/2420] Compiling FOSMVVM TestHost.swift
[2317/2420] Compiling FOSMVVM LocalizableValue.swift
[2318/2420] Compiling FOSMVVM LocalizationStore.swift
[2321/2420] Compiling FOSMVVM MVVMEnvironment.swift
[2322/2420] Compiling FOSMVVM MVVMEnvirontmentView.swift
[2323/2420] Compiling FOSMVVM Text.swift
[2324/2420] Compiling FOSMVVM ViewModelView.swift
[2337/2420] Compiling FOSMVVM Localizer.swift
[2338/2420] Compiling FOSMVVM YamlLocalizationStore.swift
[2339/2420] Compiling FOSMVVM Macros.swift
[2340/2420] Compiling FOSMVVM LoginRequest.swift
[2341/2420] Compiling FOSMVVM ViewModelFactory.swift
[2342/2420] Compiling FOSMVVM ViewModelId.swift
[2367/2455] Emitting module Collections
[2368/2455] Compiling Collections Collections.swift
[2368/2455] Linking TestingMacros-tool
[2370/2457] Compiling FOSMVVM ServerRequest.swift
[2371/2457] Compiling FOSMVVM ViewModel.swift
[2372/2457] Compiling FOSMVVM Localizer.swift
[2373/2457] Compiling FOSMVVM YamlLocalizationStore.swift
[2374/2457] Compiling FOSMVVM LocalizableValue.swift
[2375/2457] Compiling FOSMVVM LocalizationStore.swift
[2376/2457] Compiling FOSMVVM JSONEncoder.swift
[2377/2457] Compiling FOSMVVM Localizable.swift
[2378/2457] Compiling Collections Collections.swift
[2379/2457] Emitting module Collections
[2382/2457] Compiling FOSMVVM LocalizableArray.swift
[2383/2457] Compiling FOSMVVM LocalizableCompoundValue.swift
[2386/2483] Compiling Algorithms Suffix.swift
[2387/2483] Compiling Algorithms Trim.swift
[2388/2511] Emitting module Atomics
[2389/2511] Compiling Algorithms Suffix.swift
[2390/2511] Compiling Algorithms Trim.swift
[2391/2513] Emitting module Atomics
[2391/2600] Compiling c-nioatomics.c
[2393/2687] Compiling Testing KnownIssue.swift
[2394/2687] Compiling Testing CustomTestArgumentEncodable.swift
[2394/2687] Compiling c-nioatomics.c
[2396/2687] Compiling Testing ExpectationChecking+Macro.swift
[2397/2687] Compiling Testing Confirmation.swift
[2398/2687] Compiling Testing ErrorSnapshot.swift
[2399/2687] Compiling Testing ABIv0.EncodedEvent.swift
[2400/2687] Compiling Testing Expectation.swift
[2403/2687] Compiling Testing Comment+Macro.swift
[2404/2687] Compiling Testing Comment.swift
[2405/2687] Compiling Testing ConditionTrait+Macro.swift
[2407/2687] Compiling Testing Issue+Recording.swift
[2408/2687] Compiling Testing Issue.swift
[2409/2687] Compiling Testing ABIv0.swift
[2410/2687] Compiling Testing ABIv0.EncodedAttachment.swift
[2411/2687] Compiling Testing ABIv0.EncodedBacktrace.swift
[2412/2687] Compiling Testing SwiftPMEntryPoint.swift
[2413/2687] Compiling Testing ABIv0.Record+Streaming.swift
[2414/2687] Compiling Testing ABIv0.Record.swift
[2416/2687] Compiling Testing ConditionTrait.swift
[2417/2687] Compiling Testing HiddenTrait.swift
[2418/2687] Compiling Testing ABIv0.EncodedError.swift
[2422/2687] Compiling Testing ParallelizationTrait.swift
[2429/2687] Compiling Testing ABIEntryPoint.swift
[2430/2687] Compiling Testing EntryPoint.swift
[2434/2687] Compiling c-atomics.c
[2436/2687] Compiling Testing Test.ID.swift
[2437/2687] Compiling Testing Test.swift
[2438/2687] Compiling Testing Bug.swift
[2438/2687] Compiling c-atomics.c
[2446/2699] Compiling NIOConcurrencyHelpers lock.swift
[2447/2699] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[2448/2699] Compiling NIOConcurrencyHelpers lock.swift
[2449/2699] Compiling NIOConcurrencyHelpers NIOLock.swift
[2450/2699] Compiling NIOConcurrencyHelpers atomics.swift
[2451/2699] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[2452/2699] Emitting module NIOConcurrencyHelpers
[2453/2699] Emitting module Algorithms
[2454/2699] Compiling NIOConcurrencyHelpers NIOLock.swift
[2455/2699] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[2456/2699] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[2457/2699] Emitting module NIOConcurrencyHelpers
[2458/2699] Compiling NIOConcurrencyHelpers atomics.swift
[2459/2699] Emitting module Algorithms
[2460/2875] Compiling NIOCore AsyncChannelHandler.swift
[2461/2875] Compiling NIOCore AsyncChannelInboundStream.swift
[2462/2875] Compiling NIOCore AsyncChannelOutboundWriter.swift
[2463/2875] Compiling NIOCore AddressedEnvelope.swift
[2464/2875] Compiling NIOCore AsyncAwaitSupport.swift
[2465/2875] Compiling NIOCore AsyncChannel.swift
[2466/2877] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[2467/2877] Compiling NIOCore BSDSocketAPI.swift
[2468/2877] Compiling NIOCore ByteBuffer-aux.swift
[2469/2877] Compiling NIOCore NIOAsyncSequenceProducer.swift
[2470/2877] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[2471/2877] Compiling NIOCore NIOAsyncWriter.swift
[2472/2877] Emitting module ConsoleKitTerminal
[2479/2879] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[2480/2879] Compiling NIOCore ByteBuffer-conversions.swift
[2481/2879] Compiling NIOCore ByteBuffer-core.swift
[2485/2879] Compiling NIOCore ChannelInvoker.swift
[2486/2879] Compiling NIOCore ChannelOption.swift
[2487/2879] Emitting module ConsoleKitTerminal
[2493/2879] Compiling NIOCore ByteBuffer-hex.swift
[2494/2879] Compiling NIOCore ByteBuffer-int.swift
[2495/2879] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[2496/2879] Compiling NIOCore ByteBuffer-multi-int.swift
[2497/2879] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[2498/2879] Compiling NIOCore ByteBuffer-views.swift
[2499/2879] Compiling NIOCore Channel.swift
[2500/2879] Compiling NIOCore ChannelHandler.swift
[2501/2879] Compiling NIOCore ChannelHandlers.swift
[2514/2879] Compiling NIOCore GlobalSingletons.swift
[2515/2879] Compiling NIOCore IO.swift
[2516/2879] Compiling NIOCore IOData.swift
[2517/2879] Compiling NIOCore IPProtocol.swift
[2518/2879] Compiling NIOCore IntegerBitPacking.swift
[2519/2879] Compiling NIOCore IntegerTypes.swift
[2520/2885] Compiling ConsoleKitTerminal ConsoleLogger.swift
[2521/2885] Compiling ConsoleKitTerminal LoggerFragment.swift
[2530/2935] Compiling ConsoleKitCommands Command.swift
[2531/2935] Compiling ConsoleKitCommands CommandContext.swift
[2532/2935] Compiling ConsoleKitCommands CommandError.swift
[2533/2938] Compiling NIOCore Interfaces.swift
[2534/2938] Compiling NIOCore Linux.swift
[2535/2938] Compiling NIOCore MarkedCircularBuffer.swift
[2536/2938] Compiling NIOCore MulticastChannel.swift
[2537/2938] Compiling NIOCore NIOAny.swift
[2538/2938] Compiling NIOCore NIOCloseOnErrorHandler.swift
[2539/2938] Compiling NIOCore NIOLoopBound.swift
[2540/2938] Compiling NIOCore NIOScheduledCallback.swift
[2541/2938] Compiling NIOCore NIOSendable.swift
[2542/2938] Compiling NIOCore RecvByteBufferAllocator.swift
[2543/2938] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[2544/2938] Compiling NIOCore SocketAddresses.swift
[2557/2938] Compiling NIOCore Codec.swift
[2558/2938] Compiling NIOCore ConvenienceOptionSupport.swift
[2559/2938] Compiling NIOCore DeadChannel.swift
[2560/2938] Compiling NIOCore DispatchQueue+WithFuture.swift
[2561/2938] Compiling ConsoleKitCommands CommandGroup.swift
[2562/2938] Compiling ConsoleKitCommands CommandInput.swift
[2563/2940] Compiling NIOCore SocketOptionProvider.swift
[2564/2940] Compiling NIOCore SystemCallHelpers.swift
[2565/2940] Compiling NIOCore TimeAmount+Duration.swift
[2566/2940] Compiling NIOCore TypeAssistedChannelHandler.swift
[2567/2940] Compiling NIOCore UniversalBootstrapSupport.swift
[2568/2940] Compiling NIOCore Utilities.swift
[2569/2940] Emitting module ConsoleKitCommands
[2570/2940] Emitting module FOSMVVM
[2576/2943] Compiling ConsoleKitCommands Commands.swift
[2577/2943] Compiling ConsoleKitCommands Console+Run.swift
[2578/2943] Compiling ConsoleKitCommands ConsoleError.swift
[2579/2943] Compiling ConsoleKitCommands Completion.swift
[2584/2943] Compiling FOSMVVM SystemVersion.swift
[2585/2943] Compiling FOSMVVM Versionable.swift
[2586/2943] Compiling FOSMVVM VersionedProperty.swift
[2587/2943] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[2588/2943] Compiling NIOCore EventLoopFuture+Deprecated.swift
[2589/2943] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[2590/2943] Compiling NIOCore EventLoopFuture.swift
[2591/2943] Compiling NIOCore FileDescriptor.swift
[2592/2943] Compiling NIOCore FileHandle.swift
[2593/2943] Compiling NIOCore FileRegion.swift
[2610/2945] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[2611/2945] Compiling ConsoleKitCommands AsyncCommand.swift
[2612/2945] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[2613/2945] Compiling ConsoleKitCommands Argument.swift
[2614/2945] Compiling ConsoleKitCommands CommandSignature.swift
[2615/2945] Compiling ConsoleKitCommands Flag.swift
[2616/2945] Compiling ConsoleKitCommands Option.swift
[2617/2945] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[2618/2945] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[2625/2945] Compiling ConsoleKitCommands AsyncCommands.swift
[2626/2945] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[2627/2945] Compiling ConsoleKitCommands AnyCommand.swift
[2632/2945] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[2633/2945] Compiling ConsoleKitCommands Utilities.swift
[2639/2945] Emitting module Testing
[2659/2954] Compiling Testing CollectionDifferenceAdditions.swift
[2660/2954] Compiling Testing CommandLineAdditions.swift
[2661/2954] Compiling Testing NumericAdditions.swift
[2662/2954] Compiling Testing ResultAdditions.swift
[2663/2954] Compiling Testing WinSDKAdditions.swift
[2664/2954] Compiling Testing CError.swift
[2665/2954] Compiling Testing CartesianProduct.swift
[2666/2954] Compiling Testing Environment.swift
[2667/2954] Compiling Testing FileHandle.swift
[2673/2963] Emitting module ConsoleKitCommands
[2679/2965] Emitting module Testing
[2710/2967] Compiling Testing TypeInfo.swift
[2711/2967] Compiling Testing Configuration+EventHandling.swift
[2712/2967] Compiling Testing Configuration.TestFilter.swift
[2713/2967] Compiling Testing Configuration.swift
[2714/2967] Compiling Testing Runner.Plan+Dumping.swift
[2715/2967] Compiling Testing Runner.Plan.swift
[2716/2967] Compiling Testing Runner.RuntimeState.swift
[2717/2967] Compiling Testing Runner.swift
[2718/2967] Compiling Testing SkipInfo.swift
[2726/2967] Compiling Testing Event.ConsoleOutputRecorder.swift
[2727/2967] Compiling Testing Test.Case.swift
[2735/2967] Compiling ConsoleKit Exports.swift
[2736/2967] Emitting module ConsoleKit
[2738/2967] Compiling ConsoleKit Exports.swift
[2748/2967] Compiling Testing SPIAwareTrait.swift
[2749/2967] Compiling Testing Tag+Macro.swift
[2750/2967] Compiling Testing Tag+Predefined.swift
[2751/2967] Compiling Testing Tag.Color+Loading.swift
[2752/2967] Compiling Testing Tag.Color.swift
[2753/2967] Compiling Testing Tag.List.swift
[2754/2967] Compiling Testing Tag.swift
[2755/2967] Compiling Testing TimeLimitTrait.swift
[2756/2967] Compiling Testing Trait.swift
[2966/2977] Emitting module NIOCore
[2968/3083] Compiling FOSTesting LocalizableTestCase.swift
[2969/3083] Compiling FOSTesting MockURLSession.swift
[2970/3083] Compiling FOSTesting LocalizableTestCase.swift
[2971/3083] Compiling FOSTesting Expectations.swift
[2972/3083] Emitting module FOSTesting
[2973/3083] Compiling FOSTesting MockURLSession.swift
[2974/3083] Compiling FOSTesting Expectations.swift
[2975/3083] Emitting module FOSTesting
[2976/3083] Compiling NIOEmbedded AsyncTestingChannel.swift
[2977/3083] Emitting module NIOEmbedded
[2978/3083] Compiling NIOEmbedded Embedded.swift
[2979/3083] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2981/3083] Compiling NIOEmbedded AsyncTestingChannel.swift
[2982/3083] Emitting module NIOEmbedded
[2983/3083] Compiling NIOEmbedded Embedded.swift
[2984/3083] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2985/3083] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2986/3083] Compiling NIOPosix PosixSingletons.swift
[2987/3083] Compiling NIOPosix RawSocketBootstrap.swift
[2988/3083] Compiling NIOPosix Resolver.swift
[2989/3088] Compiling NIOPosix SocketProtocols.swift
[2990/3088] Compiling NIOPosix System.swift
[2991/3088] Compiling NIOPosix Thread.swift
[2992/3088] Compiling NIOPosix ThreadPosix.swift
[2993/3088] Compiling NIOPosix ThreadWindows.swift
[2999/3093] Compiling NIOPosix UnsafeTransfer.swift
[3000/3093] Compiling NIOPosix Utilities.swift
[3001/3093] Compiling NIOPosix VsockAddress.swift
[3002/3093] Compiling NIOPosix VsockChannelEvents.swift
[3003/3093] Compiling NIOPosix resource_bundle_accessor.swift
[3004/3093] Emitting module NIOPosix
[3006/3093] Compiling NIOPosix BSDSocketAPICommon.swift
[3007/3093] Compiling NIOPosix BSDSocketAPIPosix.swift
[3008/3093] Compiling NIOPosix BSDSocketAPIWindows.swift
[3009/3093] Compiling NIOPosix BaseSocket.swift
[3010/3093] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[3011/3093] Compiling NIOPosix BaseSocketChannel.swift
[3017/3093] Compiling NIOPosix SelectorKqueue.swift
[3018/3093] Compiling NIOPosix SelectorUring.swift
[3019/3093] Compiling NIOPosix ServerSocket.swift
[3020/3093] Compiling NIOPosix Socket.swift
[3021/3093] Compiling NIOPosix SocketChannel.swift
[3022/3093] Compiling NIOPosix Selectable.swift
[3023/3093] Compiling NIOPosix SelectableChannel.swift
[3024/3093] Compiling NIOPosix SelectableEventLoop.swift
[3025/3093] Compiling NIOPosix SelectorEpoll.swift
[3026/3093] Compiling NIOPosix SelectorGeneric.swift
[3027/3093] Compiling NIOPosix LinuxCPUSet.swift
[3028/3093] Compiling NIOPosix LinuxUring.swift
[3029/3093] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[3030/3093] Compiling NIOPosix NIOThreadPool.swift
[3031/3093] Compiling NIOPosix NonBlockingFileIO.swift
[3032/3093] Compiling NIOPosix GetaddrinfoResolver.swift
[3033/3093] Compiling NIOPosix HappyEyeballs.swift
[3034/3093] Compiling NIOPosix IO.swift
[3035/3093] Compiling NIOPosix IntegerBitPacking.swift
[3036/3093] Compiling NIOPosix IntegerTypes.swift
[3037/3093] Compiling NIOPosix Linux.swift
[3058/3093] Compiling NIOPosix PendingDatagramWritesManager.swift
[3059/3093] Compiling NIOPosix PendingWritesManager.swift
[3060/3093] Compiling NIOPosix PipeChannel.swift
[3061/3093] Compiling NIOPosix PipePair.swift
[3062/3093] Compiling NIOPosix Pool.swift
[3074/3093] Compiling NIOPosix BaseStreamSocketChannel.swift
[3075/3093] Compiling NIOPosix Bootstrap.swift
[3076/3093] Compiling NIOPosix ControlMessage.swift
[3077/3093] Compiling NIOPosix DatagramVectorReadManager.swift
[3078/3093] Compiling NIOPosix Errors+Any.swift
[3079/3093] Compiling NIOPosix FileDescriptor.swift
[3092/3215] Compiling NIO Exports.swift
[3093/3215] Emitting module NIO
[3094/3215] Compiling NIO Exports.swift
[3095/3215] Emitting module NIO
[3096/3261] Compiling NIOHTTP1 HTTPTypes.swift
[3097/3261] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[3098/3261] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[3099/3263] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[3100/3263] Compiling _NIOFileSystem FileSystemError.swift
[3101/3263] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[3102/3263] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[3103/3263] Compiling _NIOFileSystem FileSystemProtocol.swift
[3104/3263] Compiling _NIOFileSystem FileType.swift
[3107/3263] Compiling _NIOFileSystem IOStrategy.swift
[3108/3263] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[3113/3265] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[3114/3265] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[3115/3265] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[3116/3265] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[3117/3265] Compiling NIOSOCKS ClientStateMachine.swift
[3118/3266] Compiling NIOSOCKS Messages.swift
[3119/3266] Compiling NIOSOCKS SOCKSResponse.swift
[3120/3266] Compiling NIOSOCKS SOCKSRequest.swift
[3121/3266] Compiling NIOSOCKS Helpers.swift
[3122/3266] Compiling NIOSOCKS AuthenticationMethod.swift
[3123/3266] Compiling NIOSOCKS ClientGreeting.swift
[3124/3266] Compiling NIOSOCKS Errors.swift
[3125/3266] Emitting module NIOSOCKS
[3126/3266] Compiling NIOSOCKS SOCKSClientHandler.swift
[3127/3266] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[3128/3266] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[3129/3266] Compiling NIOTLS TLSEvents.swift
[3130/3266] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[3131/3266] Compiling NIOTLS SNIHandler.swift
[3132/3266] Emitting module NIOTLS
[3133/3266] Compiling NIOTLS TLSEvents.swift
[3134/3266] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[3135/3266] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[3136/3266] Emitting module NIOTLS
[3137/3266] Compiling NIOTLS SNIHandler.swift
[3138/3266] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[3139/3266] Emitting module _NIOFileSystem
[3140/3281] Compiling NIOSOCKS ServerStateMachine.swift
[3141/3281] Compiling NIOSOCKS SOCKSClientHandler.swift
[3142/3281] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[3143/3281] Compiling NIOSOCKS AuthenticationMethod.swift
[3144/3281] Compiling NIOSOCKS ClientGreeting.swift
[3145/3281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[3146/3281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[3147/3311] Compiling NIOSSL NIOSSLSecureBytes.swift
[3148/3311] Compiling NIOSSL RNG.swift
[3149/3311] Compiling NIOSSL SafeCompare.swift
[3150/3311] Compiling NIOSSL Zeroization.swift
[3155/3311] Compiling NIOSSL TLSConfiguration.swift
[3156/3311] Compiling _NIOFileSystem Errno.swift
[3157/3311] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[3158/3311] Compiling _NIOFileSystem Mocking.swift
[3159/3314] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[3160/3314] Emitting module NIOFoundationCompat
[3161/3314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[3162/3344] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[3163/3344] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[3166/3361] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[3167/3361] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[3168/3361] Compiling NIOHTTP1 HTTPEncoder.swift
[3169/3361] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[3170/3361] Compiling NIOHTTP1 HTTPTypes.swift
[3171/3361] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[3172/3361] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[3173/3361] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[3174/3361] Compiling NIOSOCKS ClientStateMachine.swift
[3175/3361] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[3176/3361] Compiling NIOSOCKS SOCKSResponse.swift
[3177/3361] Compiling NIOSOCKS Helpers.swift
[3178/3361] Compiling NIOSOCKS Errors.swift
[3181/3361] Compiling NIOSOCKS Messages.swift
[3182/3361] Compiling NIOSOCKS SOCKSRequest.swift
[3187/3362] Emitting module _NIOFileSystem
[3194/3362] Emitting module NIOSOCKS
[3195/3362] Compiling _NIOFileSystem OpenOptions.swift
[3196/3362] Compiling _NIOFileSystem String+FileSystem.swift
[3197/3362] Compiling _NIOFileSystem resource_bundle_accessor.swift
[3198/3362] Compiling NIOSOCKS ServerStateMachine.swift
[3202/3362] Compiling NIOSSL LinuxCABundle.swift
[3203/3362] Compiling NIOSSL NIOSSLClientHandler.swift
[3204/3362] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[3205/3362] Compiling NIOSSL NIOSSLHandler.swift
[3206/3362] Compiling NIOSSL SSLPublicKey.swift
[3209/3362] Compiling NIOSSL NIOSSLServerHandler.swift
[3210/3384] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[3211/3384] Compiling NIOTransportServices StateManagedListenerChannel.swift
[3212/3384] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[3213/3384] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[3214/3384] Compiling NIOTransportServices NIOTSListenerChannel.swift
[3218/3384] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[3219/3384] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[3220/3385] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[3221/3385] Compiling NIOTransportServices NIOTSDatagramListener.swift
[3222/3385] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[3223/3385] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[3224/3385] Compiling NIOTransportServices NIOTSErrors.swift
[3225/3385] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[3226/3385] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[3227/3385] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[3228/3385] Emitting module NIOHTTP1
[3229/3385] Compiling NIOTransportServices AcceptHandler.swift
[3230/3385] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[3231/3385] Compiling NIOTransportServices NIOTSBootstraps.swift
[3232/3385] Compiling NIOTransportServices NIOTSChannelOptions.swift
[3233/3385] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[3234/3385] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[3235/3385] Compiling NIOTransportServices NIOTSSingletons.swift
[3236/3385] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[3237/3386] Compiling _NIOFileSystem Syscall.swift
[3238/3386] Compiling _NIOFileSystem Syscalls.swift
[3239/3386] Compiling _NIOFileSystem SystemFileHandle.swift
[3240/3386] Compiling _NIOFileSystem Utilities.swift
[3241/3386] Compiling NIOSSL TLSConfiguration.swift
[3249/3386] Emitting module AsyncKit
[3255/3386] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[3256/3386] Emitting module NIOTransportServices
[3257/3388] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[3258/3388] Emitting module NIOSSL
[3264/3399] Compiling NIOSSL SafeCompare.swift
[3265/3399] Compiling NIOSSL Zeroization.swift
[3268/3399] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[3269/3399] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[3271/3399] Compiling NIOSSL ObjectIdentifier.swift
[3272/3399] Compiling NIOSSL PosixPort.swift
[3286/3399] Emitting module NIOHTTP1
[3293/3399] Compiling NIOTransportServices StateManagedChannel.swift
[3294/3399] Compiling NIOTransportServices NIOTSEventLoop.swift
[3303/3419] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[3304/3419] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[3305/3419] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[3306/3422] Compiling NIOSSL UniversalBootstrapSupport.swift
[3307/3422] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[3308/3422] Compiling NIOSSL resource_bundle_accessor.swift
[3355/3422] Emitting module _NIOFileSystemFoundationCompat
[3356/3422] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[3357/3422] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[3358/3422] Emitting module NIOFoundationCompat
[3359/3422] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[3360/3422] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[3361/3422] Compiling NIOWebSocket WebSocketOpcode.swift
[3384/3473] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[3385/3473] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[3386/3473] Compiling NIOWebSocket WebSocketErrorCodes.swift
[3387/3473] Compiling NIOWebSocket SHA1.swift
[3388/3473] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[3389/3473] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[3390/3473] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[3391/3473] Compiling NIOWebSocket WebSocketFrame.swift
[3392/3473] Emitting module NIOWebSocket
[3393/3473] Emitting module FOSTestingUI
[3394/3473] Compiling FOSTestingUI ViewModelViewTestCase.swift
[3395/3473] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[3396/3473] Compiling NIOWebSocket WebSocketOpcode.swift
[3397/3473] Compiling NIOWebSocket WebSocketErrorCodes.swift
[3398/3473] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[3399/3473] Compiling NIOWebSocket SHA1.swift
[3400/3473] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[3401/3473] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[3402/3473] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[3403/3473] Emitting module NIOWebSocket
[3404/3473] Compiling NIOWebSocket WebSocketFrame.swift
[3405/3487] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[3406/3487] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[3407/3487] Emitting module _NIOFileSystemFoundationCompat
[3408/3487] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[3409/3487] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[3410/3487] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[3411/3487] Compiling NIOHTTPCompression HTTPDecompression.swift
[3412/3487] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[3413/3487] Compiling NIOHTTPCompression HTTPCompression.swift
[3414/3487] Emitting module NIOHTTPCompression
[3415/3487] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[3416/3489] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[3417/3489] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[3418/3489] Compiling NIOHTTPCompression HTTPCompression.swift
[3419/3489] Compiling NIOHTTPCompression HTTPDecompression.swift
[3420/3489] Emitting module NIOHTTPCompression
[3421/3489] Emitting module NIOFileSystem
[3422/3489] Compiling NIOFileSystem Exports.swift
[3423/3489] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[3424/3489] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[3425/3508] Compiling NIOHPACK IntegerCoding.swift
[3426/3508] Compiling NIOHPACK HuffmanTables.swift
[3427/3509] Compiling NIOHPACK IndexedHeaderTable.swift
[3428/3509] Compiling NIOHPACK HuffmanCoding.swift
[3429/3509] Compiling NIOHPACK HeaderTables.swift
[3430/3537] Compiling NIOHPACK IntegerCoding.swift
[3431/3539] Compiling NIOHPACK IndexedHeaderTable.swift
[3432/3567] Emitting module NIOFileSystem
[3433/3567] Compiling NIOFileSystem Exports.swift
[3434/3567] Emitting module NIOTransportServices
[3435/3569] Compiling NIOHPACK HuffmanTables.swift
[3436/3569] Compiling NIOHPACK StaticHeaderTable.swift
[3437/3569] Compiling NIOHPACK HPACKErrors.swift
[3438/3569] Compiling NIOHPACK HeaderTables.swift
[3439/3569] Compiling NIOHPACK HuffmanCoding.swift
[3440/3569] Compiling NIOHPACK HPACKErrors.swift
[3441/3569] Compiling NIOHPACK HPACKEncoder.swift
[3442/3569] Compiling MultipartKit BasicCodingKey.swift
[3443/3569] Compiling MultipartKit MultipartError.swift
[3444/3569] Emitting module NIOHPACK
[3445/3569] Compiling NIOHPACK HPACKHeader.swift
[3446/3569] Compiling NIOHPACK StaticHeaderTable.swift
[3447/3569] Compiling MultipartKit FormDataEncoder.swift
[3448/3569] Compiling MultipartKit Storage.swift
[3449/3569] Compiling NIOTransportServices NIOTSBootstraps.swift
[3450/3569] Compiling NIOTransportServices NIOTSChannelOptions.swift
[3451/3569] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[3452/3569] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[3453/3569] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[3456/3569] Compiling NIOHPACK HPACKEncoder.swift
[3457/3569] Compiling NIOHPACK HPACKHeader.swift
[3458/3569] Emitting module NIOHPACK
[3459/3629] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[3460/3629] Compiling NIOHTTP2 ReceivingHeadersState.swift
[3461/3629] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[3462/3629] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[3463/3629] Compiling NIOHTTP2 HTTP2Error.swift
[3464/3629] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[3465/3630] Compiling NIOHTTP2 ConnectionStateMachine.swift
[3466/3630] Compiling NIOHTTP2 ConnectionStreamsState.swift
[3467/3630] Compiling NIOHTTP2 HTTP2UserEvents.swift
[3468/3630] Compiling NIOHTTP2 InboundEventBuffer.swift
[3469/3690] Compiling NIOHTTP2 SendingDataState.swift
[3470/3690] Compiling NIOHTTP2 SendingGoawayState.swift
[3471/3690] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[3472/3690] Compiling NIOHTTP2 HTTP2Error.swift
[3473/3690] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[3474/3690] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[3475/3690] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[3476/3690] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[3477/3690] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[3478/3690] Compiling NIOHTTP2 MaySendFrames.swift
[3479/3690] Emitting module MultipartKit
[3488/3693] Compiling NIOHTTP2 ConnectionStateMachine.swift
[3489/3693] Compiling NIOHTTP2 ConnectionStreamsState.swift
[3490/3693] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[3491/3693] Compiling NIOHTTP2 ReceivingHeadersState.swift
[3494/3693] Emitting module NIOExtras
[3495/3693] Compiling NIOHTTP2 MayReceiveFrames.swift
[3496/3693] Compiling NIOHTTP2 ReceivingDataState.swift
[3505/3693] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[3506/3693] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[3509/3693] Emitting module NIOExtras
[3542/3693] Emitting module MultipartKit
[3551/3695] Compiling MultipartKit MultipartSerializer.swift
[3552/3695] Compiling MultipartKit Utilities.swift
[3553/3695] Compiling NIOHTTP2 SendingRstStreamState.swift
[3554/3695] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[3555/3695] Compiling NIOHTTP2 HTTP2SettingsState.swift
[3556/3695] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[3557/3695] Compiling NIOHTTP2 HasFlowControlWindows.swift
[3558/3695] Compiling NIOHTTP2 HasLocalSettings.swift
[3559/3695] Compiling NIOHTTP2 HasRemoteSettings.swift
[3562/3701] Compiling NIOExtras WritePCAPHandler.swift
[3564/3717] Emitting module NIOHTTP2
[3566/3723] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[3567/3723] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[3568/3723] Compiling NIOHTTP2 HTTP2UserEvents.swift
[3569/3723] Compiling NIOHTTP2 InboundEventBuffer.swift
[3570/3723] Compiling NIOHTTP2 InboundWindowManager.swift
[3571/3723] Emitting module NIOHTTP2
[3572/3723] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[3573/3723] Compiling NIOHTTP2 HTTP2Frame.swift
[3574/3723] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[3575/3723] Compiling NIOHTTP2 HTTP2FrameParser.swift
[3576/3723] Compiling NIOHTTP2 HTTP2PingData.swift
[3577/3723] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[3585/3723] Compiling NIOHTTP2 LocallyQuiescingState.swift
[3586/3723] Compiling NIOHTTP2 QuiescingState.swift
[3587/3723] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[3588/3723] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[3589/3723] Compiling NIOHTTP2 StateMachineResult.swift
[3590/3723] Compiling NIOHTTP2 ContentLengthVerifier.swift
[3591/3723] Compiling NIOHTTP2 DOSHeuristics.swift
[3592/3723] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[3593/3723] Compiling NIOHTTP2 HTTP2Settings.swift
[3594/3723] Compiling NIOHTTP2 HTTP2Stream.swift
[3595/3723] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[3596/3723] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[3597/3723] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[3598/3723] Compiling NIOHTTP2 HTTP2StreamID.swift
[3599/3723] Compiling NIOHTTP2 Error+Any.swift
[3600/3723] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[3601/3723] Compiling NIOHTTP2 ControlFrameBuffer.swift
[3602/3723] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[3603/3723] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[3604/3723] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[3605/3723] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[3606/3723] Compiling NIOHTTP2 StreamChannelFlowController.swift
[3607/3723] Compiling NIOHTTP2 StreamChannelList.swift
[3608/3723] Compiling NIOHTTP2 StreamMap.swift
[3609/3723] Compiling NIOHTTP2 StreamStateMachine.swift
[3610/3723] Compiling NIOHTTP2 UnsafeTransfer.swift
[3611/3723] Compiling NIOHTTP2 WatermarkedFlowController.swift
[3619/3723] Compiling WebSocketKit WebSocketHandler.swift
[3620/3723] Compiling WebSocketKit WebSocketClient.swift
[3621/3723] Emitting module WebSocketKit
[3622/3723] Compiling WebSocketKit WebSocket.swift
[3623/3723] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[3624/3723] Compiling WebSocketKit WebSocketHandler.swift
[3625/3723] Compiling WebSocketKit Exports.swift
[3626/3723] Compiling WebSocketKit WebSocket+Concurrency.swift
[3627/3723] Compiling WebSocketKit WebSocket+Connect.swift
[3628/3723] Compiling WebSocketKit WebSocketClient.swift
[3636/3723] Compiling WebSocketKit Exports.swift
[3637/3723] Compiling WebSocketKit WebSocket+Connect.swift
[3638/3723] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[3639/3723] Compiling WebSocketKit WebSocket+Concurrency.swift
[3640/3723] Compiling WebSocketKit WebSocket.swift
[3641/3723] Emitting module WebSocketKit
[3724/3845] Compiling AsyncHTTPClient HTTPClientRequest.swift
[3725/3845] Compiling AsyncHTTPClient HTTPClientResponse.swift
[3726/3845] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[3727/3845] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[3728/3845] Compiling AsyncHTTPClient Transaction.swift
[3729/3845] Compiling AsyncHTTPClient Base64.swift
[3730/3845] Compiling AsyncHTTPClient BasicAuth.swift
[3731/3851] Emitting module AsyncHTTPClient
[3733/3857] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[3734/3857] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[3735/3857] Compiling AsyncHTTPClient AsyncLazySequence.swift
[3736/3857] Compiling AsyncHTTPClient HTTPClient+execute.swift
[3737/3857] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[3738/3857] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[3739/3857] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[3740/3857] Compiling AsyncHTTPClient SSLContextCache.swift
[3741/3857] Compiling AsyncHTTPClient Scheme.swift
[3742/3857] Compiling AsyncHTTPClient Singleton.swift
[3743/3857] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[3744/3857] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[3745/3857] Compiling AsyncHTTPClient Utils.swift
[3746/3857] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[3747/3857] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[3748/3857] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[3749/3857] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[3750/3857] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[3751/3857] Compiling AsyncHTTPClient RequestBodyLength.swift
[3758/3857] Compiling AsyncHTTPClient HTTP1Connection.swift
[3759/3857] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[3760/3857] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[3761/3857] Compiling AsyncHTTPClient HTTP2Connection.swift
[3762/3857] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[3763/3857] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[3764/3857] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[3772/3857] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[3773/3857] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[3774/3857] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[3775/3857] Compiling AsyncHTTPClient ConnectionTarget.swift
[3776/3857] Compiling AsyncHTTPClient DeconstructedURL.swift
[3777/3857] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[3778/3857] Compiling AsyncHTTPClient FoundationExtensions.swift
[3779/3857] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[3780/3857] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[3781/3857] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[3782/3857] Compiling AsyncHTTPClient HTTPClient.swift
[3783/3857] Compiling AsyncHTTPClient HTTPHandler.swift
[3784/3857] Compiling AsyncHTTPClient LRUCache.swift
[3785/3857] Compiling AsyncHTTPClient NWErrorHandler.swift
[3786/3857] Compiling AsyncHTTPClient NWWaitingHandler.swift
[3787/3857] Compiling AsyncHTTPClient TLSConfiguration.swift
[3788/3857] Compiling AsyncHTTPClient RedirectState.swift
[3789/3857] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[3790/3857] Compiling AsyncHTTPClient RequestBag.swift
[3791/3857] Compiling AsyncHTTPClient RequestValidation.swift
[3799/3857] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[3800/3857] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[3801/3857] Compiling AsyncHTTPClient ConnectionPool.swift
[3802/3857] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[3803/3857] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[3804/3857] Compiling AsyncHTTPClient TLSEventsHandler.swift
[3805/3857] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[3826/3857] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[3827/3857] Compiling AsyncHTTPClient RequestOptions.swift
[3828/3857] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[3829/3857] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[3830/3857] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[3831/3857] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[3858/4249] Compiling Vapor RouteCollection.swift
[3859/4249] Compiling Vapor Routes.swift
[3860/4249] Compiling Vapor RoutesBuilder+Group.swift
[3861/4249] Compiling Vapor RoutesBuilder+Method.swift
[3862/4249] Compiling Vapor RoutesBuilder+Middleware.swift
[3863/4249] Compiling Vapor RoutesBuilder+WebSocket.swift
[3864/4249] Compiling Vapor RoutesBuilder.swift
[3865/4249] Compiling Vapor OTP.swift
[3866/4249] Compiling Vapor Application+Servers.swift
[3867/4249] Compiling Vapor Server.swift
[3868/4249] Compiling Vapor App+Service.swift
[3869/4249] Compiling Vapor Req+Service.swift
[3870/4249] Compiling Vapor Service.swift
[3871/4249] Compiling Vapor Application+Sessions.swift
[3872/4249] Compiling Vapor MemorySessions.swift
[3873/4249] Compiling Vapor Request+Session.swift
[3874/4249] Compiling Vapor Session.swift
[3875/4249] Compiling Vapor SessionCache.swift
[3876/4249] Compiling Vapor SessionData.swift
[3877/4249] Compiling Vapor SessionDriver.swift
[3878/4249] Compiling Vapor SessionsConfiguration.swift
[3879/4270] Compiling Vapor PlaintextDecoder.swift
[3880/4270] Compiling Vapor PlaintextEncoder.swift
[3881/4270] Compiling Vapor URLQueryCoders.swift
[3882/4270] Compiling Vapor URLQueryContainer.swift
[3883/4270] Compiling Vapor Core.swift
[3884/4270] Compiling Vapor Running.swift
[3885/4270] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[3886/4270] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[3887/4270] Compiling Vapor DotEnvFile+load.swift
[3888/4270] Compiling Vapor Routes+caseInsenstive.swift
[3889/4270] Compiling Vapor Validatable+validate.swift
[3890/4270] Compiling Vapor Environment+Process.swift
[3891/4270] Compiling Vapor Environment+Secret.swift
[3892/4270] Compiling Vapor Environment.swift
[3893/4270] Compiling Vapor Abort.swift
[3894/4270] Compiling Vapor AbortError.swift
[3895/4270] Compiling Vapor DebuggableError.swift
[3896/4270] Compiling Vapor Demangler.swift
[3897/4270] Compiling Vapor ErrorSource.swift
[3898/4270] Compiling Vapor StackTrace.swift
[3899/4270] Compiling Vapor Exports.swift
[3900/4270] Compiling Vapor Application+HTTP.swift
[3923/4291] Compiling Vapor ServeCommand.swift
[3924/4291] Compiling Vapor AnyResponse+Concurrency.swift
[3925/4291] Compiling Vapor AsyncBasicResponder.swift
[3926/4291] Compiling Vapor AsyncMiddleware.swift
[3927/4291] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[3928/4291] Compiling Vapor AsyncSessionDriver.swift
[3929/4291] Compiling Vapor Authentication+Concurrency.swift
[3930/4291] Compiling Vapor Cache+Concurrency.swift
[3931/4291] Compiling Vapor Client+Concurrency.swift
[3932/4291] Compiling Vapor RequestBody+Concurrency.swift
[3933/4291] Compiling Vapor Responder+Concurrency.swift
[3934/4291] Compiling Vapor ResponseCodable+Concurrency.swift
[3935/4291] Compiling Vapor RoutesBuilder+Concurrency.swift
[3936/4291] Compiling Vapor ViewRenderer+Concurrency.swift
[3937/4291] Compiling Vapor WebSocket+Concurrency.swift
[3938/4291] Compiling Vapor ContainerGetPathExecutor.swift
[3939/4291] Compiling Vapor Content.swift
[3940/4291] Compiling Vapor ContentCoders.swift
[3941/4291] Compiling Vapor ContentConfiguration.swift
[3942/4291] Compiling Vapor ContentContainer.swift
[3943/4291] Compiling Vapor JSONCoder+Custom.swift
[3944/4291] Compiling Vapor JSONCoders+Content.swift
[3945/4291] Compiling Vapor FormDataDecoder+Content.swift
[3946/4291] Compiling Vapor FormDataEncoder+Content.swift
[3947/4291] Compiling Vapor Application+Password.swift
[3948/4291] Compiling Vapor Application+Passwords.swift
[3949/4291] Compiling Vapor AsyncPasswordHasher.swift
[3950/4291] Compiling Vapor BcryptHasher.swift
[3951/4291] Compiling Vapor PasswordHasher.swift
[3952/4291] Compiling Vapor PlaintextHasher.swift
[3953/4291] Compiling Vapor Request+Password.swift
[3954/4291] Compiling Vapor Redirect.swift
[3955/4291] Compiling Vapor Request+Body.swift
[3956/4291] Compiling Vapor Request+BodyStream.swift
[3957/4291] Compiling Vapor Request.swift
[3958/4291] Compiling Vapor Application+Responder.swift
[3959/4291] Compiling Vapor DefaultResponder.swift
[3960/4291] Compiling Vapor Response+Body.swift
[3961/4291] Compiling Vapor Response.swift
[3962/4291] Compiling Vapor ResponseCodable.swift
[3963/4291] Compiling Vapor Application+Routes.swift
[3964/4291] Compiling Vapor Parameters+Require.swift
[3965/4291] Compiling Vapor Request+WebSocket.swift
[3966/4291] Compiling Vapor Route.swift
[3988/4291] Compiling Vapor Application.swift
[3989/4291] Compiling Vapor AuthenticationCache.swift
[3990/4291] Compiling Vapor Authenticator.swift
[3991/4291] Compiling Vapor BasicAuthorization.swift
[3992/4291] Compiling Vapor BearerAuthorization.swift
[3993/4291] Compiling Vapor GuardMiddleware.swift
[3994/4291] Compiling Vapor RedirectMiddleware.swift
[3995/4291] Compiling Vapor SessionAuthenticatable.swift
[3996/4291] Compiling Vapor Bcrypt.swift
[3997/4291] Compiling Vapor Application+Cache.swift
[3998/4291] Compiling Vapor Cache.swift
[3999/4291] Compiling Vapor CacheExpirationTime.swift
[4000/4291] Compiling Vapor MemoryCache.swift
[4001/4291] Compiling Vapor Request+Cache.swift
[4002/4291] Compiling Vapor Application+Clients.swift
[4003/4291] Compiling Vapor Client.swift
[4004/4291] Compiling Vapor ClientRequest.swift
[4005/4291] Compiling Vapor ClientResponse.swift
[4006/4291] Compiling Vapor Request+Client.swift
[4007/4291] Compiling Vapor BootCommand.swift
[4008/4291] Compiling Vapor CommandContext+Application.swift
[4009/4291] Compiling Vapor RoutesCommand.swift
[4010/4291] Compiling Vapor HTTPMediaTypePreference.swift
[4011/4291] Compiling Vapor Responder.swift
[4012/4291] Compiling Vapor Application+HTTP+Server.swift
[4013/4291] Compiling Vapor HTTPServer.swift
[4014/4291] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[4015/4291] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[4016/4291] Compiling Vapor HTTPServerHandler.swift
[4017/4291] Compiling Vapor HTTPServerRequestDecoder.swift
[4018/4291] Compiling Vapor HTTPServerResponseEncoder.swift
[4019/4291] Compiling Vapor HTTPServerUpgradeHandler.swift
[4020/4291] Compiling Vapor Logger+Report.swift
[4021/4291] Compiling Vapor LoggingSystem+Environment.swift
[4022/4291] Compiling Vapor Application+Middleware.swift
[4023/4291] Compiling Vapor CORSMiddleware.swift
[4024/4291] Compiling Vapor ErrorMiddleware.swift
[4025/4291] Compiling Vapor FileMiddleware.swift
[4026/4291] Compiling Vapor Middleware.swift
[4027/4291] Compiling Vapor MiddlewareConfiguration.swift
[4028/4291] Compiling Vapor ResponseCompressionMiddleware.swift
[4029/4291] Compiling Vapor RouteLoggingMiddleware.swift
[4030/4291] Compiling Vapor TracingMiddleware.swift
[4031/4291] Compiling Vapor File+Multipart.swift
[4032/4291] Compiling Vapor Case.swift
[4033/4291] Compiling Vapor CharacterSet.swift
[4034/4291] Compiling Vapor Count.swift
[4035/4291] Compiling Vapor Custom.swift
[4036/4291] Compiling Vapor Email.swift
[4037/4291] Compiling Vapor Empty.swift
[4038/4291] Compiling Vapor In.swift
[4039/4291] Compiling Vapor Nil.swift
[4040/4291] Compiling Vapor NilIgnoring.swift
[4041/4291] Compiling Vapor Not.swift
[4042/4291] Compiling Vapor Or.swift
[4043/4291] Compiling Vapor Pattern.swift
[4044/4291] Compiling Vapor Range.swift
[4045/4291] Compiling Vapor URL.swift
[4046/4291] Compiling Vapor Valid.swift
[4047/4291] Compiling Vapor Application+Views.swift
[4048/4291] Compiling Vapor PlaintextRenderer.swift
[4049/4291] Compiling Vapor Request+View.swift
[4050/4291] Compiling Vapor View.swift
[4051/4291] Compiling Vapor ViewRenderer.swift
[4052/4291] Compiling Vapor _Deprecations.swift
[4118/4291] Compiling Vapor SessionsMiddleware.swift
[4119/4291] Compiling Vapor URLEncodedFormData.swift
[4120/4291] Compiling Vapor URLEncodedFormDecoder.swift
[4121/4291] Compiling Vapor URLEncodedFormEncoder.swift
[4122/4291] Compiling Vapor URLEncodedFormError.swift
[4123/4291] Compiling Vapor URLEncodedFormParser.swift
[4124/4291] Compiling Vapor URLEncodedFormSerializer.swift
[4125/4291] Compiling Vapor URLQueryFragmentConvertible.swift
[4126/4291] Compiling Vapor AnyResponse.swift
[4127/4291] Compiling Vapor Array+Random.swift
[4128/4291] Compiling Vapor Base32.swift
[4129/4291] Compiling Vapor Base64.swift
[4130/4291] Compiling Vapor BaseN.swift
[4131/4291] Compiling Vapor BasicCodingKey.swift
[4132/4291] Compiling Vapor ByteCount.swift
[4133/4291] Compiling Vapor Bytes+Hex.swift
[4134/4291] Compiling Vapor Bytes+SecureCompare.swift
[4135/4291] Compiling Vapor Collection+Safe.swift
[4136/4291] Compiling Vapor DataProtocol+Copy.swift
[4137/4291] Compiling Vapor DecoderUnwrapper.swift
[4138/4291] Compiling Vapor DirectoryConfiguration.swift
[4160/4291] Emitting module Vapor
[4205/4291] Compiling Vapor BodyStream.swift
[4206/4291] Compiling Vapor Application+HTTP+Client.swift
[4207/4291] Compiling Vapor EventLoopHTTPClient.swift
[4208/4291] Compiling Vapor EndpointCache.swift
[4209/4291] Compiling Vapor HTTPMethod+String.swift
[4210/4291] Compiling Vapor HTTPStatus.swift
[4211/4291] Compiling Vapor HTTPCookies.swift
[4212/4291] Compiling Vapor HTTPHeaderCacheControl.swift
[4213/4291] Compiling Vapor HTTPHeaderExpires.swift
[4214/4291] Compiling Vapor HTTPHeaderLastModified.swift
[4215/4291] Compiling Vapor HTTPHeaders+Cache.swift
[4216/4291] Compiling Vapor HTTPHeaders+Connection.swift
[4217/4291] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[4218/4291] Compiling Vapor HTTPHeaders+ContentRange.swift
[4219/4291] Compiling Vapor HTTPHeaders+Directive.swift
[4220/4291] Compiling Vapor HTTPHeaders+Forwarded.swift
[4221/4291] Compiling Vapor HTTPHeaders+Link.swift
[4222/4291] Compiling Vapor HTTPHeaders+Name.swift
[4223/4291] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[4224/4291] Compiling Vapor HTTPHeaders.swift
[4225/4291] Compiling Vapor HTTPMediaType.swift
[4227/4291] Compiling Vapor DotEnv.swift
[4228/4291] Compiling Vapor Extendable.swift
[4229/4291] Compiling Vapor File.swift
[4230/4291] Compiling Vapor FileIO.swift
[4231/4291] Compiling Vapor LifecycleHandler.swift
[4232/4291] Compiling Vapor OptionalType.swift
[4233/4291] Compiling Vapor RFC1123.swift
[4234/4291] Compiling Vapor SocketAddress+Hostname.swift
[4235/4291] Compiling Vapor Storage.swift
[4236/4291] Compiling Vapor String+IsIPAddress.swift
[4237/4291] Compiling Vapor Thread.swift
[4238/4291] Compiling Vapor URI.swift
[4239/4291] Compiling Vapor RangeResult.swift
[4240/4291] Compiling Vapor Validatable.swift
[4241/4291] Compiling Vapor Validation.swift
[4242/4291] Compiling Vapor ValidationKey.swift
[4243/4291] Compiling Vapor Validations.swift
[4244/4291] Compiling Vapor ValidationsError.swift
[4245/4291] Compiling Vapor Validator.swift
[4246/4291] Compiling Vapor ValidatorResult.swift
[4247/4291] Compiling Vapor And.swift
[4248/4291] Compiling Vapor BasicResponder.swift
[4292/4309] Compiling FOSMVVMVapor SystemVersion.swift
[4293/4309] Compiling FOSMVVMVapor VaporServerRequestMiddleware.swift
[4295/4309] Compiling FOSMVVMVapor SystemVersion.swift
[4296/4309] Compiling FOSMVVMVapor ViewModelRequest.swift
[4297/4309] Compiling FOSMVVMVapor ViewModelFactory.swift
[4298/4309] Compiling FOSMVVMVapor ServerRequest.swift
[4299/4309] Compiling FOSMVVMVapor VaporServerRequestHost.swift
[4300/4309] Compiling FOSMVVMVapor ViewModelRequest.swift
[4301/4309] Compiling FOSMVVMVapor ServerRequest.swift
[4302/4309] Compiling FOSMVVMVapor YamlLocalizationStore.swift
[4303/4309] Emitting module FOSMVVMVapor
[4304/4309] Compiling FOSMVVMVapor JSONEncoder.swift
[4305/4309] Compiling FOSMVVMVapor VaporServerRequestHost.swift
[4306/4309] Compiling FOSMVVMVapor ViewModelFactory.swift
[4307/4309] Compiling FOSMVVMVapor JSONEncoder.swift
[4308/4309] Compiling FOSMVVMVapor YamlLocalizationStore.swift
[4309/4309] Emitting module FOSMVVMVapor
[4310/4315] Compiling FOSTestingVapor LocalizableTestCase.swift
[4311/4315] Emitting module FOSTestingVapor
[4312/4315] Compiling FOSTestingVapor VaporServerTestCase.swift
[4314/4315] Emitting module FOSTestingVapor
[4315/4315] Compiling FOSTestingVapor LocalizableTestCase.swift
Build complete! (149.13s)
Fetching https://github.com/swiftlang/swift-testing.git
[1/22225] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.58s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.08s)
[1/74337] Fetching vapor
[74338/76386] Fetching vapor, swift-docc-plugin
Fetched https://github.com/vapor/vapor.git from cache (6.15s)
Fetched https://github.com/apple/swift-docc-plugin from cache (6.15s)
Fetched https://github.com/jpsim/Yams.git from cache (6.16s)
Fetched https://github.com/apple/swift-crypto.git from cache (6.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (7.12s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.57s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.60s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
[1/3208] Fetching multipart-kit
[322/4271] Fetching multipart-kit, swift-service-context
[590/6876] Fetching multipart-kit, swift-service-context, websocket-kit
[1314/11850] Fetching multipart-kit, swift-service-context, websocket-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (1.18s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.18s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.18s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-metrics.git from cache (1.20s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[7687/9245] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.72s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.72s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.73s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.71s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.72s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.73s)
[1/20727] Fetching routing-kit
[416/26212] Fetching routing-kit, console-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (0.76s)
Fetched https://github.com/apple/swift-nio.git from cache (1.01s)
[24763/28582] Fetching routing-kit, console-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.30s)
Fetched https://github.com/vapor/console-kit.git from cache (1.30s)
[1731/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.67s)
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.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
Fetched https://github.com/apple/swift-collections.git from cache (0.77s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.47s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.47s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.16s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.08s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
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 (1.10s)
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.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
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.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
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.48s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.48s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
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.61s)
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.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.01s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (5.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (6.20s)
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.48s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.47s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.64s)
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-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-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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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/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/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/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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-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-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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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/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-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/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/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/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-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-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/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 43b6f88e2f2712e0f2a97e6acc75b55f22234299
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
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.