The Swift Package Index logo.Swift Package Index

Build Information

Successful build of lametric-swift, reference main (b61c27), with Swift 6.1 for Linux on 26 Aug 2025 17:47:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/natanrolnik/Lametric-Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/natanrolnik/Lametric-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b61c27f Add /.vscode to gitignore
Cloned https://github.com/natanrolnik/Lametric-Swift.git
Revision (git rev-parse @):
b61c27fccbb160f858e9dccd2ae18c24508ce7d5
SUCCESS checkout https://github.com/natanrolnik/Lametric-Swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/natanrolnik/Lametric-Swift.git
https://github.com/natanrolnik/Lametric-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-pretty-print",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftToolkit/swift-pretty-print"
    },
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtynior/ColorizeSwift.git"
    }
  ],
  "manifest_display_name" : "lametric-swift",
  "name" : "lametric-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "lametric",
      "targets" : [
        "lametric-cli"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Lametric",
      "targets" : [
        "Lametric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LametricFoundation",
      "targets" : [
        "LametricFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "lametric_cli",
      "module_type" : "SwiftTarget",
      "name" : "lametric-cli",
      "path" : "Sources/lametric-cli",
      "product_dependencies" : [
        "ArgumentParser",
        "PrettyPrint",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "lametric"
      ],
      "sources" : [
        "Commands/Apps.swift",
        "Commands/Device.swift",
        "Commands/Display.swift",
        "Commands/ListEndpoints.swift",
        "Commands/Notifications.swift",
        "LametricCLI+Options.swift",
        "LametricCLI.swift"
      ],
      "target_dependencies" : [
        "Lametric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LametricFoundation",
      "module_type" : "SwiftTarget",
      "name" : "LametricFoundation",
      "path" : "Sources/LametricFoundation",
      "product_memberships" : [
        "lametric",
        "Lametric",
        "LametricFoundation"
      ],
      "sources" : [
        "Codable.swift",
        "Models/App.swift",
        "Models/AppAction.swift",
        "Models/DeviceState.swift",
        "Models/Display.swift",
        "Models/Frame.swift",
        "Models/Model.swift",
        "Models/Notification.swift",
        "Models/Sound.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lametric",
      "module_type" : "SwiftTarget",
      "name" : "Lametric",
      "path" : "Sources/Lametric",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "HTTPTypes",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "lametric",
        "Lametric"
      ],
      "sources" : [
        "Client/HTTPExecutor/AsyncHTTPClientExecutor.swift",
        "Client/HTTPExecutor/HTTPExecutor.swift",
        "Client/HTTPExecutor/URLSessionExecutor.swift",
        "Client/LametricClient+Actions.swift",
        "Client/LametricClient+Apps.swift",
        "Client/LametricClient+Device.swift",
        "Client/LametricClient+Display.swift",
        "Client/LametricClient+Notifications.swift",
        "Client/LametricClient.swift",
        "Client/Responses/AppsResponse.swift",
        "Client/Responses/DeviceResponse.swift",
        "Client/Responses/DisplayResponse.swift",
        "Client/Responses/ListEndpointsResponse.swift",
        "Client/Responses/NotificationResponse.swift",
        "Client/Responses/Success.swift",
        "Endpoint.swift",
        "Endpoints/Apps.swift",
        "Endpoints/Device.swift",
        "Endpoints/DisplayState.swift",
        "Endpoints/List.swift",
        "Endpoints/Notifications.swift",
        "Error.swift",
        "Response.swift"
      ],
      "target_dependencies" : [
        "LametricFoundation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/SwiftToolkit/swift-pretty-print
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mtynior/ColorizeSwift.git
[1/917] Fetching swift-http-types
[836/1208] Fetching swift-http-types, colorizeswift
[977/1251] Fetching swift-http-types, colorizeswift, swift-pretty-print
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.58s)
[1/14119] Fetching async-http-client
[1837/29808] Fetching async-http-client, swift-argument-parser
Fetched https://github.com/swift-server/async-http-client.git from cache (1.83s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.91s)
Fetched https://github.com/SwiftToolkit/swift-pretty-print from cache (1.93s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.96s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (5.34s)
Computing version for https://github.com/SwiftToolkit/swift-pretty-print
Computed https://github.com/SwiftToolkit/swift-pretty-print at 0.1.2 (1.02s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.97s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2701] Fetching swift-nio-transport-services
[83/4509] Fetching swift-nio-transport-services, swift-atomics
[849/10477] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms
[1339/16604] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-extras
[2107/20501] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-extras, swift-log
[4159/32162] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.36s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.38s)
[11089/20067] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[18436/35142] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2, swift-nio-ssl
[22028/112848] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.19s)
Fetched https://github.com/apple/swift-log.git from cache (3.19s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.19s)
[24685/104442] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.23s)
[13175/92781] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.18s)
[54395/77706] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.90s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (12.27s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.96s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.41s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.33s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
[4215/22254] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[3298/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.22s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
[197/6762] Fetching swift-asn1, swift-async-algorithms
[1024/9195] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle
[1760/15655] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.77s)
[12411/14026] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.15s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.16s)
[1/1176] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.21s)
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.84s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.04s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.05s)
Fetching https://github.com/apple/swift-crypto.git
[1/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.65s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.24s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.33.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.7.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.4
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.38.0
Creating working copy for https://github.com/SwiftToolkit/swift-pretty-print
Working copy of https://github.com/SwiftToolkit/swift-pretty-print resolved at 0.1.2
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.29.0
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.25.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/483] Write sources
[8/483] Compiling v3_prn.cc
[9/483] Compiling v3_ocsp.cc
[10/483] Write sources
[12/483] Compiling v3_skey.cc
[13/483] Write sources
[18/483] Write swift-version-24593BA9C3E375BF.txt
[18/483] Write sources
[32/483] Compiling v3_pmaps.cc
[33/483] Compiling _NumericsShims _NumericsShims.c
[34/483] Compiling CNIOWindows shim.c
[35/483] Compiling _AtomicsShims.c
[36/483] Compiling v3_pcons.cc
[37/483] Compiling v3_purp.cc
[38/488] Compiling v3_utl.cc
[40/549] Emitting module Logging
[41/549] Emitting module HTTPTypes
[42/550] Emitting module InternalCollectionsUtilities
[43/551] Emitting module RealModule
[44/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/552] Compiling HTTPTypes HTTPRequest.swift
[46/552] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[47/552] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/552] Compiling InternalCollectionsUtilities Descriptions.swift
[49/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/552] Compiling HTTPTypes ISOLatin1String.swift
[51/552] Compiling HTTPTypes HTTPResponse.swift
[52/552] Emitting module _NIOBase64
[53/552] Compiling _NIOBase64 Base64.swift
[54/553] Compiling Logging LogHandler.swift
[55/553] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/553] Compiling InternalCollectionsUtilities Debugging.swift
[57/553] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/553] Compiling _NIODataStructures PriorityQueue.swift
[59/553] Compiling _NIODataStructures _TinyArray.swift
[60/553] Compiling RealModule Real.swift
[61/553] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/553] Compiling InternalCollectionsUtilities Integer rank.swift
[63/553] Compiling HTTPTypes HTTPParsedFields.swift
[64/553] Compiling RealModule Float+Real.swift
[65/553] Compiling RealModule ElementaryFunctions.swift
[66/553] Compiling RealModule Float16+Real.swift
[67/553] Compiling RealModule Float80+Real.swift
[69/553] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/553] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/553] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/553] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/554] Compiling RealModule RealFunctions.swift
[79/555] Wrapping AST for _NIOBase64 for debugging
[80/557] Wrapping AST for RealModule for debugging
[81/572] Wrapping AST for InternalCollectionsUtilities for debugging
[82/572] Compiling CNIOWindows WSAStartup.c
[83/572] Compiling CNIOWASI CNIOWASI.c
[84/572] Compiling CNIOPosix event_loop_id.c
[86/572] Compiling DequeModule Deque+Equatable.swift
[87/572] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/572] Compiling DequeModule Deque+CustomReflectable.swift
[89/572] Compiling DequeModule Deque+Descriptions.swift
[90/574] Compiling DequeModule _DequeBuffer.swift
[91/574] Compiling DequeModule _DequeBufferHeader.swift
[91/574] Compiling CNIOLinux shim.c
[92/574] Compiling CNIOLinux liburing_shims.c
[94/574] Compiling DequeModule Deque+Testing.swift
[95/574] Compiling DequeModule Deque._Storage.swift
[96/574] Compiling DequeModule Deque+Extras.swift
[97/574] Compiling DequeModule Deque+Hashable.swift
[98/574] Compiling HTTPTypes NIOLock.swift
[99/574] Emitting module _NIODataStructures
[100/574] Compiling _NIODataStructures Heap.swift
[101/574] Compiling Logging MetadataProvider.swift
[102/575] Compiling Logging Locks.swift
[103/575] Compiling Logging Logging.swift
[105/576] Compiling DequeModule _DequeSlot.swift
[106/576] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/576] Compiling CNIOLLHTTP c_nio_llhttp.c
[109/576] Compiling LametricFoundation Frame.swift
[109/576] Compiling CNIOLLHTTP c_nio_http.c
[113/578] Compiling LametricFoundation Display.swift
[114/578] Compiling LametricFoundation DeviceState.swift
[115/578] Compiling LametricFoundation AppAction.swift
[116/578] Compiling PrettyPrint PrettyPrint.swift
[117/578] Compiling DequeModule Deque+Codable.swift
[118/578] Compiling DequeModule Deque+Collection.swift
[119/578] Compiling LametricFoundation Model.swift
[120/578] Compiling LametricFoundation Notification.swift
[121/578] Emitting module LametricFoundation
[121/578] Wrapping AST for _NIODataStructures for debugging
[124/578] Compiling CNIOExtrasZlib empty.c
[125/578] Compiling CNIOLLHTTP c_nio_api.c
[126/578] Compiling CNIODarwin shim.c
[136/578] Emitting module PrettyPrint
[137/578] Compiling DequeModule Deque._UnsafeHandle.swift
[138/578] Compiling DequeModule Deque.swift
[138/578] Wrapping AST for Logging for debugging
[140/578] Compiling PrettyPrint PrettyPrintable.swift
[140/579] Compiling fiat_p256_adx_sqr.S
[141/579] Compiling fiat_p256_adx_mul.S
[142/579] Compiling fiat_curve25519_adx_square.S
[146/579] Compiling fiat_curve25519_adx_mul.S
[147/579] Wrapping AST for PrettyPrint for debugging
[148/579] Compiling CNIOBoringSSLShims shims.c
[150/579] Emitting module DequeModule
[151/580] Compiling LametricFoundation Sound.swift
[153/581] Wrapping AST for DequeModule for debugging
[154/581] Wrapping AST for LametricFoundation for debugging
[155/581] Compiling tls_record.cc
[156/581] Compiling tls_method.cc
[158/581] Compiling HTTPTypes HTTPFieldName.swift
[159/581] Compiling HTTPTypes HTTPField.swift
[160/581] Compiling HTTPTypes HTTPFields.swift
[161/582] Emitting module ColorizeSwift
[162/582] Compiling ColorizeSwift ColorizeSwift.swift
[163/583] Compiling tls13_server.cc
[165/583] Wrapping AST for HTTPTypes for debugging
[166/583] Compiling tls13_enc.cc
[167/583] Wrapping AST for ColorizeSwift for debugging
[168/583] Compiling tls13_client.cc
[169/583] Compiling tls13_both.cc
[170/583] Compiling t1_enc.cc
[171/583] Compiling ssl_versions.cc
[172/583] Compiling ssl_transcript.cc
[173/583] Compiling ssl_x509.cc
[174/583] Compiling ssl_stat.cc
[175/583] Compiling ssl_privkey.cc
[176/583] Compiling ssl_session.cc
[177/583] Compiling ssl_lib.cc
[178/583] Compiling ssl_key_share.cc
[179/583] Compiling ssl_file.cc
[180/583] Compiling ssl_cipher.cc
[181/583] Compiling ssl_credential.cc
[182/583] Compiling ssl_cert.cc
[183/583] Compiling ssl_buffer.cc
[184/583] Compiling ssl_asn1.cc
[185/583] Compiling ssl_aead_ctx.cc
[186/583] Compiling s3_pkt.cc
[187/583] Compiling s3_lib.cc
[188/583] Compiling s3_both.cc
[189/583] Compiling handshake_server.cc
[190/583] Compiling handshake_client.cc
[191/583] Compiling handshake.cc
[192/583] Compiling handoff.cc
[193/583] Compiling encrypted_client_hello.cc
[194/583] Compiling dtls_record.cc
[195/583] Compiling extensions.cc
[196/583] Compiling md5-x86_64-linux.S
[197/583] Compiling md5-x86_64-apple.S
[198/583] Compiling md5-586-linux.S
[199/583] Compiling dtls_method.cc
[200/583] Compiling d1_srtp.cc
[201/583] Compiling md5-586-apple.S
[202/583] Compiling chacha20_poly1305_x86_64-apple.S
[203/583] Compiling chacha20_poly1305_x86_64-linux.S
[204/583] Compiling chacha20_poly1305_armv8-win.S
[205/583] Compiling chacha20_poly1305_armv8-linux.S
[206/583] Compiling d1_pkt.cc
[207/583] Compiling chacha20_poly1305_armv8-apple.S
[208/583] Compiling chacha-x86_64-linux.S
[209/583] Compiling chacha-x86-linux.S
[210/583] Compiling chacha-x86_64-apple.S
[211/583] Compiling chacha-x86-apple.S
[212/583] Compiling chacha-armv8-win.S
[213/583] Compiling chacha-armv8-apple.S
[214/583] Compiling chacha-armv8-linux.S
[215/583] Compiling d1_lib.cc
[216/583] Compiling chacha-armv4-linux.S
[217/583] Compiling aes128gcmsiv-x86_64-linux.S
[218/583] Compiling aes128gcmsiv-x86_64-apple.S
[219/583] Compiling x86_64-mont5-apple.S
[220/583] Compiling x86_64-mont5-linux.S
[221/583] Compiling x86_64-mont-linux.S
[222/583] Compiling x86_64-mont-apple.S
[223/583] Compiling err_data.cc
[224/583] Compiling x86-mont-linux.S
[224/583] Compiling x86-mont-apple.S
[226/583] Compiling vpaes-x86_64-apple.S
[227/583] Compiling vpaes-x86_64-linux.S
[228/583] Compiling vpaes-x86-linux.S
[229/583] Compiling vpaes-x86-apple.S
[230/583] Compiling vpaes-armv8-win.S
[231/583] Compiling vpaes-armv8-linux.S
[232/583] Compiling vpaes-armv7-linux.S
[233/583] Compiling vpaes-armv8-apple.S
[234/583] Compiling sha512-x86_64-linux.S
[235/583] Compiling sha512-x86_64-apple.S
[236/583] Compiling sha512-armv8-linux.S
[237/583] Compiling sha512-armv8-win.S
[238/583] Compiling sha512-armv8-apple.S
[239/583] Compiling sha512-armv4-linux.S
[240/583] Compiling sha512-586-linux.S
[241/583] Compiling sha512-586-apple.S
[242/583] Compiling sha256-x86_64-apple.S
[243/583] Compiling sha256-x86_64-linux.S
[244/583] Compiling sha256-armv8-apple.S
[245/583] Compiling sha256-armv8-win.S
[246/583] Compiling sha256-armv4-linux.S
[247/583] Compiling sha256-armv8-linux.S
[248/583] Compiling sha256-586-linux.S
[249/583] Compiling sha1-armv8-linux.S
[250/583] Compiling sha256-586-apple.S
[250/583] Compiling sha1-x86_64-apple.S
[252/583] Compiling sha1-armv8-win.S
[253/583] Compiling sha1-armv8-apple.S
[254/583] Compiling d1_both.cc
[255/583] Compiling sha1-x86_64-linux.S
[256/583] Compiling sha1-armv4-large-linux.S
[257/583] Compiling sha1-586-apple.S
[257/583] Compiling sha1-586-linux.S
[259/583] Compiling rsaz-avx2-apple.S
[260/583] Compiling rdrand-x86_64-linux.S
[261/583] Compiling p256_beeu-x86_64-asm-linux.S
[261/583] Compiling rsaz-avx2-linux.S
[263/583] Compiling rdrand-x86_64-apple.S
[264/583] Compiling p256_beeu-x86_64-asm-apple.S
[265/583] Compiling p256_beeu-armv8-asm-win.S
[266/583] Compiling p256_beeu-armv8-asm-apple.S
[267/583] Compiling p256_beeu-armv8-asm-linux.S
[268/583] Compiling p256-x86_64-asm-apple.S
[269/583] Compiling p256-armv8-asm-win.S
[270/583] Compiling p256-x86_64-asm-linux.S
[271/583] Compiling bio_ssl.cc
[272/583] Compiling ghashv8-armv8-win.S
[272/583] Compiling p256-armv8-asm-apple.S
[274/583] Compiling p256-armv8-asm-linux.S
[275/583] Compiling ghashv8-armv8-apple.S
[276/583] Compiling ghashv8-armv8-linux.S
[277/583] Compiling ghash-x86_64-linux.S
[278/583] Compiling ghashv8-armv7-linux.S
[279/583] Compiling ghash-x86_64-apple.S
[280/583] Compiling ghash-ssse3-x86_64-linux.S
[281/583] Compiling ghash-x86-apple.S
[282/583] Compiling ghash-ssse3-x86_64-apple.S
[283/583] Compiling ghash-x86-linux.S
[283/583] Compiling ghash-ssse3-x86-linux.S
[285/583] Compiling ghash-ssse3-x86-apple.S
[286/583] Compiling ghash-neon-armv8-linux.S
[287/583] Compiling ghash-neon-armv8-win.S
[288/583] Compiling ghash-neon-armv8-apple.S
[289/583] Compiling ghash-armv4-linux.S
[290/583] Compiling co-586-apple.S
[291/583] Compiling bn-armv8-win.S
[291/583] Compiling bn-armv8-linux.S
[293/583] Compiling bsaes-armv7-linux.S
[294/583] Compiling co-586-linux.S
[295/583] Compiling bn-586-apple.S
[296/583] Compiling armv4-mont-linux.S
[297/583] Compiling bn-armv8-apple.S
[298/583] Compiling bn-586-linux.S
[299/583] Compiling armv8-mont-apple.S
[300/583] Compiling armv8-mont-win.S
[300/583] Compiling armv8-mont-linux.S
[302/583] Compiling aesv8-gcm-armv8-win.S
[303/583] Compiling aesv8-gcm-armv8-apple.S
[304/583] Compiling aesv8-armv8-win.S
[304/583] Compiling aesv8-gcm-armv8-linux.S
[306/583] Compiling aesni-x86_64-linux.S
[307/583] Compiling aesni-x86_64-apple.S
[308/583] Compiling aesv8-armv7-linux.S
[309/583] Compiling aesv8-armv8-apple.S
[310/583] Compiling aesv8-armv8-linux.S
[311/583] Compiling aesni-x86-linux.S
[312/583] Compiling aesni-x86-apple.S
[313/583] Compiling aesni-gcm-x86_64-linux.S
[314/583] Compiling aes-gcm-avx10-x86_64-linux.S
[315/583] Compiling aesni-gcm-x86_64-apple.S
[316/583] Compiling aes-gcm-avx2-x86_64-linux.S
[317/583] Compiling aes-gcm-avx2-x86_64-apple.S
[318/583] Compiling aes-gcm-avx10-x86_64-apple.S
[319/583] Compiling x_sig.cc
[320/583] Compiling x_spki.cc
[321/583] Compiling x_req.cc
[322/583] Compiling x_x509.cc
[323/583] Compiling x_val.cc
[324/583] Compiling x_x509a.cc
[325/583] Compiling x_pubkey.cc
[326/583] Compiling x_name.cc
[327/583] Compiling x_attrib.cc
[328/583] Compiling x_exten.cc
[329/583] Compiling x_crl.cc
[330/583] Compiling x509name.cc
[331/583] Compiling x509spki.cc
[332/583] Compiling x509rset.cc
[333/583] Compiling x_algor.cc
[334/583] Compiling x_all.cc
[335/583] Compiling x509cset.cc
[336/583] Compiling x509_txt.cc
[337/583] Compiling x509_vpm.cc
[338/583] Compiling x509_set.cc
[339/583] Compiling x509_v3.cc
[340/583] Compiling x509_trs.cc
[341/583] Compiling x509_vfy.cc
[342/583] Compiling x509_req.cc
[343/583] Compiling x509_obj.cc
[344/583] Compiling x509_def.cc
[345/583] Compiling x509_d2.cc
[346/583] Compiling x509_cmp.cc
[347/583] Compiling x509_lu.cc
[348/583] Compiling x509_ext.cc
[349/583] Compiling x509_att.cc
[350/583] Compiling x509.cc
[351/583] Compiling v3_int.cc
[352/583] Compiling v3_info.cc
[353/583] Compiling v3_lib.cc
[354/583] Compiling v3_extku.cc
[355/583] Compiling v3_ia5.cc
[356/583] Compiling v3_ncons.cc
[357/583] Compiling v3_genn.cc
[358/583] Compiling v3_enum.cc
[359/583] Compiling v3_crld.cc
[360/583] Compiling v3_conf.cc
[361/583] Compiling v3_bitst.cc
[362/583] Compiling v3_cpols.cc
[363/583] Compiling v3_bcons.cc
[364/583] Compiling v3_alt.cc
[365/583] Compiling v3_akeya.cc
[366/583] Compiling v3_akey.cc
[367/583] Compiling i2d_pr.cc
[368/583] Compiling t_x509a.cc
[369/583] Compiling t_crl.cc
[370/583] Compiling t_x509.cc
[371/583] Compiling t_req.cc
[372/583] Compiling name_print.cc
[373/583] Compiling rsa_pss.cc
[374/583] Compiling policy.cc
[375/583] Compiling by_file.cc
[376/583] Compiling by_dir.cc
[377/583] Compiling a_verify.cc
[378/583] Compiling voprf.cc
[379/583] Compiling algorithm.cc
[380/583] Compiling asn1_gen.cc
[381/583] Compiling a_sign.cc
[382/583] Compiling a_digest.cc
[383/583] Compiling trust_token.cc
[384/583] Compiling thread_pthread.cc
[385/583] Compiling thread_win.cc
[386/583] Compiling thread_none.cc
[387/583] Compiling thread.cc
[388/583] Compiling stack.cc
[389/583] Compiling sha1.cc
[390/583] Compiling sha256.cc
[391/583] Compiling sha512.cc
[392/583] Compiling siphash.cc
[393/583] Compiling pmbtoken.cc
[394/583] Compiling rsa_print.cc
[395/583] Compiling slhdsa.cc
[396/583] Compiling spake2plus.cc
[397/583] Compiling rsa_extra.cc
[398/583] Compiling rc4.cc
[399/583] Compiling refcount.cc
[400/583] Compiling rsa_crypt.cc
[401/583] Compiling trusty.cc
[402/583] Compiling windows.cc
[403/583] Compiling urandom.cc
[404/583] Compiling rand.cc
[405/583] Compiling rsa_asn1.cc
[406/583] Compiling ios.cc
[407/583] Compiling getentropy.cc
[408/583] Compiling poly1305_arm_asm.S
[409/583] Compiling passive.cc
[410/583] Compiling deterministic.cc
[411/583] Compiling fork_detect.cc
[412/583] Compiling forkunsafe.cc
[413/583] Compiling poly1305_arm.cc
[414/583] Compiling poly1305.cc
[415/583] Compiling poly1305_vec.cc
[416/583] Compiling pool.cc
[417/583] Compiling pkcs7.cc
[418/583] Compiling pkcs7_x509.cc
[419/583] Compiling pkcs8.cc
[420/583] Compiling pkcs8_x509.cc
[421/583] Compiling p5_pbev2.cc
[422/583] Compiling pem_xaux.cc
[423/583] Compiling pem_x509.cc
[424/583] Compiling pem_pkey.cc
[425/583] Compiling pem_pk8.cc
[426/583] Compiling obj_xref.cc
[427/583] Compiling mlkem.cc
[428/583] Compiling pem_oth.cc
[429/583] Compiling obj.cc
[430/583] Compiling pem_lib.cc
[431/583] Compiling pem_info.cc
[432/583] Compiling pem_all.cc
[433/583] Compiling mldsa.cc
[434/583] Compiling mem.cc
[435/583] Compiling poly_rq_mul.S
[436/583] Compiling fips_shared_support.cc
[437/583] Compiling md5.cc
[438/583] Compiling md4.cc
[439/583] Compiling lhash.cc
[440/583] Compiling ex_data.cc
[441/583] Compiling sign.cc
[442/583] Compiling hrss.cc
[443/583] Compiling kyber.cc
[444/583] Compiling scrypt.cc
[445/583] Compiling hpke.cc
[446/583] Compiling print.cc
[447/583] Compiling p_x25519.cc
[448/583] Compiling pbkdf.cc
[449/583] Compiling p_x25519_asn1.cc
[450/583] Compiling p_rsa_asn1.cc
[451/583] Compiling p_ed25519.cc
[452/583] Compiling p_rsa.cc
[453/583] Compiling p_hkdf.cc
[454/583] Compiling p_ed25519_asn1.cc
[455/583] Compiling p_ec.cc
[456/583] Compiling p_ec_asn1.cc
[457/583] Compiling p_dh.cc
[458/583] Compiling p_dh_asn1.cc
[459/583] Compiling err.cc
[460/583] Compiling evp_ctx.cc
[461/583] Compiling evp.cc
[462/583] Compiling engine.cc
[463/583] Compiling evp_asn1.cc
[464/583] Compiling p_dsa_asn1.cc
[465/583] Compiling ecdh.cc
[466/583] Compiling hash_to_curve.cc
[467/583] Compiling ec_derive.cc
[468/583] Compiling ecdsa_asn1.cc
[469/583] Compiling dsa.cc
[470/583] Compiling ec_asn1.cc
[471/583] Compiling params.cc
[472/583] Compiling dsa_asn1.cc
[473/583] Compiling x25519-asm-arm.S
[474/583] Compiling dh_asn1.cc
[475/583] Compiling des.cc
[476/583] Compiling digest_extra.cc
[477/583] Compiling crypto.cc
[478/583] Compiling spake25519.cc
[479/583] Compiling cpu_arm_linux.cc
[480/583] Compiling cpu_arm_freebsd.cc
[481/583] Compiling cpu_intel.cc
[482/583] Compiling curve25519.cc
[483/583] Compiling cpu_aarch64_win.cc
[484/583] Compiling cpu_aarch64_sysreg.cc
[485/583] Compiling cpu_aarch64_openbsd.cc
[486/583] Compiling cpu_aarch64_fuchsia.cc
[487/583] Compiling cpu_aarch64_apple.cc
[488/583] Compiling cpu_aarch64_linux.cc
[489/583] Compiling bcm.cc
[490/583] Compiling curve25519_64_adx.cc
[491/583] Compiling tls_cbc.cc
[492/583] Compiling get_cipher.cc
[493/583] Compiling conf.cc
[494/583] Compiling e_rc4.cc
[495/583] Compiling e_tls.cc
[496/583] Compiling e_rc2.cc
[497/583] Compiling e_null.cc
[498/583] Compiling e_des.cc
[499/583] Compiling derive_key.cc
[500/583] Compiling e_chacha20poly1305.cc
[501/583] Compiling e_aesgcmsiv.cc
[502/583] Compiling e_aesctrhmac.cc
[503/583] Compiling chacha.cc
[504/583] Compiling unicode.cc
[505/583] Compiling cbb.cc
[506/583] Compiling buf.cc
[507/583] Compiling cbs.cc
[508/583] Compiling ber.cc
[509/583] Compiling blake2.cc
[510/583] Compiling convert.cc
[511/583] Compiling bn_asn1.cc
[512/583] Compiling socket_helper.cc
[513/583] Compiling socket.cc
[514/583] Compiling asn1_compat.cc
[515/583] Compiling printf.cc
[516/583] Compiling pair.cc
[517/583] Compiling hexdump.cc
[518/583] Compiling file.cc
[519/583] Compiling errno.cc
[520/583] Compiling connect.cc
[521/583] Compiling fd.cc
[522/583] Compiling bio.cc
[523/583] Compiling bio_mem.cc
[524/583] Compiling base64.cc
[525/583] Compiling tasn_typ.cc
[526/583] Compiling tasn_fre.cc
[527/583] Compiling posix_time.cc
[528/583] Compiling tasn_enc.cc
[529/583] Compiling tasn_utl.cc
[530/583] Compiling f_string.cc
[531/583] Compiling tasn_new.cc
[532/583] Compiling f_int.cc
[533/583] Compiling asn_pack.cc
[534/583] Compiling tasn_dec.cc
[535/583] Compiling asn1_par.cc
[536/583] Compiling a_utctm.cc
[537/583] Compiling asn1_lib.cc
[538/583] Compiling a_type.cc
[539/583] Compiling a_octet.cc
[540/583] Compiling a_time.cc
[541/583] Compiling a_strnid.cc
[542/583] Compiling a_strex.cc
[543/583] Compiling a_i2d_fp.cc
[544/583] Compiling a_object.cc
[545/583] Compiling a_mbstr.cc
[546/583] Compiling a_d2i_fp.cc
[547/583] Compiling a_dup.cc
[547/583] Write sources
[553/583] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[554/583] Compiling a_int.cc
[555/583] Compiling a_gentm.cc
[556/628] Compiling a_bool.cc
[557/628] Compiling a_bitstr.cc
[559/628] Compiling Algorithms Keyed.swift
[560/628] Compiling Algorithms MinMax.swift
[561/628] Compiling Algorithms Split.swift
[562/628] Compiling Algorithms Stride.swift
[563/630] Compiling Algorithms Intersperse.swift
[564/630] Compiling Algorithms Joined.swift
[565/630] Compiling Atomics IntegerOperations.swift
[566/630] Compiling Atomics Unmanaged extensions.swift
[571/633] Compiling Algorithms Reductions.swift
[572/633] Compiling Algorithms Rotate.swift
[573/633] Compiling ArgumentParserToolInfo ToolInfo.swift
[574/633] Emitting module ArgumentParserToolInfo
[576/634] Compiling Algorithms Partition.swift
[577/634] Compiling Algorithms Permutations.swift
[578/634] Compiling Algorithms Product.swift
[582/634] Compiling Algorithms Trim.swift
[583/634] Compiling Algorithms Unique.swift
[584/634] Compiling Algorithms Windows.swift
[585/634] Emitting module Atomics
[586/634] Compiling Algorithms Compacted.swift
[587/634] Compiling Algorithms Cycle.swift
[588/634] Compiling Algorithms EitherSequence.swift
[589/634] Compiling Algorithms FirstNonNil.swift
[590/634] Compiling Algorithms AdjacentPairs.swift
[591/634] Compiling Algorithms Chain.swift
[592/634] Compiling Algorithms Chunked.swift
[593/634] Compiling Algorithms Combinations.swift
[594/634] Compiling Algorithms FlattenCollection.swift
[595/634] Compiling Algorithms Grouped.swift
[596/634] Compiling Algorithms Indexed.swift
[609/635] Compiling c-nioatomics.c
[611/635] Emitting module Algorithms
[611/636] Compiling c-atomics.c
[614/642] Compiling NIOConcurrencyHelpers lock.swift
[615/642] Emitting module NIOConcurrencyHelpers
[616/642] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[617/642] Compiling NIOConcurrencyHelpers NIOLock.swift
[618/642] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[619/642] Compiling NIOConcurrencyHelpers atomics.swift
[620/643] Wrapping AST for ArgumentParserToolInfo for debugging
[621/687] Wrapping AST for Algorithms for debugging
[622/687] Wrapping AST for Atomics for debugging
[623/687] Wrapping AST for NIOConcurrencyHelpers for debugging
[625/733] Emitting module ArgumentParser
[626/754] Compiling NIOCore AsyncAwaitSupport.swift
[627/754] Compiling NIOCore AsyncChannel.swift
[628/754] Compiling NIOCore AsyncChannelHandler.swift
[629/754] Compiling NIOCore AsyncChannelInboundStream.swift
[630/754] Compiling NIOCore AsyncChannelOutboundWriter.swift
[631/754] Compiling NIOCore NIOAsyncSequenceProducer.swift
[632/754] Compiling NIOCore FileHandle.swift
[633/754] Compiling NIOCore FileRegion.swift
[634/754] Compiling NIOCore GlobalSingletons.swift
[635/754] Compiling NIOCore IO.swift
[636/754] Compiling NIOCore CircularBuffer.swift
[637/754] Compiling NIOCore Codec.swift
[638/754] Compiling NIOCore ByteBuffer-hex.swift
[639/754] Compiling NIOCore ByteBuffer-int.swift
[640/754] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[641/754] Compiling NIOCore ByteBuffer-multi-int.swift
[642/754] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[643/754] Compiling NIOCore ByteBuffer-views.swift
[644/754] Compiling NIOCore Channel.swift
[645/754] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[646/754] Compiling NIOCore BSDSocketAPI.swift
[647/754] Compiling NIOCore ByteBuffer-aux.swift
[648/754] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[649/754] Compiling NIOCore ByteBuffer-conversions.swift
[650/754] Compiling NIOCore ByteBuffer-core.swift
[651/754] Compiling ArgumentParser Tree.swift
[652/754] Compiling ArgumentParser CodingKeyValidator.swift
[653/754] Compiling ArgumentParser NonsenseFlagsValidator.swift
[654/754] Compiling ArgumentParser ParsableArgumentsValidation.swift
[655/754] Compiling ArgumentParser PositionalArgumentsValidator.swift
[656/754] Compiling ArgumentParser UniqueNamesValidator.swift
[662/754] Compiling NIOCore NIOScheduledCallback.swift
[663/754] Compiling NIOCore NIOSendable.swift
[664/754] Compiling NIOCore RecvByteBufferAllocator.swift
[665/762] Compiling NIOCore ChannelHandler.swift
[666/762] Compiling NIOCore ChannelHandlers.swift
[667/762] Compiling NIOCore ChannelInvoker.swift
[668/762] Compiling NIOCore ChannelOption.swift
[669/762] Compiling NIOCore ChannelPipeline.swift
[670/762] Compiling NIOCore AddressedEnvelope.swift
[671/762] Compiling NIOCore IOData.swift
[672/762] Compiling NIOCore IPProtocol.swift
[673/762] Compiling NIOCore IntegerBitPacking.swift
[674/762] Compiling NIOCore IntegerTypes.swift
[675/762] Compiling NIOCore Interfaces.swift
[676/762] Compiling NIOCore Linux.swift
[677/762] Compiling NIOCore MarkedCircularBuffer.swift
[678/762] Compiling NIOCore MulticastChannel.swift
[679/762] Compiling NIOCore ConvenienceOptionSupport.swift
[680/762] Compiling NIOCore DeadChannel.swift
[681/762] Compiling NIOCore DispatchQueue+WithFuture.swift
[682/762] Compiling NIOCore EventLoop+Deprecated.swift
[683/762] Compiling NIOCore EventLoop+SerialExecutor.swift
[684/762] Compiling NIOCore EventLoop.swift
[685/762] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[686/762] Compiling NIOCore NIOAsyncWriter.swift
[687/762] Compiling NIOCore EventLoopFuture+Deprecated.swift
[688/762] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[689/762] Compiling NIOCore EventLoopFuture.swift
[690/762] Compiling NIOCore FileDescriptor.swift
[700/763] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[701/763] Compiling NIOCore SocketAddresses.swift
[702/763] Compiling NIOCore SocketOptionProvider.swift
[703/763] Compiling NIOCore SystemCallHelpers.swift
[704/763] Compiling NIOCore TimeAmount+Duration.swift
[705/763] Compiling NIOCore TypeAssistedChannelHandler.swift
[706/763] Compiling NIOCore UniversalBootstrapSupport.swift
[707/763] Compiling NIOCore Utilities.swift
[725/763] Wrapping AST for ArgumentParser for debugging
[745/763] Emitting module NIOCore
[746/764] Wrapping AST for NIOCore for debugging
[748/816] Emitting module NIOEmbedded
[749/816] Compiling NIOEmbedded AsyncTestingChannel.swift
[750/816] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[751/816] Compiling NIOEmbedded Embedded.swift
[752/817] Wrapping AST for NIOEmbedded for debugging
[754/817] Compiling NIOPosix IO.swift
[755/817] Compiling NIOPosix IntegerBitPacking.swift
[756/817] Compiling NIOPosix IntegerTypes.swift
[757/817] Compiling NIOPosix Linux.swift
[758/817] Compiling NIOPosix LinuxCPUSet.swift
[759/817] Compiling NIOPosix LinuxUring.swift
[760/817] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[761/823] Compiling NIOPosix ThreadPosix.swift
[762/823] Compiling NIOPosix ThreadWindows.swift
[763/823] Compiling NIOPosix UnsafeTransfer.swift
[764/823] Compiling NIOPosix Utilities.swift
[765/823] Compiling NIOPosix VsockAddress.swift
[766/823] Compiling NIOPosix VsockChannelEvents.swift
[767/823] Compiling NIOPosix SelectableEventLoop.swift
[768/823] Compiling NIOPosix SelectorEpoll.swift
[769/823] Compiling NIOPosix SelectorGeneric.swift
[770/823] Compiling NIOPosix SelectorKqueue.swift
[771/823] Compiling NIOPosix SelectorUring.swift
[772/823] Compiling NIOPosix ServerSocket.swift
[773/823] Compiling NIOPosix Pool.swift
[774/823] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[775/823] Compiling NIOPosix PosixSingletons.swift
[776/823] Compiling NIOPosix RawSocketBootstrap.swift
[777/823] Compiling NIOPosix Resolver.swift
[778/823] Compiling NIOPosix Selectable.swift
[779/823] Compiling NIOPosix SelectableChannel.swift
[780/823] Compiling NIOPosix Socket.swift
[781/823] Compiling NIOPosix SocketChannel.swift
[782/823] Compiling NIOPosix SocketProtocols.swift
[783/823] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[784/823] Compiling NIOPosix System.swift
[785/823] Compiling NIOPosix Thread.swift
[786/823] Compiling NIOPosix BSDSocketAPICommon.swift
[787/823] Compiling NIOPosix BSDSocketAPIPosix.swift
[788/823] Compiling NIOPosix BSDSocketAPIWindows.swift
[789/823] Compiling NIOPosix BaseSocket.swift
[790/823] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[791/823] Compiling NIOPosix BaseSocketChannel.swift
[792/823] Compiling NIOPosix BaseStreamSocketChannel.swift
[793/823] Emitting module NIOPosix
[794/823] Compiling NIOPosix NIOPosixSendableMetatype.swift
[795/823] Compiling NIOPosix NIOThreadPool.swift
[796/823] Compiling NIOPosix NonBlockingFileIO.swift
[797/823] Compiling NIOPosix PendingDatagramWritesManager.swift
[798/823] Compiling NIOPosix PendingWritesManager.swift
[799/823] Compiling NIOPosix PipeChannel.swift
[800/823] Compiling NIOPosix PipePair.swift
[801/823] Compiling NIOPosix Bootstrap.swift
[802/823] Compiling NIOPosix ControlMessage.swift
[803/823] Compiling NIOPosix DatagramVectorReadManager.swift
[804/823] Compiling NIOPosix Errors+Any.swift
[805/823] Compiling NIOPosix FileDescriptor.swift
[806/823] Compiling NIOPosix GetaddrinfoResolver.swift
[807/823] Compiling NIOPosix HappyEyeballs.swift
[808/824] Wrapping AST for NIOPosix for debugging
[810/826] Emitting module NIO
[811/826] Compiling NIO Exports.swift
[812/827] Wrapping AST for NIO for debugging
[814/866] Emitting module NIOTLS
[815/866] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[816/866] Emitting module NIOSOCKS
[817/867] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[818/867] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[819/867] Compiling NIOTLS TLSEvents.swift
[820/867] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[821/867] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[822/867] Compiling NIOSOCKS ServerStateMachine.swift
[823/867] Compiling NIOSOCKS AuthenticationMethod.swift
[824/867] Compiling NIOSOCKS ClientGreeting.swift
[825/867] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[826/867] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[827/867] Compiling NIOSOCKS ClientStateMachine.swift
[828/867] Compiling NIOTLS SNIHandler.swift
[829/868] Compiling NIOSOCKS SOCKSResponse.swift
[831/868] Compiling NIOSOCKS SOCKSClientHandler.swift
[832/868] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[833/868] Compiling NIOSOCKS Errors.swift
[834/868] Compiling NIOSOCKS Helpers.swift
[835/868] Compiling NIOSOCKS Messages.swift
[836/868] Compiling NIOSOCKS SOCKSRequest.swift
[837/869] Wrapping AST for NIOTLS for debugging
[839/869] Emitting module NIOFoundationCompat
[840/869] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[841/899] Wrapping AST for NIOSOCKS for debugging
[843/899] Compiling NIOSSL SSLCertificateExtensions.swift
[844/899] Compiling NIOSSL SSLCertificateName.swift
[844/901] Wrapping AST for NIOFoundationCompat for debugging
[846/920] Compiling NIOTransportServices NIOTSEventLoop.swift
[847/920] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[849/923] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[850/923] Compiling NIOTransportServices NIOTSListenerChannel.swift
[851/923] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[852/923] Compiling NIOTransportServices NIOTSErrors.swift
[854/925] Compiling NIOTransportServices NIOTSBootstraps.swift
[855/925] Compiling NIOTransportServices NIOTSChannelOptions.swift
[856/925] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[857/925] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[858/925] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[859/925] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[860/925] Compiling NIOTransportServices NIOTSSingletons.swift
[861/925] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[862/925] Compiling NIOTransportServices StateManagedChannel.swift
[863/925] Compiling NIOTransportServices StateManagedListenerChannel.swift
[864/925] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[866/925] Compiling NIOTransportServices AcceptHandler.swift
[867/925] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[868/925] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[876/925] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[877/925] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[878/925] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[879/925] Emitting module NIOTransportServices
[882/926] Wrapping AST for NIOTransportServices for debugging
[884/926] Emitting module NIOHTTP1
[891/926] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[901/931] Emitting module NIOSSL
[901/949] Wrapping AST for NIOHTTP1 for debugging
[903/949] Compiling NIOSSL SubjectAlternativeName.swift
[904/949] Compiling NIOSSL NIOSSLSecureBytes.swift
[905/949] Compiling NIOSSL RNG.swift
[906/949] Compiling NIOSSL SafeCompare.swift
[907/949] Compiling NIOHPACK DynamicHeaderTable.swift
[908/949] Compiling NIOHPACK HPACKDecoder.swift
[921/950] Compiling NIOHPACK StaticHeaderTable.swift
[922/950] Compiling NIOHPACK IndexedHeaderTable.swift
[923/950] Compiling NIOHPACK HuffmanTables.swift
[924/950] Compiling NIOHPACK IntegerCoding.swift
[925/950] Emitting module NIOHPACK
[926/950] Compiling NIOHPACK HuffmanCoding.swift
[927/950] Compiling NIOHPACK HPACKEncoder.swift
[928/950] Compiling NIOHPACK HPACKErrors.swift
[929/950] Compiling NIOHTTPCompression HTTPCompression.swift
[930/950] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[931/950] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[932/950] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[933/950] Compiling NIOHTTPCompression HTTPDecompression.swift
[934/950] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[935/950] Emitting module NIOHTTPCompression
[936/951] Compiling NIOSSL Zeroization.swift
[937/951] Compiling NIOSSL TLSConfiguration.swift
[938/951] Compiling NIOSSL UniversalBootstrapSupport.swift
[939/951] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[941/952] Compiling NIOHPACK HPACKHeader.swift
[942/952] Compiling NIOHPACK HeaderTables.swift
[944/953] Wrapping AST for NIOHTTPCompression for debugging
[945/953] Wrapping AST for NIOHPACK for debugging
[946/953] Wrapping AST for NIOSSL for debugging
[948/1013] Emitting module NIOHTTP2
[949/1021] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[950/1021] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[951/1021] Compiling NIOHTTP2 HTTP2StreamID.swift
[952/1021] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[953/1021] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[954/1021] Compiling NIOHTTP2 HTTP2UserEvents.swift
[955/1021] Compiling NIOHTTP2 InboundEventBuffer.swift
[956/1021] Compiling NIOHTTP2 InboundWindowManager.swift
[957/1021] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[958/1021] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[959/1021] Compiling NIOHTTP2 StreamChannelFlowController.swift
[960/1021] Compiling NIOHTTP2 StreamChannelList.swift
[961/1021] Compiling NIOHTTP2 StreamMap.swift
[962/1021] Compiling NIOHTTP2 StreamStateMachine.swift
[963/1021] Compiling NIOHTTP2 UnsafeTransfer.swift
[964/1021] Compiling NIOHTTP2 WatermarkedFlowController.swift
[965/1021] Compiling NIOHTTP2 HasFlowControlWindows.swift
[966/1021] Compiling NIOHTTP2 HasLocalSettings.swift
[967/1021] Compiling NIOHTTP2 HasRemoteSettings.swift
[968/1021] Compiling NIOHTTP2 LocallyQuiescingState.swift
[969/1021] Compiling NIOHTTP2 QuiescingState.swift
[970/1021] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[971/1021] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[972/1021] Compiling NIOHTTP2 StateMachineResult.swift
[973/1021] Compiling NIOHTTP2 ContentLengthVerifier.swift
[974/1021] Compiling NIOHTTP2 HTTP2Frame.swift
[975/1021] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[976/1021] Compiling NIOHTTP2 HTTP2FrameParser.swift
[977/1021] Compiling NIOHTTP2 HTTP2PingData.swift
[978/1021] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[979/1021] Compiling NIOHTTP2 HTTP2Settings.swift
[980/1021] Compiling NIOHTTP2 HTTP2Stream.swift
[981/1021] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[982/1021] Compiling NIOHTTP2 DOSHeuristics.swift
[983/1021] Compiling NIOHTTP2 Error+Any.swift
[984/1021] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[985/1021] Compiling NIOHTTP2 ControlFrameBuffer.swift
[986/1021] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[987/1021] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[988/1021] Compiling NIOHTTP2 GlitchesMonitor.swift
[989/1021] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[990/1021] Compiling NIOHTTP2 MaySendFrames.swift
[991/1021] Compiling NIOHTTP2 SendingDataState.swift
[992/1021] Compiling NIOHTTP2 SendingGoawayState.swift
[993/1021] Compiling NIOHTTP2 SendingHeadersState.swift
[994/1021] Compiling NIOHTTP2 SendingPushPromiseState.swift
[995/1021] Compiling NIOHTTP2 SendingRstStreamState.swift
[996/1021] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[997/1021] Compiling NIOHTTP2 HTTP2SettingsState.swift
[998/1021] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[999/1021] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1000/1021] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1001/1021] Compiling NIOHTTP2 MayReceiveFrames.swift
[1002/1021] Compiling NIOHTTP2 ReceivingDataState.swift
[1003/1021] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1004/1021] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1005/1021] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1006/1021] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1007/1021] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1008/1021] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1009/1021] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1010/1021] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1011/1021] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1012/1021] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1013/1021] Compiling NIOHTTP2 HTTP2Error.swift
[1014/1021] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1015/1021] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1016/1022] Wrapping AST for NIOHTTP2 for debugging
[1018/1082] Emitting module AsyncHTTPClient
[1019/1090] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1020/1090] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1021/1090] Compiling AsyncHTTPClient Transaction.swift
[1022/1090] Compiling AsyncHTTPClient Base64.swift
[1023/1090] Compiling AsyncHTTPClient BasicAuth.swift
[1024/1090] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1025/1090] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1026/1090] Compiling AsyncHTTPClient ConnectionPool.swift
[1027/1090] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1028/1090] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1029/1090] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1030/1090] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1031/1090] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1032/1090] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1033/1090] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1034/1090] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1035/1090] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1036/1090] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1037/1090] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1038/1090] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1039/1090] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1040/1090] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1041/1090] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1042/1090] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1043/1090] Compiling AsyncHTTPClient RequestBodyLength.swift
[1044/1090] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1045/1090] Compiling AsyncHTTPClient HTTPHandler.swift
[1046/1090] Compiling AsyncHTTPClient LRUCache.swift
[1047/1090] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1048/1090] Compiling AsyncHTTPClient NWErrorHandler.swift
[1049/1090] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1050/1090] Compiling AsyncHTTPClient TLSConfiguration.swift
[1051/1090] Compiling AsyncHTTPClient RedirectState.swift
[1052/1090] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1053/1090] Compiling AsyncHTTPClient ConnectionTarget.swift
[1054/1090] Compiling AsyncHTTPClient DeconstructedURL.swift
[1055/1090] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1056/1090] Compiling AsyncHTTPClient FoundationExtensions.swift
[1057/1090] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1058/1090] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1059/1090] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1060/1090] Compiling AsyncHTTPClient HTTPClient.swift
[1061/1090] Compiling AsyncHTTPClient RequestBag.swift
[1062/1090] Compiling AsyncHTTPClient RequestValidation.swift
[1063/1090] Compiling AsyncHTTPClient SSLContextCache.swift
[1064/1090] Compiling AsyncHTTPClient Scheme.swift
[1065/1090] Compiling AsyncHTTPClient Singleton.swift
[1066/1090] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1067/1090] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1068/1090] Compiling AsyncHTTPClient Utils.swift
[1069/1090] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1070/1090] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1071/1090] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1072/1090] Compiling AsyncHTTPClient HTTP1Connection.swift
[1073/1090] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1074/1090] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1075/1090] Compiling AsyncHTTPClient HTTP2Connection.swift
[1076/1090] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1077/1090] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1078/1090] Compiling AsyncHTTPClient RequestOptions.swift
[1079/1090] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1080/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1081/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1082/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1083/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1084/1090] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1085/1090] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1086/1091] Wrapping AST for AsyncHTTPClient for debugging
[1088/1113] Emitting module Lametric
[1089/1115] Compiling Lametric AppsResponse.swift
[1090/1115] Compiling Lametric DeviceResponse.swift
[1091/1115] Compiling Lametric DisplayResponse.swift
[1092/1115] Compiling Lametric AsyncHTTPClientExecutor.swift
[1093/1115] Compiling Lametric HTTPExecutor.swift
[1094/1115] Compiling Lametric URLSessionExecutor.swift
[1095/1115] Compiling Lametric LametricClient+Actions.swift
[1096/1115] Compiling Lametric LametricClient+Apps.swift
[1097/1115] Compiling Lametric LametricClient+Device.swift
[1098/1115] Compiling Lametric Endpoint.swift
[1099/1115] Compiling Lametric Apps.swift
[1100/1115] Compiling Lametric Device.swift
[1101/1115] Compiling Lametric LametricClient+Display.swift
[1102/1115] Compiling Lametric LametricClient+Notifications.swift
[1103/1115] Compiling Lametric LametricClient.swift
[1104/1115] Compiling Lametric ListEndpointsResponse.swift
[1105/1115] Compiling Lametric NotificationResponse.swift
[1106/1115] Compiling Lametric Success.swift
[1107/1115] Compiling Lametric DisplayState.swift
[1108/1115] Compiling Lametric List.swift
[1109/1115] Compiling Lametric Notifications.swift
[1110/1115] Compiling Lametric Error.swift
[1111/1115] Compiling Lametric Response.swift
[1112/1116] Wrapping AST for Lametric for debugging
[1114/1124] Compiling lametric_cli LametricCLI.swift
[1115/1124] Compiling lametric_cli LametricCLI+Options.swift
[1116/1124] Compiling lametric_cli ListEndpoints.swift
[1117/1124] Compiling lametric_cli Display.swift
[1118/1124] Compiling lametric_cli Notifications.swift
[1119/1124] Compiling lametric_cli Device.swift
[1120/1124] Emitting module lametric_cli
[1121/1124] Compiling lametric_cli Apps.swift
[1122/1125] Wrapping AST for lametric-cli for debugging
[1123/1125] Write Objects.LinkFileList
[1124/1125] Linking lametric
Build complete! (385.85s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-pretty-print",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftToolkit/swift-pretty-print"
    },
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtynior/ColorizeSwift.git"
    }
  ],
  "manifest_display_name" : "lametric-swift",
  "name" : "lametric-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "lametric",
      "targets" : [
        "lametric-cli"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Lametric",
      "targets" : [
        "Lametric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LametricFoundation",
      "targets" : [
        "LametricFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "lametric_cli",
      "module_type" : "SwiftTarget",
      "name" : "lametric-cli",
      "path" : "Sources/lametric-cli",
      "product_dependencies" : [
        "ArgumentParser",
        "PrettyPrint",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "lametric"
      ],
      "sources" : [
        "Commands/Apps.swift",
        "Commands/Device.swift",
        "Commands/Display.swift",
        "Commands/ListEndpoints.swift",
        "Commands/Notifications.swift",
        "LametricCLI+Options.swift",
        "LametricCLI.swift"
      ],
      "target_dependencies" : [
        "Lametric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LametricFoundation",
      "module_type" : "SwiftTarget",
      "name" : "LametricFoundation",
      "path" : "Sources/LametricFoundation",
      "product_memberships" : [
        "lametric",
        "Lametric",
        "LametricFoundation"
      ],
      "sources" : [
        "Codable.swift",
        "Models/App.swift",
        "Models/AppAction.swift",
        "Models/DeviceState.swift",
        "Models/Display.swift",
        "Models/Frame.swift",
        "Models/Model.swift",
        "Models/Notification.swift",
        "Models/Sound.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lametric",
      "module_type" : "SwiftTarget",
      "name" : "Lametric",
      "path" : "Sources/Lametric",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "HTTPTypes",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "lametric",
        "Lametric"
      ],
      "sources" : [
        "Client/HTTPExecutor/AsyncHTTPClientExecutor.swift",
        "Client/HTTPExecutor/HTTPExecutor.swift",
        "Client/HTTPExecutor/URLSessionExecutor.swift",
        "Client/LametricClient+Actions.swift",
        "Client/LametricClient+Apps.swift",
        "Client/LametricClient+Device.swift",
        "Client/LametricClient+Display.swift",
        "Client/LametricClient+Notifications.swift",
        "Client/LametricClient.swift",
        "Client/Responses/AppsResponse.swift",
        "Client/Responses/DeviceResponse.swift",
        "Client/Responses/DisplayResponse.swift",
        "Client/Responses/ListEndpointsResponse.swift",
        "Client/Responses/NotificationResponse.swift",
        "Client/Responses/Success.swift",
        "Endpoint.swift",
        "Endpoints/Apps.swift",
        "Endpoints/Device.swift",
        "Endpoints/DisplayState.swift",
        "Endpoints/List.swift",
        "Endpoints/Notifications.swift",
        "Error.swift",
        "Response.swift"
      ],
      "target_dependencies" : [
        "LametricFoundation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.