The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of apnswift, reference main (f76f60), with Swift 6.1 for Linux on 16 Jun 2025 21:54:16 UTC.

Swift 6 data race errors: 0

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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/APNSwift.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/swift-server-community/APNSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f76f607 Add support for widget update push notifications (#220)
Cloned https://github.com/swift-server-community/APNSwift.git
Revision (git rev-parse @):
f76f6075bd3f005da343ea80520a872afc804bd3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/APNSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server-community/APNSwift.git
https://github.com/swift-server-community/APNSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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",
        "Widgets/APNSWidgetsNotificationTests.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",
        "Widgets/APNSClient+Widgets.swift",
        "Widgets/APNSWidgetsNotification.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-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
[1459/17078] Fetching swift-docc-plugin, swift-crypto
[2833/31092] Fetching swift-docc-plugin, swift-crypto, async-http-client
[4535/42624] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio-http2
[17832/57514] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio-http2, swift-nio-ssl
[18411/133836] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.90s)
[80368/122304] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-log.git
[91667/126140] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
[97118/122304] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.81s)
[101309/107414] Fetching swift-docc-plugin, swift-crypto, async-http-client, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.81s)
[87076/92418] Fetching swift-docc-plugin, async-http-client, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (6.84s)
Fetched https://github.com/swift-server/async-http-client.git from cache (6.84s)
Fetched https://github.com/apple/swift-nio.git from cache (6.92s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (12.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.52s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1797] Fetching swift-atomics
[595/7720] Fetching swift-atomics, swift-nio-extras
[655/13679] Fetching swift-atomics, swift-nio-extras, swift-algorithms
[10947/16346] Fetching swift-atomics, swift-nio-extras, swift-algorithms, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.59s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.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.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4428] Fetching swift-system
[3411/21034] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
[2824/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.36s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[1258/2731] Fetching swift-asn1, swift-http-structured-headers
[2732/8915] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[2980/11341] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[3029/12245] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types
[3929/17230] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
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 (1.03s)
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.75s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.51s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.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.83.0
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.26.1
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.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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.32.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/838] Write sources
[11/838] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[12/838] Compiling _NumericsShims _NumericsShims.c
[13/838] Write sources
[15/838] Compiling _AtomicsShims.c
[16/838] Write sources
[35/838] Compiling CNIOWindows shim.c
[36/838] Compiling CNIOWindows WSAStartup.c
[37/838] Write swift-version-24593BA9C3E375BF.txt
[38/838] Compiling CNIOWASI CNIOWASI.c
[39/838] Compiling CNIOLinux shim.c
[40/838] Compiling a_dup.cc
[41/838] Compiling a_bitstr.cc
[42/838] Compiling a_i2d_fp.cc
[43/842] Compiling a_object.cc
[44/854] Compiling a_int.cc
[45/854] Compiling a_mbstr.cc
[46/860] Compiling CNIOLinux liburing_shims.c
[47/873] Compiling CNIOLLHTTP c_nio_http.c
[48/873] Compiling CNIOLLHTTP c_nio_api.c
[49/873] Compiling CNIOExtrasZlib empty.c
[50/873] Compiling CNIODarwin shim.c
[51/891] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/891] Compiling fiat_p256_adx_sqr.S
[53/891] Compiling fiat_p256_adx_mul.S
[54/891] Compiling fiat_curve25519_adx_square.S
[55/891] Compiling fiat_curve25519_adx_mul.S
[56/891] Compiling CNIOBoringSSLShims shims.c
[58/891] Compiling RealModule Real.swift
[59/891] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/891] Compiling _NIOBase64 Base64.swift
[61/891] Emitting module _NIOBase64
[62/891] Compiling Atomics AtomicReference.swift
[63/891] Compiling Atomics AtomicStorage.swift
[64/894] Compiling RealModule Float80+Real.swift
[66/894] Compiling RealModule RealFunctions.swift
[67/894] Compiling _NIODataStructures PriorityQueue.swift
[68/894] Compiling _NIODataStructures _TinyArray.swift
[69/894] Compiling Atomics OptionalRawRepresentable.swift
[70/894] Compiling Atomics RawRepresentable.swift
[70/894] Compiling tls_method.cc
[70/894] Compiling tls_record.cc
[73/894] Compiling Atomics UnsafeAtomic.swift
[74/894] Compiling Atomics UnsafeAtomicLazyReference.swift
[75/894] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/896] Emitting module RealModule
[77/896] Compiling Atomics AtomicBool.swift
[78/896] Compiling Atomics IntegerConformances.swift
[79/896] Compiling Atomics ManagedAtomic.swift
[80/896] Compiling Atomics ManagedAtomicLazyReference.swift
[85/896] Compiling Atomics PointerConformances.swift
[86/896] Compiling Atomics Primitives.native.swift
[87/896] Emitting module InternalCollectionsUtilities
[88/896] Compiling Atomics AtomicInteger.swift
[89/896] Compiling Atomics AtomicOptionalWrappable.swift
[90/896] Compiling RealModule Float+Real.swift
[91/896] Compiling RealModule ElementaryFunctions.swift
[92/896] Compiling RealModule Float16+Real.swift
[92/896] Wrapping AST for _NIOBase64 for debugging
[98/896] Compiling Atomics AtomicValue.swift
[99/896] Compiling Atomics AtomicMemoryOrderings.swift
[100/896] Compiling Atomics DoubleWord.swift
[103/898] Emitting module Atomics
[106/898] Compiling Logging MetadataProvider.swift
[107/898] Compiling Atomics IntegerOperations.swift
[108/898] Compiling Atomics Unmanaged extensions.swift
[109/898] Emitting module _NIODataStructures
[110/898] Compiling _NIODataStructures Heap.swift
[117/899] Compiling Logging LogHandler.swift
[118/899] Compiling Logging Locks.swift
[119/899] Emitting module Logging
[120/899] Compiling Logging Logging.swift
[123/901] Compiling tls13_server.cc
[124/926] Wrapping AST for _NIODataStructures for debugging
[125/926] Wrapping AST for RealModule for debugging
[126/926] Compiling tls13_enc.cc
[127/926] Wrapping AST for Logging for debugging
[128/935] Wrapping AST for InternalCollectionsUtilities for debugging
[129/941] Compiling tls13_client.cc
[131/941] Compiling DequeModule Deque+CustomReflectable.swift
[132/941] Compiling DequeModule Deque+Descriptions.swift
[133/943] Compiling DequeModule Deque+Equatable.swift
[134/943] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[135/943] Compiling DequeModule _DequeSlot.swift
[136/943] Compiling DequeModule _UnsafeWrappedBuffer.swift
[137/943] Compiling DequeModule Deque.swift
[140/946] Compiling DequeModule Deque+Testing.swift
[141/946] Compiling DequeModule Deque._Storage.swift
[142/946] Compiling DequeModule Deque+Extras.swift
[143/946] Compiling DequeModule Deque+Hashable.swift
[144/946] Compiling DequeModule Deque._UnsafeHandle.swift
[146/946] Compiling DequeModule _DequeBuffer.swift
[147/946] Compiling DequeModule _DequeBufferHeader.swift
[151/946] Compiling DequeModule Deque+Collection.swift
[153/946] Compiling tls13_both.cc
[155/946] Compiling DequeModule Deque+Codable.swift
[160/946] Compiling Algorithms Compacted.swift
[161/946] Compiling Algorithms Cycle.swift
[162/946] Compiling Algorithms EitherSequence.swift
[163/946] Compiling Algorithms FirstNonNil.swift
[164/946] Compiling Algorithms FlattenCollection.swift
[165/946] Compiling Algorithms Grouped.swift
[166/946] Compiling Algorithms Indexed.swift
[167/946] Compiling Algorithms Intersperse.swift
[168/946] Compiling Algorithms Trim.swift
[169/946] Compiling Algorithms Unique.swift
[170/946] Compiling Algorithms Windows.swift
[171/946] Emitting module DequeModule
[171/947] Compiling ssl_transcript.cc
[173/947] Compiling ssl_stat.cc
[174/947] Compiling ssl_versions.cc
[175/947] Compiling ssl_x509.cc
[176/947] Compiling t1_enc.cc
[177/947] Wrapping AST for DequeModule for debugging
[182/947] Compiling ssl_session.cc
[183/947] Compiling ssl_privkey.cc
[185/947] Emitting module Algorithms
[186/948] Compiling ssl_file.cc
[187/948] Compiling ssl_lib.cc
[188/948] Compiling ssl_credential.cc
[189/948] Compiling ssl_cipher.cc
[190/948] Compiling ssl_key_share.cc
[191/948] Compiling ssl_cert.cc
[192/948] Compiling ssl_buffer.cc
[193/948] Compiling ssl_asn1.cc
[194/948] Compiling ssl_aead_ctx.cc
[195/948] Compiling s3_both.cc
[196/948] Compiling s3_pkt.cc
[197/948] Compiling s3_lib.cc
[198/948] Compiling handshake_server.cc
[199/948] Compiling handshake_client.cc
[200/948] Compiling handshake.cc
[201/948] Compiling dtls_method.cc
[202/948] Compiling handoff.cc
[203/948] Compiling dtls_record.cc
[204/948] Compiling md5-x86_64-linux.S
[205/948] Compiling d1_srtp.cc
[206/948] Compiling md5-x86_64-apple.S
[207/948] Compiling md5-586-linux.S
[208/948] Compiling md5-586-apple.S
[209/948] Compiling encrypted_client_hello.cc
[210/948] Compiling chacha20_poly1305_x86_64-linux.S
[211/948] Compiling chacha20_poly1305_x86_64-apple.S
[212/948] Compiling chacha20_poly1305_armv8-win.S
[213/948] Compiling chacha20_poly1305_armv8-linux.S
[214/948] Compiling chacha20_poly1305_armv8-apple.S
[215/948] Compiling chacha-x86_64-linux.S
[216/948] Compiling chacha-x86_64-apple.S
[217/948] Compiling chacha-x86-linux.S
[218/948] Compiling chacha-x86-apple.S
[219/948] Compiling extensions.cc
[220/948] Compiling err_data.cc
[221/948] Compiling chacha-armv8-win.S
[222/948] Compiling chacha-armv8-apple.S
[223/948] Compiling chacha-armv8-linux.S
[224/948] Compiling chacha-armv4-linux.S
[225/948] Compiling aes128gcmsiv-x86_64-linux.S
[226/948] Compiling aes128gcmsiv-x86_64-apple.S
[227/948] Compiling x86_64-mont5-apple.S
[228/948] Compiling x86_64-mont5-linux.S
[229/948] Compiling x86_64-mont-apple.S
[230/948] Compiling x86_64-mont-linux.S
[231/948] Compiling d1_lib.cc
[232/948] Compiling x86-mont-linux.S
[233/948] Compiling x86-mont-apple.S
[234/948] Compiling vpaes-x86_64-linux.S
[235/948] Compiling vpaes-x86-apple.S
[236/948] Compiling vpaes-x86_64-apple.S
[237/948] Compiling vpaes-x86-linux.S
[238/948] Compiling vpaes-armv8-win.S
[239/948] Compiling d1_pkt.cc
[240/948] Compiling vpaes-armv7-linux.S
[241/948] Compiling vpaes-armv8-apple.S
[242/948] Compiling sha512-x86_64-linux.S
[243/948] Compiling sha512-armv8-win.S
[244/948] Compiling sha512-armv8-linux.S
[245/948] Compiling vpaes-armv8-linux.S
[246/948] Compiling sha512-x86_64-apple.S
[247/948] Compiling sha512-armv8-apple.S
[248/948] Compiling bio_ssl.cc
[249/948] Compiling sha512-armv4-linux.S
[250/948] Compiling sha512-586-linux.S
[251/948] Compiling sha512-586-apple.S
[252/948] Compiling sha256-armv8-win.S
[253/948] Compiling sha256-x86_64-apple.S
[254/948] Compiling sha256-x86_64-linux.S
[255/948] Compiling sha256-armv8-linux.S
[256/948] Compiling sha256-armv4-linux.S
[257/948] Compiling sha256-armv8-apple.S
[258/948] Compiling sha256-586-apple.S
[259/948] Compiling sha256-586-linux.S
[260/948] Compiling sha1-x86_64-apple.S
[261/948] Compiling sha1-armv8-apple.S
[261/948] Compiling sha1-armv8-win.S
[263/948] Compiling sha1-armv8-linux.S
[264/948] Compiling sha1-x86_64-linux.S
[265/948] Compiling sha1-armv4-large-linux.S
[266/948] Compiling sha1-586-linux.S
[267/948] Compiling rdrand-x86_64-linux.S
[267/948] Compiling sha1-586-apple.S
[269/948] Compiling rsaz-avx2-apple.S
[270/948] Compiling p256_beeu-x86_64-asm-linux.S
[271/948] Compiling rsaz-avx2-linux.S
[272/948] Compiling rdrand-x86_64-apple.S
[273/948] Compiling p256_beeu-armv8-asm-apple.S
[274/948] Compiling p256_beeu-armv8-asm-linux.S
[275/948] Compiling p256_beeu-x86_64-asm-apple.S
[276/948] Compiling p256_beeu-armv8-asm-win.S
[277/948] Compiling p256-armv8-asm-win.S
[278/948] Compiling p256-x86_64-asm-apple.S
[279/948] Compiling p256-x86_64-asm-linux.S
[280/948] Compiling ghashv8-armv8-linux.S
[281/948] Compiling ghashv8-armv8-win.S
[282/948] Compiling ghashv8-armv8-apple.S
[283/948] Compiling p256-armv8-asm-apple.S
[284/948] Compiling p256-armv8-asm-linux.S
[285/948] Compiling ghashv8-armv7-linux.S
[286/948] Compiling ghash-x86_64-linux.S
[287/948] Compiling ghash-x86_64-apple.S
[288/948] Compiling ghash-x86-linux.S
[289/948] Compiling ghash-x86-apple.S
[290/948] Compiling ghash-ssse3-x86_64-apple.S
[291/948] Compiling ghash-ssse3-x86_64-linux.S
[292/948] Compiling ghash-ssse3-x86-linux.S
[293/948] Compiling ghash-ssse3-x86-apple.S
[294/948] Compiling ghash-neon-armv8-linux.S
[295/948] Compiling ghash-neon-armv8-win.S
[296/948] Compiling co-586-apple.S
[297/948] Compiling ghash-neon-armv8-apple.S
[298/948] Compiling ghash-armv4-linux.S
[299/948] Compiling co-586-linux.S
[300/948] Compiling bn-armv8-win.S
[301/948] Compiling bsaes-armv7-linux.S
[302/948] Compiling bn-armv8-apple.S
[303/948] Compiling bn-586-apple.S
[304/948] Compiling bn-armv8-linux.S
[304/948] Compiling bn-586-linux.S
[306/948] Compiling armv8-mont-linux.S
[307/948] Compiling armv8-mont-apple.S
[308/948] Compiling armv8-mont-win.S
[309/948] Compiling armv4-mont-linux.S
[310/948] Compiling aesv8-armv8-linux.S
[311/948] Compiling aesv8-gcm-armv8-apple.S
[312/948] Compiling aesv8-armv8-win.S
[313/948] Compiling aesv8-armv7-linux.S
[314/948] Compiling aesv8-armv8-apple.S
[315/948] Compiling aesv8-gcm-armv8-win.S
[316/948] Compiling d1_both.cc
[317/948] Compiling aesv8-gcm-armv8-linux.S
[317/948] Compiling aesni-x86_64-linux.S
[319/948] Compiling aesni-x86_64-apple.S
[320/948] Compiling aesni-x86-linux.S
[321/948] Compiling aes-gcm-avx2-x86_64-apple.S
[322/948] Compiling aes-gcm-avx2-x86_64-linux.S
[323/948] Compiling aesni-x86-apple.S
[324/948] Compiling aesni-gcm-x86_64-linux.S
[325/948] Compiling aes-gcm-avx10-x86_64-apple.S
[326/948] Compiling aes-gcm-avx10-x86_64-linux.S
[327/948] Compiling aesni-gcm-x86_64-apple.S
[328/948] Compiling x_val.cc
[329/948] Compiling x_x509.cc
[330/948] Compiling x_sig.cc
[331/948] Compiling x_pubkey.cc
[332/948] Compiling x_x509a.cc
[333/948] Compiling x_exten.cc
[334/948] Compiling x_name.cc
[335/948] Compiling x_spki.cc
[336/948] Compiling x_req.cc
[337/948] Compiling x_crl.cc
[338/948] Compiling x509_vpm.cc
[339/948] Compiling x_attrib.cc
[340/948] Compiling x509spki.cc
[341/948] Compiling x_algor.cc
[342/948] Compiling x509name.cc
[343/948] Compiling x509rset.cc
[344/948] Compiling x_all.cc
[345/948] Compiling x509cset.cc
[346/948] Compiling x509_vfy.cc
[347/948] Compiling x509_trs.cc
[348/948] Compiling x509_v3.cc
[349/948] Compiling x509_txt.cc
[350/948] Compiling x509_obj.cc
[351/948] Compiling x509_req.cc
[352/948] Compiling x509_set.cc
[353/948] Compiling x509_lu.cc
[354/948] Compiling x509_cmp.cc
[355/948] Compiling x509.cc
[356/948] Compiling x509_ext.cc
[357/948] Compiling x509_def.cc
[358/948] Compiling x509_att.cc
[359/948] Compiling x509_d2.cc
[360/948] Compiling v3_skey.cc
[361/948] Compiling v3_utl.cc
[362/948] Compiling v3_prn.cc
[363/948] Compiling v3_pmaps.cc
[364/948] Compiling v3_purp.cc
[365/948] Compiling v3_pcons.cc
[366/948] Compiling v3_ncons.cc
[367/948] Compiling v3_ocsp.cc
[368/948] Compiling v3_info.cc
[369/948] Compiling v3_int.cc
[370/948] Compiling v3_lib.cc
[371/948] Compiling v3_ia5.cc
[372/948] Compiling v3_enum.cc
[373/948] Compiling v3_cpols.cc
[374/948] Compiling v3_genn.cc
[375/948] Compiling v3_extku.cc
[376/948] Compiling v3_crld.cc
[377/948] Compiling v3_bitst.cc
[378/948] Compiling v3_bcons.cc
[379/948] Compiling v3_conf.cc
[380/948] Compiling t_req.cc
[381/948] Compiling v3_akeya.cc
[382/948] Compiling v3_akey.cc
[383/948] Compiling v3_alt.cc
[384/948] Compiling t_x509a.cc
[385/948] Compiling t_x509.cc
[386/948] Compiling policy.cc
[387/948] Compiling t_crl.cc
[388/948] Compiling i2d_pr.cc
[389/948] Compiling asn1_gen.cc
[390/948] Compiling rsa_pss.cc
[391/948] Compiling name_print.cc
[392/948] Compiling by_file.cc
[393/948] Compiling by_dir.cc
[394/948] Compiling voprf.cc
[395/948] Compiling a_digest.cc
[396/948] Compiling algorithm.cc
[397/948] Compiling thread_win.cc
[398/948] Compiling trust_token.cc
[399/948] Compiling a_verify.cc
[400/948] Compiling a_sign.cc
[401/948] Compiling thread_pthread.cc
[402/948] Compiling thread.cc
[403/948] Compiling thread_none.cc
[404/948] Compiling stack.cc
[405/948] Compiling pmbtoken.cc
[406/948] Compiling siphash.cc
[407/948] Compiling sha256.cc
[408/948] Compiling sha512.cc
[409/948] Compiling sha1.cc
[410/948] Compiling slhdsa.cc
[411/948] Compiling rsa_print.cc
[412/948] Compiling spake2plus.cc
[413/948] Compiling rsa_extra.cc
[414/948] Compiling rc4.cc
[415/948] Compiling refcount.cc
[416/948] Compiling windows.cc
[417/948] Compiling rsa_crypt.cc
[418/948] Compiling urandom.cc
[419/948] Compiling trusty.cc
[420/948] Compiling rand.cc
[421/948] Compiling getentropy.cc
[422/948] Compiling passive.cc
[423/948] Compiling rsa_asn1.cc
[424/948] Compiling forkunsafe.cc
[425/948] Compiling ios.cc
[426/948] Compiling deterministic.cc
[427/948] Compiling poly1305_arm_asm.S
[428/948] Compiling fork_detect.cc
[429/948] Compiling poly1305.cc
[430/948] Compiling poly1305_arm.cc
[431/948] Compiling poly1305_vec.cc
[432/948] Compiling pool.cc
[433/948] Compiling pkcs8.cc
[434/948] Compiling pkcs8_x509.cc
[435/948] Compiling p5_pbev2.cc
[436/948] Compiling pkcs7_x509.cc
[437/948] Compiling pkcs7.cc
[438/948] Compiling pem_x509.cc
[439/948] Compiling pem_pkey.cc
[440/948] Compiling pem_xaux.cc
[441/948] Compiling pem_pk8.cc
[442/948] Compiling pem_info.cc
[443/948] Compiling pem_oth.cc
[444/948] Compiling pem_lib.cc
[445/948] Compiling mlkem.cc
[446/948] Compiling obj_xref.cc
[447/948] Compiling md5.cc
[448/948] Compiling mem.cc
[449/948] Compiling mldsa.cc
[450/948] Compiling poly_rq_mul.S
[451/948] Compiling lhash.cc
[452/948] Compiling fips_shared_support.cc
[453/948] Compiling md4.cc
[454/948] Compiling hrss.cc
[455/948] Compiling obj.cc
[456/948] Compiling kyber.cc
[457/948] Compiling pem_all.cc
[458/948] Compiling ex_data.cc
[459/948] Compiling hpke.cc
[460/948] Compiling sign.cc
[461/948] Compiling scrypt.cc
[462/948] Compiling pbkdf.cc
[463/948] Compiling p_x25519.cc
[464/948] Compiling print.cc
[465/948] Compiling p_x25519_asn1.cc
[466/948] Compiling p_rsa_asn1.cc
[467/948] Compiling p_ed25519.cc
[468/948] Compiling p_hkdf.cc
[469/948] Compiling p_rsa.cc
[470/948] Compiling p_ec.cc
[471/948] Compiling p_ed25519_asn1.cc
[472/948] Compiling p_ec_asn1.cc
[473/948] Compiling p_dh.cc
[474/948] Compiling p_dh_asn1.cc
[475/948] Compiling evp_ctx.cc
[476/948] Compiling ecdh.cc
[477/948] Compiling err.cc
[478/948] Compiling p_dsa_asn1.cc
[479/948] Compiling engine.cc
[480/948] Compiling evp_asn1.cc
[481/948] Compiling evp.cc
[482/948] Compiling ecdsa_asn1.cc
[483/948] Compiling hash_to_curve.cc
[484/948] Compiling ec_derive.cc
[485/948] Compiling dsa.cc
[486/948] Compiling dh_asn1.cc
[487/948] Compiling params.cc
[488/948] Compiling ec_asn1.cc
[489/948] Compiling digest_extra.cc
[490/948] Compiling x25519-asm-arm.S
[491/948] Compiling dsa_asn1.cc
[492/948] Compiling des.cc
[493/948] Compiling cpu_intel.cc
[494/948] Compiling spake25519.cc
[495/948] Compiling crypto.cc
[496/948] Compiling cpu_arm_linux.cc
[497/948] Compiling cpu_arm_freebsd.cc
[498/948] Compiling curve25519.cc
[499/948] Compiling curve25519_64_adx.cc
[500/948] Compiling cpu_aarch64_win.cc
[501/948] Compiling cpu_aarch64_sysreg.cc
[502/948] Compiling cpu_aarch64_openbsd.cc
[503/948] Compiling cpu_aarch64_linux.cc
[504/948] Compiling bcm.cc
[505/948] Compiling cpu_aarch64_apple.cc
[506/948] Compiling cpu_aarch64_fuchsia.cc
[507/948] Compiling e_des.cc
[508/948] Compiling conf.cc
[509/948] Compiling tls_cbc.cc
[510/948] Compiling e_rc2.cc
[511/948] Compiling e_rc4.cc
[512/948] Compiling get_cipher.cc
[513/948] Compiling e_tls.cc
[514/948] Compiling e_null.cc
[515/948] Compiling e_chacha20poly1305.cc
[516/948] Compiling derive_key.cc
[517/948] Compiling e_aesctrhmac.cc
[518/948] Compiling cbb.cc
[519/948] Compiling chacha.cc
[520/948] Compiling e_aesgcmsiv.cc
[521/948] Compiling unicode.cc
[522/948] Compiling buf.cc
[523/948] Compiling ber.cc
[524/948] Compiling cbs.cc
[525/948] Compiling bn_asn1.cc
[526/948] Compiling blake2.cc
[527/948] Compiling asn1_compat.cc
[528/948] Compiling convert.cc
[529/948] Compiling socket.cc
[530/948] Compiling socket_helper.cc
[531/948] Compiling printf.cc
[532/948] Compiling errno.cc
[533/948] Compiling hexdump.cc
[534/948] Compiling fd.cc
[535/948] Compiling file.cc
[536/948] Compiling pair.cc
[537/948] Compiling bio_mem.cc
[538/948] Compiling connect.cc
[539/948] Compiling bio.cc
[540/948] Compiling tasn_enc.cc
[541/948] Compiling base64.cc
[542/948] Compiling tasn_fre.cc
[543/948] Compiling tasn_typ.cc
[544/948] Compiling posix_time.cc
[545/948] Compiling f_int.cc
[546/948] Compiling tasn_new.cc
[547/948] Compiling asn1_par.cc
[548/948] Compiling f_string.cc
[549/948] Compiling tasn_utl.cc
[550/948] Compiling asn_pack.cc
[551/948] Compiling tasn_dec.cc
[552/948] Compiling a_time.cc
[553/948] Compiling a_strex.cc
[554/948] Compiling a_utctm.cc
[555/948] Compiling asn1_lib.cc
[556/948] Compiling a_type.cc
[557/948] Compiling a_octet.cc
[558/948] Compiling a_mbstr.cc
[559/948] Compiling a_i2d_fp.cc
[560/948] Compiling a_strnid.cc
[561/948] Compiling a_object.cc
[562/948] Compiling a_dup.cc
[563/948] Compiling a_d2i_fp.cc
[564/948] Compiling fiat_p256_adx_sqr.S
[565/948] Compiling fiat_p256_adx_mul.S
[566/948] Compiling a_int.cc
[567/948] Compiling fiat_curve25519_adx_square.S
[568/948] Compiling fiat_curve25519_adx_mul.S
[569/948] Compiling md5-x86_64-linux.S
[570/948] Compiling a_gentm.cc
[571/948] Compiling md5-x86_64-apple.S
[572/948] Compiling md5-586-linux.S
[573/948] Compiling md5-586-apple.S
[574/948] Compiling chacha20_poly1305_x86_64-apple.S
[575/948] Compiling CCryptoBoringSSLShims shims.c
[576/948] Compiling chacha20_poly1305_x86_64-linux.S
[577/948] Compiling a_bool.cc
[578/948] Compiling a_bitstr.cc
[579/948] Compiling chacha20_poly1305_armv8-linux.S
[580/948] Compiling chacha20_poly1305_armv8-win.S
[581/948] Compiling chacha-x86_64-linux.S
[582/948] Compiling chacha20_poly1305_armv8-apple.S
[583/948] Compiling chacha-x86_64-apple.S
[584/948] Compiling chacha-x86-apple.S
[585/948] Compiling chacha-x86-linux.S
[586/948] Compiling err_data.cc
[587/948] Compiling chacha-armv8-linux.S
[588/948] Compiling chacha-armv8-win.S
[589/948] Compiling aes128gcmsiv-x86_64-apple.S
[590/948] Compiling chacha-armv8-apple.S
[591/948] Compiling aes128gcmsiv-x86_64-linux.S
[592/948] Compiling chacha-armv4-linux.S
[593/948] Compiling x86_64-mont5-apple.S
[594/948] Compiling x86-mont-linux.S
[595/948] Compiling x86_64-mont5-linux.S
[596/948] Compiling x86_64-mont-apple.S
[597/948] Compiling vpaes-x86_64-linux.S
[598/948] Compiling x86_64-mont-linux.S
[599/948] Compiling x86-mont-apple.S
[600/948] Compiling vpaes-x86_64-apple.S
[601/948] Compiling vpaes-x86-linux.S
[602/948] Compiling vpaes-x86-apple.S
[603/948] Compiling vpaes-armv8-win.S
[604/948] Compiling vpaes-armv8-linux.S
[605/948] Compiling vpaes-armv8-apple.S
[606/948] Compiling vpaes-armv7-linux.S
[607/948] Compiling sha512-x86_64-apple.S
[608/948] Compiling sha512-armv8-linux.S
[609/948] Compiling sha512-x86_64-linux.S
[610/948] Compiling sha512-armv8-win.S
[611/948] Compiling sha512-armv4-linux.S
[612/948] Compiling sha512-586-apple.S
[613/948] Compiling sha512-armv8-apple.S
[614/948] Compiling sha256-armv8-win.S
[615/948] Compiling sha256-x86_64-linux.S
[616/948] Compiling sha256-x86_64-apple.S
[617/948] Compiling sha512-586-linux.S
[618/948] Compiling sha256-armv8-linux.S
[619/948] Compiling sha256-armv4-linux.S
[620/948] Compiling sha256-armv8-apple.S
[621/948] Compiling sha256-586-apple.S
[622/948] Compiling sha256-586-linux.S
[623/948] Compiling sha1-x86_64-linux.S
[624/948] Compiling sha1-x86_64-apple.S
[625/948] Compiling sha1-armv8-win.S
[626/948] Compiling sha1-armv8-apple.S
[627/948] Compiling sha1-armv4-large-linux.S
[627/948] Compiling sha1-armv8-linux.S
[629/948] Compiling sha1-586-apple.S
[630/948] Compiling rdrand-x86_64-linux.S
[631/948] Compiling rsaz-avx2-apple.S
[632/948] Compiling sha1-586-linux.S
[633/948] Compiling rdrand-x86_64-apple.S
[634/948] Compiling rsaz-avx2-linux.S
[635/948] Compiling p256_beeu-x86_64-asm-linux.S
[636/948] Compiling p256_beeu-armv8-asm-linux.S
[637/948] Compiling p256_beeu-x86_64-asm-apple.S
[638/948] Compiling p256_beeu-armv8-asm-win.S
[639/948] Compiling p256_beeu-armv8-asm-apple.S
[640/948] Compiling p256-armv8-asm-win.S
[641/948] Compiling p256-x86_64-asm-apple.S
[642/948] Compiling p256-x86_64-asm-linux.S
[643/948] Compiling p256-armv8-asm-linux.S
[644/948] Compiling ghashv8-armv8-win.S
[645/948] Compiling p256-armv8-asm-apple.S
[646/948] Compiling ghashv8-armv8-linux.S
[647/948] Compiling ghashv8-armv8-apple.S
[648/948] Compiling ghash-x86_64-apple.S
[649/948] Compiling ghashv8-armv7-linux.S
[650/948] Compiling ghash-x86-apple.S
[651/948] Compiling ghash-x86_64-linux.S
[652/948] Compiling ghash-x86-linux.S
[653/948] Compiling ghash-ssse3-x86_64-linux.S
[654/948] Compiling ghash-ssse3-x86-linux.S
[655/948] Compiling ghash-ssse3-x86-apple.S
[656/948] Compiling ghash-neon-armv8-win.S
[657/948] Compiling ghash-ssse3-x86_64-apple.S
[658/948] Compiling ghash-neon-armv8-linux.S
[659/948] Compiling ghash-armv4-linux.S
[660/948] Compiling co-586-linux.S
[661/948] Compiling ghash-neon-armv8-apple.S
[662/948] Compiling co-586-apple.S
[663/948] Compiling bn-armv8-linux.S
[664/948] Compiling bsaes-armv7-linux.S
[665/948] Compiling bn-armv8-win.S
[666/948] Compiling bn-armv8-apple.S
[667/948] Compiling bn-586-linux.S
[668/948] Compiling armv8-mont-linux.S
[669/948] Compiling armv4-mont-linux.S
[669/948] Compiling bn-586-apple.S
[671/948] Compiling aesv8-gcm-armv8-win.S
[672/948] Compiling armv8-mont-win.S
[673/948] Compiling armv8-mont-apple.S
[674/948] Compiling aesv8-gcm-armv8-linux.S
[675/948] Compiling aesv8-gcm-armv8-apple.S
[676/948] Compiling aesv8-armv8-win.S
[677/948] Compiling aesv8-armv8-linux.S
[678/948] Compiling aesv8-armv8-apple.S
[679/948] Compiling aesv8-armv7-linux.S
[680/948] Compiling aesni-x86_64-linux.S
[681/948] Compiling aesni-x86_64-apple.S
[682/948] Compiling aesni-x86-apple.S
[683/948] Compiling aesni-x86-linux.S
[684/948] Compiling aesni-gcm-x86_64-linux.S
[685/948] Compiling aes-gcm-avx10-x86_64-linux.S
[686/948] Compiling aesni-gcm-x86_64-apple.S
[687/948] Compiling aes-gcm-avx10-x86_64-apple.S
[688/948] Compiling x_x509.cc
[689/948] Compiling x_spki.cc
[690/948] Compiling x_req.cc
[691/948] Compiling c-nioatomics.c
[692/948] Compiling x_val.cc
[693/948] Compiling x_sig.cc
[694/948] Compiling x_x509a.cc
[695/948] Compiling x_pubkey.cc
[696/948] Compiling c-atomics.c
[697/948] Compiling x_name.cc
[698/948] Compiling x_exten.cc
[699/954] Compiling x_crl.cc
[700/954] Compiling x_algor.cc
[701/954] Compiling x_all.cc
[702/954] Compiling x509spki.cc
[703/954] Compiling x_attrib.cc
[704/954] Compiling x509rset.cc
[706/954] Compiling NIOConcurrencyHelpers NIOLock.swift
[707/954] Compiling NIOConcurrencyHelpers lock.swift
[708/954] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[708/954] Compiling x509name.cc
[710/954] Emitting module NIOConcurrencyHelpers
[711/954] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[712/954] Compiling NIOConcurrencyHelpers atomics.swift
[713/955] Compiling x509_vpm.cc
[714/955] Compiling x509_txt.cc
[714/955] Compiling x509cset.cc
[716/955] Compiling x509_trs.cc
[717/955] Compiling x509_v3.cc
[718/955] Compiling x509_vfy.cc
[719/955] Compiling x509_set.cc
[720/955] Wrapping AST for NIOConcurrencyHelpers for debugging
[721/955] Compiling x509_obj.cc
[722/1015] Compiling x509_lu.cc
[723/1015] Compiling x509_req.cc
[724/1015] Compiling x509_ext.cc
[725/1015] Compiling x509_d2.cc
[726/1015] Compiling x509_def.cc
[727/1015] Compiling x509_att.cc
[728/1015] Compiling x509_cmp.cc
[729/1015] Compiling x509.cc
[730/1015] Compiling v3_utl.cc
[731/1015] Compiling v3_skey.cc
[732/1015] Compiling v3_purp.cc
[733/1015] Compiling v3_prn.cc
[734/1015] Compiling v3_pmaps.cc
[735/1015] Compiling v3_pcons.cc
[736/1015] Compiling v3_ocsp.cc
[738/1015] Compiling NIOCore IO.swift
[739/1015] Compiling NIOCore IOData.swift
[740/1015] Compiling NIOCore IPProtocol.swift
[741/1015] Compiling NIOCore IntegerBitPacking.swift
[742/1015] Compiling NIOCore IntegerTypes.swift
[743/1015] Compiling NIOCore Interfaces.swift
[744/1015] Compiling NIOCore Linux.swift
[745/1015] Compiling NIOCore MarkedCircularBuffer.swift
[745/1023] Compiling v3_ncons.cc
[746/1023] Compiling v3_lib.cc
[747/1023] Compiling v3_int.cc
[748/1023] Compiling v3_ia5.cc
[750/1023] Compiling NIOCore MulticastChannel.swift
[751/1023] Compiling NIOCore NIOAny.swift
[752/1023] Compiling NIOCore NIOCloseOnErrorHandler.swift
[753/1023] Compiling NIOCore NIOLoopBound.swift
[754/1023] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[755/1023] Compiling NIOCore NIOScheduledCallback.swift
[756/1023] Compiling NIOCore NIOSendable.swift
[757/1023] Compiling NIOCore RecvByteBufferAllocator.swift
[758/1023] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[759/1023] Compiling NIOCore EventLoopFuture+Deprecated.swift
[760/1023] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[761/1023] Compiling NIOCore EventLoopFuture.swift
[762/1023] Compiling NIOCore FileDescriptor.swift
[763/1023] Compiling NIOCore FileHandle.swift
[764/1023] Compiling NIOCore FileRegion.swift
[765/1023] Compiling NIOCore GlobalSingletons.swift
[765/1023] Compiling v3_info.cc
[766/1023] Compiling v3_extku.cc
[767/1023] Compiling v3_genn.cc
[768/1023] Compiling v3_crld.cc
[769/1023] Compiling v3_bcons.cc
[770/1023] Compiling v3_enum.cc
[771/1023] Compiling v3_cpols.cc
[772/1023] Compiling v3_conf.cc
[773/1023] Compiling v3_alt.cc
[774/1023] Compiling v3_bitst.cc
[776/1023] Compiling NIOCore CircularBuffer.swift
[777/1023] Compiling NIOCore Codec.swift
[778/1023] Compiling NIOCore ConvenienceOptionSupport.swift
[779/1023] Compiling NIOCore DeadChannel.swift
[780/1023] Compiling NIOCore DispatchQueue+WithFuture.swift
[781/1023] Compiling NIOCore EventLoop+Deprecated.swift
[782/1023] Compiling NIOCore EventLoop+SerialExecutor.swift
[783/1023] Compiling NIOCore EventLoop.swift
[783/1023] Compiling t_x509a.cc
[784/1023] Compiling v3_akeya.cc
[785/1023] Compiling t_crl.cc
[786/1023] Compiling v3_akey.cc
[788/1023] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[789/1023] Compiling NIOCore SocketAddresses.swift
[790/1023] Compiling NIOCore SocketOptionProvider.swift
[791/1023] Compiling NIOCore SystemCallHelpers.swift
[792/1023] Compiling NIOCore TimeAmount+Duration.swift
[793/1023] Compiling NIOCore TypeAssistedChannelHandler.swift
[794/1023] Compiling NIOCore UniversalBootstrapSupport.swift
[795/1023] Compiling NIOCore Utilities.swift
[795/1023] Compiling t_x509.cc
[796/1023] Compiling t_req.cc
[797/1023] Compiling rsa_pss.cc
[798/1023] Compiling i2d_pr.cc
[799/1023] Compiling name_print.cc
[800/1023] Compiling policy.cc
[801/1023] Compiling by_dir.cc
[802/1023] Compiling by_file.cc
[803/1023] Compiling asn1_gen.cc
[804/1023] Compiling algorithm.cc
[805/1023] Compiling a_verify.cc
[806/1023] Compiling a_digest.cc
[807/1023] Compiling thread_win.cc
[808/1023] Compiling trust_token.cc
[809/1023] Compiling thread_none.cc
[810/1023] Compiling voprf.cc
[811/1023] Compiling pmbtoken.cc
[812/1023] Compiling a_sign.cc
[813/1023] Compiling thread_pthread.cc
[814/1023] Compiling stack.cc
[815/1023] Compiling thread.cc
[816/1023] Compiling thash.cc
[817/1023] Compiling wots.cc
[818/1023] Compiling merkle.cc
[819/1023] Compiling slhdsa.cc
[820/1023] Compiling sha512.cc
[821/1023] Compiling fors.cc
[822/1023] Compiling siphash.cc
[823/1023] Compiling sha256.cc
[824/1023] Compiling rsa_print.cc
[825/1023] Compiling sha1.cc
[826/1023] Compiling rsa_extra.cc
[827/1023] Compiling rc4.cc
[828/1023] Compiling refcount.cc
[829/1023] Compiling trusty.cc
[830/1023] Compiling windows.cc
[831/1023] Compiling rsa_crypt.cc
[832/1023] Compiling rsa_asn1.cc
[833/1023] Compiling urandom.cc
[834/1023] Compiling rand_extra.cc
[835/1023] Compiling ios.cc
[836/1023] Compiling passive.cc
[837/1023] Compiling poly1305_arm_asm.S
[838/1023] Compiling getentropy.cc
[839/1023] Compiling deterministic.cc
[840/1023] Compiling forkunsafe.cc
[842/1023] Compiling NIOCore AddressedEnvelope.swift
[843/1023] Compiling NIOCore AsyncAwaitSupport.swift
[844/1023] Compiling NIOCore AsyncChannel.swift
[845/1023] Compiling NIOCore AsyncChannelHandler.swift
[846/1023] Compiling NIOCore AsyncChannelInboundStream.swift
[847/1023] Compiling NIOCore AsyncChannelOutboundWriter.swift
[848/1023] Compiling NIOCore NIOAsyncSequenceProducer.swift
[849/1023] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[850/1023] Compiling NIOCore NIOAsyncWriter.swift
[851/1023] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[852/1023] Compiling NIOCore BSDSocketAPI.swift
[853/1023] Compiling NIOCore ByteBuffer-aux.swift
[854/1023] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[855/1023] Compiling NIOCore ByteBuffer-conversions.swift
[856/1023] Compiling NIOCore ByteBuffer-core.swift
[857/1023] Compiling NIOCore ByteBuffer-hex.swift
[858/1023] Compiling NIOCore ByteBuffer-int.swift
[859/1023] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[860/1023] Compiling NIOCore ByteBuffer-multi-int.swift
[861/1023] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[862/1023] Compiling NIOCore ByteBuffer-views.swift
[863/1023] Compiling NIOCore Channel.swift
[864/1023] Compiling NIOCore ChannelHandler.swift
[865/1023] Compiling NIOCore ChannelHandlers.swift
[866/1023] Compiling NIOCore ChannelInvoker.swift
[867/1023] Compiling NIOCore ChannelOption.swift
[868/1023] Compiling NIOCore ChannelPipeline.swift
[868/1023] Compiling fork_detect.cc
[869/1023] Compiling poly1305_arm.cc
[870/1023] Compiling pool.cc
[871/1023] Compiling poly1305.cc
[872/1023] Compiling poly1305_vec.cc
[873/1023] Compiling p5_pbev2.cc
[874/1023] Compiling pkcs7.cc
[875/1023] Compiling pkcs8.cc
[876/1023] Compiling pkcs8_x509.cc
[878/1023] Emitting module NIOCore
[878/1024] Compiling pem_xaux.cc
[879/1024] Compiling pkcs7_x509.cc
[881/1024] Compiling pem_x509.cc
[882/1024] Compiling pem_pk8.cc
[883/1024] Compiling pem_pkey.cc
[884/1027] Compiling obj_xref.cc
[885/1036] Compiling pem_info.cc
[885/1036] Compiling pem_oth.cc
[887/1074] Compiling pem_lib.cc
[888/1074] Compiling pem_all.cc
[889/1074] Wrapping AST for NIOCore for debugging
[890/1074] Compiling obj.cc
[891/1074] Compiling mldsa.cc
[892/1074] Compiling md4.cc
[893/1074] Compiling md5.cc
[894/1074] Compiling mem.cc
[895/1074] Compiling lhash.cc
[896/1074] Compiling fips_shared_support.cc
[897/1074] Compiling poly_rq_mul.S
[898/1074] Compiling mlkem.cc
[899/1074] Compiling sign.cc
[900/1074] Compiling kyber.cc
[902/1074] Compiling NIOEmbedded AsyncTestingChannel.swift
[903/1074] Emitting module NIOEmbedded
[903/1074] Compiling hpke.cc
[904/1074] Compiling ex_data.cc
[905/1074] Compiling hrss.cc
[906/1074] Compiling scrypt.cc
[908/1074] Compiling NIOEmbedded Embedded.swift
[909/1074] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[909/1075] Compiling pbkdf.cc
[911/1075] Compiling print.cc
[912/1075] Compiling p_x25519.cc
[913/1075] Compiling p_x25519_asn1.cc
[914/1075] Wrapping AST for NIOEmbedded for debugging
[915/1075] Compiling p_rsa_asn1.cc
[916/1075] Compiling p_rsa.cc
[917/1075] Compiling p_ed25519.cc
[918/1075] Compiling p_hkdf.cc
[919/1075] Compiling p_ec_asn1.cc
[920/1075] Compiling p_ed25519_asn1.cc
[921/1075] Compiling p_ec.cc
[922/1075] Compiling p_dsa_asn1.cc
[924/1075] Emitting module NIOPosix
[924/1081] Compiling p_dh.cc
[925/1081] Compiling p_dh_asn1.cc
[927/1081] Compiling NIOPosix IO.swift
[928/1081] Compiling NIOPosix IntegerBitPacking.swift
[929/1081] Compiling NIOPosix IntegerTypes.swift
[930/1081] Compiling NIOPosix Linux.swift
[931/1081] Compiling NIOPosix LinuxCPUSet.swift
[932/1081] Compiling NIOPosix LinuxUring.swift
[933/1081] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[934/1081] Compiling NIOPosix SelectableChannel.swift
[935/1081] Compiling NIOPosix SelectableEventLoop.swift
[936/1081] Compiling NIOPosix SelectorEpoll.swift
[937/1081] Compiling NIOPosix SelectorGeneric.swift
[938/1081] Compiling NIOPosix SelectorKqueue.swift
[939/1081] Compiling NIOPosix SelectorUring.swift
[940/1081] Compiling NIOPosix ServerSocket.swift
[941/1081] Compiling NIOPosix Socket.swift
[942/1081] Compiling NIOPosix SocketChannel.swift
[943/1081] Compiling NIOPosix SocketProtocols.swift
[944/1081] Compiling NIOPosix System.swift
[945/1081] Compiling NIOPosix Thread.swift
[946/1081] Compiling NIOPosix Pool.swift
[947/1081] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[948/1081] Compiling NIOPosix PosixSingletons.swift
[949/1081] Compiling NIOPosix RawSocketBootstrap.swift
[950/1081] Compiling NIOPosix Resolver.swift
[951/1081] Compiling NIOPosix Selectable.swift
[951/1081] Compiling evp.cc
[952/1081] Compiling err.cc
[953/1081] Compiling evp_ctx.cc
[954/1081] Compiling evp_asn1.cc
[955/1081] Compiling engine.cc
[957/1081] Compiling NIOPosix BSDSocketAPICommon.swift
[958/1081] Compiling NIOPosix BSDSocketAPIPosix.swift
[959/1081] Compiling NIOPosix BSDSocketAPIWindows.swift
[960/1081] Compiling NIOPosix BaseSocket.swift
[961/1081] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[962/1081] Compiling NIOPosix BaseSocketChannel.swift
[963/1081] Compiling NIOPosix BaseStreamSocketChannel.swift
[963/1081] Compiling ecdsa_asn1.cc
[964/1081] Compiling ec_derive.cc
[965/1081] Compiling ecdh_extra.cc
[966/1081] Compiling hash_to_curve.cc
[967/1081] Compiling ec_asn1.cc
[968/1081] Compiling dsa_asn1.cc
[970/1081] Compiling NIOPosix ThreadPosix.swift
[971/1081] Compiling NIOPosix ThreadWindows.swift
[972/1081] Compiling NIOPosix UnsafeTransfer.swift
[973/1081] Compiling NIOPosix Utilities.swift
[974/1081] Compiling NIOPosix VsockAddress.swift
[975/1081] Compiling NIOPosix VsockChannelEvents.swift
[975/1081] Compiling digest_extra.cc
[976/1081] Compiling dsa.cc
[978/1081] Compiling NIOPosix NIOThreadPool.swift
[979/1081] Compiling NIOPosix NonBlockingFileIO.swift
[980/1081] Compiling NIOPosix PendingDatagramWritesManager.swift
[981/1081] Compiling NIOPosix PendingWritesManager.swift
[982/1081] Compiling NIOPosix PipeChannel.swift
[983/1081] Compiling NIOPosix PipePair.swift
[983/1081] Compiling params.cc
[984/1081] Compiling dh_asn1.cc
[985/1081] Compiling x25519-asm-arm.S
[986/1081] Compiling des.cc
[988/1081] Compiling NIOPosix Bootstrap.swift
[989/1081] Compiling NIOPosix ControlMessage.swift
[990/1081] Compiling NIOPosix DatagramVectorReadManager.swift
[991/1081] Compiling NIOPosix Errors+Any.swift
[992/1081] Compiling NIOPosix FileDescriptor.swift
[993/1081] Compiling NIOPosix GetaddrinfoResolver.swift
[994/1081] Compiling NIOPosix HappyEyeballs.swift
[994/1082] Compiling spake25519.cc
[996/1082] Compiling cpu_intel.cc
[997/1082] Compiling crypto.cc
[998/1082] Compiling cpu_arm_linux.cc
[999/1082] Compiling cpu_arm_freebsd.cc
[1000/1082] Compiling cpu_aarch64_win.cc
[1001/1082] Compiling curve25519_64_adx.cc
[1002/1082] Compiling curve25519.cc
[1003/1082] Compiling bcm.cc
[1004/1082] Wrapping AST for NIOPosix for debugging
[1005/1084] Compiling cpu_aarch64_openbsd.cc
[1007/1084] Emitting module NIO
[1008/1084] Compiling NIO Exports.swift
[1008/1084] Compiling cpu_aarch64_sysreg.cc
[1009/1084] Compiling cpu_aarch64_fuchsia.cc
[1010/1084] Compiling cpu_aarch64_apple.cc
[1011/1084] Compiling cpu_aarch64_linux.cc
[1013/1085] Compiling tls_cbc.cc
[1014/1085] Compiling conf.cc
[1015/1085] Compiling e_rc2.cc
[1016/1085] Compiling e_tls.cc
[1017/1085] Compiling e_null.cc
[1018/1085] Compiling e_rc4.cc
[1019/1085] Compiling e_des.cc
[1020/1105] Wrapping AST for NIO for debugging
[1022/1124] Emitting module NIOTLS
[1022/1124] Compiling e_aesctrhmac.cc
[1023/1124] Compiling e_aesgcmsiv.cc
[1024/1124] Compiling e_chacha20poly1305.cc
[1026/1124] Emitting module NIOHTTP1
[1027/1126] Compiling NIOTLS TLSEvents.swift
[1028/1126] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1029/1126] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1029/1126] Compiling derive_key.cc
[1031/1126] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1032/1126] Compiling NIOSOCKS ClientStateMachine.swift
[1033/1126] Compiling NIOSOCKS SOCKSResponse.swift
[1034/1127] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1035/1127] Compiling NIOTLS SNIHandler.swift
[1036/1128] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1037/1128] Compiling NIOHTTP1 HTTPDecoder.swift
[1038/1128] Emitting module NIOSOCKS
[1039/1128] Compiling NIOHTTP1 HTTPEncoder.swift
[1040/1128] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1041/1128] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1042/1128] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1043/1128] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1044/1128] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1046/1128] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1047/1128] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1047/1128] Compiling cipher_extra.cc
[1048/1128] Compiling chacha.cc
[1050/1128] Compiling NIOSOCKS ServerStateMachine.swift
[1050/1128] Compiling unicode.cc
[1052/1129] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1053/1129] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1053/1129] Wrapping AST for NIOTLS for debugging
[1057/1158] Compiling cbs.cc
[1058/1158] Compiling cbb.cc
[1059/1158] Wrapping AST for NIOSOCKS for debugging
[1060/1158] Compiling ber.cc
[1061/1158] Compiling buf.cc
[1062/1158] Compiling asn1_compat.cc
[1063/1158] Compiling NIOSSL SSLErrors.swift
[1064/1158] Compiling NIOSSL SSLInit.swift
[1065/1158] Compiling NIOSSL NIOSSLHandler.swift
[1066/1158] Compiling NIOSSL SSLContext.swift
[1068/1158] Compiling NIOSSL NIOSSLClientHandler.swift
[1069/1158] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1070/1158] Compiling NIOSSL SSLCallbacks.swift
[1071/1158] Compiling NIOSSL SSLCertificate.swift
[1071/1158] Compiling bn_asn1.cc
[1072/1158] Compiling convert.cc
[1074/1158] Compiling NIOSSL AndroidCABundle.swift
[1075/1158] Compiling NIOSSL ByteBufferBIO.swift
[1076/1158] Compiling NIOSSL CustomPrivateKey.swift
[1076/1159] Compiling blake2.cc
[1077/1159] Compiling printf.cc
[1079/1159] Compiling bio_mem.cc
[1080/1159] Compiling pair.cc
[1081/1159] Compiling hexdump.cc
[1082/1166] Compiling file.cc
[1083/1177] Wrapping AST for NIOHTTP1 for debugging
[1084/1177] Compiling errno.cc
[1086/1177] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1087/1177] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1088/1177] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1088/1177] Compiling fd.cc
[1090/1177] Emitting module NIOFoundationCompat
[1091/1177] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1092/1178] Compiling bio.cc
[1094/1178] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1095/1178] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1096/1178] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1097/1178] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1098/1178] Compiling NIOHPACK IndexedHeaderTable.swift
[1099/1179] Compiling NIOHPACK IntegerCoding.swift
[1099/1179] Compiling base64.cc
[1100/1180] Wrapping AST for NIOFoundationCompat for debugging
[1101/1180] Compiling tasn_utl.cc
[1103/1180] Compiling NIOHTTPCompression HTTPCompression.swift
[1104/1180] Compiling NIOHTTPCompression HTTPDecompression.swift
[1105/1180] Emitting module NIOHTTPCompression
[1105/1189] Compiling tasn_fre.cc
[1107/1196] Emitting module NIOTransportServices
[1107/1199] Compiling tasn_new.cc
[1109/1204] Emitting module NIOSSL
[1109/1208] Compiling tasn_typ.cc
[1111/1208] Compiling NIOHPACK HuffmanTables.swift
[1112/1208] Compiling NIOHPACK StaticHeaderTable.swift
[1114/1208] Compiling NIOHPACK HuffmanCoding.swift
[1115/1208] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1116/1208] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1117/1208] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1118/1208] Compiling NIOTransportServices NIOTSSingletons.swift
[1119/1208] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1120/1208] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1121/1208] Compiling NIOTransportServices NIOTSErrors.swift
[1122/1208] Compiling NIOTransportServices NIOTSEventLoop.swift
[1123/1208] Compiling NIOTransportServices StateManagedChannel.swift
[1124/1208] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1125/1208] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1126/1208] Compiling NIOTransportServices NIOTSBootstraps.swift
[1127/1208] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1128/1208] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1129/1208] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1130/1208] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1131/1208] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1132/1208] Compiling NIOTransportServices AcceptHandler.swift
[1133/1208] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1134/1208] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1135/1208] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1136/1208] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1137/1208] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1139/1209] Compiling tasn_enc.cc
[1145/1209] Emitting module NIOHPACK
[1145/1210] Compiling f_string.cc
[1151/1210] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1152/1210] Compiling NIOSSL SubjectAlternativeName.swift
[1153/1210] Compiling NIOSSL NIOSSLSecureBytes.swift
[1154/1210] Compiling NIOSSL RNG.swift
[1155/1210] Compiling NIOSSL SafeCompare.swift
[1159/1210] Compiling posix_time.cc
[1160/1210] Wrapping AST for NIOHTTPCompression for debugging
[1161/1210] Compiling tasn_dec.cc
[1167/1210] Compiling f_int.cc
[1168/1210] Wrapping AST for NIOTransportServices for debugging
[1169/1210] Compiling asn1_par.cc
[1170/1210] Compiling asn_pack.cc
[1171/1210] Wrapping AST for NIOHPACK for debugging
[1173/1258] Compiling NIOHTTP2 SendingHeadersState.swift
[1174/1258] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1175/1258] Compiling NIOHTTP2 SendingRstStreamState.swift
[1176/1258] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1177/1262] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1178/1262] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1179/1262] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1180/1262] Compiling NIOHTTP2 HasLocalSettings.swift
[1181/1262] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1182/1262] Compiling NIOHTTP2 MaySendFrames.swift
[1183/1262] Compiling NIOHTTP2 SendingDataState.swift
[1184/1262] Compiling NIOHTTP2 SendingGoawayState.swift
[1184/1268] Compiling a_type.cc
[1185/1268] Compiling asn1_lib.cc
[1186/1268] Compiling a_utctm.cc
[1187/1268] Compiling a_strex.cc
[1189/1268] Compiling NIOHTTP2 Error+Any.swift
[1190/1268] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1191/1268] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1192/1268] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1192/1269] Compiling a_d2i_fp.cc
[1193/1269] Compiling a_time.cc
[1194/1269] Compiling a_strnid.cc
[1195/1269] Compiling a_octet.cc
[1197/1269] Wrapping AST for Algorithms for debugging
[1198/1269] Wrapping AST for Atomics for debugging
[1199/1269] Compiling a_gentm.cc
[1204/1269] Compiling NIOHTTP2 HasRemoteSettings.swift
[1205/1269] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1206/1269] Compiling NIOHTTP2 QuiescingState.swift
[1207/1269] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1208/1269] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1216/1269] Wrapping AST for NIOSSL for debugging
[1217/1277] Compiling a_bool.cc
[1219/1285] Compiling CryptoBoringWrapper RandomBytes.swift
[1220/1285] Emitting module NIOHTTP2
[1221/1285] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1222/1285] Emitting module CryptoBoringWrapper
[1223/1285] Compiling NIOHTTP2 InboundWindowManager.swift
[1224/1285] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1225/1285] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1226/1285] Compiling NIOHTTP2 StreamChannelList.swift
[1227/1285] Compiling NIOHTTP2 StreamMap.swift
[1228/1285] Compiling NIOHTTP2 StreamStateMachine.swift
[1229/1285] Compiling NIOHTTP2 UnsafeTransfer.swift
[1230/1285] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1231/1285] Compiling CryptoBoringWrapper EllipticCurve.swift
[1232/1285] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1233/1285] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1234/1285] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1235/1285] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1237/1286] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1238/1286] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1239/1286] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1240/1286] Compiling NIOHTTP2 HTTP2StreamID.swift
[1241/1286] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1242/1286] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1243/1286] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1244/1286] Compiling NIOHTTP2 InboundEventBuffer.swift
[1244/1287] Wrapping AST for CryptoBoringWrapper for debugging
[1246/1357] Compiling Crypto ASN1Identifier.swift
[1247/1357] Compiling Crypto ASN1Integer.swift
[1248/1357] Compiling Crypto ASN1Null.swift
[1249/1357] Compiling Crypto ASN1OctetString.swift
[1250/1357] Compiling Crypto ASN1Strings.swift
[1251/1357] Compiling Crypto ArraySliceBigint.swift
[1252/1357] Compiling Crypto GeneralizedTime.swift
[1253/1357] Compiling Crypto ObjectIdentifier.swift
[1254/1357] Compiling Crypto ECDSASignature.swift
[1255/1357] Compiling Crypto HPKE-Ciphersuite.swift
[1256/1357] Compiling Crypto HPKE-KDF.swift
[1257/1357] Compiling Crypto HPKE-KexKeyDerivation.swift
[1258/1357] Compiling Crypto HPKE-LabeledExtract.swift
[1259/1357] Compiling Crypto HPKE-Utils.swift
[1260/1357] Compiling Crypto DHKEM.swift
[1261/1357] Compiling Crypto HPKE-KEM-Curve25519.swift
[1262/1357] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1263/1357] Compiling Crypto HPKE-KEM.swift
[1264/1357] Compiling Crypto HPKE-Errors.swift
[1265/1366] Compiling Crypto AESWrap.swift
[1266/1366] Compiling Crypto AESWrap_boring.swift
[1267/1366] Compiling Crypto Ed25519_boring.swift
[1268/1366] Compiling Crypto NISTCurvesKeys_boring.swift
[1269/1366] Compiling Crypto X25519Keys_boring.swift
[1270/1366] Compiling Crypto Curve25519.swift
[1271/1366] Compiling Crypto Ed25519Keys.swift
[1272/1366] Compiling Crypto NISTCurvesKeys.swift
[1273/1366] Compiling Crypto SymmetricKeys.swift
[1274/1366] Compiling Crypto HMAC.swift
[1275/1366] Compiling Crypto MACFunctions.swift
[1276/1366] Compiling Crypto MessageAuthenticationCode.swift
[1277/1366] Compiling Crypto AES.swift
[1278/1366] Compiling Crypto ECDSASignature_boring.swift
[1279/1366] Compiling Crypto ECDSA_boring.swift
[1280/1366] Compiling Crypto EdDSA_boring.swift
[1281/1366] Compiling Crypto ECDSA.swift
[1282/1366] Compiling Crypto Ed25519.swift
[1283/1366] Compiling Crypto CryptoKitErrors.swift
[1284/1366] Compiling Crypto Digest_boring.swift
[1285/1366] Compiling Crypto Digest.swift
[1286/1366] Compiling Crypto Digests.swift
[1287/1366] Compiling Crypto HashFunctions.swift
[1288/1366] Compiling Crypto HashFunctions_SHA2.swift
[1289/1366] Compiling Crypto HPKE-AEAD.swift
[1290/1366] Compiling Crypto HKDF.swift
[1291/1366] Compiling Crypto Nonces.swift
[1292/1366] Compiling Crypto ASN1.swift
[1293/1366] Compiling Crypto ASN1Any.swift
[1294/1366] Compiling Crypto ASN1BitString.swift
[1295/1366] Compiling Crypto ASN1Boolean.swift
[1296/1366] Compiling Crypto PKCS8PrivateKey.swift
[1297/1366] Compiling Crypto SEC1PrivateKey.swift
[1298/1366] Compiling Crypto SubjectPublicKeyInfo.swift
[1319/1367] Compiling Crypto X25519Keys.swift
[1320/1367] Compiling Crypto HPKE.swift
[1321/1367] Compiling Crypto HPKE-Context.swift
[1322/1367] Compiling Crypto HPKE-KeySchedule.swift
[1323/1367] Compiling Crypto HPKE-Modes.swift
[1324/1367] Compiling Crypto Insecure.swift
[1325/1367] Compiling Crypto Insecure_HashFunctions.swift
[1326/1367] Compiling Crypto KEM.swift
[1327/1367] Compiling Crypto ECDH_boring.swift
[1328/1367] Compiling Crypto DH.swift
[1329/1367] Compiling Crypto ECDH.swift
[1329/1367] Wrapping AST for NIOHTTP2 for debugging
[1331/1427] Compiling Crypto Signature.swift
[1332/1427] Compiling Crypto CryptoKitErrors_boring.swift
[1333/1427] Compiling Crypto RNG_boring.swift
[1334/1427] Compiling Crypto SafeCompare_boring.swift
[1335/1427] Compiling Crypto Zeroization_boring.swift
[1336/1427] Compiling Crypto PrettyBytes.swift
[1337/1427] Compiling Crypto SafeCompare.swift
[1338/1427] Compiling Crypto SecureBytes.swift
[1339/1427] Compiling Crypto Zeroization.swift
[1340/1427] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1341/1427] Compiling AsyncHTTPClient HTTP1Connection.swift
[1342/1427] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1343/1427] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1344/1427] Compiling AsyncHTTPClient HTTP2Connection.swift
[1345/1427] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1346/1427] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1347/1427] Compiling AsyncHTTPClient ConnectionTarget.swift
[1348/1427] Compiling AsyncHTTPClient DeconstructedURL.swift
[1349/1427] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1350/1427] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1351/1427] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1352/1427] Compiling AsyncHTTPClient Transaction.swift
[1353/1427] Compiling AsyncHTTPClient Base64.swift
[1354/1427] Compiling AsyncHTTPClient BasicAuth.swift
[1355/1427] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1356/1427] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1357/1427] Compiling AsyncHTTPClient ConnectionPool.swift
[1358/1427] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1359/1427] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1360/1427] Emitting module Crypto
[1361/1428] Wrapping AST for Crypto for debugging
[1363/1468] Compiling APNSTestServer APNSTestServer.swift
[1364/1468] Emitting module APNSTestServer
[1366/1469] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1367/1469] Compiling APNSCore APNSClient.swift
[1368/1469] Compiling APNSCore APNSEnvironment.swift
[1369/1469] Compiling APNSCore APNSError.swift
[1370/1469] Compiling APNSCore APNSErrorResponse.swift
[1371/1469] Compiling APNSCore APNSMessage.swift
[1372/1469] Compiling APNSCore APNSNotificationExpiration.swift
[1373/1469] Compiling APNSCore APNSPriority.swift
[1374/1469] Compiling APNSCore APNSPushType.swift
[1375/1469] Compiling APNSCore APNSRequest.swift
[1376/1469] Compiling APNSCore APNSResponse.swift
[1377/1469] Compiling APNSCore APNSAlertNotification.swift
[1378/1469] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1379/1469] Compiling APNSCore APNSAlertNotificationContent.swift
[1380/1469] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1381/1469] Compiling APNSCore APNSAlertNotificationSound.swift
[1382/1469] Compiling APNSCore APNSClient+Alert.swift
[1383/1469] Compiling APNSCore APNSBackgroundNotification.swift
[1384/1469] Compiling APNSCore APNSClient+Background.swift
[1385/1469] Compiling APNSCore Base64.swift
[1386/1469] Compiling APNSCore APNSClient+Complication.swift
[1387/1469] Compiling APNSCore APNSComplicationNotification.swift
[1388/1469] Compiling APNSCore EmptyPayload.swift
[1389/1469] Compiling APNSCore APNSClient+FileProvider.swift
[1390/1469] Compiling APNSCore APNSFileProviderNotification.swift
[1391/1469] Compiling APNSCore APNSClient+LiveActivity.swift
[1392/1469] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[1393/1469] Emitting module AsyncHTTPClient
[1394/1477] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1395/1477] Compiling APNSCore APNSClient+PushToTalk.swift
[1396/1477] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1397/1477] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1398/1477] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1399/1477] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1400/1477] Compiling AsyncHTTPClient RequestBodyLength.swift
[1401/1477] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1402/1477] Compiling APNSCore APNSLiveActivityNotification.swift
[1403/1477] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1404/1477] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1405/1477] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1406/1477] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1407/1477] Compiling APNSCore APNSClient+Location.swift
[1408/1477] Compiling APNSCore APNSLocationNotification.swift
[1409/1477] Compiling APNSCore Logging.swift
[1415/1482] Compiling AsyncHTTPClient RequestOptions.swift
[1416/1482] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1417/1482] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1418/1482] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1419/1482] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1420/1482] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1421/1482] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1422/1482] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1423/1482] Compiling AsyncHTTPClient HTTPHandler.swift
[1424/1482] Compiling AsyncHTTPClient LRUCache.swift
[1425/1482] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1426/1482] Compiling AsyncHTTPClient NWErrorHandler.swift
[1427/1482] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1428/1482] Compiling AsyncHTTPClient TLSConfiguration.swift
[1429/1482] Compiling AsyncHTTPClient RedirectState.swift
[1430/1482] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1453/1482] Compiling APNSCore APNSPushToTalkNotification.swift
[1454/1482] Compiling APNSCore APNSClient+VoIP.swift
[1455/1482] Compiling APNSCore APNSVoIPNotification.swift
[1456/1482] Compiling APNSCore APNSClient+Widgets.swift
[1457/1482] Compiling APNSCore APNSWidgetsNotification.swift
[1458/1482] Compiling AsyncHTTPClient RequestBag.swift
[1459/1482] Compiling AsyncHTTPClient RequestValidation.swift
[1460/1482] Compiling AsyncHTTPClient SSLContextCache.swift
[1461/1482] Compiling AsyncHTTPClient Scheme.swift
[1462/1482] Compiling AsyncHTTPClient Singleton.swift
[1463/1482] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1464/1482] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1465/1482] Compiling AsyncHTTPClient Utils.swift
[1466/1483] Wrapping AST for AsyncHTTPClient for debugging
[1468/1483] Emitting module APNSCore
[1479/1484] Wrapping AST for APNSCore for debugging
[1481/1492] Compiling APNSURLSession APNSUrlSessionClient.swift
[1482/1492] Emitting module APNSURLSession
[1483/1492] Compiling APNSURLSession APNSURLSessionClientConfiguration.swift
[1485/1493] Compiling APNS APNSJSONDecoder.swift
[1486/1493] Compiling APNS APNSJSONEncoder.swift
[1487/1493] Compiling APNS APNSConfiguration.swift
[1488/1493] Emitting module APNS
[1489/1493] Compiling APNS APNSClient.swift
[1490/1494] Wrapping AST for APNS for debugging
[1492/1496] Compiling APNSExample Program.swift
/host/spi-builder-workspace/Sources/APNSExample/Program.swift:48:38: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
 46 |                 environment: .development
 47 |             ),
 48 |             eventLoopGroupProvider: .createNew,
    |                                      `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
 49 |             responseDecoder: JSONDecoder(),
 50 |             requestEncoder: JSONEncoder()
[1493/1496] Emitting module APNSExample
[1494/1497] Wrapping AST for APNSExample for debugging
[1495/1497] Write Objects.LinkFileList
[1496/1497] Linking APNSExample
Build complete! (299.37s)
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",
        "Widgets/APNSWidgetsNotificationTests.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",
        "Widgets/APNSClient+Widgets.swift",
        "Widgets/APNSWidgetsNotification.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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.