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 apnswift, reference 6.0.1 (cc8c71), with Swift 6.0 for Linux on 3 Dec 2024 10:46:24 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/APNSwift.git
Reference: 6.0.1
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/swift-server-community/APNSwift
 * tag               6.0.1      -> FETCH_HEAD
HEAD is now at cc8c715 Fix `.spi.yml` (#211)
Cloned https://github.com/swift-server-community/APNSwift.git
Revision (git rev-parse @):
cc8c715763908750b9155928796a8a981688e4fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/APNSwift.git at 6.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swift-server-community/APNSwift.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.42.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    }
  ],
  "manifest_display_name" : "apnswift",
  "name" : "apnswift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APNSExample",
      "targets" : [
        "APNSExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "APNS",
      "targets" : [
        "APNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSCore",
      "targets" : [
        "APNSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSURLSession",
      "targets" : [
        "APNSURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSTestServer",
      "targets" : [
        "APNSTestServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "APNSURLSession",
      "module_type" : "SwiftTarget",
      "name" : "APNSURLSession",
      "path" : "Sources/APNSURLSession",
      "product_memberships" : [
        "APNSURLSession"
      ],
      "sources" : [
        "APNSURLSessionClientConfiguration.swift",
        "APNSUrlSessionClient.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSTests",
      "module_type" : "SwiftTarget",
      "name" : "APNSTests",
      "path" : "Tests/APNSTests",
      "sources" : [
        "APNSAuthenticationTokenManagerTests.swift",
        "APNSClientTests.swift",
        "Alert/APNSAlertNotificationTests.swift",
        "Background/APNSBackgroundNotificationTests.swift",
        "Complication/APNSComplicationNotificationTests.swift",
        "FileProvider/APNSFileProviderNotificationTests.swift",
        "LiveActivity/APNSLiveActivityNotificationTests.swift",
        "PushToTalk/APNSPushToTalkNotificationTests.swift",
        "VoIP/APNSVoIPNotificationTests.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APNSTestServer",
      "module_type" : "SwiftTarget",
      "name" : "APNSTestServer",
      "path" : "Sources/APNSTestServer",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOHTTP1",
        "NIOHTTP2"
      ],
      "product_memberships" : [
        "APNSTestServer"
      ],
      "sources" : [
        "APNSTestServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSExample",
      "module_type" : "SwiftTarget",
      "name" : "APNSExample",
      "path" : "Sources/APNSExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "APNSExample"
      ],
      "sources" : [
        "Program.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "APNSCore",
      "module_type" : "SwiftTarget",
      "name" : "APNSCore",
      "path" : "Sources/APNSCore",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS",
        "APNSCore",
        "APNSURLSession"
      ],
      "sources" : [
        "APNSAuthenticationTokenManager.swift",
        "APNSClient.swift",
        "APNSEnvironment.swift",
        "APNSError.swift",
        "APNSErrorResponse.swift",
        "APNSMessage.swift",
        "APNSNotificationExpiration.swift",
        "APNSPriority.swift",
        "APNSPushType.swift",
        "APNSRequest.swift",
        "APNSResponse.swift",
        "Alert/APNSAlertNotification.swift",
        "Alert/APNSAlertNotificationAPSStorage.swift",
        "Alert/APNSAlertNotificationContent.swift",
        "Alert/APNSAlertNotificationInterruptionLevel.swift",
        "Alert/APNSAlertNotificationSound.swift",
        "Alert/APNSClient+Alert.swift",
        "Background/APNSBackgroundNotification.swift",
        "Background/APNSClient+Background.swift",
        "Base64.swift",
        "Complication/APNSClient+Complication.swift",
        "Complication/APNSComplicationNotification.swift",
        "EmptyPayload.swift",
        "FileProvider/APNSClient+FileProvider.swift",
        "FileProvider/APNSFileProviderNotification.swift",
        "LiveActivity/APNSClient+LiveActivity.swift",
        "LiveActivity/APNSLiveActivityDismissalDate.swift",
        "LiveActivity/APNSLiveActivityNotification.swift",
        "LiveActivity/APNSLiveActivityNotificationAPSStorage.swift",
        "LiveActivity/APNSLiveActivityNotificationEvent.swift",
        "LiveActivity/APNSStartLiveActivityNotification.swift",
        "LiveActivity/APNSStartLiveActivityNotificationAPSStorage.swift",
        "Location/APNSClient+Location.swift",
        "Location/APNSLocationNotification.swift",
        "Logging.swift",
        "P256.Signing.PrivateKey+PrivateFilePath.swift",
        "PushToTalk/APNSClient+PushToTalk.swift",
        "PushToTalk/APNSPushToTalkNotification.swift",
        "VoIP/APNSClient+VoIP.swift",
        "VoIP/APNSVoIPNotification.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNS",
      "module_type" : "SwiftTarget",
      "name" : "APNS",
      "path" : "Sources/APNS",
      "product_dependencies" : [
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS"
      ],
      "sources" : [
        "APNSClient.swift",
        "APNSConfiguration.swift",
        "Coding/APNSJSONDecoder.swift",
        "Coding/APNSJSONEncoder.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
[1943/13274] Fetching swift-docc-plugin, swift-crypto
[2832/24433] Fetching swift-docc-plugin, swift-crypto, swift-nio-http2
Fetched https://github.com/apple/swift-docc-plugin from cache (0.76s)
Fetching https://github.com/apple/swift-log.git
[3469/22389] Fetching swift-crypto, swift-nio-http2
[5039/94464] Fetching swift-crypto, swift-nio-http2, swift-nio
[19626/108114] Fetching swift-crypto, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.60s)
[41491/96955] Fetching swift-crypto, swift-nio, swift-nio-ssl
[71009/110272] Fetching swift-crypto, swift-nio, swift-nio-ssl, async-http-client
[90813/113995] Fetching swift-crypto, swift-nio, swift-nio-ssl, async-http-client, swift-log
Fetched https://github.com/apple/swift-log.git from cache (2.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.50s)
Fetched https://github.com/swift-server/async-http-client.git from cache (5.25s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.27s)
Fetched https://github.com/apple/swift-nio.git from cache (5.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.15s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3199] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (1.76s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2288] Fetching swift-nio-transport-services
[2129/3857] Fetching swift-nio-transport-services, swift-atomics
[2729/9448] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.76s)
[1/5177] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.57s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.33s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3919] Fetching swift-system
[942/19522] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
[2809/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.49s)
Fetching https://github.com/apple/swift-http-types
[1/671] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.22s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (2.42s)
Fetching https://github.com/apple/swift-asn1.git
[1/1418] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (1.47s)
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.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.29.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.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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.34.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.10.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.24.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.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/852] Write sources
[11/852] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[12/852] Compiling _NumericsShims _NumericsShims.c
[13/852] Write sources
[15/852] Compiling _AtomicsShims.c
[16/852] Write sources
[35/852] Compiling a_object.c
[36/852] Compiling a_bitstr.c
[37/852] Compiling a_int.c
[38/852] Compiling a_i2d_fp.c
[39/852] Compiling CNIOWASI CNIOWASI.c
[40/852] Compiling a_gentm.c
[41/852] Compiling CNIOWindows WSAStartup.c
[42/852] Compiling a_mbstr.c
[42/852] Compiling CNIOWindows shim.c
[44/852] Compiling CNIOLinux liburing_shims.c
[45/852] Compiling CNIOExtrasZlib empty.c
[46/852] Compiling CNIOLLHTTP c_nio_http.c
[47/852] Write swift-version-24593BA9C3E375BF.txt
[48/852] Compiling CNIOLinux shim.c
[48/852] Compiling CNIODarwin shim.c
[50/852] Compiling CNIOLLHTTP c_nio_api.c
[51/852] Compiling fiat_p256_adx_mul.S
[52/852] Compiling fiat_p256_adx_sqr.S
[53/855] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/871] Compiling fiat_curve25519_adx_square.S
[55/873] Compiling CNIOBoringSSLShims shims.c
[56/897] Compiling fiat_curve25519_adx_mul.S
[57/909] Compiling tls_record.cc
[58/909] Compiling tls_method.cc
[59/909] Compiling tls13_enc.cc
[60/909] Compiling tls13_server.cc
[61/909] Compiling tls13_client.cc
[63/909] Compiling RealModule Float+Real.swift
[64/910] Compiling Atomics OptionalRawRepresentable.swift
[65/910] Compiling Atomics RawRepresentable.swift
[66/910] Compiling Atomics AtomicBool.swift
[67/912] Emitting module InternalCollectionsUtilities
[68/912] Compiling Atomics IntegerConformances.swift
[69/912] Compiling Atomics PointerConformances.swift
[70/912] Compiling Atomics Primitives.native.swift
[71/912] Emitting module _NIOBase64
[72/912] Compiling _NIOBase64 Base64.swift
[73/913] Compiling Atomics AtomicOptionalWrappable.swift
[74/913] Compiling Atomics AtomicMemoryOrderings.swift
[75/913] Compiling RealModule Real.swift
[76/913] Compiling RealModule Float80+Real.swift
[81/915] Compiling RealModule RealFunctions.swift
[85/915] Emitting module Atomics
[90/915] Compiling RealModule ElementaryFunctions.swift
[91/915] Emitting module RealModule
[92/915] Compiling Atomics ManagedAtomic.swift
[93/915] Compiling Atomics ManagedAtomicLazyReference.swift
[94/915] Compiling _NIODataStructures PriorityQueue.swift
[95/915] Compiling _NIODataStructures _TinyArray.swift
[96/915] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/915] Compiling RealModule Float16+Real.swift
[99/915] Compiling Atomics Primitives.shims.swift
[100/915] Compiling Atomics AtomicInteger.swift
[101/916] Compiling Atomics DoubleWord.swift
[102/916] Compiling Atomics AtomicReference.swift
[103/916] Compiling Atomics AtomicStorage.swift
[104/916] Compiling Atomics AtomicValue.swift
[117/917] Wrapping AST for _NIOBase64 for debugging
[118/917] Compiling tls13_both.cc
[121/917] Compiling Atomics IntegerOperations.swift
[122/917] Compiling Atomics Unmanaged extensions.swift
[124/958] Compiling Logging MetadataProvider.swift
[125/958] Compiling Logging LogHandler.swift
[126/958] Compiling Logging Locks.swift
[127/958] Emitting module Logging
[128/958] Compiling Logging Logging.swift
[129/959] Emitting module _NIODataStructures
[130/959] Compiling _NIODataStructures Heap.swift
[131/960] Compiling DequeModule _DequeBuffer.swift
[132/960] Compiling DequeModule _DequeBufferHeader.swift
[134/962] Compiling DequeModule Deque+CustomReflectable.swift
[135/962] Compiling DequeModule Deque+Descriptions.swift
[136/962] Compiling t1_enc.cc
[137/962] Wrapping AST for RealModule for debugging
[138/962] Wrapping AST for _NIODataStructures for debugging
[139/962] Wrapping AST for Logging for debugging
[141/962] Compiling DequeModule Deque+Equatable.swift
[142/962] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[143/962] Compiling DequeModule Deque+Extras.swift
[144/962] Compiling DequeModule Deque+Hashable.swift
[144/962] Wrapping AST for InternalCollectionsUtilities for debugging
[146/962] Compiling DequeModule Deque+Testing.swift
[147/962] Compiling DequeModule Deque._Storage.swift
[148/962] Compiling DequeModule Deque._UnsafeHandle.swift
[149/962] Compiling DequeModule Deque.swift
[149/962] Compiling ssl_versions.cc
[151/962] Compiling DequeModule _DequeSlot.swift
[152/962] Compiling DequeModule _UnsafeWrappedBuffer.swift
[152/962] Compiling ssl_transcript.cc
[153/962] Compiling ssl_x509.cc
[154/962] Compiling ssl_privkey.cc
[156/962] Compiling DequeModule Deque+Codable.swift
[157/962] Compiling DequeModule Deque+Collection.swift
[158/962] Compiling Algorithms Split.swift
[159/962] Compiling Algorithms Stride.swift
[160/962] Compiling Algorithms Suffix.swift
[161/965] Emitting module DequeModule
[161/966] Compiling ssl_stat.cc
[162/966] Compiling ssl_credential.cc
[165/966] Compiling Algorithms RandomSample.swift
[166/966] Compiling Algorithms Reductions.swift
[167/966] Compiling Algorithms Rotate.swift
[169/966] Compiling Algorithms Keyed.swift
[170/966] Compiling Algorithms MinMax.swift
[173/966] Compiling ssl_session.cc
[182/966] Wrapping AST for DequeModule for debugging
[183/966] Compiling ssl_key_share.cc
[184/966] Compiling ssl_lib.cc
[186/966] Compiling Algorithms Trim.swift
[187/966] Compiling Algorithms Unique.swift
[188/966] Compiling Algorithms Windows.swift
[188/966] Compiling ssl_file.cc
[193/966] Compiling ssl_cipher.cc
[194/966] Compiling ssl_cert.cc
[195/966] Compiling ssl_buffer.cc
[196/966] Compiling ssl_asn1.cc
[197/966] Compiling s3_lib.cc
[198/966] Compiling s3_pkt.cc
[199/966] Compiling ssl_aead_ctx.cc
[200/966] Compiling s3_both.cc
[202/966] Emitting module Algorithms
[203/967] Compiling handshake_server.cc
[204/967] Compiling handshake_client.cc
[205/967] Compiling handshake.cc
[206/967] Compiling handoff.cc
[207/967] Compiling encrypted_client_hello.cc
[208/967] Compiling extensions.cc
[209/967] Compiling dtls_record.cc
[210/967] Compiling md5-x86_64-linux.S
[211/967] Compiling md5-x86_64-apple.S
[212/967] Compiling md5-586-linux.S
[213/967] Compiling md5-586-apple.S
[214/967] Compiling dtls_method.cc
[215/967] Compiling err_data.c
[216/967] Compiling d1_pkt.cc
[217/967] Compiling chacha20_poly1305_x86_64-apple.S
[218/967] Compiling chacha20_poly1305_x86_64-linux.S
[219/967] Compiling chacha20_poly1305_armv8-linux.S
[220/967] Compiling chacha20_poly1305_armv8-win.S
[221/967] Compiling d1_srtp.cc
[222/967] Compiling chacha-x86_64-linux.S
[223/967] Compiling chacha20_poly1305_armv8-apple.S
[224/967] Compiling d1_lib.cc
[225/967] Compiling chacha-x86-apple.S
[225/967] Compiling chacha-armv8-win.S
[227/967] Compiling chacha-x86-linux.S
[228/967] Compiling chacha-x86_64-apple.S
[229/967] Compiling chacha-armv8-linux.S
[230/967] Compiling chacha-armv8-apple.S
[231/967] Compiling chacha-armv4-linux.S
[232/967] Compiling bio_ssl.cc
[233/967] Compiling aes128gcmsiv-x86_64-linux.S
[234/967] Compiling aes128gcmsiv-x86_64-apple.S
[235/967] Compiling x86_64-mont-apple.S
[236/967] Compiling x86_64-mont5-apple.S
[237/967] Compiling x86_64-mont-linux.S
[238/967] Compiling x86-mont-linux.S
[239/967] Compiling x86_64-mont5-linux.S
[240/967] Compiling x86-mont-apple.S
[241/967] Compiling vpaes-x86_64-linux.S
[242/967] Compiling vpaes-x86_64-apple.S
[243/967] Compiling vpaes-x86-linux.S
[243/967] Compiling vpaes-x86-apple.S
[245/967] Compiling vpaes-armv8-win.S
[246/967] Compiling vpaes-armv8-linux.S
[247/967] Compiling vpaes-armv8-apple.S
[248/967] Compiling vpaes-armv7-linux.S
[249/967] Compiling sha512-x86_64-apple.S
[250/967] Compiling sha512-armv8-win.S
[251/967] Compiling sha512-x86_64-linux.S
[252/967] Compiling sha512-armv8-linux.S
[253/967] Compiling sha512-armv8-apple.S
[254/967] Compiling sha512-586-linux.S
[255/967] Compiling sha512-armv4-linux.S
[256/967] Compiling sha512-586-apple.S
[257/967] Compiling sha256-x86_64-apple.S
[258/967] Compiling sha256-x86_64-linux.S
[259/967] Compiling sha256-armv8-win.S
[260/967] Compiling sha256-armv8-linux.S
[261/967] Compiling sha256-armv8-apple.S
[262/967] Compiling sha256-586-linux.S
[263/967] Compiling sha256-586-apple.S
[264/967] Compiling sha256-armv4-linux.S
[265/967] Compiling sha1-armv8-win.S
[266/967] Compiling sha1-x86_64-apple.S
[267/967] Compiling sha1-armv8-linux.S
[268/967] Compiling d1_both.cc
[269/967] Compiling sha1-x86_64-linux.S
[270/967] Compiling sha1-armv8-apple.S
[271/967] Compiling sha1-armv4-large-linux.S
[272/967] Compiling sha1-586-linux.S
[273/967] Compiling sha1-586-apple.S
[274/967] Compiling rsaz-avx2-apple.S
[275/967] Compiling rsaz-avx2-linux.S
[276/967] Compiling rdrand-x86_64-linux.S
[277/967] Compiling rdrand-x86_64-apple.S
[278/967] Compiling p256_beeu-x86_64-asm-linux.S
[278/967] Compiling p256_beeu-x86_64-asm-apple.S
[280/967] Compiling p256_beeu-armv8-asm-linux.S
[280/967] Compiling p256_beeu-armv8-asm-apple.S
[282/967] Compiling p256_beeu-armv8-asm-win.S
[283/967] Compiling p256-armv8-asm-win.S
[284/967] Compiling p256-armv8-asm-linux.S
[285/967] Compiling p256-armv8-asm-apple.S
[285/967] Compiling p256-x86_64-asm-apple.S
[287/967] Compiling p256-x86_64-asm-linux.S
[288/967] Compiling ghashv8-armv8-win.S
[289/967] Compiling ghashv8-armv8-linux.S
[290/967] Compiling ghashv8-armv8-apple.S
[291/967] Compiling ghashv8-armv7-linux.S
[292/967] Compiling ghash-x86_64-linux.S
[293/967] Compiling ghash-ssse3-x86_64-linux.S
[294/967] Compiling ghash-x86_64-apple.S
[295/967] Compiling ghash-x86-linux.S
[296/967] Compiling ghash-x86-apple.S
[297/967] Compiling ghash-ssse3-x86_64-apple.S
[298/967] Compiling ghash-ssse3-x86-linux.S
[299/967] Compiling ghash-ssse3-x86-apple.S
[300/967] Compiling ghash-neon-armv8-win.S
[301/967] Compiling ghash-neon-armv8-apple.S
[302/967] Compiling ghash-neon-armv8-linux.S
[303/967] Compiling ghash-armv4-linux.S
[304/967] Compiling co-586-apple.S
[304/967] Compiling bsaes-armv7-linux.S
[306/967] Compiling co-586-linux.S
[307/967] Compiling bn-armv8-win.S
[308/967] Compiling bn-586-linux.S
[309/967] Compiling bn-armv8-linux.S
[310/967] Compiling bn-armv8-apple.S
[311/967] Compiling bn-586-apple.S
[312/967] Compiling armv8-mont-win.S
[313/967] Compiling armv8-mont-apple.S
[314/967] Compiling armv4-mont-linux.S
[315/967] Compiling armv8-mont-linux.S
[316/967] Compiling aesv8-gcm-armv8-win.S
[317/967] Compiling aesv8-gcm-armv8-apple.S
[318/967] Compiling aesv8-armv8-win.S
[319/967] Compiling aesv8-gcm-armv8-linux.S
[320/967] Compiling aesv8-armv8-linux.S
[321/967] Compiling aesv8-armv8-apple.S
[322/967] Compiling aesv8-armv7-linux.S
[323/967] Compiling aesni-x86_64-apple.S
[324/967] Compiling aesni-x86-linux.S
[325/967] Compiling aesni-gcm-x86_64-apple.S
[326/967] Compiling aesni-x86-apple.S
[327/967] Compiling aesni-x86_64-linux.S
[328/967] Compiling aesni-gcm-x86_64-linux.S
[329/967] Compiling x_sig.c
[330/967] Compiling x_x509a.c
[331/967] Compiling x_val.c
[331/967] Compiling x_pubkey.c
[332/967] Compiling x_req.c
[334/967] Compiling x_x509.c
[335/967] Compiling x_spki.c
[336/967] Compiling x_name.c
[337/967] Compiling x_algor.c
[338/967] Compiling x509spki.c
[339/967] Compiling x_attrib.c
[340/967] Compiling x_all.c
[341/967] Compiling x_exten.c
[342/967] Compiling x_crl.c
[343/967] Compiling x509rset.c
[344/967] Compiling x509name.c
[345/967] Compiling x509cset.c
[346/967] Compiling x509_txt.c
[347/967] Compiling x509_vpm.c
[348/967] Compiling x509_v3.c
[349/967] Compiling x509_trs.c
[349/967] Compiling x509_vfy.c
[351/967] Compiling x509_set.c
[352/967] Compiling x509_req.c
[353/967] Compiling x509_ext.c
[354/967] Compiling x509_def.c
[355/967] Compiling x509_lu.c
[355/967] Compiling x509_d2.c
[356/967] Compiling x509_obj.c
[358/967] Compiling x509_cmp.c
[359/967] Compiling x509_att.c
[360/967] Compiling v3_skey.c
[361/967] Compiling x509.c
[362/967] Compiling v3_pmaps.c
[363/967] Compiling v3_ocsp.c
[364/967] Compiling v3_pcons.c
[365/967] Compiling v3_purp.c
[366/967] Compiling v3_prn.c
[367/967] Compiling v3_utl.c
[368/967] Compiling v3_lib.c
[369/967] Compiling v3_int.c
[370/967] Compiling v3_ncons.c
[371/967] Compiling v3_ia5.c
[372/967] Compiling v3_info.c
[373/967] Compiling v3_genn.c
[374/967] Compiling v3_extku.c
[375/967] Compiling v3_enum.c
[376/967] Compiling v3_crld.c
[377/967] Compiling v3_bitst.c
[378/967] Compiling v3_bcons.c
[379/967] Compiling v3_akeya.c
[380/967] Compiling v3_conf.c
[381/967] Compiling v3_akey.c
[381/967] Compiling v3_cpols.c
[383/967] Compiling v3_alt.c
[384/967] Compiling t_crl.c
[385/967] Compiling t_x509.c
[386/967] Compiling t_x509a.c
[387/967] Compiling i2d_pr.c
[388/967] Compiling name_print.c
[389/967] Compiling t_req.c
[390/967] Compiling rsa_pss.c
[391/967] Compiling policy.c
[392/967] Compiling by_file.c
[393/967] Compiling by_dir.c
[394/967] Compiling algorithm.c
[395/967] Compiling asn1_gen.c
[396/967] Compiling voprf.c
[397/967] Compiling a_digest.c
[398/967] Compiling a_verify.c
[399/967] Compiling a_sign.c
[400/967] Compiling thread_win.c
[401/967] Compiling thread.c
[402/967] Compiling trust_token.c
[403/967] Compiling thread_pthread.c
[403/967] Compiling thread_none.c
[405/967] Compiling spx_util.c
[406/967] Compiling spx_wots.c
[407/967] Compiling spx_thash.c
[408/967] Compiling stack.c
[409/967] Compiling spx_fors.c
[410/967] Compiling spx_merkle.c
[411/967] Compiling pmbtoken.c
[412/967] Compiling spx.c
[413/967] Compiling spx_address.c
[414/967] Compiling thash.c
[415/967] Compiling sha512.c
[416/967] Compiling slhdsa.c
[417/967] Compiling merkle.c
[418/967] Compiling wots.c
[419/967] Compiling sha1.c
[420/967] Compiling sha256.c
[421/967] Compiling rsa_extra.c
[422/967] Compiling fors.c
[423/967] Compiling siphash.c
[424/967] Compiling rsa_print.c
[425/967] Compiling rc4.c
[425/967] Compiling rand_extra.c
[427/967] Compiling refcount.c
[428/967] Compiling trusty.c
[429/967] Compiling windows.c
[430/967] Compiling rsa_asn1.c
[431/967] Compiling rsa_crypt.c
[432/967] Compiling getentropy.c
[432/967] Compiling ios.c
[434/967] Compiling urandom.c
[435/967] Compiling deterministic.c
[435/967] Compiling passive.c
[437/967] Compiling forkunsafe.c
[438/967] Compiling poly1305_arm_asm.S
[439/967] Compiling fork_detect.c
[440/967] Compiling poly1305.c
[441/967] Compiling poly1305_arm.c
[442/967] Compiling pool.c
[443/967] Compiling pkcs7.c
[444/967] Compiling poly1305_vec.c
[445/967] Compiling pkcs8.c
[446/967] Compiling pem_xaux.c
[447/967] Compiling pkcs8_x509.c
[447/967] Compiling p5_pbev2.c
[449/967] Compiling pem_x509.c
[450/967] Compiling pkcs7_x509.c
[451/967] Compiling obj_xref.c
[452/967] Compiling pem_pkey.c
[453/967] Compiling pem_pk8.c
[454/967] Compiling pem_oth.c
[455/967] Compiling pem_info.c
[456/967] Compiling obj.c
[457/967] Compiling pem_all.c
[458/967] Compiling md5.c
[459/967] Compiling mem.c
[460/967] Compiling mldsa.c
[461/967] Compiling pem_lib.c
[462/967] Compiling mlkem.cc
[463/967] Compiling md4.c
[464/967] Compiling lhash.c
[464/967] Compiling kyber.c
[464/967] Compiling keccak.c
[467/967] Compiling hrss.c
[468/967] Compiling fips_shared_support.c
[469/967] Compiling poly_rq_mul.S
[470/967] Compiling ex_data.c
[471/967] Compiling sign.c
[472/967] Compiling scrypt.c
[473/967] Compiling hpke.c
[474/967] Compiling print.c
[475/967] Compiling pbkdf.c
[476/967] Compiling p_x25519.c
[477/967] Compiling p_x25519_asn1.c
[478/967] Compiling p_rsa_asn1.c
[479/967] Compiling p_hkdf.c
[480/967] Compiling p_ed25519.c
[481/967] Compiling p_ed25519_asn1.c
[482/967] Compiling p_rsa.c
[483/967] Compiling p_ec_asn1.c
[483/967] Compiling p_ec.c
[485/967] Compiling p_dh.c
[486/967] Compiling p_dh_asn1.c
[487/967] Compiling p_dsa_asn1.c
[488/967] Compiling evp.c
[489/967] Compiling evp_ctx.c
[490/967] Compiling engine.c
[491/967] Compiling err.c
[491/967] Compiling ecdsa_asn1.c
[493/967] Compiling ecdh_extra.c
[493/967] Compiling evp_asn1.c
[495/967] Compiling hash_to_curve.c
[496/967] Compiling ec_derive.c
[497/967] Compiling dsa.c
[498/967] Compiling dsa_asn1.c
[499/967] Compiling ec_asn1.c
[500/967] Compiling dh_asn1.c
[501/967] Compiling digest_extra.c
[502/967] Compiling dilithium.c
[502/967] Compiling spake25519.c
[504/967] Compiling params.c
[505/967] Compiling x25519-asm-arm.S
[506/967] Compiling des.c
[507/967] Compiling crypto.c
[508/967] Compiling cpu_intel.c
[509/967] Compiling cpu_arm_freebsd.c
[509/967] Compiling cpu_arm_linux.c
[511/967] Compiling cpu_aarch64_win.c
[512/967] Compiling curve25519.c
[513/967] Compiling cpu_aarch64_sysreg.c
[514/967] Compiling cpu_aarch64_linux.c
[515/967] Compiling cpu_aarch64_openbsd.c
[516/967] Compiling cpu_aarch64_fuchsia.c
[517/967] Compiling cpu_aarch64_apple.c
[518/967] Compiling tls_cbc.c
[519/967] Compiling conf.c
[520/967] Compiling e_rc4.c
[521/967] Compiling e_null.c
[522/967] Compiling e_rc2.c
[523/967] Compiling e_tls.c
[523/967] Compiling curve25519_64_adx.c
[525/967] Compiling e_des.c
[526/967] Compiling e_aesctrhmac.c
[527/967] Compiling e_aesgcmsiv.c
[528/967] Compiling chacha.c
[528/967] Compiling derive_key.c
[529/967] Compiling e_chacha20poly1305.c
[531/967] Compiling unicode.c
[532/967] Compiling cipher_extra.c
[533/967] Compiling ber.c
[534/967] Compiling asn1_compat.c
[535/967] Compiling bn_asn1.c
[536/967] Compiling cbb.c
[537/967] Compiling convert.c
[538/967] Compiling buf.c
[539/967] Compiling cbs.c
[540/967] Compiling blake2.c
[541/967] Compiling socket.c
[542/967] Compiling hexdump.c
[543/967] Compiling printf.c
[544/967] Compiling pair.c
[544/967] Compiling socket_helper.c
[546/967] Compiling file.c
[547/967] Compiling errno.c
[548/967] Compiling fd.c
[549/967] Compiling connect.c
[550/967] Compiling base64.c
[551/967] Compiling bio_mem.c
[552/967] Compiling tasn_new.c
[553/967] Compiling tasn_fre.c
[553/967] Compiling tasn_utl.c
[555/967] Compiling bio.c
[556/967] Compiling tasn_typ.c
[557/967] Compiling tasn_enc.c
[558/967] Compiling posix_time.c
[559/967] Compiling f_string.c
[560/967] Compiling asn1_par.c
[561/967] Compiling tasn_dec.c
[562/967] Compiling f_int.c
[563/967] Compiling asn_pack.c
[564/967] Compiling a_utctm.c
[565/967] Compiling asn1_lib.c
[566/967] Compiling a_time.c
[567/967] Compiling a_type.c
[568/967] Compiling a_strex.c
[569/967] Compiling a_mbstr.c
[570/967] Compiling a_octet.c
[570/967] Compiling a_strnid.c
[572/967] Compiling a_i2d_fp.c
[573/967] Compiling bcm.c
[574/967] Compiling a_object.c
[575/967] Compiling a_gentm.c
[576/967] Compiling a_int.c
[577/967] Compiling a_bool.c
[578/967] Compiling a_d2i_fp.c
[579/967] Compiling a_dup.c
[580/967] Compiling a_bitstr.c
[581/967] Compiling fiat_p256_adx_sqr.S
[582/967] Compiling fiat_p256_adx_mul.S
[583/967] Compiling fiat_curve25519_adx_square.S
[584/967] Compiling fiat_curve25519_adx_mul.S
[585/967] Compiling md5-x86_64-linux.S
[586/967] Compiling md5-x86_64-apple.S
[587/967] Compiling md5-586-linux.S
[588/967] Compiling err_data.c
[589/967] Compiling md5-586-apple.S
[590/967] Compiling chacha20_poly1305_armv8-win.S
[591/967] Compiling chacha20_poly1305_armv8-linux.S
[592/967] Compiling chacha20_poly1305_x86_64-apple.S
[593/967] Compiling chacha20_poly1305_armv8-apple.S
[594/967] Compiling chacha20_poly1305_x86_64-linux.S
[595/967] Compiling chacha-x86_64-linux.S
[596/967] Compiling chacha-x86_64-apple.S
[597/967] Compiling chacha-x86-linux.S
[598/967] Compiling chacha-armv8-win.S
[599/967] Compiling chacha-armv4-linux.S
[600/967] Compiling chacha-armv8-apple.S
[601/967] Compiling chacha-armv8-linux.S
[602/967] Compiling CCryptoBoringSSLShims shims.c
[603/967] Compiling chacha-x86-apple.S
[604/967] Compiling x86_64-mont5-apple.S
[605/967] Compiling x86_64-mont-linux.S
[606/967] Compiling aes128gcmsiv-x86_64-apple.S
[607/967] Compiling aes128gcmsiv-x86_64-linux.S
[608/967] Compiling x86_64-mont5-linux.S
[608/967] Compiling x86_64-mont-apple.S
[610/967] Compiling x86-mont-linux.S
[611/967] Compiling vpaes-x86_64-linux.S
[612/967] Compiling x86-mont-apple.S
[613/967] Compiling vpaes-x86_64-apple.S
[614/967] Compiling vpaes-x86-linux.S
[615/967] Compiling vpaes-x86-apple.S
[616/967] Compiling vpaes-armv8-win.S
[617/967] Compiling vpaes-armv8-linux.S
[618/967] Compiling vpaes-armv7-linux.S
[619/967] Compiling sha512-x86_64-apple.S
[619/967] Compiling vpaes-armv8-apple.S
[621/967] Compiling sha512-x86_64-linux.S
[622/967] Compiling sha512-armv8-win.S
[623/967] Compiling sha512-armv4-linux.S
[624/967] Compiling sha512-armv8-apple.S
[625/967] Compiling sha512-armv8-linux.S
[626/967] Compiling sha512-586-linux.S
[627/967] Compiling sha512-586-apple.S
[628/967] Compiling sha256-x86_64-linux.S
[629/967] Compiling sha256-x86_64-apple.S
[630/967] Compiling sha256-armv8-win.S
[631/967] Compiling sha256-armv8-linux.S
[632/967] Compiling sha256-armv8-apple.S
[633/967] Compiling sha256-586-linux.S
[634/967] Compiling sha256-armv4-linux.S
[635/967] Compiling sha256-586-apple.S
[636/967] Compiling sha1-x86_64-apple.S
[637/967] Compiling sha1-armv8-win.S
[638/967] Compiling sha1-armv8-apple.S
[639/967] Compiling sha1-armv8-linux.S
[640/967] Compiling sha1-x86_64-linux.S
[641/967] Compiling sha1-armv4-large-linux.S
[642/967] Compiling sha1-586-linux.S
[643/967] Compiling sha1-586-apple.S
[643/967] Compiling rsaz-avx2-linux.S
[645/967] Compiling rdrand-x86_64-linux.S
[646/967] Compiling rsaz-avx2-apple.S
[647/967] Compiling rdrand-x86_64-apple.S
[648/967] Compiling p256_beeu-x86_64-asm-linux.S
[649/967] Compiling p256_beeu-x86_64-asm-apple.S
[649/967] Compiling p256_beeu-armv8-asm-linux.S
[651/967] Compiling p256_beeu-armv8-asm-win.S
[652/967] Compiling p256_beeu-armv8-asm-apple.S
[653/967] Compiling p256-x86_64-asm-apple.S
[654/967] Compiling p256-x86_64-asm-linux.S
[655/967] Compiling p256-armv8-asm-linux.S
[656/967] Compiling p256-armv8-asm-win.S
[657/967] Compiling ghashv8-armv8-win.S
[657/967] Compiling p256-armv8-asm-apple.S
[659/967] Compiling ghashv8-armv8-linux.S
[660/967] Compiling ghashv8-armv8-apple.S
[661/967] Compiling ghashv8-armv7-linux.S
[662/967] Compiling ghash-x86_64-linux.S
[663/967] Compiling ghash-x86-linux.S
[663/967] Compiling ghash-x86_64-apple.S
[665/967] Compiling ghash-x86-apple.S
[666/967] Compiling ghash-ssse3-x86_64-linux.S
[667/967] Compiling ghash-ssse3-x86_64-apple.S
[668/967] Compiling ghash-ssse3-x86-linux.S
[669/967] Compiling ghash-ssse3-x86-apple.S
[670/967] Compiling ghash-neon-armv8-win.S
[671/967] Compiling ghash-neon-armv8-apple.S
[672/967] Compiling ghash-armv4-linux.S
[673/967] Compiling ghash-neon-armv8-linux.S
[674/967] Compiling co-586-apple.S
[675/967] Compiling bn-armv8-apple.S
[676/967] Compiling bsaes-armv7-linux.S
[677/967] Compiling bn-armv8-win.S
[677/967] Compiling co-586-linux.S
[679/967] Compiling bn-armv8-linux.S
[680/967] Compiling bn-586-linux.S
[681/967] Compiling bn-586-apple.S
[682/967] Compiling armv8-mont-linux.S
[683/967] Compiling armv8-mont-apple.S
[684/967] Compiling armv8-mont-win.S
[685/967] Compiling armv4-mont-linux.S
[686/967] Compiling aesv8-gcm-armv8-win.S
[687/967] Compiling aesv8-gcm-armv8-linux.S
[688/967] Compiling aesv8-gcm-armv8-apple.S
[689/967] Compiling aesv8-armv8-linux.S
[690/967] Compiling aesv8-armv8-win.S
[691/967] Compiling aesv8-armv7-linux.S
[692/967] Compiling aesv8-armv8-apple.S
[693/967] Compiling aesni-x86_64-linux.S
[694/967] Compiling aesni-x86_64-apple.S
[695/967] Compiling aesni-x86-linux.S
[696/967] Compiling aesni-x86-apple.S
[697/967] Compiling aesni-gcm-x86_64-apple.S
[698/967] Compiling aesni-gcm-x86_64-linux.S
[699/967] Compiling x_x509a.c
[700/967] Compiling x_x509.c
[701/967] Compiling x_val.c
[702/967] Compiling x_pubkey.c
[703/967] Compiling x_sig.c
[704/967] Compiling x_req.c
[705/967] Compiling x_spki.c
[706/967] Compiling x_exten.c
[707/967] Compiling x_name.c
[708/967] Compiling x_crl.c
[709/967] Compiling x509spki.c
[710/967] Compiling x_attrib.c
[711/967] Compiling x_algor.c
[712/967] Compiling x509rset.c
[713/967] Compiling x_all.c
[714/967] Compiling c-nioatomics.c
[715/967] Compiling x509_txt.c
[716/967] Compiling x509_trs.c
[717/967] Compiling x509_v3.c
[718/967] Compiling x509name.c
[719/967] Compiling x509_vpm.c
[720/967] Compiling x509cset.c
[721/967] Compiling x509_vfy.c
[722/967] Compiling c-atomics.c
[723/967] Compiling x509_def.c
[723/967] Compiling x509_d2.c
[724/967] Compiling x509_req.c
[726/967] Compiling x509_ext.c
[727/967] Compiling x509_set.c
[728/967] Compiling x509_lu.c
[729/967] Compiling x509_obj.c
[730/967] Compiling x509.c
[731/967] Compiling x509_cmp.c
[732/969] Compiling v3_prn.c
[733/973] Compiling x509_att.c
[734/973] Compiling v3_skey.c
[735/973] Compiling v3_pcons.c
[736/973] Compiling v3_purp.c
[737/973] Compiling v3_utl.c
[738/973] Compiling v3_ocsp.c
[739/973] Compiling v3_pmaps.c
[740/973] Compiling v3_int.c
[741/973] Compiling v3_ncons.c
[742/973] Compiling v3_lib.c
[744/973] Compiling NIOConcurrencyHelpers NIOLock.swift
[744/973] Compiling v3_ia5.c
[745/973] Compiling v3_info.c
[747/973] Compiling NIOConcurrencyHelpers lock.swift
[747/973] Compiling v3_genn.c
[748/973] Compiling v3_extku.c
[749/973] Compiling v3_enum.c
[750/973] Compiling v3_cpols.c
[751/973] Compiling v3_bitst.c
[752/973] Compiling v3_crld.c
[753/973] Compiling v3_akeya.c
[754/973] Compiling v3_bcons.c
[755/973] Compiling v3_alt.c
[756/973] Compiling v3_conf.c
[758/973] Emitting module NIOConcurrencyHelpers
[758/973] Compiling t_req.c
[760/973] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[761/973] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[762/973] Compiling NIOConcurrencyHelpers atomics.swift
[762/974] Compiling t_x509a.c
[763/974] Compiling v3_akey.c
[764/974] Compiling t_crl.c
[766/974] Compiling i2d_pr.c
[767/974] Compiling name_print.c
[768/974] Compiling t_x509.c
[769/974] Compiling policy.c
[770/974] Compiling by_file.c
[771/974] Wrapping AST for NIOConcurrencyHelpers for debugging
[772/974] Compiling rsa_pss.c
[773/1017] Compiling by_dir.c
[774/1034] Compiling asn1_gen.c
[775/1034] Compiling algorithm.c
[776/1034] Compiling a_digest.c
[777/1034] Compiling voprf.c
[778/1034] Compiling thread_pthread.c
[779/1034] Compiling thread_win.c
[779/1034] Compiling a_sign.c
[781/1034] Compiling pmbtoken.c
[782/1034] Compiling a_verify.c
[783/1034] Compiling thread.c
[784/1034] Compiling trust_token.c
[785/1034] Compiling spx_wots.c
[785/1034] Compiling thread_none.c
[787/1034] Compiling spx_util.c
[788/1034] Compiling spx_merkle.c
[789/1034] Compiling stack.c
[790/1034] Compiling spx_thash.c
[791/1034] Compiling spx_fors.c
[792/1034] Compiling spx.c
[793/1034] Compiling thash.c
[794/1034] Compiling spx_address.c
[795/1034] Compiling siphash.c
[796/1034] Compiling slhdsa.c
[797/1034] Compiling sha512.c
[798/1034] Compiling sha256.c
[799/1034] Compiling fors.c
[800/1034] Compiling wots.c
[800/1034] Compiling merkle.c
[802/1034] Compiling sha1.c
[803/1034] Compiling rsa_extra.c
[804/1034] Compiling rsa_print.c
[805/1034] Compiling rc4.c
[806/1034] Compiling rsa_asn1.c
[807/1034] Compiling windows.c
[808/1034] Compiling trusty.c
[809/1034] Compiling refcount.c
[810/1034] Compiling rsa_crypt.c
[811/1034] Compiling rand_extra.c
[812/1034] Compiling urandom.c
[813/1034] Compiling ios.c
[814/1034] Compiling getentropy.c
[815/1034] Compiling forkunsafe.c
[815/1034] Compiling fork_detect.c
[817/1034] Compiling deterministic.c
[818/1034] Compiling passive.c
[819/1034] Compiling poly1305_arm.c
[820/1034] Compiling poly1305_arm_asm.S
[821/1034] Compiling poly1305.c
[821/1034] Compiling pool.c
[823/1034] Compiling poly1305_vec.c
[824/1034] Compiling pkcs7.c
[825/1034] Compiling p5_pbev2.c
[826/1034] Compiling pkcs7_x509.c
[827/1034] Compiling pkcs8.c
[828/1034] Compiling pkcs8_x509.c
[829/1034] Compiling pem_xaux.c
[830/1034] Compiling pem_x509.c
[831/1034] Compiling pem_pkey.c
[832/1034] Compiling pem_oth.c
[833/1034] Compiling obj_xref.c
[834/1034] Compiling obj.c
[835/1034] Compiling pem_pk8.c
[836/1034] Compiling pem_lib.c
[837/1034] Compiling md5.c
[838/1034] Compiling md4.c
[839/1034] Compiling pem_info.c
[840/1034] Compiling keccak.c
[841/1034] Compiling mem.c
[842/1034] Compiling lhash.c
[843/1034] Compiling kyber.c
[844/1034] Compiling poly_rq_mul.S
[845/1034] Compiling mldsa.c
[847/1034] Compiling NIOCore MulticastChannel.swift
[848/1034] Compiling NIOCore NIOAny.swift
[849/1034] Compiling NIOCore NIOCloseOnErrorHandler.swift
[850/1034] Compiling NIOCore NIOLoopBound.swift
[851/1034] Compiling NIOCore NIOScheduledCallback.swift
[852/1034] Compiling NIOCore NIOSendable.swift
[853/1034] Compiling NIOCore PointerHelpers.swift
[854/1034] Compiling NIOCore RecvByteBufferAllocator.swift
[854/1042] Compiling fips_shared_support.c
[855/1042] Compiling pem_all.c
[856/1042] Compiling sign.c
[857/1042] Compiling ex_data.c
[858/1042] Compiling hrss.c
[859/1042] Compiling hpke.c
[860/1042] Compiling scrypt.c
[861/1042] Compiling print.c
[862/1042] Compiling pbkdf.c
[863/1042] Compiling p_x25519.c
[864/1042] Compiling p_x25519_asn1.c
[865/1042] Compiling p_rsa_asn1.c
[866/1042] Compiling p_hkdf.c
[868/1042] Compiling NIOCore IO.swift
[869/1042] Compiling NIOCore IOData.swift
[870/1042] Compiling NIOCore IPProtocol.swift
[871/1042] Compiling NIOCore IntegerBitPacking.swift
[872/1042] Compiling NIOCore IntegerTypes.swift
[873/1042] Compiling NIOCore Interfaces.swift
[874/1042] Compiling NIOCore Linux.swift
[875/1042] Compiling NIOCore MarkedCircularBuffer.swift
[875/1042] Compiling p_ed25519_asn1.c
[876/1042] Compiling p_ed25519.c
[877/1042] Compiling p_rsa.c
[878/1042] Compiling p_ec_asn1.c
[879/1042] Compiling p_dh.c
[880/1042] Compiling p_dh_asn1.c
[881/1042] Compiling p_dsa_asn1.c
[882/1042] Compiling p_ec.c
[883/1042] Compiling evp_ctx.c
[884/1042] Compiling evp_asn1.c
[885/1042] Compiling engine.c
[886/1042] Compiling evp.c
[887/1042] Compiling err.c
[888/1042] Compiling ecdsa_asn1.c
[889/1042] Compiling ecdh_extra.c
[890/1042] Compiling ec_derive.c
[891/1042] Compiling hash_to_curve.c
[892/1042] Compiling ec_asn1.c
[893/1042] Compiling dsa_asn1.c
[894/1042] Compiling dsa.c
[895/1042] Compiling dh_asn1.c
[896/1042] Compiling dilithium.c
[897/1042] Compiling params.c
[898/1042] Compiling x25519-asm-arm.S
[899/1042] Compiling digest_extra.c
[900/1042] Compiling spake25519.c
[901/1042] Compiling des.c
[902/1042] Compiling crypto.c
[903/1042] Compiling cpu_intel.c
[904/1042] Compiling cpu_aarch64_win.c
[905/1042] Compiling cpu_arm_linux.c
[906/1042] Compiling cpu_arm_freebsd.c
[907/1042] Compiling cpu_aarch64_openbsd.c
[908/1042] Compiling cpu_aarch64_sysreg.c
[909/1042] Compiling cpu_aarch64_linux.c
[910/1042] Compiling cpu_aarch64_fuchsia.c
[911/1042] Compiling cpu_aarch64_apple.c
[913/1042] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[914/1042] Compiling NIOCore EventLoopFuture+Deprecated.swift
[915/1042] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[916/1042] Compiling NIOCore EventLoopFuture.swift
[917/1042] Compiling NIOCore FileDescriptor.swift
[918/1042] Compiling NIOCore FileHandle.swift
[919/1042] Compiling NIOCore FileRegion.swift
[920/1042] Compiling NIOCore GlobalSingletons.swift
[920/1042] Compiling curve25519.c
[921/1042] Compiling conf.c
[922/1042] Compiling e_rc4.c
[923/1042] Compiling tls_cbc.c
[924/1042] Compiling e_tls.c
[925/1042] Compiling e_rc2.c
[926/1042] Compiling e_aesctrhmac.c
[927/1042] Compiling e_null.c
[928/1042] Compiling e_des.c
[929/1042] Compiling e_chacha20poly1305.c
[930/1042] Compiling curve25519_64_adx.c
[931/1042] Compiling e_aesgcmsiv.c
[932/1042] Compiling derive_key.c
[933/1042] Compiling cipher_extra.c
[934/1042] Compiling chacha.c
[935/1042] Compiling unicode.c
[936/1042] Compiling ber.c
[937/1042] Compiling bn_asn1.c
[938/1042] Compiling cbb.c
[939/1042] Compiling cbs.c
[940/1042] Compiling asn1_compat.c
[941/1042] Compiling buf.c
[942/1042] Compiling convert.c
[943/1042] Compiling blake2.c
[944/1042] Compiling printf.c
[945/1042] Compiling file.c
[946/1042] Compiling pair.c
[947/1042] Compiling hexdump.c
[948/1042] Compiling errno.c
[949/1042] Compiling bio_mem.c
[950/1042] Compiling bio.c
[951/1042] Compiling fd.c
[952/1042] Compiling tasn_fre.c
[953/1042] Compiling tasn_typ.c
[954/1042] Compiling tasn_utl.c
[955/1042] Compiling base64.c
[956/1042] Compiling tasn_new.c
[957/1042] Compiling f_string.c
[958/1042] Compiling tasn_enc.c
[959/1042] Compiling f_int.c
[960/1042] Compiling asn_pack.c
[961/1042] Compiling posix_time.c
[962/1042] Compiling tasn_dec.c
[963/1042] Compiling asn1_par.c
[964/1042] Compiling a_utctm.c
[965/1042] Compiling a_type.c
[966/1042] Compiling a_time.c
[967/1042] Compiling asn1_lib.c
[969/1042] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[970/1042] Compiling NIOCore SocketAddresses.swift
[971/1042] Compiling NIOCore SocketOptionProvider.swift
[972/1042] Compiling NIOCore SystemCallHelpers.swift
[973/1042] Compiling NIOCore TimeAmount+Duration.swift
[974/1042] Compiling NIOCore TypeAssistedChannelHandler.swift
[975/1042] Compiling NIOCore UniversalBootstrapSupport.swift
[976/1042] Compiling NIOCore Utilities.swift
[976/1042] Compiling a_octet.c
[977/1042] Compiling a_d2i_fp.c
[978/1042] Compiling a_bool.c
[979/1042] Compiling a_dup.c
[980/1042] Compiling a_strex.c
[981/1042] Wrapping AST for Atomics for debugging
[982/1042] Compiling a_strnid.c
[983/1042] Wrapping AST for Algorithms for debugging
[984/1042] Compiling bcm.c
[986/1050] Compiling NIOCore CircularBuffer.swift
[987/1050] Compiling NIOCore Codec.swift
[988/1050] Compiling NIOCore ConvenienceOptionSupport.swift
[989/1050] Compiling NIOCore DeadChannel.swift
[990/1050] Compiling NIOCore DispatchQueue+WithFuture.swift
[991/1050] Compiling NIOCore EventLoop+Deprecated.swift
[992/1050] Compiling NIOCore EventLoop+SerialExecutor.swift
[993/1050] Compiling NIOCore EventLoop.swift
[994/1050] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[995/1050] Compiling NIOCore BSDSocketAPI.swift
[996/1050] Compiling NIOCore ByteBuffer-aux.swift
[997/1050] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[998/1050] Compiling NIOCore ByteBuffer-conversions.swift
[999/1050] Compiling NIOCore ByteBuffer-core.swift
[1000/1050] Compiling NIOCore ByteBuffer-hex.swift
[1001/1050] Compiling NIOCore ByteBuffer-int.swift
[1002/1050] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1003/1050] Compiling CryptoBoringWrapper RandomBytes.swift
[1004/1050] Compiling NIOCore AddressedEnvelope.swift
[1005/1050] Compiling NIOCore AsyncAwaitSupport.swift
[1006/1050] Compiling NIOCore AsyncChannel.swift
[1007/1050] Compiling NIOCore AsyncChannelHandler.swift
[1008/1050] Compiling NIOCore AsyncChannelInboundStream.swift
[1009/1050] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1010/1050] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1011/1050] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1012/1050] Compiling NIOCore NIOAsyncWriter.swift
[1013/1050] Compiling NIOCore ByteBuffer-multi-int.swift
[1014/1050] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1015/1050] Compiling NIOCore ByteBuffer-views.swift
[1016/1050] Compiling NIOCore Channel.swift
[1017/1050] Compiling NIOCore ChannelHandler.swift
[1018/1050] Compiling NIOCore ChannelHandlers.swift
[1019/1050] Compiling NIOCore ChannelInvoker.swift
[1020/1050] Compiling NIOCore ChannelOption.swift
[1021/1050] Compiling NIOCore ChannelPipeline.swift
[1022/1050] Emitting module NIOCore
[1023/1051] Wrapping AST for NIOCore for debugging
[1025/1103] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1026/1103] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1027/1103] Compiling CryptoBoringWrapper EllipticCurve.swift
[1028/1103] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1029/1103] Emitting module CryptoBoringWrapper
[1030/1103] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1031/1103] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1032/1104] Wrapping AST for CryptoBoringWrapper for debugging
[1034/1175] Emitting module NIOEmbedded
[1035/1175] Compiling NIOEmbedded AsyncTestingChannel.swift
[1036/1175] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1037/1175] Compiling NIOEmbedded Embedded.swift
[1038/1176] Wrapping AST for NIOEmbedded for debugging
[1040/1176] Compiling Crypto HashFunctions_SHA2.swift
[1041/1176] Compiling Crypto HPKE-AEAD.swift
[1042/1176] Compiling Crypto HPKE-Ciphersuite.swift
[1043/1176] Compiling Crypto HPKE-KDF.swift
[1044/1176] Compiling Crypto HPKE-KexKeyDerivation.swift
[1045/1176] Compiling Crypto HPKE-LabeledExtract.swift
[1046/1176] Compiling Crypto HPKE-Utils.swift
[1047/1182] Emitting module NIOPosix
[1048/1182] Compiling Crypto DHKEM.swift
[1049/1182] Compiling Crypto HPKE-KEM-Curve25519.swift
[1050/1182] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1051/1182] Compiling Crypto HPKE-KEM.swift
[1052/1182] Compiling Crypto HPKE-Errors.swift
[1053/1182] Compiling Crypto HPKE.swift
[1054/1182] Compiling Crypto HPKE-Context.swift
[1055/1182] Compiling Crypto HPKE-KeySchedule.swift
[1056/1182] Compiling Crypto HPKE-Modes.swift
[1057/1182] Compiling Crypto Insecure.swift
[1058/1182] Compiling Crypto Insecure_HashFunctions.swift
[1059/1182] Compiling Crypto KEM.swift
[1060/1182] Compiling NIOPosix ThreadPosix.swift
[1061/1182] Compiling NIOPosix ThreadWindows.swift
[1062/1182] Compiling NIOPosix UnsafeTransfer.swift
[1063/1182] Compiling NIOPosix Utilities.swift
[1064/1182] Compiling NIOPosix VsockAddress.swift
[1065/1182] Compiling NIOPosix VsockChannelEvents.swift
[1069/1182] Compiling Crypto MessageAuthenticationCode.swift
[1070/1182] Compiling Crypto AES.swift
[1071/1182] Compiling Crypto ECDSASignature_boring.swift
[1072/1182] Compiling Crypto ECDSA_boring.swift
[1073/1182] Compiling Crypto EdDSA_boring.swift
[1074/1182] Compiling Crypto ECDSA.swift
[1075/1182] Compiling Crypto Ed25519.swift
[1076/1191] Compiling Crypto HKDF.swift
[1077/1191] Compiling Crypto AESWrap.swift
[1078/1191] Compiling Crypto AESWrap_boring.swift
[1079/1191] Compiling Crypto Ed25519_boring.swift
[1080/1191] Compiling Crypto NISTCurvesKeys_boring.swift
[1081/1191] Compiling Crypto X25519Keys_boring.swift
[1082/1191] Compiling Crypto Curve25519.swift
[1083/1191] Compiling Crypto Ed25519Keys.swift
[1084/1191] Compiling Crypto NISTCurvesKeys.swift
[1085/1191] Compiling Crypto X25519Keys.swift
[1086/1191] Compiling Crypto PKCS8PrivateKey.swift
[1087/1191] Compiling Crypto SEC1PrivateKey.swift
[1088/1191] Compiling Crypto SubjectPublicKeyInfo.swift
[1089/1191] Compiling Crypto CryptoKitErrors.swift
[1090/1191] Compiling Crypto Digest_boring.swift
[1091/1191] Compiling Crypto Digest.swift
[1092/1191] Compiling Crypto Digests.swift
[1093/1191] Compiling Crypto HashFunctions.swift
[1123/1191] Compiling Crypto Cipher.swift
[1124/1191] Compiling Crypto Nonces.swift
[1125/1191] Compiling Crypto ASN1.swift
[1126/1191] Compiling Crypto ASN1Any.swift
[1127/1191] Compiling Crypto ASN1BitString.swift
[1128/1191] Compiling Crypto ASN1Boolean.swift
[1130/1191] Compiling Crypto AES-GCM.swift
[1131/1191] Compiling Crypto AES-GCM_boring.swift
[1132/1191] Compiling Crypto ChaChaPoly_boring.swift
[1133/1191] Compiling Crypto ChaChaPoly.swift
[1140/1191] Compiling Crypto ASN1Identifier.swift
[1141/1191] Compiling Crypto ASN1Integer.swift
[1142/1191] Compiling Crypto ASN1Null.swift
[1143/1191] Compiling Crypto ASN1OctetString.swift
[1144/1191] Compiling Crypto ASN1Strings.swift
[1145/1191] Compiling Crypto ArraySliceBigint.swift
[1146/1191] Compiling Crypto GeneralizedTime.swift
[1147/1191] Compiling Crypto ObjectIdentifier.swift
[1148/1191] Compiling Crypto ECDSASignature.swift
[1149/1191] Compiling Crypto PEMDocument.swift
[1150/1191] Emitting module Crypto
[1165/1194] Wrapping AST for NIOPosix for debugging
[1167/1194] Emitting module NIO
[1168/1194] Compiling NIO Exports.swift
[1169/1195] Compiling Crypto Signature.swift
[1170/1195] Compiling Crypto CryptoKitErrors_boring.swift
[1171/1195] Compiling Crypto RNG_boring.swift
[1172/1195] Compiling Crypto SafeCompare_boring.swift
[1173/1195] Compiling Crypto Zeroization_boring.swift
[1174/1195] Compiling Crypto PrettyBytes.swift
[1175/1195] Compiling Crypto SafeCompare.swift
[1176/1195] Compiling Crypto SecureBytes.swift
[1177/1195] Compiling Crypto Zeroization.swift
[1179/1196] Wrapping AST for NIO for debugging
[1180/1235] Wrapping AST for Crypto for debugging
[1182/1251] Emitting module NIOTLS
[1183/1271] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1184/1271] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1185/1271] Compiling NIOSOCKS SOCKSResponse.swift
[1186/1272] Compiling NIOTLS TLSEvents.swift
[1187/1272] Compiling APNSCore APNSEnvironment.swift
[1188/1272] Compiling APNSCore APNSError.swift
[1189/1274] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1190/1274] Compiling NIOSOCKS ClientStateMachine.swift
[1191/1274] Compiling NIOSOCKS ServerStateMachine.swift
[1192/1274] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1193/1274] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1194/1274] Compiling APNSCore APNSAlertNotificationContent.swift
[1195/1274] Emitting module NIOFoundationCompat
[1196/1274] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1197/1275] Emitting module NIOSOCKS
[1198/1275] Compiling APNSCore APNSResponse.swift
[1199/1275] Compiling APNSCore APNSAlertNotification.swift
[1200/1275] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1201/1275] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1202/1275] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1203/1275] Compiling NIOTLS SNIHandler.swift
[1205/1276] Compiling APNSCore APNSPushType.swift
[1206/1276] Compiling APNSCore APNSRequest.swift
[1208/1276] Compiling APNSCore APNSClient.swift
[1210/1276] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1211/1276] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1211/1277] Wrapping AST for NIOFoundationCompat for debugging
[1212/1277] Wrapping AST for NIOTLS for debugging
[1215/1327] Emitting module NIOHTTP1
[1216/1327] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1217/1327] Compiling NIOTransportServices NIOTSBootstraps.swift
[1218/1327] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1219/1327] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1221/1327] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1222/1327] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1223/1329] Compiling NIOTransportServices StateManagedChannel.swift
[1224/1329] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1225/1329] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1226/1329] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1227/1329] Compiling NIOTransportServices NIOTSSingletons.swift
[1228/1329] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1229/1329] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1230/1329] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1231/1329] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1234/1329] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1235/1329] Compiling NIOTransportServices NIOTSErrors.swift
[1236/1329] Compiling NIOTransportServices NIOTSEventLoop.swift
[1239/1329] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1240/1329] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1241/1329] Compiling NIOTransportServices AcceptHandler.swift
[1242/1329] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1243/1329] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1247/1329] Emitting module NIOTransportServices
[1253/1331] Wrapping AST for NIOSOCKS for debugging
[1255/1331] Wrapping AST for NIOTransportServices for debugging
[1256/1331] Wrapping AST for NIOHTTP1 for debugging
[1258/1331] Compiling NIOSSL NIOSSLSecureBytes.swift
[1259/1331] Compiling NIOSSL RNG.swift
[1260/1331] Compiling NIOSSL SafeCompare.swift
[1261/1345] Emitting module NIOSSL
[1262/1345] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1263/1345] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1264/1345] Compiling APNSCore APNSClient+Location.swift
[1265/1345] Compiling APNSCore APNSLocationNotification.swift
[1266/1345] Compiling APNSCore Logging.swift
[1270/1345] Compiling NIOSSL SubjectAlternativeName.swift
[1285/1357] Compiling NIOHPACK HPACKEncoder.swift
[1286/1357] Compiling NIOHPACK HPACKErrors.swift
[1287/1357] Compiling NIOHPACK DynamicHeaderTable.swift
[1288/1357] Compiling NIOHPACK HPACKDecoder.swift
[1289/1357] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1290/1357] Compiling NIOHTTPCompression HTTPDecompression.swift
[1295/1357] Emitting module NIOHTTPCompression
[1301/1357] Compiling NIOHPACK HPACKHeader.swift
[1302/1357] Compiling NIOHPACK HeaderTables.swift
[1307/1357] Compiling NIOHTTPCompression HTTPCompression.swift
[1308/1357] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1309/1357] Compiling NIOHPACK IntegerCoding.swift
[1310/1357] Compiling NIOHPACK IndexedHeaderTable.swift
[1311/1358] Compiling NIOHPACK HuffmanTables.swift
[1312/1358] Emitting module NIOHPACK
[1313/1358] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1314/1358] Compiling APNSCore APNSClient+PushToTalk.swift
[1315/1358] Compiling APNSCore APNSPushToTalkNotification.swift
[1316/1358] Compiling APNSCore APNSClient+VoIP.swift
[1317/1358] Compiling APNSCore APNSVoIPNotification.swift
[1318/1358] Compiling NIOHPACK StaticHeaderTable.swift
[1319/1358] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1320/1358] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1321/1359] Compiling NIOHPACK HuffmanCoding.swift
[1341/1360] Wrapping AST for NIOHTTPCompression for debugging
[1342/1360] Wrapping AST for NIOHPACK for debugging
[1344/1360] Compiling NIOSSL Zeroization.swift
[1345/1360] Compiling NIOSSL TLSConfiguration.swift
[1346/1360] Compiling NIOSSL UniversalBootstrapSupport.swift
[1347/1419] Wrapping AST for NIOSSL for debugging
[1349/1419] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1350/1419] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1351/1419] Compiling NIOHTTP2 HasLocalSettings.swift
[1352/1419] Compiling NIOHTTP2 HasRemoteSettings.swift
[1353/1419] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1354/1419] Compiling NIOHTTP2 QuiescingState.swift
[1355/1419] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1356/1419] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1357/1427] Emitting module NIOHTTP2
[1358/1427] Compiling NIOHTTP2 InboundWindowManager.swift
[1359/1427] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1360/1427] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1361/1427] Compiling NIOHTTP2 StreamChannelList.swift
[1362/1427] Compiling NIOHTTP2 StreamMap.swift
[1363/1427] Compiling NIOHTTP2 StreamStateMachine.swift
[1364/1427] Compiling NIOHTTP2 UnsafeTransfer.swift
[1365/1427] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1366/1427] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1367/1427] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1368/1427] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1369/1427] Compiling NIOHTTP2 HTTP2StreamID.swift
[1370/1427] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1371/1427] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1372/1427] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1373/1427] Compiling NIOHTTP2 InboundEventBuffer.swift
[1374/1427] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1375/1427] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1376/1427] Compiling NIOHTTP2 MayReceiveFrames.swift
[1377/1427] Compiling NIOHTTP2 ReceivingDataState.swift
[1378/1427] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1379/1427] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1380/1427] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1381/1427] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1382/1427] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1383/1427] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1384/1427] Compiling NIOHTTP2 HTTP2Frame.swift
[1385/1427] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1386/1427] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1387/1427] Compiling NIOHTTP2 HTTP2PingData.swift
[1388/1427] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1389/1427] Compiling NIOHTTP2 HTTP2Settings.swift
[1390/1427] Compiling NIOHTTP2 HTTP2Stream.swift
[1391/1427] Compiling NIOHTTP2 MaySendFrames.swift
[1392/1427] Compiling NIOHTTP2 SendingDataState.swift
[1393/1427] Compiling NIOHTTP2 SendingGoawayState.swift
[1394/1427] Compiling NIOHTTP2 SendingHeadersState.swift
[1395/1427] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1396/1427] Compiling NIOHTTP2 SendingRstStreamState.swift
[1397/1427] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1398/1427] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1399/1427] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1400/1427] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1401/1427] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1402/1427] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1403/1427] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1404/1427] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1405/1427] Compiling NIOHTTP2 HTTP2Error.swift
[1406/1427] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1407/1427] Compiling NIOHTTP2 StateMachineResult.swift
[1408/1427] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1409/1427] Compiling NIOHTTP2 DOSHeuristics.swift
[1410/1427] Compiling NIOHTTP2 Error+Any.swift
[1411/1427] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1412/1427] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1413/1427] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1414/1427] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1415/1428] Wrapping AST for NIOHTTP2 for debugging
[1417/1487] Compiling APNSTestServer APNSTestServer.swift
[1418/1487] Emitting module APNSTestServer
[1420/1488] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1421/1488] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1422/1488] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1423/1488] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1424/1488] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1425/1488] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1426/1488] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1427/1488] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1428/1496] Emitting module AsyncHTTPClient
[1429/1496] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1430/1496] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1431/1496] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1432/1496] Compiling AsyncHTTPClient Transaction.swift
[1433/1496] Compiling AsyncHTTPClient Base64.swift
[1434/1496] Compiling AsyncHTTPClient BasicAuth.swift
[1435/1496] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1436/1496] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1437/1496] Emitting module APNSCore
[1438/1496] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1439/1496] Compiling AsyncHTTPClient RequestBodyLength.swift
[1440/1496] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1441/1496] Compiling AsyncHTTPClient RequestOptions.swift
[1442/1496] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1443/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1444/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1445/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1446/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1447/1496] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1448/1496] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1449/1496] Compiling AsyncHTTPClient ConnectionTarget.swift
[1450/1496] Compiling AsyncHTTPClient DeconstructedURL.swift
[1451/1496] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1452/1496] Compiling AsyncHTTPClient FoundationExtensions.swift
[1453/1496] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1454/1496] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1455/1496] Compiling AsyncHTTPClient HTTPClient.swift
[1456/1496] Compiling AsyncHTTPClient HTTPHandler.swift
[1457/1496] Compiling AsyncHTTPClient LRUCache.swift
[1458/1496] Compiling AsyncHTTPClient NWErrorHandler.swift
[1459/1496] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1460/1496] Compiling AsyncHTTPClient TLSConfiguration.swift
[1461/1496] Compiling AsyncHTTPClient RedirectState.swift
[1462/1496] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1463/1496] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1464/1496] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1465/1496] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1466/1496] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1468/1497] Compiling AsyncHTTPClient ConnectionPool.swift
[1469/1497] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1470/1497] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1471/1497] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1472/1497] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1473/1497] Compiling AsyncHTTPClient HTTP1Connection.swift
[1474/1497] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1475/1497] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1476/1497] Compiling AsyncHTTPClient HTTP2Connection.swift
[1482/1497] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1483/1497] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1483/1497] Wrapping AST for APNSCore for debugging
[1485/1500] Emitting module APNSURLSession
[1486/1500] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[1487/1500] Compiling APNSURLSession APNSUrlSessionClient.swift
[1489/1501] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1490/1501] Compiling AsyncHTTPClient RequestBag.swift
[1491/1501] Compiling AsyncHTTPClient RequestValidation.swift
[1492/1501] Compiling AsyncHTTPClient SSLContextCache.swift
[1493/1501] Compiling AsyncHTTPClient Scheme.swift
[1494/1501] Compiling AsyncHTTPClient Singleton.swift
[1495/1501] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1496/1501] Compiling AsyncHTTPClient Utils.swift
[1497/1502] Wrapping AST for AsyncHTTPClient for debugging
[1499/1507] Compiling APNS APNSJSONEncoder.swift
[1500/1507] Compiling APNS APNSJSONDecoder.swift
[1501/1507] Compiling APNS APNSConfiguration.swift
[1502/1507] Emitting module APNS
[1503/1507] Compiling APNS APNSClient.swift
[1504/1508] Wrapping AST for APNS for debugging
[1506/1510] Compiling APNSExample Program.swift
[1507/1510] Emitting module APNSExample
[1508/1511] Wrapping AST for APNSExample for debugging
[1509/1511] Write Objects.LinkFileList
[1510/1511] Linking APNSExample
Build complete! (180.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.42.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    }
  ],
  "manifest_display_name" : "apnswift",
  "name" : "apnswift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APNSExample",
      "targets" : [
        "APNSExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "APNS",
      "targets" : [
        "APNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSCore",
      "targets" : [
        "APNSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSURLSession",
      "targets" : [
        "APNSURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSTestServer",
      "targets" : [
        "APNSTestServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "APNSURLSession",
      "module_type" : "SwiftTarget",
      "name" : "APNSURLSession",
      "path" : "Sources/APNSURLSession",
      "product_memberships" : [
        "APNSURLSession"
      ],
      "sources" : [
        "APNSURLSessionClientConfiguration.swift",
        "APNSUrlSessionClient.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSTests",
      "module_type" : "SwiftTarget",
      "name" : "APNSTests",
      "path" : "Tests/APNSTests",
      "sources" : [
        "APNSAuthenticationTokenManagerTests.swift",
        "APNSClientTests.swift",
        "Alert/APNSAlertNotificationTests.swift",
        "Background/APNSBackgroundNotificationTests.swift",
        "Complication/APNSComplicationNotificationTests.swift",
        "FileProvider/APNSFileProviderNotificationTests.swift",
        "LiveActivity/APNSLiveActivityNotificationTests.swift",
        "PushToTalk/APNSPushToTalkNotificationTests.swift",
        "VoIP/APNSVoIPNotificationTests.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APNSTestServer",
      "module_type" : "SwiftTarget",
      "name" : "APNSTestServer",
      "path" : "Sources/APNSTestServer",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOHTTP1",
        "NIOHTTP2"
      ],
      "product_memberships" : [
        "APNSTestServer"
      ],
      "sources" : [
        "APNSTestServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSExample",
      "module_type" : "SwiftTarget",
      "name" : "APNSExample",
      "path" : "Sources/APNSExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "APNSExample"
      ],
      "sources" : [
        "Program.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "APNSCore",
      "module_type" : "SwiftTarget",
      "name" : "APNSCore",
      "path" : "Sources/APNSCore",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS",
        "APNSCore",
        "APNSURLSession"
      ],
      "sources" : [
        "APNSAuthenticationTokenManager.swift",
        "APNSClient.swift",
        "APNSEnvironment.swift",
        "APNSError.swift",
        "APNSErrorResponse.swift",
        "APNSMessage.swift",
        "APNSNotificationExpiration.swift",
        "APNSPriority.swift",
        "APNSPushType.swift",
        "APNSRequest.swift",
        "APNSResponse.swift",
        "Alert/APNSAlertNotification.swift",
        "Alert/APNSAlertNotificationAPSStorage.swift",
        "Alert/APNSAlertNotificationContent.swift",
        "Alert/APNSAlertNotificationInterruptionLevel.swift",
        "Alert/APNSAlertNotificationSound.swift",
        "Alert/APNSClient+Alert.swift",
        "Background/APNSBackgroundNotification.swift",
        "Background/APNSClient+Background.swift",
        "Base64.swift",
        "Complication/APNSClient+Complication.swift",
        "Complication/APNSComplicationNotification.swift",
        "EmptyPayload.swift",
        "FileProvider/APNSClient+FileProvider.swift",
        "FileProvider/APNSFileProviderNotification.swift",
        "LiveActivity/APNSClient+LiveActivity.swift",
        "LiveActivity/APNSLiveActivityDismissalDate.swift",
        "LiveActivity/APNSLiveActivityNotification.swift",
        "LiveActivity/APNSLiveActivityNotificationAPSStorage.swift",
        "LiveActivity/APNSLiveActivityNotificationEvent.swift",
        "LiveActivity/APNSStartLiveActivityNotification.swift",
        "LiveActivity/APNSStartLiveActivityNotificationAPSStorage.swift",
        "Location/APNSClient+Location.swift",
        "Location/APNSLocationNotification.swift",
        "Logging.swift",
        "P256.Signing.PrivateKey+PrivateFilePath.swift",
        "PushToTalk/APNSClient+PushToTalk.swift",
        "PushToTalk/APNSPushToTalkNotification.swift",
        "VoIP/APNSClient+VoIP.swift",
        "VoIP/APNSVoIPNotification.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNS",
      "module_type" : "SwiftTarget",
      "name" : "APNS",
      "path" : "Sources/APNS",
      "product_dependencies" : [
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS"
      ],
      "sources" : [
        "APNSClient.swift",
        "APNSConfiguration.swift",
        "Coding/APNSJSONDecoder.swift",
        "Coding/APNSJSONEncoder.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.