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 swift-webpush, reference main (70e9c0), with Swift 6.1 for Linux on 30 Apr 2025 18:58:29 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/swift-webpush.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/mochidev/swift-webpush
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70e9c03 Fixed an issue where Base64-encoded key IDs would fail lookups against the known set of keys
Cloned https://github.com/mochidev/swift-webpush.git
Revision (git rev-parse @):
70e9c03eb355c181ce0f9beada7eac3496d786b5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/swift-webpush.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mochidev/swift-webpush.git
https://github.com/mochidev/swift-webpush.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.10.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.77.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "swift-webpush",
  "name" : "swift-webpush",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "WebPush",
      "targets" : [
        "WebPush"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebPushTesting",
      "targets" : [
        "WebPush",
        "WebPushTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebPushTests",
      "module_type" : "SwiftTarget",
      "name" : "WebPushTests",
      "path" : "Tests/WebPushTests",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "Logging",
        "NIOCore",
        "ServiceLifecycle"
      ],
      "sources" : [
        "Base64URLCodingTests.swift",
        "BytesTests.swift",
        "ErrorTests.swift",
        "Helpers/MockHTTPClient.swift",
        "Helpers/VAPIDConfiguration+Testing.swift",
        "MessageSizeTests.swift",
        "NeverTests.swift",
        "NotificationTests.swift",
        "SubscriberTests.swift",
        "TopicTests.swift",
        "URLOriginTests.swift",
        "VAPIDConfigurationTests.swift",
        "VAPIDKeyTests.swift",
        "VAPIDTokenTests.swift",
        "WebPushManagerTests.swift"
      ],
      "target_dependencies" : [
        "WebPush",
        "WebPushTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebPushTesting",
      "module_type" : "SwiftTarget",
      "name" : "WebPushTesting",
      "path" : "Sources/WebPushTesting",
      "product_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "product_memberships" : [
        "WebPushTesting"
      ],
      "sources" : [
        "Subscriber+Testing.swift",
        "VAPIDConfiguration+Testing.swift",
        "VAPIDKey+Testing.swift",
        "WebPushManager+Testing.swift"
      ],
      "target_dependencies" : [
        "WebPush"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebPush",
      "module_type" : "SwiftTarget",
      "name" : "WebPush",
      "path" : "Sources/WebPush",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "Logging",
        "ServiceLifecycle",
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "WebPush",
        "WebPushTesting"
      ],
      "sources" : [
        "Errors/BadSubscriberError.swift",
        "Errors/Base64URLDecodingError.swift",
        "Errors/MessageTooLargeError.swift",
        "Errors/PushServiceError.swift",
        "Errors/UserAgentKeyMaterialError.swift",
        "Errors/VAPIDConfigurationError.swift",
        "Helpers/DataProtocol+Base64URLCoding.swift",
        "Helpers/FixedWidthInteger+BigEndienBytes.swift",
        "Helpers/HTTPClientProtocol.swift",
        "Helpers/PrintLogHandler.swift",
        "Helpers/StringProtocol+UTF8Bytes.swift",
        "Helpers/URL+Origin.swift",
        "Push Message/Notification.swift",
        "Push Message/PushMessage.swift",
        "Subscriber.swift",
        "Topic.swift",
        "VAPID/VAPID.swift",
        "VAPID/VAPIDConfiguration.swift",
        "VAPID/VAPIDKey.swift",
        "VAPID/VAPIDToken.swift",
        "WebPushManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/3836] Fetching swift-log
[2/6230] Fetching swift-log, swift-service-lifecycle
[6231/20088] Fetching swift-log, swift-service-lifecycle, swift-crypto
[7479/34053] Fetching swift-log, swift-service-lifecycle, swift-crypto, async-http-client
[13751/109622] Fetching swift-log, swift-service-lifecycle, swift-crypto, async-http-client, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.37s)
Fetched https://github.com/apple/swift-log.git from cache (1.37s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.39s)
[64597/89534] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (4.69s)
Fetched https://github.com/apple/swift-nio.git from cache (4.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.65s)
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 (0.43s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.92s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.96s)
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.45s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.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-nio-ssl.git
[1/2619] Fetching swift-nio-transport-services
[368/8522] Fetching swift-nio-transport-services, swift-algorithms
[428/10227] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics
[928/21731] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2
[2076/27455] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-extras
[18483/42264] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
[32955/36361] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.74s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.74s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.75s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.75s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.78s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.29s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.75s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (7.09s)
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.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.74s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.57s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.77s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.43s)
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.60s)
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/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-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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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.2.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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Building for debugging...
[0/808] Write sources
[18/808] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[18/808] Write sources
[21/808] Compiling _NumericsShims _NumericsShims.c
[22/808] Write sources
[32/808] Compiling CNIOWindows shim.c
[33/808] Compiling CNIOWindows WSAStartup.c
[34/808] Compiling _AtomicsShims.c
[35/808] Compiling CNIOWASI CNIOWASI.c
[36/808] Compiling CNIOLinux liburing_shims.c
[37/808] Compiling CNIOLinux shim.c
[38/808] Compiling CNIOLLHTTP c_nio_http.c
[39/808] Compiling spake25519.cc
[40/808] Write swift-version-24593BA9C3E375BF.txt
[41/808] Compiling CNIOExtrasZlib empty.c
[42/808] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/808] Compiling CNIOLLHTTP c_nio_api.c
[44/808] Compiling CNIODarwin shim.c
[45/808] Compiling dh_asn1.cc
[46/834] Compiling des.cc
[47/841] Compiling params.cc
[48/844] Compiling digest_extra.cc
[49/849] Compiling CNIOBoringSSLShims shims.c
[50/868] Compiling fiat_p256_adx_sqr.S
[51/868] Compiling fiat_p256_adx_mul.S
[52/868] Compiling fiat_curve25519_adx_square.S
[53/868] Compiling fiat_curve25519_adx_mul.S
[55/868] Emitting module Atomics
[56/870] Compiling Atomics AtomicStorage.swift
[57/870] Compiling Atomics AtomicValue.swift
[58/872] Compiling RealModule Float16+Real.swift
[59/873] Compiling Atomics AtomicOptionalWrappable.swift
[60/873] Compiling Atomics AtomicReference.swift
[61/873] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/873] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/873] Compiling Atomics ManagedAtomic.swift
[64/873] Compiling Atomics ManagedAtomicLazyReference.swift
[65/873] Compiling Atomics AtomicMemoryOrderings.swift
[66/873] Compiling Atomics DoubleWord.swift
[71/873] Emitting module InternalCollectionsUtilities
[71/873] Compiling tls_record.cc
[73/873] Compiling ConcurrencyHelpers LockedValueBox.swift
[74/873] Compiling _NIODataStructures _TinyArray.swift
[75/873] Emitting module _NIOBase64
[76/873] Compiling _NIOBase64 Base64.swift
[77/873] Compiling _NIODataStructures PriorityQueue.swift
[78/873] Compiling RealModule Float+Real.swift
[79/873] Compiling RealModule ElementaryFunctions.swift
[82/874] Compiling Atomics IntegerConformances.swift
[83/874] Compiling Atomics PointerConformances.swift
[84/874] Compiling Atomics Primitives.native.swift
[85/874] Compiling Atomics OptionalRawRepresentable.swift
[86/874] Compiling Atomics RawRepresentable.swift
[87/874] Compiling Atomics AtomicBool.swift
[88/874] Compiling Atomics Primitives.shims.swift
[89/874] Compiling Atomics AtomicInteger.swift
[90/874] Compiling RealModule RealFunctions.swift
[93/874] Emitting module RealModule
[96/874] Compiling Atomics IntegerOperations.swift
[97/874] Compiling Atomics Unmanaged extensions.swift
[98/875] Compiling RealModule Real.swift
[99/875] Compiling RealModule Float80+Real.swift
[116/877] Compiling Logging MetadataProvider.swift
[117/877] Emitting module _NIODataStructures
[118/877] Compiling _NIODataStructures Heap.swift
[120/878] Compiling ConcurrencyHelpers Lock.swift
[121/878] Emitting module ConcurrencyHelpers
[122/879] Compiling Logging LogHandler.swift
[123/879] Compiling Logging Logging.swift
[124/879] Compiling Logging Locks.swift
[125/879] Emitting module Logging
[127/935] Compiling tls_method.cc
[129/953] Compiling DequeModule Deque+CustomReflectable.swift
[130/953] Compiling DequeModule Deque+Descriptions.swift
[131/955] Compiling DequeModule _DequeBuffer.swift
[132/955] Compiling DequeModule _DequeBufferHeader.swift
[132/955] Compiling tls13_both.cc
[133/955] Compiling tls13_server.cc
[135/955] Compiling DequeModule Deque+Extras.swift
[136/955] Compiling DequeModule Deque+Hashable.swift
[137/955] Compiling DequeModule Deque+Equatable.swift
[138/955] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[139/955] Compiling OrderedCollections OrderedDictionary.swift
[140/955] Compiling OrderedCollections OrderedSet+Codable.swift
[141/955] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[142/955] Compiling OrderedCollections OrderedSet+Descriptions.swift
[143/955] Compiling OrderedCollections OrderedSet+Diffing.swift
[144/955] Compiling OrderedCollections OrderedSet+Equatable.swift
[145/955] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[146/955] Compiling OrderedCollections OrderedSet+Hashable.swift
[147/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[157/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[158/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[159/962] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[160/962] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[161/962] Emitting module UnixSignals
[162/962] Compiling UnixSignals UnixSignalsSequence.swift
[163/962] Compiling UnixSignals UnixSignal.swift
[163/962] Compiling tls13_client.cc
[165/963] Compiling DequeModule _DequeSlot.swift
[166/963] Compiling DequeModule _UnsafeWrappedBuffer.swift
[167/963] Compiling OrderedCollections OrderedSet+Initializers.swift
[168/963] Compiling OrderedCollections OrderedSet+Insertions.swift
[169/963] Compiling OrderedCollections OrderedSet+Invariants.swift
[170/963] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[171/963] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[172/963] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[173/963] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[174/963] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[175/963] Compiling tls13_enc.cc
[177/963] Compiling DequeModule Deque+Codable.swift
[178/963] Compiling DequeModule Deque+Collection.swift
[185/963] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[186/963] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[187/963] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[188/963] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[189/963] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[190/963] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[191/963] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[192/963] Compiling OrderedCollections OrderedDictionary+Values.swift
[193/963] Compiling DequeModule Deque+Testing.swift
[194/963] Compiling DequeModule Deque._Storage.swift
[195/963] Compiling DequeModule Deque._UnsafeHandle.swift
[196/963] Compiling DequeModule Deque.swift
[199/963] Emitting module DequeModule
[200/964] Compiling t1_enc.cc
[202/964] Emitting module OrderedCollections
[203/964] Compiling OrderedCollections OrderedSet+Sendable.swift
[204/964] Compiling OrderedCollections OrderedSet+SubSequence.swift
[205/964] Compiling OrderedCollections OrderedSet+Testing.swift
[206/964] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[207/964] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[208/964] Compiling OrderedCollections OrderedSet.swift
[209/964] Compiling OrderedCollections _UnsafeBitset.swift
[218/965] Compiling ssl_versions.cc
[219/965] Compiling ssl_transcript.cc
[220/965] Compiling ssl_x509.cc
[221/965] Compiling ssl_stat.cc
[222/965] Compiling ssl_privkey.cc
[223/965] Compiling ssl_session.cc
[224/965] Compiling ssl_file.cc
[225/965] Compiling ssl_key_share.cc
[226/965] Compiling ssl_lib.cc
[227/965] Compiling ssl_credential.cc
[228/965] Compiling ssl_cipher.cc
[229/965] Compiling ssl_cert.cc
[230/965] Compiling ssl_buffer.cc
[231/965] Compiling ssl_asn1.cc
[232/965] Compiling ssl_aead_ctx.cc
[233/965] Compiling s3_pkt.cc
[234/965] Compiling s3_lib.cc
[235/965] Compiling s3_both.cc
[236/965] Compiling handshake_server.cc
[237/965] Compiling handshake_client.cc
[238/965] Compiling handshake.cc
[239/965] Compiling handoff.cc
[240/965] Compiling encrypted_client_hello.cc
[241/965] Compiling dtls_record.cc
[242/965] Compiling dtls_method.cc
[243/965] Compiling md5-x86_64-linux.S
[244/965] Compiling md5-x86_64-apple.S
[245/965] Compiling md5-586-linux.S
[246/965] Compiling md5-586-apple.S
[247/965] Compiling chacha20_poly1305_x86_64-linux.S
[248/965] Compiling extensions.cc
[249/965] Compiling chacha20_poly1305_x86_64-apple.S
[250/965] Compiling chacha20_poly1305_armv8-win.S
[251/965] Compiling d1_srtp.cc
[252/965] Compiling chacha20_poly1305_armv8-apple.S
[253/965] Compiling chacha20_poly1305_armv8-linux.S
[254/965] Compiling chacha-x86_64-apple.S
[255/965] Compiling chacha-x86_64-linux.S
[256/965] Compiling chacha-x86-linux.S
[257/965] Compiling err_data.cc
[258/965] Compiling chacha-armv8-win.S
[259/965] Compiling chacha-x86-apple.S
[260/965] Compiling chacha-armv8-linux.S
[261/965] Compiling chacha-armv4-linux.S
[262/965] Compiling chacha-armv8-apple.S
[263/965] Compiling d1_pkt.cc
[264/965] Compiling aes128gcmsiv-x86_64-linux.S
[265/965] Compiling aes128gcmsiv-x86_64-apple.S
[266/965] Compiling x86_64-mont5-apple.S
[267/965] Compiling x86_64-mont5-linux.S
[268/965] Compiling x86_64-mont-linux.S
[269/965] Compiling x86_64-mont-apple.S
[270/965] Compiling x86-mont-apple.S
[271/965] Compiling x86-mont-linux.S
[272/965] Compiling vpaes-x86_64-linux.S
[273/965] Compiling vpaes-x86_64-apple.S
[274/965] Compiling vpaes-x86-linux.S
[275/965] Compiling vpaes-x86-apple.S
[276/965] Compiling vpaes-armv8-win.S
[277/965] Compiling d1_lib.cc
[278/965] Compiling vpaes-armv8-apple.S
[279/965] Compiling vpaes-armv8-linux.S
[280/965] Compiling sha512-x86_64-linux.S
[281/965] Compiling vpaes-armv7-linux.S
[282/965] Compiling sha512-armv8-win.S
[283/965] Compiling d1_both.cc
[284/965] Compiling sha512-armv8-apple.S
[285/965] Compiling bio_ssl.cc
[286/965] Compiling sha512-x86_64-apple.S
[287/965] Compiling sha512-armv8-linux.S
[288/965] Compiling sha512-586-linux.S
[288/965] Compiling sha512-armv4-linux.S
[290/965] Compiling sha256-armv8-win.S
[291/965] Compiling sha256-x86_64-apple.S
[292/965] Compiling sha512-586-apple.S
[293/965] Compiling sha256-armv8-linux.S
[294/965] Compiling sha256-x86_64-linux.S
[295/965] Compiling sha256-armv8-apple.S
[296/965] Compiling sha256-586-linux.S
[297/965] Compiling sha256-armv4-linux.S
[298/965] Compiling sha256-586-apple.S
[299/965] Compiling sha1-armv8-linux.S
[300/965] Compiling sha1-x86_64-apple.S
[301/965] Compiling sha1-armv8-apple.S
[302/965] Compiling sha1-armv8-win.S
[303/965] Compiling sha1-x86_64-linux.S
[304/965] Compiling sha1-armv4-large-linux.S
[305/965] Compiling sha1-586-linux.S
[306/965] Compiling rdrand-x86_64-linux.S
[307/965] Compiling p256_beeu-x86_64-asm-linux.S
[308/965] Compiling sha1-586-apple.S
[309/965] Compiling rsaz-avx2-apple.S
[310/965] Compiling rsaz-avx2-linux.S
[310/965] Compiling p256_beeu-x86_64-asm-apple.S
[312/965] Compiling rdrand-x86_64-apple.S
[313/965] Compiling p256_beeu-armv8-asm-linux.S
[313/965] Compiling p256_beeu-armv8-asm-win.S
[315/965] Compiling p256_beeu-armv8-asm-apple.S
[316/965] Compiling p256-x86_64-asm-apple.S
[317/965] Compiling p256-armv8-asm-win.S
[318/965] Compiling p256-x86_64-asm-linux.S
[319/965] Compiling ghashv8-armv8-linux.S
[320/965] Compiling p256-armv8-asm-linux.S
[321/965] Compiling ghashv8-armv8-win.S
[322/965] Compiling ghashv8-armv7-linux.S
[323/965] Compiling p256-armv8-asm-apple.S
[324/965] Compiling ghashv8-armv8-apple.S
[325/965] Compiling ghash-x86_64-linux.S
[326/965] Compiling ghash-x86_64-apple.S
[327/965] Compiling ghash-x86-linux.S
[328/965] Compiling ghash-x86-apple.S
[329/965] Compiling ghash-neon-armv8-win.S
[330/965] Compiling ghash-ssse3-x86_64-linux.S
[331/965] Compiling ghash-ssse3-x86-apple.S
[332/965] Compiling ghash-ssse3-x86-linux.S
[333/965] Compiling ghash-ssse3-x86_64-apple.S
[334/965] Compiling ghash-neon-armv8-linux.S
[335/965] Compiling ghash-neon-armv8-apple.S
[336/965] Compiling co-586-apple.S
[337/965] Compiling bn-armv8-win.S
[338/965] Compiling ghash-armv4-linux.S
[339/965] Compiling co-586-linux.S
[340/965] Compiling bn-armv8-linux.S
[341/965] Compiling bn-armv8-apple.S
[342/965] Compiling bsaes-armv7-linux.S
[343/965] Compiling bn-586-apple.S
[344/965] Compiling bn-586-linux.S
[344/965] Compiling armv8-mont-linux.S
[346/965] Compiling armv8-mont-win.S
[347/965] Compiling armv8-mont-apple.S
[348/965] Compiling aesv8-gcm-armv8-linux.S
[349/965] Compiling armv4-mont-linux.S
[350/965] Compiling aesv8-gcm-armv8-win.S
[351/965] Compiling aesv8-gcm-armv8-apple.S
[352/965] Compiling aesv8-armv8-linux.S
[353/965] Compiling aesv8-armv7-linux.S
[354/965] Compiling aesv8-armv8-win.S
[354/965] Compiling aesni-x86_64-linux.S
[356/965] Compiling aesv8-armv8-apple.S
[357/965] Compiling aesni-x86_64-apple.S
[358/965] Compiling aesni-x86-linux.S
[359/965] Compiling aesni-x86-apple.S
[360/965] Compiling aesni-gcm-x86_64-linux.S
[361/965] Compiling aesni-gcm-x86_64-apple.S
[362/965] Compiling aes-gcm-avx10-x86_64-apple.S
[363/965] Compiling aes-gcm-avx2-x86_64-apple.S
[364/965] Compiling aes-gcm-avx10-x86_64-linux.S
[365/965] Compiling aes-gcm-avx2-x86_64-linux.S
[366/965] Compiling x_x509.cc
[367/965] Compiling x_sig.cc
[368/965] Compiling x_x509a.cc
[369/965] Compiling x_val.cc
[370/965] Compiling x_req.cc
[371/965] Compiling x_spki.cc
[372/965] Compiling x_pubkey.cc
[373/965] Compiling x_name.cc
[374/965] Compiling x_exten.cc
[375/965] Compiling x_crl.cc
[376/965] Compiling x_attrib.cc
[377/965] Compiling x_algor.cc
[378/965] Compiling x509spki.cc
[379/965] Compiling x509rset.cc
[380/965] Compiling x_all.cc
[381/965] Compiling x509name.cc
[382/965] Compiling x509cset.cc
[383/965] Compiling x509_vpm.cc
[384/965] Compiling x509_v3.cc
[385/965] Compiling x509_txt.cc
[386/965] Compiling x509_vfy.cc
[387/965] Compiling x509_trs.cc
[388/965] Compiling x509_set.cc
[389/965] Compiling x509_req.cc
[390/965] Compiling x509_obj.cc
[391/965] Compiling x509_def.cc
[392/965] Compiling x509_lu.cc
[393/965] Compiling x509_d2.cc
[394/965] Compiling x509_ext.cc
[395/965] Compiling x509_att.cc
[396/965] Compiling x509.cc
[397/965] Compiling x509_cmp.cc
[398/965] Compiling v3_prn.cc
[399/965] Compiling v3_skey.cc
[400/965] Compiling v3_utl.cc
[401/965] Compiling v3_ocsp.cc
[402/965] Compiling v3_pmaps.cc
[403/965] Compiling v3_purp.cc
[404/965] Compiling v3_pcons.cc
[405/965] Compiling v3_ncons.cc
[406/965] Compiling v3_int.cc
[407/965] Compiling v3_lib.cc
[408/965] Compiling v3_info.cc
[409/965] Compiling v3_ia5.cc
[410/965] Compiling v3_genn.cc
[411/965] Compiling v3_extku.cc
[412/965] Compiling v3_enum.cc
[413/965] Compiling v3_crld.cc
[414/965] Compiling v3_cpols.cc
[415/965] Compiling v3_conf.cc
[416/965] Compiling v3_bitst.cc
[417/965] Compiling v3_bcons.cc
[418/965] Compiling v3_alt.cc
[419/965] Compiling v3_akey.cc
[420/965] Compiling v3_akeya.cc
[421/965] Compiling t_x509a.cc
[422/965] Compiling i2d_pr.cc
[423/965] Compiling t_x509.cc
[424/965] Compiling t_crl.cc
[425/965] Compiling t_req.cc
[426/965] Compiling policy.cc
[427/965] Compiling name_print.cc
[428/965] Compiling rsa_pss.cc
[429/965] Compiling by_file.cc
[430/965] Compiling by_dir.cc
[431/965] Compiling voprf.cc
[432/965] Compiling asn1_gen.cc
[433/965] Compiling algorithm.cc
[434/965] Compiling a_verify.cc
[435/965] Compiling a_digest.cc
[436/965] Compiling a_sign.cc
[437/965] Compiling trust_token.cc
[438/965] Compiling pmbtoken.cc
[439/965] Compiling thread_win.cc
[440/965] Compiling thread_pthread.cc
[441/965] Compiling thread.cc
[442/965] Compiling thread_none.cc
[443/965] Compiling stack.cc
[444/965] Compiling siphash.cc
[445/965] Compiling sha512.cc
[446/965] Compiling sha256.cc
[447/965] Compiling slhdsa.cc
[448/965] Compiling sha1.cc
[449/965] Compiling rsa_print.cc
[450/965] Compiling rsa_extra.cc
[451/965] Compiling spake2plus.cc
[452/965] Compiling rc4.cc
[453/965] Compiling rsa_crypt.cc
[454/965] Compiling windows.cc
[455/965] Compiling refcount.cc
[456/965] Compiling trusty.cc
[457/965] Compiling rand.cc
[458/965] Compiling urandom.cc
[459/965] Compiling rsa_asn1.cc
[460/965] Compiling ios.cc
[461/965] Compiling getentropy.cc
[462/965] Compiling passive.cc
[463/965] Compiling poly1305_arm_asm.S
[464/965] Compiling forkunsafe.cc
[465/965] Compiling deterministic.cc
[466/965] Compiling fork_detect.cc
[467/965] Compiling poly1305.cc
[468/965] Compiling poly1305_arm.cc
[469/965] Compiling poly1305_vec.cc
[470/965] Compiling pool.cc
[471/965] Compiling pkcs7.cc
[472/965] Compiling pkcs8_x509.cc
[473/965] Compiling pem_xaux.cc
[474/965] Compiling pkcs8.cc
[475/965] Compiling p5_pbev2.cc
[476/965] Compiling pkcs7_x509.cc
[477/965] Compiling pem_x509.cc
[478/965] Compiling pem_pkey.cc
[479/965] Compiling pem_oth.cc
[480/965] Compiling mlkem.cc
[481/965] Compiling mldsa.cc
[482/965] Compiling obj_xref.cc
[483/965] Compiling obj.cc
[484/965] Compiling pem_lib.cc
[485/965] Compiling pem_pk8.cc
[486/965] Compiling mem.cc
[487/965] Compiling poly_rq_mul.S
[488/965] Compiling pem_info.cc
[488/965] Compiling fips_shared_support.cc
[488/965] Compiling pem_all.cc
[491/965] Compiling md5.cc
[492/965] Compiling lhash.cc
[493/965] Compiling md4.cc
[494/965] Compiling hrss.cc
[495/965] Compiling ex_data.cc
[496/965] Compiling scrypt.cc
[497/965] Compiling print.cc
[498/965] Compiling kyber.cc
[498/965] Compiling sign.cc
[498/965] Compiling pbkdf.cc
[501/965] Compiling hpke.cc
[502/965] Compiling p_x25519.cc
[503/965] Compiling p_ed25519.cc
[504/965] Compiling p_hkdf.cc
[505/965] Compiling p_ed25519_asn1.cc
[506/965] Compiling p_x25519_asn1.cc
[507/965] Compiling p_rsa_asn1.cc
[508/965] Compiling p_rsa.cc
[509/965] Compiling p_ec.cc
[510/965] Compiling evp_ctx.cc
[511/965] Compiling p_dh_asn1.cc
[512/965] Compiling p_ec_asn1.cc
[513/965] Compiling p_dh.cc
[514/965] Compiling evp.cc
[515/965] Compiling p_dsa_asn1.cc
[516/965] Compiling err.cc
[517/965] Compiling engine.cc
[518/965] Compiling ecdsa_asn1.cc
[519/965] Compiling evp_asn1.cc
[520/965] Compiling ecdh.cc
[521/965] Compiling hash_to_curve.cc
[522/965] Compiling ec_derive.cc
[523/965] Compiling dsa.cc
[524/965] Compiling bcm.cc
[525/965] Compiling ec_asn1.cc
[526/965] Compiling params.cc
[527/965] Compiling x25519-asm-arm.S
[528/965] Compiling dh_asn1.cc
[529/965] Compiling dsa_asn1.cc
[530/965] Compiling des.cc
[531/965] Compiling cpu_intel.cc
[532/965] Compiling digest_extra.cc
[533/965] Compiling crypto.cc
[534/965] Compiling curve25519.cc
[535/965] Compiling cpu_aarch64_sysreg.cc
[536/965] Compiling spake25519.cc
[537/965] Compiling cpu_arm_linux.cc
[538/965] Compiling cpu_arm_freebsd.cc
[539/965] Compiling cpu_aarch64_win.cc
[540/965] Compiling cpu_aarch64_openbsd.cc
[541/965] Compiling cpu_aarch64_fuchsia.cc
[542/965] Compiling cpu_aarch64_apple.cc
[543/965] Compiling cpu_aarch64_linux.cc
[544/965] Compiling curve25519_64_adx.cc
[545/965] Compiling conf.cc
[546/965] Compiling get_cipher.cc
[547/965] Compiling tls_cbc.cc
[548/965] Compiling e_tls.cc
[549/965] Compiling e_aesgcmsiv.cc
[550/965] Compiling e_rc2.cc
[551/965] Compiling e_des.cc
[552/965] Compiling derive_key.cc
[553/965] Compiling e_rc4.cc
[554/965] Compiling e_chacha20poly1305.cc
[555/965] Compiling e_null.cc
[556/965] Compiling e_aesctrhmac.cc
[557/965] Compiling unicode.cc
[558/965] Compiling cbs.cc
[559/965] Compiling chacha.cc
[560/965] Compiling buf.cc
[561/965] Compiling cbb.cc
[562/965] Compiling blake2.cc
[563/965] Compiling asn1_compat.cc
[564/965] Compiling ber.cc
[565/965] Compiling bn_asn1.cc
[566/965] Compiling socket_helper.cc
[567/965] Compiling printf.cc
[568/965] Compiling socket.cc
[569/965] Compiling convert.cc
[570/965] Compiling pair.cc
[571/965] Compiling errno.cc
[572/965] Compiling fd.cc
[573/965] Compiling hexdump.cc
[574/965] Compiling file.cc
[575/965] Compiling bio_mem.cc
[576/965] Compiling connect.cc
[577/965] Compiling base64.cc
[578/965] Compiling bio.cc
[579/965] Compiling tasn_fre.cc
[580/965] Compiling tasn_typ.cc
[581/965] Compiling tasn_enc.cc
[582/965] Compiling f_string.cc
[583/965] Compiling posix_time.cc
[584/965] Compiling tasn_utl.cc
[585/965] Compiling tasn_new.cc
[586/965] Compiling asn_pack.cc
[587/965] Compiling f_int.cc
[588/965] Compiling tasn_dec.cc
[589/965] Compiling asn1_par.cc
[590/965] Compiling asn1_lib.cc
[591/965] Compiling a_octet.cc
[592/965] Compiling a_utctm.cc
[593/965] Compiling a_time.cc
[594/965] Compiling a_strex.cc
[595/965] Compiling a_i2d_fp.cc
[596/965] Compiling a_strnid.cc
[597/965] Compiling a_type.cc
[598/965] Compiling a_d2i_fp.cc
[599/965] Compiling a_dup.cc
[600/965] Compiling a_object.cc
[601/965] Compiling a_mbstr.cc
[602/965] Compiling a_int.cc
[603/965] Compiling fiat_p256_adx_sqr.S
[604/965] Compiling a_gentm.cc
[605/965] Compiling a_bitstr.cc
[606/965] Compiling fiat_p256_adx_mul.S
[607/965] Compiling fiat_curve25519_adx_mul.S
[608/965] Compiling fiat_curve25519_adx_square.S
[609/965] Compiling md5-x86_64-linux.S
[610/965] Compiling md5-x86_64-apple.S
[611/965] Compiling md5-586-apple.S
[612/965] Compiling md5-586-linux.S
[613/965] Compiling chacha20_poly1305_x86_64-linux.S
[614/965] Compiling chacha20_poly1305_x86_64-apple.S
[615/965] Compiling chacha20_poly1305_armv8-win.S
[616/965] Compiling a_bool.cc
[617/965] Compiling CCryptoBoringSSLShims shims.c
[618/965] Compiling chacha20_poly1305_armv8-linux.S
[619/965] Compiling chacha20_poly1305_armv8-apple.S
[620/965] Compiling chacha-x86-linux.S
[621/965] Compiling chacha-x86_64-apple.S
[622/965] Compiling chacha-x86-apple.S
[623/965] Compiling chacha-x86_64-linux.S
[624/965] Compiling chacha-armv8-win.S
[625/965] Compiling chacha-armv8-linux.S
[626/965] Compiling err_data.cc
[627/965] Compiling chacha-armv4-linux.S
[628/965] Compiling chacha-armv8-apple.S
[629/965] Compiling aes128gcmsiv-x86_64-apple.S
[630/965] Compiling aes128gcmsiv-x86_64-linux.S
[631/965] Compiling x86_64-mont5-linux.S
[632/965] Compiling x86_64-mont5-apple.S
[633/965] Compiling x86_64-mont-linux.S
[633/965] Compiling x86_64-mont-apple.S
[635/965] Compiling x86-mont-linux.S
[636/965] Compiling x86-mont-apple.S
[637/965] Compiling vpaes-x86_64-linux.S
[638/965] Compiling vpaes-x86-apple.S
[639/965] Compiling vpaes-x86_64-apple.S
[639/965] Compiling vpaes-armv8-linux.S
[641/965] Compiling vpaes-x86-linux.S
[642/965] Compiling vpaes-armv8-win.S
[643/965] Compiling vpaes-armv8-apple.S
[644/965] Compiling vpaes-armv7-linux.S
[645/965] Compiling sha512-x86_64-apple.S
[646/965] Compiling sha512-armv8-linux.S
[647/965] Compiling sha512-x86_64-linux.S
[648/965] Compiling sha512-armv8-win.S
[649/965] Compiling sha512-armv8-apple.S
[650/965] Compiling sha512-586-apple.S
[651/965] Compiling sha512-armv4-linux.S
[652/965] Compiling sha256-armv8-apple.S
[653/965] Compiling sha512-586-linux.S
[654/965] Compiling sha256-armv8-linux.S
[655/965] Compiling sha256-x86_64-linux.S
[656/965] Compiling sha256-armv8-win.S
[657/965] Compiling sha256-x86_64-apple.S
[658/965] Compiling sha256-armv4-linux.S
[659/965] Compiling sha256-586-apple.S
[660/965] Compiling sha1-x86_64-apple.S
[661/965] Compiling sha256-586-linux.S
[661/965] Compiling sha1-x86_64-linux.S
[663/965] Compiling sha1-armv8-win.S
[664/965] Compiling sha1-armv8-linux.S
[665/965] Compiling sha1-armv8-apple.S
[666/965] Compiling sha1-586-apple.S
[667/965] Compiling sha1-armv4-large-linux.S
[668/965] Compiling rsaz-avx2-linux.S
[669/965] Compiling sha1-586-linux.S
[670/965] Compiling rsaz-avx2-apple.S
[671/965] Compiling rdrand-x86_64-apple.S
[672/965] Compiling rdrand-x86_64-linux.S
[673/965] Compiling p256_beeu-x86_64-asm-linux.S
[674/965] Compiling p256_beeu-x86_64-asm-apple.S
[675/965] Compiling p256_beeu-armv8-asm-win.S
[676/965] Compiling p256_beeu-armv8-asm-linux.S
[677/965] Compiling p256_beeu-armv8-asm-apple.S
[678/965] Compiling p256-x86_64-asm-linux.S
[679/965] Compiling p256-armv8-asm-win.S
[680/965] Compiling p256-x86_64-asm-apple.S
[681/965] Compiling p256-armv8-asm-apple.S
[682/965] Compiling ghashv8-armv8-win.S
[683/965] Compiling p256-armv8-asm-linux.S
[683/965] Compiling ghashv8-armv8-linux.S
[685/965] Compiling ghash-x86_64-linux.S
[686/965] Compiling ghashv8-armv8-apple.S
[687/965] Compiling ghashv8-armv7-linux.S
[688/965] Compiling ghash-x86-linux.S
[689/965] Compiling ghash-x86-apple.S
[690/965] Compiling ghash-x86_64-apple.S
[691/965] Compiling ghash-ssse3-x86_64-apple.S
[692/965] Compiling ghash-ssse3-x86-apple.S
[693/965] Compiling ghash-ssse3-x86-linux.S
[694/965] Compiling ghash-ssse3-x86_64-linux.S
[695/965] Compiling ghash-neon-armv8-win.S
[696/965] Compiling ghash-neon-armv8-apple.S
[697/965] Compiling ghash-neon-armv8-linux.S
[698/965] Compiling ghash-armv4-linux.S
[699/965] Compiling co-586-linux.S
[700/965] Compiling co-586-apple.S
[701/965] Compiling bn-armv8-win.S
[702/965] Compiling bsaes-armv7-linux.S
[703/965] Compiling bn-586-apple.S
[704/965] Compiling bn-armv8-linux.S
[705/965] Compiling bn-armv8-apple.S
[706/965] Compiling bn-586-linux.S
[707/965] Compiling armv8-mont-win.S
[708/965] Compiling aesv8-gcm-armv8-win.S
[709/965] Compiling armv8-mont-apple.S
[710/965] Compiling armv8-mont-linux.S
[711/965] Compiling armv4-mont-linux.S
[712/965] Compiling aesv8-gcm-armv8-apple.S
[713/965] Compiling aesv8-gcm-armv8-linux.S
[714/965] Compiling aesv8-armv8-linux.S
[715/965] Compiling aesv8-armv8-win.S
[716/965] Compiling aesv8-armv8-apple.S
[717/965] Compiling aesni-x86_64-apple.S
[718/965] Compiling aesv8-armv7-linux.S
[719/965] Compiling aesni-x86-linux.S
[720/965] Compiling aesni-x86_64-linux.S
[721/965] Compiling aesni-x86-apple.S
[722/965] Compiling aesni-gcm-x86_64-linux.S
[723/965] Compiling aes-gcm-avx10-x86_64-linux.S
[724/965] Compiling aesni-gcm-x86_64-apple.S
[725/965] Compiling aes-gcm-avx10-x86_64-apple.S
[726/965] Compiling c-nioatomics.c
[727/965] Compiling x_x509.cc
[728/965] Compiling x_x509a.cc
[729/965] Compiling x_spki.cc
[730/965] Compiling x_req.cc
[731/965] Compiling x_sig.cc
[732/965] Compiling x_val.cc
[733/965] Compiling x_name.cc
[734/965] Compiling x_pubkey.cc
[735/965] Compiling x_crl.cc
[736/965] Compiling x_attrib.cc
[737/965] Compiling x_exten.cc
[738/965] Compiling c-atomics.c
[739/965] Compiling x_algor.cc
[740/965] Compiling x_all.cc
[741/965] Compiling x509spki.cc
[742/971] Compiling x509rset.cc
[744/971] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[744/971] Compiling x509name.cc
[745/971] Compiling x509cset.cc
[747/971] Compiling NIOConcurrencyHelpers NIOLock.swift
[748/971] Compiling NIOConcurrencyHelpers lock.swift
[748/971] Compiling x509_txt.cc
[750/971] Emitting module NIOConcurrencyHelpers
[750/971] Compiling x509_vpm.cc
[752/971] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[752/971] Compiling x509_set.cc
[754/971] Compiling NIOConcurrencyHelpers atomics.swift
[754/972] Compiling x509_v3.cc
[755/972] Compiling x509_vfy.cc
[757/972] Compiling x509_trs.cc
[758/972] Compiling x509_req.cc
[759/1031] Compiling x509_obj.cc
[760/1031] Compiling x509_d2.cc
[761/1031] Compiling x509_def.cc
[762/1031] Compiling x509_ext.cc
[763/1031] Compiling x509_lu.cc
[764/1031] Compiling x509_cmp.cc
[765/1031] Compiling x509.cc
[766/1031] Compiling x509_att.cc
[767/1031] Compiling v3_utl.cc
[768/1031] Compiling v3_skey.cc
[769/1031] Compiling v3_prn.cc
[770/1031] Compiling v3_purp.cc
[771/1031] Compiling v3_pmaps.cc
[773/1031] Compiling NIOCore MarkedCircularBuffer.swift
[774/1031] Compiling NIOCore MulticastChannel.swift
[775/1031] Compiling NIOCore NIOAny.swift
[776/1031] Compiling NIOCore NIOCloseOnErrorHandler.swift
[777/1031] Compiling NIOCore NIOLoopBound.swift
[778/1031] Compiling NIOCore NIOScheduledCallback.swift
[779/1031] Compiling NIOCore NIOSendable.swift
[780/1031] Compiling NIOCore RecvByteBufferAllocator.swift
[780/1039] Compiling v3_pcons.cc
[781/1039] Compiling v3_ocsp.cc
[782/1039] Compiling v3_ncons.cc
[784/1039] Compiling NIOCore GlobalSingletons.swift
[785/1039] Compiling NIOCore IO.swift
[786/1039] Compiling NIOCore IOData.swift
[787/1039] Compiling NIOCore IPProtocol.swift
[788/1039] Compiling NIOCore IntegerBitPacking.swift
[789/1039] Compiling NIOCore IntegerTypes.swift
[790/1039] Compiling NIOCore Interfaces.swift
[791/1039] Compiling NIOCore Linux.swift
[791/1039] Compiling v3_int.cc
[792/1039] Compiling v3_info.cc
[793/1039] Compiling v3_lib.cc
[794/1039] Compiling v3_conf.cc
[795/1039] Compiling v3_ia5.cc
[796/1039] Compiling v3_genn.cc
[797/1039] Compiling v3_extku.cc
[798/1039] Compiling v3_enum.cc
[799/1039] Compiling v3_cpols.cc
[800/1039] Compiling v3_crld.cc
[801/1039] Compiling v3_bitst.cc
[802/1039] Compiling v3_bcons.cc
[803/1039] Compiling v3_alt.cc
[804/1039] Compiling v3_akeya.cc
[805/1039] Compiling t_x509.cc
[805/1039] Compiling t_req.cc
[807/1039] Compiling t_x509a.cc
[808/1039] Compiling v3_akey.cc
[810/1039] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[811/1039] Compiling NIOCore SocketAddresses.swift
[812/1039] Compiling NIOCore SocketOptionProvider.swift
[813/1039] Compiling NIOCore SystemCallHelpers.swift
[814/1039] Compiling NIOCore TimeAmount+Duration.swift
[815/1039] Compiling NIOCore TypeAssistedChannelHandler.swift
[816/1039] Compiling NIOCore UniversalBootstrapSupport.swift
[817/1039] Compiling NIOCore Utilities.swift
[818/1039] Compiling NIOCore EventLoop.swift
[819/1039] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[820/1039] Compiling NIOCore EventLoopFuture+Deprecated.swift
[821/1039] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[822/1039] Compiling NIOCore EventLoopFuture.swift
[823/1039] Compiling NIOCore FileDescriptor.swift
[824/1039] Compiling NIOCore FileHandle.swift
[825/1039] Compiling NIOCore FileRegion.swift
[825/1039] Compiling t_crl.cc
[827/1039] Compiling NIOCore ChannelPipeline.swift
[828/1039] Compiling NIOCore CircularBuffer.swift
[829/1039] Compiling NIOCore Codec.swift
[830/1039] Compiling NIOCore ConvenienceOptionSupport.swift
[831/1039] Compiling NIOCore DeadChannel.swift
[832/1039] Compiling NIOCore DispatchQueue+WithFuture.swift
[833/1039] Compiling NIOCore EventLoop+Deprecated.swift
[834/1039] Compiling NIOCore EventLoop+SerialExecutor.swift
[835/1039] Compiling NIOCore AddressedEnvelope.swift
[836/1039] Compiling NIOCore AsyncAwaitSupport.swift
[837/1039] Compiling NIOCore AsyncChannel.swift
[838/1039] Compiling NIOCore AsyncChannelHandler.swift
[839/1039] Compiling NIOCore AsyncChannelInboundStream.swift
[840/1039] Compiling NIOCore AsyncChannelOutboundWriter.swift
[841/1039] Compiling NIOCore NIOAsyncSequenceProducer.swift
[842/1039] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[843/1039] Compiling NIOCore NIOAsyncWriter.swift
[843/1039] Compiling i2d_pr.cc
[844/1039] Compiling name_print.cc
[845/1039] Compiling policy.cc
[846/1039] Compiling by_dir.cc
[847/1039] Compiling by_file.cc
[848/1039] Compiling rsa_pss.cc
[849/1039] Compiling asn1_gen.cc
[850/1039] Compiling algorithm.cc
[851/1039] Compiling voprf.cc
[852/1039] Compiling trust_token.cc
[853/1039] Compiling a_sign.cc
[854/1039] Compiling thread_win.cc
[855/1039] Compiling pmbtoken.cc
[856/1039] Compiling a_digest.cc
[857/1039] Compiling a_verify.cc
[858/1039] Compiling thread_pthread.cc
[859/1039] Compiling thread_none.cc
[860/1039] Compiling thread.cc
[861/1039] Compiling stack.cc
[862/1039] Compiling thash.cc
[863/1039] Compiling wots.cc
[864/1039] Compiling slhdsa.cc
[865/1039] Compiling fors.cc
[866/1039] Compiling merkle.cc
[867/1039] Compiling sha512.cc
[868/1039] Compiling siphash.cc
[869/1039] Compiling sha256.cc
[870/1039] Compiling sha1.cc
[871/1039] Compiling rsa_print.cc
[872/1039] Compiling rsa_extra.cc
[873/1039] Compiling rsa_crypt.cc
[874/1039] Compiling rsa_asn1.cc
[875/1039] Compiling rc4.cc
[876/1039] Compiling refcount.cc
[877/1039] Compiling windows.cc
[878/1039] Compiling trusty.cc
[880/1039] Compiling NIOCore ByteBuffer-multi-int.swift
[881/1039] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[882/1039] Compiling NIOCore ByteBuffer-views.swift
[883/1039] Compiling NIOCore Channel.swift
[884/1039] Compiling NIOCore ChannelHandler.swift
[885/1039] Compiling NIOCore ChannelHandlers.swift
[886/1039] Compiling NIOCore ChannelInvoker.swift
[887/1039] Compiling NIOCore ChannelOption.swift
[888/1039] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[889/1039] Compiling NIOCore BSDSocketAPI.swift
[890/1039] Compiling NIOCore ByteBuffer-aux.swift
[891/1039] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[892/1039] Compiling NIOCore ByteBuffer-conversions.swift
[893/1039] Compiling NIOCore ByteBuffer-core.swift
[894/1039] Compiling NIOCore ByteBuffer-hex.swift
[895/1039] Compiling NIOCore ByteBuffer-int.swift
[896/1039] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[896/1039] Compiling passive.cc
[897/1039] Compiling ios.cc
[898/1039] Compiling urandom.cc
[899/1039] Compiling rand_extra.cc
[900/1039] Compiling forkunsafe.cc
[901/1039] Compiling getentropy.cc
[902/1039] Compiling poly1305_arm_asm.S
[903/1039] Compiling fork_detect.cc
[904/1039] Compiling deterministic.cc
[905/1039] Compiling pool.cc
[906/1039] Compiling poly1305_arm.cc
[907/1039] Compiling poly1305.cc
[908/1039] Compiling poly1305_vec.cc
[910/1039] Emitting module NIOCore
[910/1040] Compiling pkcs8.cc
[911/1040] Compiling pkcs7.cc
[913/1040] Compiling pkcs8_x509.cc
[914/1040] Compiling p5_pbev2.cc
[915/1040] Compiling pem_xaux.cc
[916/1040] Compiling pem_x509.cc
[917/1091] Compiling pkcs7_x509.cc
[918/1091] Compiling pem_pk8.cc
[919/1091] Compiling pem_oth.cc
[920/1091] Compiling pem_pkey.cc
[922/1091] Emitting module NIOEmbedded
[922/1091] Compiling pem_lib.cc
[923/1091] Compiling pem_info.cc
[924/1091] Compiling pem_all.cc
[925/1091] Compiling obj_xref.cc
[926/1091] Compiling mldsa.cc
[927/1091] Compiling mlkem.cc
[928/1091] Compiling mem.cc
[929/1091] Compiling obj.cc
[930/1091] Compiling md5.cc
[931/1091] Compiling poly_rq_mul.S
[932/1091] Compiling fips_shared_support.cc
[933/1091] Compiling md4.cc
[934/1091] Compiling lhash.cc
[936/1091] Compiling NIOEmbedded Embedded.swift
[937/1091] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[938/1091] Compiling NIOEmbedded AsyncTestingChannel.swift
[938/1091] Compiling kyber.cc
[940/1092] Compiling ex_data.cc
[941/1092] Compiling hpke.cc
[942/1092] Compiling sign.cc
[943/1092] Compiling hrss.cc
[944/1092] Compiling scrypt.cc
[945/1092] Compiling pbkdf.cc
[946/1092] Compiling p_x25519.cc
[947/1092] Compiling p_x25519_asn1.cc
[948/1092] Compiling print.cc
[950/1092] Emitting module NIOPosix
[950/1098] Compiling p_rsa_asn1.cc
[951/1098] Compiling p_rsa.cc
[952/1098] Compiling p_ed25519.cc
[953/1098] Compiling p_hkdf.cc
[954/1098] Compiling p_ed25519_asn1.cc
[955/1098] Compiling p_ec_asn1.cc
[956/1098] Compiling p_ec.cc
[958/1098] Compiling NIOPosix SelectableChannel.swift
[959/1098] Compiling NIOPosix SelectableEventLoop.swift
[960/1098] Compiling NIOPosix SelectorEpoll.swift
[961/1098] Compiling NIOPosix SelectorGeneric.swift
[962/1098] Compiling NIOPosix SelectorKqueue.swift
[963/1098] Compiling NIOPosix SelectorUring.swift
[964/1098] Compiling NIOPosix PooledRecvBufferAllocator.swift
[965/1098] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[966/1098] Compiling NIOPosix PosixSingletons.swift
[967/1098] Compiling NIOPosix RawSocketBootstrap.swift
[968/1098] Compiling NIOPosix Resolver.swift
[969/1098] Compiling NIOPosix Selectable.swift
[970/1098] Compiling NIOPosix ServerSocket.swift
[971/1098] Compiling NIOPosix Socket.swift
[972/1098] Compiling NIOPosix SocketChannel.swift
[973/1098] Compiling NIOPosix SocketProtocols.swift
[974/1098] Compiling NIOPosix System.swift
[975/1098] Compiling NIOPosix Thread.swift
[975/1098] Compiling p_dh_asn1.cc
[976/1098] Compiling p_dsa_asn1.cc
[977/1098] Compiling p_dh.cc
[979/1098] Compiling NIOPosix ThreadPosix.swift
[980/1098] Compiling NIOPosix ThreadWindows.swift
[981/1098] Compiling NIOPosix UnsafeTransfer.swift
[982/1098] Compiling NIOPosix Utilities.swift
[983/1098] Compiling NIOPosix VsockAddress.swift
[984/1098] Compiling NIOPosix VsockChannelEvents.swift
[984/1098] Compiling evp_ctx.cc
[985/1098] Compiling evp_asn1.cc
[986/1098] Compiling evp.cc
[987/1098] Compiling err.cc
[988/1098] Compiling engine.cc
[989/1098] Compiling ecdsa_asn1.cc
[990/1098] Compiling ecdh_extra.cc
[991/1098] Compiling ec_asn1.cc
[992/1098] Compiling ec_derive.cc
[993/1098] Compiling hash_to_curve.cc
[994/1098] Compiling x25519-asm-arm.S
[996/1098] Compiling NIOPosix BSDSocketAPICommon.swift
[997/1098] Compiling NIOPosix BSDSocketAPIPosix.swift
[998/1098] Compiling NIOPosix BSDSocketAPIWindows.swift
[999/1098] Compiling NIOPosix BaseSocket.swift
[1000/1098] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1001/1098] Compiling NIOPosix BaseSocketChannel.swift
[1002/1098] Compiling NIOPosix BaseStreamSocketChannel.swift
[1002/1098] Compiling dsa_asn1.cc
[1003/1098] Compiling dsa.cc
[1004/1098] Compiling cpu_intel.cc
[1006/1098] Compiling NIOPosix NIOThreadPool.swift
[1007/1098] Compiling NIOPosix NonBlockingFileIO.swift
[1008/1098] Compiling NIOPosix PendingDatagramWritesManager.swift
[1009/1098] Compiling NIOPosix PendingWritesManager.swift
[1010/1098] Compiling NIOPosix PipeChannel.swift
[1011/1098] Compiling NIOPosix PipePair.swift
[1012/1098] Compiling NIOPosix Pool.swift
[1013/1098] Compiling NIOPosix IO.swift
[1014/1098] Compiling NIOPosix IntegerBitPacking.swift
[1015/1098] Compiling NIOPosix IntegerTypes.swift
[1016/1098] Compiling NIOPosix Linux.swift
[1017/1098] Compiling NIOPosix LinuxCPUSet.swift
[1018/1098] Compiling NIOPosix LinuxUring.swift
[1019/1098] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1020/1098] Compiling NIOPosix Bootstrap.swift
[1021/1098] Compiling NIOPosix ControlMessage.swift
[1022/1098] Compiling NIOPosix DatagramVectorReadManager.swift
[1023/1098] Compiling NIOPosix Errors+Any.swift
[1024/1098] Compiling NIOPosix FileDescriptor.swift
[1025/1098] Compiling NIOPosix GetaddrinfoResolver.swift
[1026/1098] Compiling NIOPosix HappyEyeballs.swift
[1026/1099] Compiling crypto.cc
[1028/1099] Compiling curve25519.cc
[1029/1099] Compiling cpu_arm_linux.cc
[1030/1099] Compiling cpu_arm_freebsd.cc
[1031/1099] Compiling cpu_aarch64_win.cc
[1032/1099] Compiling cpu_aarch64_openbsd.cc
[1033/1099] Compiling cpu_aarch64_sysreg.cc
[1034/1099] Compiling curve25519_64_adx.cc
[1035/1101] Compiling cpu_aarch64_fuchsia.cc
[1036/1101] Compiling cpu_aarch64_linux.cc
[1037/1101] Compiling bcm.cc
[1038/1101] Compiling cpu_aarch64_apple.cc
[1040/1101] Compiling NIO Exports.swift
[1041/1101] Emitting module NIO
[1042/1102] Compiling tls_cbc.cc
[1043/1102] Compiling conf.cc
[1044/1102] Compiling e_tls.cc
[1045/1102] Compiling e_rc4.cc
[1046/1102] Compiling e_rc2.cc
[1047/1102] Compiling e_null.cc
[1048/1102] Compiling e_des.cc
[1049/1120] Compiling e_chacha20poly1305.cc
[1051/1120] Compiling NIOTLS TLSEvents.swift
[1051/1120] Compiling e_aesctrhmac.cc
[1052/1141] Compiling e_aesgcmsiv.cc
[1054/1141] Emitting module NIOTLS
[1055/1141] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1056/1141] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1056/1141] Compiling derive_key.cc
[1058/1141] Compiling NIOSOCKS SOCKSResponse.swift
[1059/1142] Compiling NIOSOCKS ClientStateMachine.swift
[1060/1142] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1061/1142] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1062/1142] Compiling NIOHTTP1 HTTPDecoder.swift
[1062/1142] Compiling unicode.cc
[1063/1142] Compiling cipher_extra.cc
[1065/1142] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1066/1142] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1067/1144] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1068/1144] Compiling NIOTLS SNIHandler.swift
[1068/1144] Compiling chacha.cc
[1070/1145] Emitting module NIOSOCKS
[1072/1145] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1073/1145] Compiling NIOHTTP1 HTTPEncoder.swift
[1075/1145] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1076/1145] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1077/1145] Compiling NIOSOCKS ServerStateMachine.swift
[1079/1146] Compiling cbs.cc
[1080/1146] Compiling ber.cc
[1081/1155] Compiling cbb.cc
[1082/1175] Compiling buf.cc
[1083/1175] Compiling asn1_compat.cc
[1085/1175] Compiling NIOSSL ObjectIdentifier.swift
[1086/1175] Compiling NIOSSL PosixPort.swift
[1087/1175] Compiling NIOSSL NIOSSLClientHandler.swift
[1088/1175] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1089/1175] Compiling NIOSSL SSLContext.swift
[1090/1175] Compiling NIOSSL NIOSSLServerHandler.swift
[1090/1175] Compiling bn_asn1.cc
[1091/1175] Compiling blake2.cc
[1092/1175] Compiling convert.cc
[1093/1175] Compiling printf.cc
[1094/1175] Compiling pair.cc
[1096/1175] Compiling NIOSSL SSLCallbacks.swift
[1097/1175] Compiling NIOSSL NIOSSLSecureBytes.swift
[1098/1175] Compiling NIOSSL SSLCertificateExtensions.swift
[1099/1175] Compiling NIOSSL SSLConnection.swift
[1100/1175] Compiling NIOSSL NIOSSLHandler.swift
[1101/1175] Compiling NIOSSL SSLCertificate.swift
[1101/1175] Compiling hexdump.cc
[1102/1175] Compiling errno.cc
[1103/1175] Compiling fd.cc
[1104/1175] Compiling file.cc
[1105/1175] Compiling bio_mem.cc
[1106/1175] Compiling base64.cc
[1107/1175] Compiling tasn_typ.cc
[1109/1175] Compiling NIOSSL AndroidCABundle.swift
[1110/1175] Compiling NIOSSL ByteBufferBIO.swift
[1111/1175] Compiling NIOSSL CustomPrivateKey.swift
[1112/1175] Emitting module NIOHTTP1
[1112/1176] Compiling bio.cc
[1114/1176] Compiling tasn_utl.cc
[1115/1176] Compiling tasn_new.cc
[1116/1194] Compiling tasn_fre.cc
[1117/1194] Compiling tasn_enc.cc
[1118/1194] Compiling posix_time.cc
[1119/1194] Compiling tasn_dec.cc
[1121/1194] Compiling NIOHPACK HPACKHeader.swift
[1122/1194] Compiling NIOHPACK HeaderTables.swift
[1125/1197] Emitting module NIOHTTPCompression
[1126/1197] Compiling NIOSSL SSLPublicKey.swift
[1127/1197] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1128/1197] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1129/1197] Compiling NIOSSL SubjectAlternativeName.swift
[1131/1197] Compiling NIOSSL RNG.swift
[1132/1197] Compiling NIOSSL SafeCompare.swift
[1133/1197] Compiling NIOSSL Zeroization.swift
[1134/1197] Compiling NIOSSL SSLErrors.swift
[1135/1197] Compiling NIOSSL SSLInit.swift
[1136/1197] Compiling NIOSSL SSLPKCS12Bundle.swift
[1137/1197] Compiling NIOSSL SSLPrivateKey.swift
[1138/1197] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1139/1197] Emitting module NIOSSL
[1140/1197] Compiling NIOHPACK DynamicHeaderTable.swift
[1141/1197] Compiling NIOHPACK HPACKDecoder.swift
[1142/1197] Compiling NIOHPACK HPACKEncoder.swift
[1143/1197] Compiling NIOHPACK HPACKErrors.swift
[1144/1197] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1145/1197] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1146/1197] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1147/1197] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1148/1197] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1149/1197] Compiling NIOHPACK IndexedHeaderTable.swift
[1150/1197] Compiling NIOHPACK IntegerCoding.swift
[1151/1197] Emitting module NIOFoundationCompat
[1152/1197] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1152/1198] Compiling f_string.cc
[1153/1199] Compiling f_int.cc
[1155/1199] Compiling NIOHTTPCompression HTTPDecompression.swift
[1155/1199] Compiling asn_pack.cc
[1157/1199] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1159/1199] Compiling NIOHPACK HuffmanTables.swift
[1160/1199] Compiling NIOHTTPCompression HTTPCompression.swift
[1161/1200] Compiling NIOHPACK HuffmanCoding.swift
[1164/1200] Compiling NIOHPACK StaticHeaderTable.swift
[1164/1200] Compiling asn1_par.cc
[1166/1200] Emitting module NIOHPACK
[1167/1200] Compiling asn1_lib.cc
[1168/1216] Compiling a_utctm.cc
[1170/1222] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1171/1222] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1172/1222] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1173/1222] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1173/1223] Compiling a_type.cc
[1175/1223] Emitting module NIOTransportServices
[1176/1225] Compiling a_strnid.cc
[1178/1225] Compiling NIOTransportServices StateManagedChannel.swift
[1179/1225] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1180/1225] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1181/1225] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1182/1225] Compiling NIOTransportServices NIOTSSingletons.swift
[1183/1225] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1184/1225] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1185/1225] Compiling NIOTransportServices NIOTSErrors.swift
[1186/1225] Compiling NIOTransportServices NIOTSEventLoop.swift
[1186/1225] Compiling a_time.cc
[1188/1225] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1189/1225] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1190/1225] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1191/1225] Compiling NIOTransportServices NIOTSBootstraps.swift
[1192/1225] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1193/1225] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1194/1225] Compiling NIOTransportServices AcceptHandler.swift
[1195/1225] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1200/1225] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1201/1225] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1201/1244] Compiling a_mbstr.cc
[1202/1284] Compiling a_object.cc
[1203/1284] Compiling a_strex.cc
[1205/1284] Compiling a_octet.cc
[1206/1284] Compiling a_int.cc
[1207/1284] Compiling a_gentm.cc
[1208/1284] Write sources
[1210/1284] Compiling NIOHTTP2 SendingHeadersState.swift
[1211/1284] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1212/1284] Compiling NIOHTTP2 SendingRstStreamState.swift
[1213/1284] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1214/1284] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1215/1284] Compiling NIOHTTP2 MaySendFrames.swift
[1216/1284] Compiling NIOHTTP2 SendingDataState.swift
[1217/1284] Compiling NIOHTTP2 SendingGoawayState.swift
[1217/1284] Compiling a_d2i_fp.cc
[1218/1284] Write sources
[1220/1284] Compiling NIOHTTP2 Error+Any.swift
[1221/1284] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1222/1284] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1222/1284] Compiling a_i2d_fp.cc
[1223/1285] Compiling a_bool.cc
[1225/1355] Compiling a_dup.cc
[1226/1355] Compiling a_bitstr.cc
[1228/1355] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1229/1355] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1230/1355] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1231/1355] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1232/1355] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1233/1355] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1234/1355] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1235/1355] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1236/1371] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1237/1371] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1238/1371] Compiling AsyncAlgorithms MergeStateMachine.swift
[1239/1371] Compiling AsyncAlgorithms MergeStorage.swift
[1240/1371] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1241/1371] Compiling AsyncAlgorithms Rethrow.swift
[1242/1377] Compiling Algorithms Split.swift
[1243/1377] Compiling Algorithms Stride.swift
[1244/1377] Compiling Algorithms Suffix.swift
[1245/1380] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1246/1380] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1247/1380] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1248/1380] Compiling Algorithms Unique.swift
[1249/1380] Compiling Algorithms Windows.swift
[1250/1380] Compiling AsyncAlgorithms ChannelStorage.swift
[1251/1380] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1252/1380] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1253/1380] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1254/1380] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1255/1380] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1256/1380] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1263/1380] Compiling Algorithms Trim.swift
[1264/1380] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1265/1380] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1270/1380] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1271/1380] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1272/1380] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1278/1380] Compiling CryptoBoringWrapper RandomBytes.swift
[1279/1380] Emitting module AsyncAlgorithms
[1280/1380] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1281/1380] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1282/1380] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1283/1380] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1294/1380] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1295/1380] Compiling AsyncAlgorithms DebounceStorage.swift
[1296/1380] Compiling AsyncAlgorithms Dictionary.swift
[1297/1380] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1298/1380] Compiling AsyncAlgorithms Locking.swift
[1299/1380] Compiling NIOHTTP2 InboundWindowManager.swift
[1300/1380] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1301/1380] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1302/1380] Compiling NIOHTTP2 StreamChannelList.swift
[1303/1380] Compiling NIOHTTP2 StreamMap.swift
[1304/1380] Compiling NIOHTTP2 StreamStateMachine.swift
[1305/1380] Compiling NIOHTTP2 UnsafeTransfer.swift
[1306/1380] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1307/1380] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1308/1380] Compiling CryptoBoringWrapper EllipticCurve.swift
[1309/1380] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1310/1380] Emitting module CryptoBoringWrapper
[1311/1380] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1334/1380] Compiling AsyncAlgorithms SetAlgebra.swift
[1335/1380] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1336/1380] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1337/1380] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1338/1380] Compiling AsyncAlgorithms ZipStateMachine.swift
[1339/1380] Compiling AsyncAlgorithms ZipStorage.swift
[1340/1380] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1341/1380] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1348/1461] Compiling Crypto X25519Keys.swift
[1349/1461] Compiling Crypto SymmetricKeys.swift
[1350/1461] Compiling Crypto HMAC.swift
[1351/1461] Compiling Crypto MACFunctions.swift
[1352/1461] Compiling Crypto MessageAuthenticationCode.swift
[1353/1461] Compiling Crypto AES.swift
[1354/1461] Compiling Crypto ECDSASignature_boring.swift
[1355/1461] Compiling Crypto ECDSA_boring.swift
[1356/1461] Emitting module Algorithms
[1358/1462] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1359/1462] Emitting module ServiceLifecycle
[1360/1463] Compiling Crypto CryptoKitErrors.swift
[1361/1463] Compiling Crypto Digest_boring.swift
[1362/1463] Compiling Crypto Digest.swift
[1363/1463] Compiling Crypto Digests.swift
[1364/1463] Compiling Crypto HashFunctions.swift
[1365/1463] Compiling Crypto HashFunctions_SHA2.swift
[1366/1463] Compiling Crypto HPKE-AEAD.swift
[1367/1463] Compiling Crypto HKDF.swift
[1368/1463] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1369/1463] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1370/1463] Emitting module NIOHTTP2
[1371/1463] Compiling Crypto HPKE-Ciphersuite.swift
[1372/1463] Compiling Crypto HPKE-KDF.swift
[1373/1463] Compiling Crypto HPKE-KexKeyDerivation.swift
[1374/1463] Compiling Crypto HPKE-LabeledExtract.swift
[1375/1463] Compiling Crypto HPKE-Utils.swift
[1376/1463] Compiling Crypto DHKEM.swift
[1377/1463] Compiling Crypto HPKE-KEM-Curve25519.swift
[1378/1463] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1379/1463] Compiling Crypto HPKE-KEM.swift
[1380/1463] Compiling ServiceLifecycle ServiceRunnerError.swift
[1381/1463] Compiling ServiceLifecycle CancellationWaiter.swift
[1382/1463] Compiling ServiceLifecycle Service.swift
[1383/1463] Compiling ServiceLifecycle GracefulShutdown.swift
[1384/1463] Compiling ServiceLifecycle ServiceGroup.swift
[1393/1464] Compiling Crypto EdDSA_boring.swift
[1394/1464] Compiling Crypto ECDSA.swift
[1395/1464] Compiling Crypto Ed25519.swift
[1396/1473] Compiling Crypto AESWrap.swift
[1397/1473] Compiling Crypto AESWrap_boring.swift
[1398/1473] Compiling Crypto Ed25519_boring.swift
[1399/1473] Compiling Crypto NISTCurvesKeys_boring.swift
[1400/1473] Compiling Crypto X25519Keys_boring.swift
[1401/1473] Compiling Crypto Curve25519.swift
[1402/1473] Compiling Crypto Ed25519Keys.swift
[1403/1473] Compiling Crypto NISTCurvesKeys.swift
[1415/1474] Compiling Crypto PKCS8PrivateKey.swift
[1416/1474] Compiling Crypto SEC1PrivateKey.swift
[1417/1474] Compiling Crypto SubjectPublicKeyInfo.swift
[1425/1474] Compiling Crypto HPKE.swift
[1426/1474] Compiling Crypto HPKE-Context.swift
[1427/1474] Compiling Crypto HPKE-KeySchedule.swift
[1428/1474] Compiling Crypto HPKE-Modes.swift
[1429/1474] Compiling Crypto Insecure.swift
[1430/1474] Compiling Crypto Insecure_HashFunctions.swift
[1431/1474] Compiling Crypto KEM.swift
[1432/1474] Compiling Crypto ECDH_boring.swift
[1433/1474] Compiling Crypto DH.swift
[1434/1474] Compiling Crypto ECDH.swift
[1444/1474] Compiling Crypto HPKE-Errors.swift
[1445/1533] Emitting module Crypto
[1446/1533] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1447/1533] Compiling AsyncHTTPClient HTTP1Connection.swift
[1448/1533] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1449/1533] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1450/1533] Compiling AsyncHTTPClient HTTP2Connection.swift
[1451/1533] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1452/1533] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1453/1533] Compiling AsyncHTTPClient RequestOptions.swift
[1454/1533] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1455/1533] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1456/1533] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1457/1533] Compiling AsyncHTTPClient Transaction.swift
[1458/1533] Compiling AsyncHTTPClient Base64.swift
[1459/1533] Compiling AsyncHTTPClient BasicAuth.swift
[1460/1533] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1461/1533] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1462/1533] Compiling AsyncHTTPClient ConnectionPool.swift
[1463/1533] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1464/1533] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1465/1533] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1466/1533] Compiling Crypto Signature.swift
[1467/1533] Compiling Crypto CryptoKitErrors_boring.swift
[1468/1533] Compiling Crypto RNG_boring.swift
[1469/1533] Compiling Crypto SafeCompare_boring.swift
[1470/1533] Compiling Crypto Zeroization_boring.swift
[1471/1533] Compiling Crypto PrettyBytes.swift
[1472/1533] Compiling Crypto SafeCompare.swift
[1473/1533] Compiling Crypto SecureBytes.swift
[1474/1533] Compiling Crypto Zeroization.swift
[1476/1534] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1485/1534] Emitting module AsyncHTTPClient
[1486/1534] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1487/1534] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1488/1534] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1489/1534] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1490/1534] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1491/1534] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1492/1534] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1493/1534] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1494/1534] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1495/1542] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1496/1542] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1497/1542] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1498/1542] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1499/1542] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1500/1542] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1501/1542] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1502/1542] Compiling AsyncHTTPClient RequestBodyLength.swift
[1515/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1516/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1517/1542] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1518/1542] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1519/1542] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1520/1542] Compiling AsyncHTTPClient ConnectionTarget.swift
[1521/1542] Compiling AsyncHTTPClient DeconstructedURL.swift
[1522/1542] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1523/1542] Compiling AsyncHTTPClient FoundationExtensions.swift
[1524/1542] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1525/1542] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1526/1542] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1527/1542] Compiling AsyncHTTPClient HTTPClient.swift
[1528/1542] Compiling AsyncHTTPClient HTTPHandler.swift
[1529/1542] Compiling AsyncHTTPClient LRUCache.swift
[1530/1542] Compiling AsyncHTTPClient NWErrorHandler.swift
[1531/1542] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1532/1542] Compiling AsyncHTTPClient TLSConfiguration.swift
[1533/1542] Compiling AsyncHTTPClient RedirectState.swift
[1534/1542] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1535/1542] Compiling AsyncHTTPClient RequestBag.swift
[1536/1542] Compiling AsyncHTTPClient RequestValidation.swift
[1537/1542] Compiling AsyncHTTPClient SSLContextCache.swift
[1538/1542] Compiling AsyncHTTPClient Scheme.swift
[1539/1542] Compiling AsyncHTTPClient Singleton.swift
[1540/1542] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1541/1542] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1542/1542] Compiling AsyncHTTPClient Utils.swift
[1544/1563] Compiling WebPush DataProtocol+Base64URLCoding.swift
[1545/1563] Compiling WebPush FixedWidthInteger+BigEndienBytes.swift
[1546/1563] Compiling WebPush HTTPClientProtocol.swift
[1547/1565] Compiling WebPush BadSubscriberError.swift
[1548/1565] Compiling WebPush Base64URLDecodingError.swift
[1549/1565] Compiling WebPush MessageTooLargeError.swift
[1550/1565] Compiling WebPush PushServiceError.swift
[1551/1565] Compiling WebPush UserAgentKeyMaterialError.swift
[1552/1565] Compiling WebPush VAPIDConfigurationError.swift
[1553/1565] Emitting module WebPush
[1554/1565] Compiling WebPush VAPIDConfiguration.swift
[1555/1565] Compiling WebPush VAPIDKey.swift
[1556/1565] Compiling WebPush Topic.swift
[1557/1565] Compiling WebPush VAPID.swift
[1558/1565] Compiling WebPush PrintLogHandler.swift
[1559/1565] Compiling WebPush StringProtocol+UTF8Bytes.swift
[1560/1565] Compiling WebPush URL+Origin.swift
[1561/1565] Compiling WebPush Notification.swift
[1562/1565] Compiling WebPush PushMessage.swift
[1563/1565] Compiling WebPush Subscriber.swift
[1564/1565] Compiling WebPush VAPIDToken.swift
[1565/1565] Compiling WebPush WebPushManager.swift
[1567/1571] Emitting module WebPushTesting
[1568/1571] Compiling WebPushTesting Subscriber+Testing.swift
[1569/1571] Compiling WebPushTesting VAPIDKey+Testing.swift
[1570/1571] Compiling WebPushTesting WebPushManager+Testing.swift
[1571/1571] Compiling WebPushTesting VAPIDConfiguration+Testing.swift
Build complete! (262.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.10.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.77.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "swift-webpush",
  "name" : "swift-webpush",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "WebPush",
      "targets" : [
        "WebPush"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebPushTesting",
      "targets" : [
        "WebPush",
        "WebPushTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebPushTests",
      "module_type" : "SwiftTarget",
      "name" : "WebPushTests",
      "path" : "Tests/WebPushTests",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "Logging",
        "NIOCore",
        "ServiceLifecycle"
      ],
      "sources" : [
        "Base64URLCodingTests.swift",
        "BytesTests.swift",
        "ErrorTests.swift",
        "Helpers/MockHTTPClient.swift",
        "Helpers/VAPIDConfiguration+Testing.swift",
        "MessageSizeTests.swift",
        "NeverTests.swift",
        "NotificationTests.swift",
        "SubscriberTests.swift",
        "TopicTests.swift",
        "URLOriginTests.swift",
        "VAPIDConfigurationTests.swift",
        "VAPIDKeyTests.swift",
        "VAPIDTokenTests.swift",
        "WebPushManagerTests.swift"
      ],
      "target_dependencies" : [
        "WebPush",
        "WebPushTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebPushTesting",
      "module_type" : "SwiftTarget",
      "name" : "WebPushTesting",
      "path" : "Sources/WebPushTesting",
      "product_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "product_memberships" : [
        "WebPushTesting"
      ],
      "sources" : [
        "Subscriber+Testing.swift",
        "VAPIDConfiguration+Testing.swift",
        "VAPIDKey+Testing.swift",
        "WebPushManager+Testing.swift"
      ],
      "target_dependencies" : [
        "WebPush"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebPush",
      "module_type" : "SwiftTarget",
      "name" : "WebPush",
      "path" : "Sources/WebPush",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "Logging",
        "ServiceLifecycle",
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "WebPush",
        "WebPushTesting"
      ],
      "sources" : [
        "Errors/BadSubscriberError.swift",
        "Errors/Base64URLDecodingError.swift",
        "Errors/MessageTooLargeError.swift",
        "Errors/PushServiceError.swift",
        "Errors/UserAgentKeyMaterialError.swift",
        "Errors/VAPIDConfigurationError.swift",
        "Helpers/DataProtocol+Base64URLCoding.swift",
        "Helpers/FixedWidthInteger+BigEndienBytes.swift",
        "Helpers/HTTPClientProtocol.swift",
        "Helpers/PrintLogHandler.swift",
        "Helpers/StringProtocol+UTF8Bytes.swift",
        "Helpers/URL+Origin.swift",
        "Push Message/Notification.swift",
        "Push Message/PushMessage.swift",
        "Subscriber.swift",
        "Topic.swift",
        "VAPID/VAPID.swift",
        "VAPID/VAPIDConfiguration.swift",
        "VAPID/VAPIDKey.swift",
        "VAPID/VAPIDToken.swift",
        "WebPushManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.