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 FCM, reference 3.0.0-beta.3 (a3ded2), with Swift 6.0 for Linux on 15 Dec 2024 02:48:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/FCM.git
Reference: 3.0.0-beta.3
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/mihaelisaev/FCM
 * tag               3.0.0-beta.3 -> FETCH_HEAD
HEAD is now at a3ded29 Add more public `init` (#54 by AlekseyPleshkov)
Cloned https://github.com/mihaelisaev/FCM.git
Revision (git rev-parse @):
a3ded2919a139e913260edd00c0433c19e463d22
SUCCESS checkout https://github.com/mihaelisaev/FCM.git at 3.0.0-beta.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mihaelisaev/FCM.git
https://github.com/mihaelisaev/FCM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FCM",
  "name" : "FCM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift"
      ],
      "target_dependencies" : [
        "FCM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FCM",
      "module_type" : "SwiftTarget",
      "name" : "FCM",
      "path" : "Sources/FCM",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FCM"
      ],
      "sources" : [
        "FCM+Application.swift",
        "FCM+Request.swift",
        "FCM.swift",
        "FCMAndroidConfig/FCMAndroidConfig.swift",
        "FCMAndroidConfig/FCMAndroidMessagePriority.swift",
        "FCMAndroidConfig/FCMAndroidNotification.swift",
        "FCMAndroidConfig/FCMAndroidNotificationLightSettings.swift",
        "FCMAndroidConfig/FCMAndroidNotificationPriority.swift",
        "FCMAndroidConfig/FCMAndroidNotificationVisibility.swift",
        "FCMApnsConfig/FCMApnsAlert.swift",
        "FCMApnsConfig/FCMApnsAlertOrString.swift",
        "FCMApnsConfig/FCMApnsApsObject.swift",
        "FCMApnsConfig/FCMApnsConfig.swift",
        "FCMApnsConfig/FCMApnsPayload.swift",
        "FCMApnsConfig/FCMApnsPayloadProtocol.swift",
        "FCMApnsConfig/FCMOptions.swift",
        "FCMApnsConfig/FCMOptionsProtocol.swift",
        "FCMConfiguration.swift",
        "FCMError.swift",
        "FCMMessage.swift",
        "FCMNotification.swift",
        "FCMWebpushConfig.swift",
        "GAuthPayload.swift",
        "Helpers/FCM+AccessToken.swift",
        "Helpers/FCM+BatchSend.swift",
        "Helpers/FCM+CreateTopic.swift",
        "Helpers/FCM+DeleteTopic.swift",
        "Helpers/FCM+GetTopics.swift",
        "Helpers/FCM+JWT.swift",
        "Helpers/FCM+RegisterAPNS.swift",
        "Helpers/FCM+SendMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/vapor/jwt.git
Fetching https://github.com/vapor/vapor.git
[1/2689] Fetching jwt
Fetched https://github.com/vapor/jwt.git from cache (0.29s)
[1/70547] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.94s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.1 (0.42s)
Fetching https://github.com/vapor/jwt-kit.git
[1/8849] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.86s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.1 (0.53s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
[1/5435] Fetching swift-certificates
[56/9162] Fetching swift-certificates, swift-log
[9163/20904] Fetching swift-certificates, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.45s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1422] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (2.03s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.6.1 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.42s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.107.0 (0.53s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1569] Fetching swift-atomics
[441/4093] Fetching swift-atomics, websocket-kit
[813/9290] Fetching swift-atomics, websocket-kit, swift-nio-extras
[8772/14881] Fetching swift-atomics, websocket-kit, swift-nio-extras, swift-algorithms
[9196/16996] Fetching swift-atomics, websocket-kit, swift-nio-extras, swift-algorithms, swift-metrics
[10611/19094] Fetching swift-atomics, websocket-kit, swift-nio-extras, swift-algorithms, swift-metrics, multipart-kit
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.50s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git
[505/22788] Fetching multipart-kit, routing-kit
[7333/33999] Fetching multipart-kit, routing-kit, swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
[20456/39469] Fetching multipart-kit, routing-kit, swift-nio-http2, console-kit
[24963/111837] Fetching multipart-kit, routing-kit, swift-nio-http2, console-kit, swift-nio
[40323/125562] Fetching multipart-kit, routing-kit, swift-nio-http2, console-kit, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (0.39s)
[35900/120092] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
[48873/122462] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio, swift-nio-ssl, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.04s)
[31519/101772] Fetching multipart-kit, swift-nio-http2, swift-nio, swift-nio-ssl, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[43854/99402] Fetching multipart-kit, swift-nio-http2, swift-nio, swift-nio-ssl
[66152/112742] Fetching multipart-kit, swift-nio-http2, swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/multipart-kit.git from cache (2.04s)
[70242/110644] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.13s)
[74870/97304] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.28s)
[65107/86093] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.29s)
[52105/72368] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.13s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3953] Fetching swift-system
[3954/19556] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.26s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
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 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2292] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.71s)
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.71s)
Fetching https://github.com/apple/swift-http-types
[1/719] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.23s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.47s)
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.52s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.45s)
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.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.47s)
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.42s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.0 (0.43s)
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
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.1
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.1
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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.77.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.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.23.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.1
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.107.0
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-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-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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.6.1
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
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
Building for debugging...
[0/848] Write sources
[49/848] Compiling _NumericsShims _NumericsShims.c
[50/848] Compiling CNIOWindows shim.c
[50/848] Compiling _AtomicsShims.c
[52/848] Compiling CNIOWindows WSAStartup.c
[53/848] Compiling CNIOWASI CNIOWASI.c
[53/848] Compiling CVaporBcrypt bcrypt.c
[55/848] Compiling CNIOLinux liburing_shims.c
[56/848] Compiling CVaporBcrypt blf.c
[57/848] Compiling CSystem shims.c
[58/848] Compiling CNIOSHA1 c_nio_sha1.c
[59/848] Compiling CNIOExtrasZlib empty.c
[60/848] Compiling CNIOLLHTTP c_nio_http.c
[61/848] Compiling CNIODarwin shim.c
[62/848] Compiling CNIOLinux shim.c
[63/848] Compiling fiat_p256_adx_mul.S
[64/848] Compiling fiat_p256_adx_sqr.S
[65/848] Compiling fiat_curve25519_adx_square.S
[66/848] Compiling fiat_curve25519_adx_mul.S
[67/848] Compiling CNIOLLHTTP c_nio_api.c
[68/848] Write swift-version-24593BA9C3E375BF.txt
[69/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/851] Compiling CNIOBoringSSLShims shims.c
[71/854] Compiling tls_record.cc
[72/854] Compiling tls_method.cc
[73/856] Compiling tls13_both.cc
[74/856] Compiling tls13_enc.cc
[75/884] Compiling tls13_server.cc
[76/908] Compiling tls13_client.cc
[78/933] Emitting module Logging
[79/933] Emitting module InternalCollectionsUtilities
[80/935] Compiling _NIOBase64 Base64.swift
[81/935] Emitting module _NIOBase64
[83/936] Compiling RealModule Real.swift
[84/937] Compiling RealModule RealFunctions.swift
[85/937] Compiling _NIODataStructures _TinyArray.swift
[86/937] Compiling _CertificateInternals _TinyArray.swift
[87/937] Emitting module _CertificateInternals
[88/938] Compiling InternalCollectionsUtilities Debugging.swift
[89/938] Compiling InternalCollectionsUtilities Descriptions.swift
[90/940] Compiling SwiftASN1 DER.swift
[91/940] Compiling SwiftASN1 Errors.swift
[94/940] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/940] Compiling InternalCollectionsUtilities Specialize.swift
[96/940] Compiling _NIODataStructures PriorityQueue.swift
[97/940] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[98/940] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[100/940] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[101/940] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[102/940] Compiling InternalCollectionsUtilities _SortedCollection.swift
[103/940] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/940] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[105/940] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/940] Compiling InternalCollectionsUtilities UInt+reversed.swift
[107/940] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[111/940] Compiling RealModule ElementaryFunctions.swift
[112/940] Emitting module RealModule
[113/940] Compiling RealModule Float+Real.swift
[114/940] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[115/940] Compiling InternalCollectionsUtilities Integer rank.swift
[119/940] Compiling SystemPackage MachPort.swift
[120/940] Compiling SystemPackage PlatformString.swift
[121/940] Compiling SystemPackage SystemString.swift
[128/940] Compiling RealModule Float16+Real.swift
[132/943] Compiling RealModule Float80+Real.swift
[146/945] Emitting module SystemPackage
[147/945] Emitting module SwiftASN1
[150/1016] Emitting module _NIODataStructures
[151/1016] Compiling _NIODataStructures Heap.swift
[152/1016] Compiling Logging Locks.swift
[153/1016] Compiling CoreMetrics Locks.swift
[154/1016] Compiling Logging MetadataProvider.swift
[155/1016] Compiling _RopeModule BigString+Append.swift
[156/1016] Compiling _RopeModule BigString+Initializers.swift
[157/1016] Compiling _RopeModule BigString+Insert.swift
[158/1016] Compiling _RopeModule BigString+Managing Breaks.swift
[159/1017] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[160/1017] Compiling _RopeModule BigString+Chunk+Splitting.swift
[161/1017] Compiling _RopeModule BigString+Chunk.swift
[162/1017] Compiling _RopeModule BigString+BidirectionalCollection.swift
[164/1017] Compiling Logging LogHandler.swift
[165/1017] Compiling Logging Logging.swift
[167/1018] Emitting module CoreMetrics
[168/1018] Compiling _RopeModule Range+BigString.swift
[169/1018] Compiling _RopeModule BigString+UTF16View.swift
[170/1018] Compiling _RopeModule BigString+UTF8View.swift
[172/1081] Compiling OrderedCollections OrderedDictionary+Codable.swift
[173/1081] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[174/1087] Compiling HeapModule Heap+Descriptions.swift
[175/1087] Compiling RoutingKit AnyRouter.swift
[176/1087] Compiling CoreMetrics Metrics.swift
[176/1087] Compiling t1_enc.cc
[178/1088] Compiling HeapModule Heap.swift
[179/1088] Compiling HeapModule _HeapNode.swift
[179/1088] Compiling ssl_x509.cc
[181/1088] Compiling RoutingKit PathComponent.swift
[183/1088] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[184/1088] Compiling HeapModule Heap+Invariants.swift
[185/1088] Compiling HeapModule Heap+UnsafeHandle.swift
[186/1149] Emitting module HeapModule
[188/1180] Compiling RoutingKit Router.swift
[189/1180] Compiling RoutingKit TrieRouter.swift
[190/1180] Compiling HashTreeCollections TreeDictionary+Collection.swift
[191/1180] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[192/1180] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[193/1180] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[194/1180] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[195/1180] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[196/1180] Compiling HashTreeCollections TreeDictionary+Filter.swift
[197/1180] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[198/1180] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[199/1180] Compiling HashTreeCollections TreeDictionary+Keys.swift
[200/1180] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[201/1180] Compiling HashTreeCollections TreeDictionary+Merge.swift
[202/1180] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[203/1180] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[204/1187] Compiling HashTreeCollections _HashNode+Structural union.swift
[205/1187] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[206/1187] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[207/1187] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[208/1187] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[209/1187] Compiling HashTreeCollections _HashNode.swift
[210/1187] Compiling HashTreeCollections _HashNodeHeader.swift
[211/1187] Compiling HashTreeCollections _HashSlot.swift
[212/1187] Compiling DequeModule _DequeBuffer.swift
[213/1187] Compiling DequeModule _DequeBufferHeader.swift
[214/1191] Compiling DequeModule Deque+Equatable.swift
[215/1191] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[216/1191] Compiling DequeModule Deque+CustomReflectable.swift
[217/1191] Compiling DequeModule Deque+Descriptions.swift
[218/1191] Compiling HashTreeCollections _HashStack.swift
[219/1191] Compiling HashTreeCollections _HashTreeIterator.swift
[220/1191] Compiling HashTreeCollections _HashTreeStatistics.swift
[221/1191] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[222/1191] Compiling HashTreeCollections _RawHashNode.swift
[223/1191] Compiling HashTreeCollections _UnmanagedHashNode.swift
[224/1191] Compiling HashTreeCollections _UnsafePath.swift
[225/1191] Compiling HashTreeCollections TreeDictionary+Codable.swift
[226/1191] Compiling HashTreeCollections _HashNode+Builder.swift
[227/1191] Compiling HashTreeCollections _HashNode+Debugging.swift
[228/1191] Compiling HashTreeCollections _HashNode+Initializers.swift
[229/1191] Compiling HashTreeCollections _HashNode+Invariants.swift
[230/1191] Compiling HashTreeCollections _HashNode+Lookups.swift
[231/1191] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[232/1191] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[233/1191] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[234/1191] Compiling DequeModule Deque._UnsafeHandle.swift
[235/1191] Compiling DequeModule Deque.swift
[236/1191] Compiling DequeModule Deque+Extras.swift
[237/1191] Compiling DequeModule Deque+Hashable.swift
[240/1191] Compiling DequeModule _DequeSlot.swift
[241/1191] Compiling DequeModule _UnsafeWrappedBuffer.swift
[242/1191] Compiling OrderedCollections OrderedSet+SubSequence.swift
[243/1191] Compiling OrderedCollections OrderedSet+Testing.swift
[244/1191] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[245/1191] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[246/1191] Compiling OrderedCollections OrderedSet.swift
[247/1191] Compiling OrderedCollections _UnsafeBitset.swift
[248/1191] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[249/1191] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[250/1191] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[251/1191] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[265/1202] Compiling OrderedCollections OrderedSet+Sendable.swift
[276/1202] Compiling HashTreeCollections TreeDictionary.swift
[277/1202] Compiling HashTreeCollections TreeSet+Codable.swift
[278/1211] Compiling DequeModule Deque+Testing.swift
[279/1211] Compiling DequeModule Deque._Storage.swift
[285/1211] Compiling DequeModule Deque+Codable.swift
[286/1211] Compiling DequeModule Deque+Collection.swift
[295/1211] Compiling RoutingKit Parameters.swift
[296/1211] Emitting module RoutingKit
[299/1212] Compiling _RopeModule Rope+Join.swift
[300/1212] Compiling _RopeModule Rope+MutatingForEach.swift
[301/1212] Compiling _RopeModule Rope+Remove.swift
[302/1212] Compiling _RopeModule Rope+RemoveSubrange.swift
[303/1212] Compiling _RopeModule Rope+Split.swift
[304/1212] Compiling _RopeModule Optional Utilities.swift
[305/1212] Compiling _RopeModule String Utilities.swift
[306/1212] Compiling _RopeModule String.Index+ABI.swift
[318/1212] Compiling ssl_versions.cc
[330/1212] Compiling _RopeModule _CharacterRecognizer.swift
[331/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[332/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[333/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[334/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[335/1212] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[336/1212] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[337/1212] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[338/1212] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[339/1212] Compiling HashTreeCollections TreeSet.swift
[340/1212] Emitting module DequeModule
[349/1213] Emitting module Metrics
[350/1213] Compiling Metrics Metrics.swift
[362/1214] Compiling ssl_transcript.cc
[364/1214] Emitting module OrderedCollections
[364/1214] Compiling ssl_stat.cc
[367/1215] Emitting module _RopeModule
[367/1215] Compiling ssl_session.cc
[416/1215] Compiling ssl_privkey.cc
[451/1216] Compiling ssl_key_share.cc
[452/1216] Compiling ssl_file.cc
[453/1216] Compiling ssl_lib.cc
[454/1216] Compiling ssl_cipher.cc
[455/1216] Compiling ssl_credential.cc
[456/1216] Compiling ssl_cert.cc
[457/1216] Compiling ssl_buffer.cc
[459/1216] Emitting module HashTreeCollections
[459/1217] Compiling ssl_asn1.cc
[461/1217] Compiling s3_pkt.cc
[462/1217] Compiling ssl_aead_ctx.cc
[463/1217] Compiling s3_both.cc
[464/1217] Compiling s3_lib.cc
[465/1217] Compiling handshake_client.cc
[466/1217] Compiling handshake_server.cc
[467/1217] Compiling handshake.cc
[468/1217] Compiling encrypted_client_hello.cc
[469/1217] Compiling dtls_record.cc
[470/1217] Compiling handoff.cc
[471/1217] Compiling md5-x86_64-linux.S
[472/1217] Compiling extensions.cc
[473/1217] Compiling md5-x86_64-apple.S
[474/1217] Compiling md5-586-linux.S
[475/1217] Compiling dtls_method.cc
[476/1217] Compiling md5-586-apple.S
[477/1217] Compiling err_data.c
[478/1217] Compiling d1_srtp.cc
[479/1217] Compiling chacha20_poly1305_x86_64-apple.S
[480/1217] Compiling d1_pkt.cc
[481/1217] Compiling chacha20_poly1305_armv8-win.S
[482/1217] Compiling chacha20_poly1305_x86_64-linux.S
[483/1217] Compiling chacha20_poly1305_armv8-linux.S
[484/1217] Compiling chacha20_poly1305_armv8-apple.S
[485/1217] Compiling chacha-x86_64-apple.S
[486/1217] Compiling chacha-x86_64-linux.S
[487/1217] Compiling chacha-x86-linux.S
[488/1217] Compiling chacha-x86-apple.S
[489/1217] Compiling chacha-armv8-win.S
[490/1217] Compiling chacha-armv8-apple.S
[490/1217] Compiling chacha-armv8-linux.S
[492/1217] Compiling chacha-armv4-linux.S
[493/1217] Compiling aes128gcmsiv-x86_64-linux.S
[494/1217] Compiling aes128gcmsiv-x86_64-apple.S
[495/1217] Compiling x86_64-mont5-apple.S
[496/1217] Compiling x86_64-mont-apple.S
[497/1217] Compiling x86_64-mont-linux.S
[498/1217] Compiling x86_64-mont5-linux.S
[499/1217] Compiling x86-mont-linux.S
[500/1217] Compiling vpaes-x86_64-linux.S
[501/1217] Compiling x86-mont-apple.S
[502/1217] Compiling vpaes-x86_64-apple.S
[503/1217] Compiling vpaes-x86-linux.S
[504/1217] Compiling vpaes-x86-apple.S
[505/1217] Compiling vpaes-armv8-win.S
[506/1217] Compiling vpaes-armv8-linux.S
[507/1217] Compiling vpaes-armv7-linux.S
[508/1217] Compiling vpaes-armv8-apple.S
[509/1217] Compiling d1_lib.cc
[510/1217] Compiling sha512-armv8-win.S
[511/1217] Compiling sha512-x86_64-apple.S
[512/1217] Compiling sha512-x86_64-linux.S
[513/1217] Compiling sha512-armv8-apple.S
[513/1217] Compiling bio_ssl.cc
[515/1217] Compiling sha512-armv8-linux.S
[516/1217] Compiling sha512-armv4-linux.S
[517/1217] Compiling sha512-586-linux.S
[518/1217] Compiling sha512-586-apple.S
[519/1217] Compiling sha256-x86_64-apple.S
[520/1217] Compiling sha256-armv8-linux.S
[521/1217] Compiling sha256-armv8-win.S
[522/1217] Compiling sha256-armv4-linux.S
[523/1217] Compiling sha256-armv8-apple.S
[524/1217] Compiling sha256-x86_64-linux.S
[525/1217] Compiling sha256-586-linux.S
[526/1217] Compiling sha256-586-apple.S
[527/1217] Compiling sha1-armv8-win.S
[528/1217] Compiling sha1-armv8-apple.S
[529/1217] Compiling sha1-armv8-linux.S
[530/1217] Compiling sha1-x86_64-linux.S
[531/1217] Compiling sha1-x86_64-apple.S
[532/1217] Compiling sha1-586-linux.S
[533/1217] Compiling sha1-armv4-large-linux.S
[534/1217] Compiling rsaz-avx2-apple.S
[535/1217] Compiling rsaz-avx2-linux.S
[536/1217] Compiling sha1-586-apple.S
[537/1217] Compiling rdrand-x86_64-linux.S
[538/1217] Compiling rdrand-x86_64-apple.S
[539/1217] Compiling p256_beeu-armv8-asm-win.S
[540/1217] Compiling p256_beeu-x86_64-asm-linux.S
[541/1217] Compiling p256_beeu-armv8-asm-linux.S
[542/1217] Compiling p256_beeu-armv8-asm-apple.S
[543/1217] Compiling p256_beeu-x86_64-asm-apple.S
[544/1217] Compiling p256-x86_64-asm-apple.S
[544/1217] Compiling p256-x86_64-asm-linux.S
[546/1217] Compiling p256-armv8-asm-linux.S
[547/1217] Compiling p256-armv8-asm-win.S
[548/1217] Compiling p256-armv8-asm-apple.S
[549/1217] Compiling ghashv8-armv8-win.S
[550/1217] Compiling d1_both.cc
[551/1217] Compiling ghashv8-armv8-linux.S
[552/1217] Compiling ghashv8-armv8-apple.S
[553/1217] Compiling ghashv8-armv7-linux.S
[554/1217] Compiling ghash-x86-apple.S
[555/1217] Compiling ghash-ssse3-x86_64-apple.S
[556/1217] Compiling ghash-x86_64-linux.S
[557/1217] Compiling ghash-x86_64-apple.S
[558/1217] Compiling ghash-x86-linux.S
[558/1217] Compiling ghash-ssse3-x86_64-linux.S
[560/1217] Compiling ghash-neon-armv8-win.S
[560/1217] Compiling ghash-ssse3-x86-linux.S
[562/1217] Compiling ghash-armv4-linux.S
[563/1217] Compiling ghash-ssse3-x86-apple.S
[564/1217] Compiling ghash-neon-armv8-linux.S
[565/1217] Compiling co-586-apple.S
[566/1217] Compiling ghash-neon-armv8-apple.S
[567/1217] Compiling co-586-linux.S
[568/1217] Compiling bn-armv8-win.S
[569/1217] Compiling bsaes-armv7-linux.S
[570/1217] Compiling bn-armv8-linux.S
[571/1217] Compiling bn-armv8-apple.S
[572/1217] Compiling bn-586-apple.S
[573/1217] Compiling bn-586-linux.S
[574/1217] Compiling armv8-mont-win.S
[575/1217] Compiling armv8-mont-linux.S
[576/1217] Compiling armv4-mont-linux.S
[576/1217] Compiling aesv8-gcm-armv8-win.S
[578/1217] Compiling armv8-mont-apple.S
[579/1217] Compiling aesv8-gcm-armv8-linux.S
[580/1217] Compiling aesv8-armv7-linux.S
[581/1217] Compiling aesv8-gcm-armv8-apple.S
[582/1217] Compiling aesv8-armv8-win.S
[583/1217] Compiling aesv8-armv8-linux.S
[584/1217] Compiling aesv8-armv8-apple.S
[585/1217] Compiling aesni-x86_64-apple.S
[586/1217] Compiling aesni-x86-linux.S
[587/1217] Compiling aesni-x86-apple.S
[588/1217] Compiling aesni-gcm-x86_64-linux.S
[589/1217] Compiling aesni-x86_64-linux.S
[590/1217] Compiling aesni-gcm-x86_64-apple.S
[591/1217] Compiling x_req.c
[592/1217] Compiling x_x509a.c
[593/1217] Compiling x_val.c
[594/1217] Compiling x_sig.c
[595/1217] Compiling x_spki.c
[596/1217] Compiling x_x509.c
[597/1217] Compiling x_name.c
[598/1217] Compiling x_pubkey.c
[599/1217] Compiling x_exten.c
[600/1217] Compiling x509spki.c
[601/1217] Compiling x_attrib.c
[602/1217] Compiling x_algor.c
[603/1217] Compiling x_crl.c
[604/1217] Compiling x_all.c
[605/1217] Compiling x509rset.c
[606/1217] Compiling x509name.c
[607/1217] Compiling x509_vfy.c
[608/1217] Compiling x509_req.c
[609/1217] Compiling x509cset.c
[610/1217] Compiling x509_txt.c
[611/1217] Compiling x509_trs.c
[612/1217] Compiling x509_vpm.c
[613/1217] Compiling x509_set.c
[614/1217] Compiling x509_v3.c
[615/1217] Compiling x509_def.c
[616/1217] Compiling x509_obj.c
[617/1217] Compiling x509_ext.c
[618/1217] Compiling x509_d2.c
[619/1217] Compiling x509_lu.c
[620/1217] Compiling x509.c
[621/1217] Compiling x509_cmp.c
[622/1217] Compiling x509_att.c
[623/1217] Compiling v3_skey.c
[624/1217] Compiling v3_prn.c
[625/1217] Compiling v3_utl.c
[626/1217] Compiling v3_purp.c
[627/1217] Compiling v3_pmaps.c
[628/1217] Compiling v3_ocsp.c
[629/1217] Compiling v3_pcons.c
[630/1217] Compiling v3_ncons.c
[631/1217] Compiling v3_int.c
[632/1217] Compiling v3_ia5.c
[633/1217] Compiling v3_info.c
[634/1217] Compiling v3_lib.c
[635/1217] Compiling v3_extku.c
[636/1217] Compiling v3_genn.c
[637/1217] Compiling v3_enum.c
[638/1217] Compiling v3_conf.c
[639/1217] Compiling v3_crld.c
[640/1217] Compiling v3_bcons.c
[641/1217] Compiling v3_cpols.c
[642/1217] Compiling v3_bitst.c
[643/1217] Compiling v3_alt.c
[644/1217] Compiling v3_akeya.c
[645/1217] Compiling v3_akey.c
[646/1217] Compiling t_x509.c
[647/1217] Compiling t_crl.c
[648/1217] Compiling t_x509a.c
[649/1217] Compiling i2d_pr.c
[650/1217] Compiling t_req.c
[651/1217] Compiling name_print.c
[652/1217] Compiling rsa_pss.c
[653/1217] Compiling a_verify.c
[654/1217] Compiling policy.c
[655/1217] Compiling a_digest.c
[655/1217] Compiling by_file.c
[657/1217] Compiling a_sign.c
[658/1217] Compiling asn1_gen.c
[659/1217] Compiling by_dir.c
[660/1217] Compiling algorithm.c
[661/1217] Compiling thread_win.c
[662/1217] Compiling thread_none.c
[663/1217] Compiling thread.c
[664/1217] Compiling trust_token.c
[665/1217] Compiling thread_pthread.c
[666/1217] Compiling spx_util.c
[667/1217] Compiling spx_wots.c
[668/1217] Compiling voprf.c
[669/1217] Compiling spx_merkle.c
[670/1217] Compiling stack.c
[671/1217] Compiling spx_thash.c
[672/1217] Compiling spx_fors.c
[673/1217] Compiling pmbtoken.c
[674/1217] Compiling spx.c
[675/1217] Compiling slhdsa.c
[676/1217] Compiling spx_address.c
[677/1217] Compiling thash.c
[678/1217] Compiling wots.c
[679/1217] Compiling sha512.c
[680/1217] Compiling merkle.c
[681/1217] Compiling fors.c
[682/1217] Compiling sha1.c
[683/1217] Compiling siphash.c
[684/1217] Compiling sha256.c
[685/1217] Compiling rsa_print.c
[686/1217] Compiling rsa_extra.c
[687/1217] Compiling rc4.c
[688/1217] Compiling trusty.c
[689/1217] Compiling refcount.c
[690/1217] Compiling rand_extra.c
[691/1217] Compiling windows.c
[692/1217] Compiling rsa_asn1.c
[693/1217] Compiling passive.c
[694/1217] Compiling ios.c
[694/1217] Compiling rsa_crypt.c
[696/1217] Compiling getentropy.c
[697/1217] Compiling urandom.c
[698/1217] Compiling deterministic.c
[699/1217] Compiling fork_detect.c
[700/1217] Compiling poly1305_arm_asm.S
[701/1217] Compiling forkunsafe.c
[702/1217] Compiling poly1305_arm.c
[703/1217] Compiling pool.c
[704/1217] Compiling poly1305.c
[705/1217] Compiling pkcs7.c
[706/1217] Compiling poly1305_vec.c
[707/1217] Compiling pkcs8.c
[708/1217] Compiling p5_pbev2.c
[709/1217] Compiling pem_xaux.c
[710/1217] Compiling pkcs8_x509.c
[711/1217] Compiling pkcs7_x509.c
[712/1217] Compiling pem_x509.c
[713/1217] Compiling pem_oth.c
[714/1217] Compiling pem_pkey.c
[715/1217] Compiling obj_xref.c
[715/1217] Compiling pem_pk8.c
[717/1217] Compiling pem_lib.c
[718/1217] Compiling pem_info.c
[719/1217] Compiling md5.c
[720/1217] Compiling mem.c
[721/1217] Compiling obj.c
[722/1217] Compiling pem_all.c
[723/1217] Compiling md4.c
[724/1217] Compiling mldsa.c
[725/1217] Compiling keccak.c
[726/1217] Compiling kyber.c
[727/1217] Compiling lhash.c
[728/1217] Compiling fips_shared_support.c
[729/1217] Compiling poly_rq_mul.S
[730/1217] Compiling hpke.c
[731/1217] Compiling sign.c
[732/1217] Compiling ex_data.c
[733/1217] Compiling pbkdf.c
[734/1217] Compiling scrypt.c
[735/1217] Compiling mlkem.cc
[736/1217] Compiling print.c
[737/1217] Compiling p_rsa_asn1.c
[738/1217] Compiling p_x25519.c
[739/1217] Compiling p_x25519_asn1.c
[740/1217] Compiling hrss.c
[741/1217] Compiling p_ed25519_asn1.c
[742/1217] Compiling p_ed25519.c
[743/1217] Compiling p_hkdf.c
[744/1217] Compiling p_rsa.c
[745/1217] Compiling p_ec_asn1.c
[746/1217] Compiling p_ec.c
[747/1217] Compiling p_dsa_asn1.c
[748/1217] Compiling p_dh.c
[749/1217] Compiling p_dh_asn1.c
[750/1217] Compiling evp_asn1.c
[751/1217] Compiling evp.c
[752/1217] Compiling evp_ctx.c
[753/1217] Compiling engine.c
[754/1217] Compiling err.c
[755/1217] Compiling ecdh_extra.c
[756/1217] Compiling ecdsa_asn1.c
[757/1217] Compiling ec_derive.c
[758/1217] Compiling hash_to_curve.c
[759/1217] Compiling ec_asn1.c
[760/1217] Compiling dsa_asn1.c
[761/1217] Compiling dsa.c
[762/1217] Compiling params.c
[763/1217] Compiling dh_asn1.c
[764/1217] Compiling dilithium.c
[765/1217] Compiling digest_extra.c
[766/1217] Compiling spake25519.c
[766/1217] Compiling x25519-asm-arm.S
[768/1217] Compiling crypto.c
[769/1217] Compiling des.c
[770/1217] Compiling cpu_arm_linux.c
[771/1217] Compiling cpu_arm_freebsd.c
[772/1217] Compiling cpu_intel.c
[773/1217] Compiling cpu_aarch64_openbsd.c
[774/1217] Compiling cpu_aarch64_win.c
[775/1217] Compiling cpu_aarch64_sysreg.c
[776/1217] Compiling cpu_aarch64_fuchsia.c
[777/1217] Compiling cpu_aarch64_linux.c
[778/1217] Compiling cpu_aarch64_apple.c
[779/1217] Compiling conf.c
[780/1217] Compiling tls_cbc.c
[781/1217] Compiling curve25519_64_adx.c
[782/1217] Compiling e_tls.c
[783/1217] Compiling e_null.c
[784/1217] Compiling e_rc2.c
[784/1217] Compiling e_rc4.c
[786/1217] Compiling curve25519.c
[787/1217] Compiling e_des.c
[788/1217] Compiling derive_key.c
[789/1217] Compiling unicode.c
[790/1217] Compiling cipher_extra.c
[791/1217] Compiling chacha.c
[791/1217] Compiling e_aesctrhmac.c
[793/1217] Compiling e_aesgcmsiv.c
[794/1217] Compiling ber.c
[795/1217] Compiling e_chacha20poly1305.c
[796/1217] Compiling asn1_compat.c
[797/1217] Compiling cbs.c
[798/1217] Compiling cbb.c
[799/1217] Compiling buf.c
[800/1217] Compiling bn_asn1.c
[801/1217] Compiling blake2.c
[802/1217] Compiling convert.c
[803/1217] Compiling printf.c
[804/1217] Compiling hexdump.c
[805/1217] Compiling socket.c
[806/1217] Compiling socket_helper.c
[807/1217] Compiling pair.c
[808/1217] Compiling file.c
[809/1217] Compiling bio_mem.c
[810/1217] Compiling errno.c
[811/1217] Compiling connect.c
[812/1217] Compiling fd.c
[813/1217] Compiling base64.c
[814/1217] Compiling bio.c
[815/1217] Compiling tasn_fre.c
[816/1217] Compiling tasn_utl.c
[817/1217] Compiling tasn_new.c
[818/1217] Compiling tasn_enc.c
[819/1217] Compiling f_string.c
[820/1217] Compiling tasn_typ.c
[821/1217] Compiling tasn_dec.c
[822/1217] Compiling f_int.c
[822/1217] Compiling posix_time.c
[824/1217] Compiling asn_pack.c
[824/1217] Compiling asn1_par.c
[826/1217] Compiling a_utctm.c
[827/1217] Compiling asn1_lib.c
[828/1217] Compiling a_type.c
[829/1217] Compiling a_time.c
[830/1217] Compiling a_octet.c
[830/1217] Compiling a_strnid.c
[832/1217] Compiling a_mbstr.c
[832/1217] Compiling a_strex.c
[834/1217] Compiling a_object.c
[835/1217] Compiling a_int.c
[836/1217] Compiling a_i2d_fp.c
[837/1217] Compiling a_dup.c
[838/1217] Compiling a_bool.c
[839/1217] Compiling a_gentm.c
[840/1217] Compiling a_d2i_fp.c
[841/1217] Compiling a_bitstr.c
[842/1217] Compiling fiat_p256_adx_sqr.S
[843/1217] Compiling fiat_p256_adx_mul.S
[844/1217] Compiling fiat_curve25519_adx_mul.S
[845/1217] Compiling fiat_curve25519_adx_square.S
[846/1217] Compiling md5-x86_64-apple.S
[847/1217] Compiling md5-x86_64-linux.S
[848/1217] Compiling md5-586-linux.S
[849/1217] Compiling md5-586-apple.S
[850/1217] Compiling bcm.c
[851/1217] Compiling chacha20_poly1305_armv8-win.S
[852/1217] Compiling err_data.c
[852/1217] Compiling chacha20_poly1305_x86_64-apple.S
[854/1217] Compiling chacha20_poly1305_armv8-linux.S
[855/1217] Compiling chacha20_poly1305_x86_64-linux.S
[856/1217] Compiling chacha20_poly1305_armv8-apple.S
[857/1217] Compiling chacha-x86_64-apple.S
[858/1217] Compiling chacha-x86-linux.S
[859/1217] Compiling chacha-x86_64-linux.S
[860/1217] Compiling chacha-x86-apple.S
[861/1217] Compiling chacha-armv8-win.S
[862/1217] Compiling chacha-armv8-apple.S
[863/1217] Compiling chacha-armv8-linux.S
[864/1217] Compiling chacha-armv4-linux.S
[865/1217] Compiling aes128gcmsiv-x86_64-apple.S
[866/1217] Compiling aes128gcmsiv-x86_64-linux.S
[867/1217] Compiling x86_64-mont5-apple.S
[868/1217] Compiling x86_64-mont-linux.S
[869/1217] Compiling x86_64-mont5-linux.S
[870/1217] Compiling CCryptoBoringSSLShims shims.c
[871/1217] Compiling x86_64-mont-apple.S
[872/1217] Compiling x86-mont-apple.S
[873/1217] Compiling x86-mont-linux.S
[874/1217] Compiling vpaes-x86_64-apple.S
[875/1217] Compiling vpaes-x86_64-linux.S
[876/1217] Compiling vpaes-armv8-linux.S
[877/1217] Compiling vpaes-x86-linux.S
[878/1217] Compiling vpaes-x86-apple.S
[879/1217] Compiling vpaes-armv8-win.S
[880/1217] Compiling vpaes-armv8-apple.S
[881/1217] Compiling vpaes-armv7-linux.S
[882/1217] Compiling sha512-armv8-win.S
[883/1217] Compiling sha512-x86_64-linux.S
[884/1217] Compiling sha512-x86_64-apple.S
[885/1217] Compiling sha512-armv8-linux.S
[886/1217] Compiling sha512-armv8-apple.S
[887/1217] Compiling sha512-armv4-linux.S
[888/1217] Compiling sha256-x86_64-apple.S
[889/1217] Compiling sha512-586-linux.S
[889/1217] Compiling sha512-586-apple.S
[891/1217] Compiling sha256-armv8-linux.S
[892/1217] Compiling sha256-armv8-win.S
[893/1217] Compiling sha256-x86_64-linux.S
[894/1217] Compiling sha256-586-linux.S
[895/1217] Compiling sha256-armv8-apple.S
[896/1217] Compiling sha256-armv4-linux.S
[897/1217] Compiling sha256-586-apple.S
[898/1217] Compiling sha1-x86_64-apple.S
[899/1217] Compiling sha1-x86_64-linux.S
[900/1217] Compiling sha1-armv8-win.S
[901/1217] Compiling sha1-armv8-linux.S
[902/1217] Compiling sha1-armv4-large-linux.S
[903/1217] Compiling sha1-armv8-apple.S
[904/1217] Compiling sha1-586-linux.S
[905/1217] Compiling rsaz-avx2-apple.S
[906/1217] Compiling rsaz-avx2-linux.S
[907/1217] Compiling p256_beeu-x86_64-asm-linux.S
[908/1217] Compiling sha1-586-apple.S
[909/1217] Compiling rdrand-x86_64-linux.S
[910/1217] Compiling rdrand-x86_64-apple.S
[911/1217] Compiling p256_beeu-armv8-asm-linux.S
[912/1217] Compiling p256_beeu-armv8-asm-win.S
[912/1217] Compiling p256_beeu-x86_64-asm-apple.S
[914/1217] Compiling p256_beeu-armv8-asm-apple.S
[915/1217] Compiling p256-x86_64-asm-apple.S
[916/1217] Compiling p256-armv8-asm-win.S
[917/1217] Compiling p256-x86_64-asm-linux.S
[918/1217] Compiling p256-armv8-asm-linux.S
[919/1217] Compiling p256-armv8-asm-apple.S
[920/1217] Compiling ghashv8-armv8-win.S
[921/1217] Compiling ghashv8-armv8-apple.S
[922/1217] Compiling ghashv8-armv8-linux.S
[923/1217] Compiling ghash-x86_64-linux.S
[924/1217] Compiling ghashv8-armv7-linux.S
[925/1217] Compiling c-nioatomics.c
[926/1217] Compiling ghash-x86_64-apple.S
[927/1217] Compiling ghash-x86-linux.S
[928/1217] Compiling ghash-ssse3-x86_64-apple.S
[929/1217] Compiling ghash-neon-armv8-win.S
[930/1217] Compiling ghash-x86-apple.S
[931/1217] Compiling ghash-neon-armv8-linux.S
[932/1217] Compiling ghash-ssse3-x86_64-linux.S
[933/1217] Compiling ghash-ssse3-x86-linux.S
[934/1217] Compiling ghash-ssse3-x86-apple.S
[935/1217] Compiling ghash-armv4-linux.S
[936/1217] Compiling ghash-neon-armv8-apple.S
[937/1217] Compiling bsaes-armv7-linux.S
[938/1217] Compiling co-586-linux.S
[939/1217] Compiling bn-armv8-win.S
[940/1217] Compiling co-586-apple.S
[941/1217] Compiling bn-armv8-linux.S
[942/1217] Compiling bn-armv8-apple.S
[943/1217] Compiling bn-586-apple.S
[944/1217] Compiling bn-586-linux.S
[945/1217] Compiling armv8-mont-win.S
[946/1217] Compiling armv8-mont-apple.S
[947/1217] Compiling armv4-mont-linux.S
[948/1217] Compiling aesv8-gcm-armv8-win.S
[949/1217] Compiling aesv8-armv8-win.S
[949/1217] Compiling aesv8-gcm-armv8-apple.S
[949/1217] Compiling aesv8-gcm-armv8-linux.S
[952/1217] Compiling armv8-mont-linux.S
[953/1217] Compiling aesv8-armv8-linux.S
[954/1217] Compiling aesv8-armv8-apple.S
[955/1217] Compiling aesni-x86_64-apple.S
[956/1217] Compiling aesni-x86-apple.S
[957/1217] Compiling aesv8-armv7-linux.S
[958/1217] Compiling aesni-x86_64-linux.S
[959/1217] Compiling aesni-gcm-x86_64-linux.S
[960/1217] Compiling aesni-x86-linux.S
[961/1217] Compiling aesni-gcm-x86_64-apple.S
[962/1217] Compiling x_x509.c
[963/1217] Compiling x_sig.c
[963/1217] Compiling x_x509a.c
[965/1217] Compiling x_pubkey.c
[966/1217] Compiling x_spki.c
[967/1217] Compiling c-atomics.c
[968/1217] Compiling x_val.c
[969/1217] Compiling x_req.c
[970/1217] Compiling x_crl.c
[971/1217] Compiling x_name.c
[972/1217] Compiling x_attrib.c
[973/1217] Compiling x_exten.c
[974/1217] Compiling x_algor.c
[975/1222] Compiling x509rset.c
[976/1223] Compiling x_all.c
[977/1223] Compiling x509name.c
[978/1223] Compiling x509spki.c
[979/1223] Compiling x509cset.c
[980/1223] Compiling x509_v3.c
[981/1223] Compiling x509_txt.c
[982/1223] Compiling x509_set.c
[983/1223] Compiling x509_vpm.c
[985/1223] Compiling NIOConcurrencyHelpers lock.swift
[985/1223] Compiling x509_req.c
[986/1223] Compiling x509_trs.c
[987/1223] Compiling x509_vfy.c
[989/1223] Compiling NIOConcurrencyHelpers NIOLock.swift
[989/1223] Compiling x509_def.c
[990/1223] Compiling x509_att.c
[991/1223] Compiling x509_obj.c
[992/1223] Compiling x509_ext.c
[994/1223] Emitting module NIOConcurrencyHelpers
[994/1223] Compiling x509_lu.c
[995/1223] Compiling x509.c
[996/1223] Compiling x509_d2.c
[997/1223] Compiling x509_cmp.c
[999/1223] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1000/1223] Compiling NIOConcurrencyHelpers atomics.swift
[1000/1223] Compiling v3_utl.c
[1001/1223] Compiling v3_skey.c
[1002/1223] Compiling v3_prn.c
[1003/1223] Compiling v3_pmaps.c
[1004/1223] Compiling v3_purp.c
[1005/1223] Compiling v3_pcons.c
[1007/1223] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1007/1224] Compiling v3_ocsp.c
[1008/1224] Compiling v3_lib.c
[1009/1224] Compiling v3_genn.c
[1011/1224] Compiling v3_ia5.c
[1012/1224] Compiling v3_ncons.c
[1013/1224] Compiling v3_info.c
[1014/1224] Compiling v3_int.c
[1015/1224] Compiling v3_enum.c
[1016/1224] Compiling v3_extku.c
[1017/1244] Compiling v3_crld.c
[1018/1247] Compiling v3_conf.c
[1019/1250] Compiling v3_bitst.c
[1020/1250] Compiling v3_cpols.c
[1021/1250] Compiling v3_bcons.c
[1022/1250] Compiling v3_akeya.c
[1023/1250] Compiling v3_alt.c
[1025/1250] Compiling ConsoleKitTerminal Console+Wait.swift
[1026/1250] Compiling ConsoleKitTerminal ConsoleColor.swift
[1027/1250] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1027/1250] Compiling t_x509a.c
[1028/1253] Compiling v3_akey.c
[1029/1253] Compiling t_x509.c
[1030/1253] Compiling t_crl.c
[1031/1253] Compiling t_req.c
[1032/1253] Compiling rsa_pss.c
[1033/1253] Compiling i2d_pr.c
[1034/1253] Compiling name_print.c
[1035/1253] Compiling policy.c
[1037/1253] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1038/1253] Compiling ConsoleKitTerminal ConsoleClear.swift
[1039/1253] Compiling ConsoleKitTerminal Console+Ask.swift
[1040/1253] Compiling ConsoleKitTerminal Console+Choose.swift
[1041/1253] Compiling ConsoleKitTerminal Console+Confirm.swift
[1042/1253] Compiling ConsoleKitTerminal Console+Input.swift
[1043/1253] Compiling ConsoleKitTerminal Console+Center.swift
[1044/1253] Compiling ConsoleKitTerminal Console+Output.swift
[1045/1253] Compiling ConsoleKitTerminal ActivityBar.swift
[1046/1253] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1047/1253] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1048/1253] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1049/1253] Compiling ConsoleKitTerminal CustomActivity.swift
[1050/1253] Compiling ConsoleKitTerminal LoadingBar.swift
[1051/1253] Compiling ConsoleKitTerminal ProgressBar.swift
[1052/1253] Compiling ConsoleKitTerminal Console+Clear.swift
[1053/1253] Emitting module ConsoleKitTerminal
[1053/1253] Compiling by_file.c
[1054/1253] Compiling by_dir.c
[1055/1253] Compiling algorithm.c
[1056/1253] Compiling a_verify.c
[1057/1253] Compiling asn1_gen.c
[1058/1253] Compiling a_sign.c
[1060/1253] Compiling ConsoleKitTerminal Console.swift
[1061/1253] Compiling ConsoleKitTerminal Terminal.swift
[1062/1253] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1062/1253] Compiling thread_win.c
[1063/1253] Compiling a_digest.c
[1064/1253] Compiling thread_pthread.c
[1065/1253] Compiling thread.c
[1066/1253] Compiling thread_none.c
[1067/1253] Compiling trust_token.c
[1068/1253] Compiling voprf.c
[1069/1253] Compiling spx_wots.c
[1070/1253] Compiling spx_util.c
[1072/1253] Compiling ConsoleKitTerminal ConsoleText.swift
[1073/1253] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1074/1253] Compiling ConsoleKitTerminal ANSI.swift
[1074/1253] Compiling spx_thash.c
[1075/1253] Compiling stack.c
[1076/1253] Compiling spx_merkle.c
[1077/1253] Compiling spx_fors.c
[1077/1253] Compiling pmbtoken.c
[1079/1253] Compiling spx.c
[1080/1253] Compiling spx_address.c
[1081/1253] Compiling wots.c
[1082/1253] Compiling thash.c
[1083/1253] Compiling sha512.c
[1084/1253] Compiling sha256.c
[1085/1253] Compiling slhdsa.c
[1086/1253] Compiling fors.c
[1087/1253] Compiling merkle.c
[1088/1253] Compiling siphash.c
[1089/1253] Compiling rsa_extra.c
[1090/1253] Compiling sha1.c
[1091/1253] Compiling rsa_print.c
[1092/1253] Compiling rc4.c
[1093/1253] Compiling windows.c
[1094/1253] Compiling refcount.c
[1095/1253] Compiling trusty.c
[1096/1253] Compiling passive.c
[1097/1253] Compiling rsa_asn1.c
[1098/1253] Compiling getentropy.c
[1099/1253] Compiling rsa_crypt.c
[1100/1253] Compiling rand_extra.c
[1101/1253] Compiling ios.c
[1102/1253] Compiling forkunsafe.c
[1103/1253] Compiling urandom.c
[1104/1253] Compiling deterministic.c
[1105/1253] Compiling poly1305_arm_asm.S
[1106/1253] Compiling poly1305_arm.c
[1107/1253] Compiling pool.c
[1108/1253] Compiling poly1305.c
[1109/1253] Compiling fork_detect.c
[1110/1253] Compiling pkcs7.c
[1111/1253] Compiling poly1305_vec.c
[1113/1253] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1114/1253] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1115/1253] Compiling ConsoleKitTerminal LoggerFragment.swift
[1115/1253] Compiling p5_pbev2.c
[1116/1254] Compiling pkcs8.c
[1117/1254] Compiling pkcs7_x509.c
[1119/1254] Compiling pem_xaux.c
[1120/1254] Compiling pkcs8_x509.c
[1121/1254] Compiling pem_x509.c
[1122/1254] Compiling pem_pkey.c
[1123/1254] Compiling obj_xref.c
[1124/1254] Compiling pem_oth.c
[1125/1254] Compiling pem_pk8.c
[1126/1254] Compiling pem_info.c
[1127/1261] Compiling md5.c
[1128/1276] Compiling pem_lib.c
[1129/1276] Compiling pem_all.c
[1130/1276] Compiling mem.c
[1131/1276] Compiling md4.c
[1132/1276] Compiling mldsa.c
[1133/1276] Compiling lhash.c
[1134/1276] Compiling keccak.c
[1135/1276] Compiling obj.c
[1136/1276] Compiling fips_shared_support.c
[1137/1276] Compiling kyber.c
[1138/1276] Compiling poly_rq_mul.S
[1139/1276] Compiling scrypt.c
[1140/1276] Compiling hrss.c
[1141/1276] Compiling sign.c
[1142/1276] Compiling ex_data.c
[1143/1276] Compiling print.c
[1144/1276] Compiling hpke.c
[1145/1276] Compiling p_x25519.c
[1146/1276] Compiling pbkdf.c
[1147/1276] Compiling p_x25519_asn1.c
[1148/1276] Compiling p_rsa_asn1.c
[1149/1276] Compiling p_hkdf.c
[1150/1276] Compiling p_ed25519.c
[1152/1276] Emitting module ConsoleKitCommands
[1152/1278] Compiling p_rsa.c
[1153/1278] Compiling p_ec_asn1.c
[1154/1278] Compiling p_ec.c
[1156/1278] Compiling ConsoleKitCommands CommandSignature.swift
[1157/1278] Compiling ConsoleKitCommands Flag.swift
[1158/1278] Compiling ConsoleKitCommands Option.swift
[1158/1278] Compiling p_ed25519_asn1.c
[1160/1278] Compiling ConsoleKitCommands AsyncCommands.swift
[1161/1278] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1162/1278] Compiling ConsoleKitCommands AnyCommand.swift
[1162/1278] Compiling p_dh.c
[1163/1278] Compiling p_dh_asn1.c
[1165/1278] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1166/1278] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1167/1278] Compiling ConsoleKitCommands Argument.swift
[1167/1278] Compiling evp_asn1.c
[1169/1278] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1170/1278] Compiling ConsoleKitCommands AsyncCommand.swift
[1171/1278] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1171/1278] Compiling evp.c
[1172/1278] Compiling p_dsa_asn1.c
[1173/1278] Compiling evp_ctx.c
[1174/1278] Compiling ecdsa_asn1.c
[1175/1278] Compiling ecdh_extra.c
[1176/1278] Compiling hash_to_curve.c
[1177/1278] Compiling engine.c
[1178/1278] Compiling ec_derive.c
[1179/1278] Compiling err.c
[1180/1278] Compiling ec_asn1.c
[1181/1278] Compiling dh_asn1.c
[1182/1278] Compiling params.c
[1183/1278] Compiling dsa_asn1.c
[1184/1278] Compiling dsa.c
[1185/1278] Compiling digest_extra.c
[1187/1278] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1188/1278] Compiling ConsoleKitCommands Utilities.swift
[1188/1278] Compiling dilithium.c
[1189/1278] Compiling des.c
[1190/1278] Compiling x25519-asm-arm.S
[1191/1278] Compiling spake25519.c
[1192/1278] Compiling crypto.c
[1193/1278] Compiling cpu_intel.c
[1194/1278] Compiling cpu_arm_linux.c
[1195/1278] Compiling cpu_arm_freebsd.c
[1196/1278] Compiling cpu_aarch64_win.c
[1196/1278] Compiling curve25519.c
[1198/1278] Compiling cpu_aarch64_sysreg.c
[1199/1278] Compiling cpu_aarch64_openbsd.c
[1200/1278] Compiling cpu_aarch64_linux.c
[1201/1278] Compiling cpu_aarch64_apple.c
[1202/1278] Compiling cpu_aarch64_fuchsia.c
[1203/1278] Compiling curve25519_64_adx.c
[1204/1278] Compiling conf.c
[1205/1278] Compiling tls_cbc.c
[1206/1278] Compiling e_rc2.c
[1207/1278] Compiling e_rc4.c
[1208/1278] Compiling e_tls.c
[1209/1278] Compiling e_des.c
[1210/1278] Compiling e_null.c
[1211/1278] Compiling e_chacha20poly1305.c
[1212/1278] Compiling derive_key.c
[1213/1278] Compiling e_aesctrhmac.c
[1214/1278] Compiling cipher_extra.c
[1215/1278] Compiling e_aesgcmsiv.c
[1216/1278] Compiling unicode.c
[1217/1278] Compiling ber.c
[1218/1278] Compiling chacha.c
[1219/1278] Compiling asn1_compat.c
[1220/1278] Compiling buf.c
[1221/1278] Compiling bn_asn1.c
[1222/1278] Compiling cbs.c
[1223/1278] Compiling cbb.c
[1224/1278] Compiling printf.c
[1225/1278] Compiling blake2.c
[1226/1278] Compiling convert.c
[1228/1278] Compiling ConsoleKitCommands Console+Run.swift
[1229/1278] Compiling ConsoleKitCommands ConsoleError.swift
[1230/1278] Compiling ConsoleKitCommands Completion.swift
[1231/1278] Compiling ConsoleKitCommands Command.swift
[1232/1278] Compiling ConsoleKitCommands CommandContext.swift
[1233/1278] Compiling ConsoleKitCommands CommandError.swift
[1233/1278] Compiling bio_mem.c
[1235/1278] Compiling ConsoleKitCommands CommandGroup.swift
[1236/1278] Compiling ConsoleKitCommands CommandInput.swift
[1237/1278] Compiling ConsoleKitCommands Commands.swift
[1237/1278] Compiling errno.c
[1238/1278] Compiling pair.c
[1239/1279] Compiling hexdump.c
[1240/1279] Compiling fd.c
[1241/1279] Compiling file.c
[1242/1279] Compiling base64.c
[1244/1279] Compiling bio.c
[1245/1279] Compiling tasn_fre.c
[1246/1279] Compiling tasn_new.c
[1247/1279] Compiling tasn_utl.c
[1248/1279] Compiling tasn_typ.c
[1249/1279] Compiling tasn_enc.c
[1250/1279] Compiling f_string.c
[1251/1279] Compiling posix_time.c
[1252/1279] Compiling tasn_dec.c
[1253/1279] Compiling f_int.c
[1254/1279] Compiling asn_pack.c
[1255/1279] Compiling asn1_par.c
[1256/1279] Compiling asn1_lib.c
[1257/1279] Compiling a_utctm.c
[1258/1279] Compiling a_type.c
[1259/1281] Compiling a_time.c
[1260/1281] Compiling a_octet.c
[1261/1281] Compiling a_strnid.c
[1262/1281] Compiling a_mbstr.c
[1263/1281] Compiling a_int.c
[1264/1281] Compiling a_i2d_fp.c
[1265/1281] Compiling a_strex.c
[1266/1281] Compiling a_object.c
[1268/1281] Compiling ConsoleKit Exports.swift
[1269/1281] Emitting module ConsoleKit
[1269/1281] Compiling a_d2i_fp.c
[1270/1281] Write sources
[1271/1282] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1272/1282] Write sources
[1273/1282] Compiling a_dup.c
[1273/1282] Write sources
[1277/1282] Compiling a_bool.c
[1278/1282] Compiling a_gentm.c
[1280/1282] Compiling a_bitstr.c
[1281/1282] Compiling bcm.c
[1283/1387] Compiling Algorithms MinMax.swift
[1284/1387] Compiling Algorithms Partition.swift
[1285/1389] Compiling Algorithms Permutations.swift
[1286/1389] Compiling Algorithms Product.swift
[1287/1389] Compiling Algorithms Chunked.swift
[1288/1389] Compiling Algorithms Combinations.swift
[1289/1389] Compiling Atomics IntegerOperations.swift
[1290/1389] Compiling Atomics Unmanaged extensions.swift
[1291/1389] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1292/1389] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1293/1389] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1294/1389] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1295/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1296/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1297/1389] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1298/1396] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1299/1396] Compiling BitCollections BitSet+CustomReflectable.swift
[1300/1396] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1301/1396] Compiling BitCollections BitSet+Equatable.swift
[1302/1396] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1303/1396] Compiling BitCollections BitSet+Extras.swift
[1304/1396] Compiling BitCollections BitSet+Hashable.swift
[1305/1396] Compiling BitCollections BitSet+Initializers.swift
[1306/1396] Compiling BitCollections BitSet+Invariants.swift
[1307/1396] Compiling BitCollections BitSet+Random.swift
[1308/1396] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1309/1396] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1310/1396] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1311/1396] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1312/1396] Compiling Algorithms Intersperse.swift
[1313/1396] Compiling Algorithms Joined.swift
[1314/1396] Compiling Algorithms Keyed.swift
[1315/1396] Compiling Algorithms FlattenCollection.swift
[1316/1396] Compiling Algorithms Grouped.swift
[1317/1396] Compiling Algorithms Indexed.swift
[1318/1396] Compiling CryptoBoringWrapper RandomBytes.swift
[1319/1396] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1320/1396] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1321/1396] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1322/1396] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1323/1396] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1324/1396] Compiling BitCollections BitSet+SetAlgebra union.swift
[1325/1396] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1326/1396] Compiling BitCollections BitSet.Counted.swift
[1327/1396] Emitting module CryptoBoringWrapper
[1328/1396] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1329/1396] Compiling CryptoBoringWrapper EllipticCurve.swift
[1330/1396] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1333/1396] Compiling Algorithms Suffix.swift
[1334/1399] Compiling Algorithms Compacted.swift
[1335/1399] Compiling Algorithms Cycle.swift
[1336/1399] Compiling Algorithms EitherSequence.swift
[1337/1399] Compiling Algorithms FirstNonNil.swift
[1338/1399] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1339/1399] Compiling Algorithms RandomSample.swift
[1340/1399] Compiling Algorithms Reductions.swift
[1341/1399] Compiling Algorithms Rotate.swift
[1346/1399] Compiling Algorithms AdjacentPairs.swift
[1347/1399] Compiling Algorithms Chain.swift
[1350/1399] Emitting module BitCollections
[1351/1399] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1369/1400] Compiling BitCollections BitSet.Index.swift
[1370/1400] Compiling BitCollections BitSet._UnsafeHandle.swift
[1371/1400] Compiling BitCollections BitSet.swift
[1372/1400] Compiling BitCollections Range+Utilities.swift
[1373/1400] Compiling BitCollections Slice+Utilities.swift
[1374/1400] Compiling BitCollections UInt+Tricks.swift
[1375/1400] Compiling BitCollections _Word.swift
[1383/1422] Compiling Algorithms Trim.swift
[1384/1422] Compiling Algorithms Unique.swift
[1385/1422] Compiling Algorithms Windows.swift
[1386/1454] Compiling Crypto ASN1BitString.swift
[1387/1454] Compiling Crypto ASN1Boolean.swift
[1388/1454] Compiling Crypto ASN1Identifier.swift
[1389/1454] Compiling Crypto ASN1Integer.swift
[1390/1474] Emitting module Collections
[1391/1474] Compiling Collections Collections.swift
[1393/1475] Compiling Crypto Cipher.swift
[1394/1475] Compiling Crypto Nonces.swift
[1395/1475] Compiling Crypto ASN1.swift
[1396/1475] Compiling Crypto ASN1Any.swift
[1397/1475] Emitting module Atomics
[1398/1475] Compiling Crypto ChaChaPoly.swift
[1401/1475] Compiling Crypto AES-GCM.swift
[1402/1475] Compiling Crypto AES-GCM_boring.swift
[1403/1475] Compiling Crypto ChaChaPoly_boring.swift
[1405/1536] Compiling Crypto SymmetricKeys.swift
[1406/1536] Compiling Crypto HMAC.swift
[1407/1536] Compiling Crypto MACFunctions.swift
[1408/1536] Compiling Crypto MessageAuthenticationCode.swift
[1409/1536] Compiling Crypto AES.swift
[1410/1536] Compiling Crypto ECDSASignature_boring.swift
[1411/1536] Compiling Crypto ECDSA_boring.swift
[1412/1536] Compiling Crypto EdDSA_boring.swift
[1413/1536] Compiling Crypto ECDSA.swift
[1414/1536] Compiling Crypto Ed25519.swift
[1415/1545] Compiling NIOCore MarkedCircularBuffer.swift
[1416/1545] Compiling NIOCore MulticastChannel.swift
[1417/1545] Compiling NIOCore NIOAny.swift
[1418/1545] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1419/1545] Compiling NIOCore NIOLoopBound.swift
[1420/1545] Compiling NIOCore NIOScheduledCallback.swift
[1421/1545] Compiling NIOCore NIOSendable.swift
[1422/1545] Compiling NIOCore PointerHelpers.swift
[1423/1545] Compiling NIOCore RecvByteBufferAllocator.swift
[1424/1545] Compiling Crypto X25519Keys.swift
[1425/1545] Compiling NIOCore ByteBuffer-views.swift
[1426/1545] Compiling NIOCore Channel.swift
[1427/1545] Compiling NIOCore ChannelHandler.swift
[1428/1545] Compiling NIOCore ChannelHandlers.swift
[1429/1545] Compiling NIOCore ChannelInvoker.swift
[1430/1545] Compiling NIOCore ChannelOption.swift
[1431/1545] Compiling NIOCore ChannelPipeline.swift
[1432/1545] Compiling NIOCore CircularBuffer.swift
[1433/1545] Compiling NIOCore Codec.swift
[1434/1545] Compiling NIOCore ConvenienceOptionSupport.swift
[1435/1545] Emitting module Crypto
[1436/1545] Emitting module Algorithms
[1438/1546] Compiling NIOCore FileHandle.swift
[1439/1546] Compiling NIOCore FileRegion.swift
[1440/1546] Compiling NIOCore GlobalSingletons.swift
[1441/1546] Compiling NIOCore IO.swift
[1442/1546] Compiling NIOCore IOData.swift
[1443/1546] Compiling NIOCore IPProtocol.swift
[1444/1546] Compiling NIOCore IntegerBitPacking.swift
[1445/1546] Compiling NIOCore IntegerTypes.swift
[1446/1546] Compiling NIOCore Interfaces.swift
[1447/1546] Compiling NIOCore Linux.swift
[1448/1546] Compiling NIOCore DeadChannel.swift
[1449/1546] Compiling NIOCore DispatchQueue+WithFuture.swift
[1450/1546] Compiling NIOCore EventLoop+Deprecated.swift
[1451/1546] Compiling NIOCore EventLoop+SerialExecutor.swift
[1452/1546] Compiling NIOCore EventLoop.swift
[1453/1546] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1454/1546] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1455/1546] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1456/1546] Compiling NIOCore EventLoopFuture.swift
[1457/1546] Compiling NIOCore FileDescriptor.swift
[1466/1554] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1467/1554] Compiling NIOCore BSDSocketAPI.swift
[1468/1554] Compiling NIOCore ByteBuffer-aux.swift
[1469/1554] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1470/1554] Compiling NIOCore ByteBuffer-conversions.swift
[1471/1554] Compiling NIOCore ByteBuffer-core.swift
[1472/1554] Compiling NIOCore ByteBuffer-hex.swift
[1473/1554] Compiling NIOCore ByteBuffer-int.swift
[1474/1554] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1475/1554] Compiling NIOCore AddressedEnvelope.swift
[1476/1554] Compiling NIOCore AsyncAwaitSupport.swift
[1477/1554] Compiling NIOCore AsyncChannel.swift
[1478/1554] Compiling NIOCore AsyncChannelHandler.swift
[1479/1554] Compiling NIOCore AsyncChannelInboundStream.swift
[1480/1554] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1481/1554] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1482/1554] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1483/1554] Compiling NIOCore NIOAsyncWriter.swift
[1484/1554] Compiling NIOCore ByteBuffer-multi-int.swift
[1485/1554] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1486/1554] Compiling Crypto Signature.swift
[1487/1554] Compiling Crypto CryptoKitErrors_boring.swift
[1488/1554] Compiling Crypto RNG_boring.swift
[1489/1554] Compiling Crypto SafeCompare_boring.swift
[1490/1554] Compiling Crypto Zeroization_boring.swift
[1491/1554] Compiling Crypto PrettyBytes.swift
[1492/1554] Compiling Crypto SafeCompare.swift
[1493/1554] Compiling Crypto SecureBytes.swift
[1494/1554] Compiling Crypto Zeroization.swift
[1512/1590] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1513/1590] Compiling _CryptoExtras DigestType.swift
[1514/1590] Compiling _CryptoExtras Error.swift
[1515/1590] Compiling _CryptoExtras I2OSP.swift
[1516/1594] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1517/1594] Compiling NIOCore SocketAddresses.swift
[1518/1594] Compiling NIOCore SocketOptionProvider.swift
[1519/1594] Compiling NIOCore SystemCallHelpers.swift
[1520/1594] Compiling NIOCore TimeAmount+Duration.swift
[1521/1594] Compiling NIOCore TypeAssistedChannelHandler.swift
[1522/1594] Compiling NIOCore UniversalBootstrapSupport.swift
[1523/1594] Compiling NIOCore Utilities.swift
[1524/1594] Compiling _CryptoExtras RSA_boring.swift
[1525/1594] Compiling _CryptoExtras RSA_security.swift
[1526/1594] Compiling _CryptoExtras BoringSSLHelpers.swift
[1531/1594] Compiling _CryptoExtras PEMDocument.swift
[1532/1594] Emitting module _CryptoExtras
[1533/1594] Compiling _CryptoExtras AES_CBC.swift
[1534/1594] Compiling _CryptoExtras AES_CFB.swift
[1535/1594] Compiling _CryptoExtras AES_CTR.swift
[1536/1594] Compiling _CryptoExtras AES_GCM_SIV.swift
[1537/1594] Compiling _CryptoExtras Block Function.swift
[1538/1594] Compiling _CryptoExtras AES_CFB_boring.swift
[1539/1594] Compiling _CryptoExtras AES_CTR_boring.swift
[1540/1594] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1541/1594] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1542/1594] Compiling _CryptoExtras ChaCha20CTR.swift
[1544/1594] Compiling _CryptoExtras PrettyBytes.swift
[1545/1594] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1546/1594] Compiling _CryptoExtras DLEQ.swift
[1548/1594] Compiling _CryptoExtras ECToolbox_boring.swift
[1549/1594] Compiling _CryptoExtras ECToolbox.swift
[1550/1594] Compiling _CryptoExtras HashToField.swift
[1551/1594] Compiling _CryptoExtras KDF.swift
[1552/1594] Compiling _CryptoExtras PBKDF2_boring.swift
[1553/1594] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1554/1594] Compiling _CryptoExtras PBKDF2.swift
[1555/1594] Compiling _CryptoExtras Scrypt_boring.swift
[1565/1594] Compiling _CryptoExtras RSA+BlindSigning.swift
[1566/1594] Compiling _CryptoExtras RSA.swift
[1570/1594] Compiling _CryptoExtras OPRFClient.swift
[1571/1594] Compiling _CryptoExtras OPRFServer.swift
[1572/1594] Compiling _CryptoExtras VOPRF+API.swift
[1573/1594] Compiling _CryptoExtras VOPRFClient.swift
[1574/1594] Compiling _CryptoExtras VOPRFServer.swift
[1575/1594] Compiling _CryptoExtras Scrypt.swift
[1576/1594] Compiling _CryptoExtras OPRF.swift
[1584/1594] Emitting module NIOCore
[1586/1647] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1587/1647] Emitting module NIOEmbedded
[1588/1647] Compiling NIOEmbedded AsyncTestingChannel.swift
[1589/1647] Compiling NIOEmbedded Embedded.swift
[1591/1648] Compiling NIOPosix IO.swift
[1592/1648] Compiling NIOPosix IntegerBitPacking.swift
[1593/1648] Compiling NIOPosix IntegerTypes.swift
[1594/1648] Compiling NIOPosix Linux.swift
[1595/1648] Compiling NIOPosix LinuxCPUSet.swift
[1596/1648] Compiling NIOPosix LinuxUring.swift
[1597/1648] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1598/1654] Compiling NIOPosix ThreadPosix.swift
[1599/1654] Compiling NIOPosix ThreadWindows.swift
[1600/1654] Compiling NIOPosix UnsafeTransfer.swift
[1601/1654] Compiling NIOPosix Utilities.swift
[1602/1654] Compiling NIOPosix VsockAddress.swift
[1603/1654] Compiling NIOPosix VsockChannelEvents.swift
[1604/1654] Compiling NIOPosix Pool.swift
[1605/1654] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1606/1654] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1607/1654] Compiling NIOPosix PosixSingletons.swift
[1608/1654] Compiling NIOPosix RawSocketBootstrap.swift
[1609/1654] Compiling NIOPosix Resolver.swift
[1610/1654] Compiling NIOPosix Selectable.swift
[1611/1654] Emitting module NIOPosix
[1612/1654] Compiling NIOPosix Bootstrap.swift
[1613/1654] Compiling NIOPosix ControlMessage.swift
[1614/1654] Compiling NIOPosix DatagramVectorReadManager.swift
[1615/1654] Compiling NIOPosix Errors+Any.swift
[1616/1654] Compiling NIOPosix FileDescriptor.swift
[1617/1654] Compiling NIOPosix GetaddrinfoResolver.swift
[1618/1654] Compiling NIOPosix HappyEyeballs.swift
[1619/1654] Compiling NIOPosix BSDSocketAPICommon.swift
[1620/1654] Compiling NIOPosix BSDSocketAPIPosix.swift
[1621/1654] Compiling NIOPosix BSDSocketAPIWindows.swift
[1622/1654] Compiling NIOPosix BaseSocket.swift
[1623/1654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1624/1654] Compiling NIOPosix BaseSocketChannel.swift
[1625/1654] Compiling NIOPosix BaseStreamSocketChannel.swift
[1626/1654] Compiling NIOPosix NIOThreadPool.swift
[1627/1654] Compiling NIOPosix NonBlockingFileIO.swift
[1628/1654] Compiling NIOPosix PendingDatagramWritesManager.swift
[1629/1654] Compiling NIOPosix PendingWritesManager.swift
[1630/1654] Compiling NIOPosix PipeChannel.swift
[1631/1654] Compiling NIOPosix PipePair.swift
[1632/1654] Compiling NIOPosix PointerHelpers.swift
[1633/1654] Compiling NIOPosix ServerSocket.swift
[1634/1654] Compiling NIOPosix Socket.swift
[1635/1654] Compiling NIOPosix SocketChannel.swift
[1636/1654] Compiling NIOPosix SocketProtocols.swift
[1637/1654] Compiling NIOPosix System.swift
[1638/1654] Compiling NIOPosix Thread.swift
[1639/1654] Compiling NIOPosix SelectableChannel.swift
[1640/1654] Compiling NIOPosix SelectableEventLoop.swift
[1641/1654] Compiling NIOPosix SelectorEpoll.swift
[1642/1654] Compiling NIOPosix SelectorGeneric.swift
[1643/1654] Compiling NIOPosix SelectorKqueue.swift
[1644/1654] Compiling NIOPosix SelectorUring.swift
[1646/1711] Emitting module NIO
[1647/1711] Compiling NIO Exports.swift
[1649/1712] Compiling AsyncKit EventLoop+Flatten.swift
[1650/1712] Compiling AsyncKit EventLoop+Future.swift
[1651/1712] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1652/1753] Compiling AsyncKit Future+Miscellaneous.swift
[1653/1753] Compiling AsyncKit Future+Nonempty.swift
[1654/1753] Compiling AsyncKit Future+Optional.swift
[1655/1753] Compiling AsyncKit Future+Transform.swift
[1656/1753] Compiling AsyncKit Future+Try.swift
[1657/1753] Compiling AsyncKit FutureOperators.swift
[1658/1753] Compiling NIOTLS TLSEvents.swift
[1659/1753] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1660/1754] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1661/1754] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1662/1754] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1663/1754] Emitting module NIOTLS
[1664/1754] Compiling NIOSOCKS SOCKSResponse.swift
[1665/1754] Emitting module NIOSOCKS
[1666/1754] Compiling NIOSOCKS ClientStateMachine.swift
[1667/1754] Compiling NIOSOCKS AuthenticationMethod.swift
[1668/1754] Compiling NIOSOCKS ClientGreeting.swift
[1670/1754] Compiling NIOSOCKS Errors.swift
[1671/1754] Compiling NIOSOCKS Helpers.swift
[1674/1754] Compiling NIOSOCKS Messages.swift
[1675/1754] Compiling NIOSOCKS SOCKSRequest.swift
[1676/1754] Compiling NIOSOCKS SOCKSClientHandler.swift
[1677/1754] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1678/1754] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1679/1754] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1680/1754] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1681/1754] Compiling NIOTLS SNIHandler.swift
[1682/1755] Compiling NIOSOCKS ServerStateMachine.swift
[1685/1756] Emitting module _NIOFileSystem
[1686/1788] Compiling NIOSSL ObjectIdentifier.swift
[1687/1788] Compiling NIOSSL PosixPort.swift
[1688/1788] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1689/1788] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1690/1790] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1691/1790] Emitting module NIOFoundationCompat
[1692/1791] Compiling _NIOFileSystem Errno.swift
[1693/1791] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1694/1791] Compiling _NIOFileSystem Mocking.swift
[1695/1791] Compiling _NIOFileSystem Syscall.swift
[1696/1791] Compiling NIOSSL SubjectAlternativeName.swift
[1697/1791] Compiling NIOSSL NIOSSLSecureBytes.swift
[1698/1791] Compiling NIOSSL RNG.swift
[1699/1791] Compiling NIOSSL SafeCompare.swift
[1700/1791] Emitting module NIOHTTP1
[1702/1791] Compiling NIOSSL SSLPrivateKey.swift
[1703/1791] Compiling NIOSSL NIOSSLServerHandler.swift
[1704/1792] Compiling NIOSSL NIOSSLClientHandler.swift
[1705/1792] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1706/1792] Compiling NIOSSL AndroidCABundle.swift
[1707/1792] Compiling NIOSSL ByteBufferBIO.swift
[1708/1813] Compiling NIOTransportServices StateManagedChannel.swift
[1709/1813] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1710/1813] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1711/1815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1712/1815] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1713/1815] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1714/1815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1715/1815] Compiling NIOTransportServices NIOTSErrors.swift
[1716/1815] Compiling NIOTransportServices NIOTSEventLoop.swift
[1717/1815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1718/1815] Compiling NIOTransportServices NIOTSSingletons.swift
[1719/1815] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1720/1815] Compiling NIOTransportServices NIOTSBootstraps.swift
[1721/1815] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1722/1815] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1723/1815] Emitting module NIOTransportServices
[1724/1815] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1725/1815] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1726/1815] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1727/1815] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1728/1815] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1729/1815] Compiling NIOTransportServices AcceptHandler.swift
[1730/1815] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1731/1815] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1755/1867] Compiling NIOHPACK IndexedHeaderTable.swift
[1756/1868] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1757/1868] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1758/1868] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1759/1868] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1760/1868] Compiling NIOWebSocket WebSocketOpcode.swift
[1761/1869] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1762/1869] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1763/1869] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1764/1869] Emitting module NIOHTTPCompression
[1765/1869] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1766/1869] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1767/1869] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1768/1869] Compiling NIOWebSocket SHA1.swift
[1769/1869] Compiling NIOHPACK HPACKHeader.swift
[1770/1869] Compiling NIOHPACK HeaderTables.swift
[1771/1869] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1772/1869] Compiling MultipartKit FormDataDecoder.swift
[1773/1869] Compiling NIOHTTPCompression HTTPCompression.swift
[1774/1869] Compiling NIOHTTPCompression HTTPDecompression.swift
[1775/1869] Compiling NIOHPACK StaticHeaderTable.swift
[1776/1869] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1777/1869] Compiling NIOHPACK IntegerCoding.swift
[1778/1869] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1793/1869] Compiling MultipartKit MultipartPartConvertible.swift
[1794/1869] Compiling MultipartKit MultipartFormData.swift
[1795/1869] Compiling MultipartKit MultipartParser.swift
[1797/1869] Compiling MultipartKit MultipartPart.swift
[1799/1871] Emitting module NIOSSL
[1800/1871] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1804/1871] Compiling NIOHPACK HuffmanTables.swift
[1805/1871] Compiling _NIOFileSystem Syscalls.swift
[1806/1871] Compiling _NIOFileSystem SystemFileHandle.swift
[1807/1871] Compiling _NIOFileSystem Utilities.swift
[1808/1871] Compiling _NIOFileSystem OpenOptions.swift
[1809/1872] Emitting module NIOWebSocket
[1810/1872] Emitting module MultipartKit
[1811/1872] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1812/1873] Compiling NIOHPACK HuffmanCoding.swift
[1821/1873] Emitting module NIOHPACK
[1822/1873] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1825/1873] Compiling NIOWebSocket WebSocketFrame.swift
[1828/1874] Compiling MultipartKit FormDataEncoder.swift
[1829/1874] Compiling MultipartKit Storage.swift
[1836/1877] Compiling MultipartKit MultipartSerializer.swift
[1837/1877] Compiling MultipartKit Utilities.swift
[1839/1895] Emitting module _NIOFileSystemFoundationCompat
[1840/1897] Compiling NIOExtras LengthFieldPrepender.swift
[1841/1897] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1842/1897] Compiling NIOExtras DebugInboundEventsHandler.swift
[1843/1897] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1844/1897] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1845/1897] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1846/1898] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1848/1898] Compiling NIOFileSystem Exports.swift
[1849/1898] Emitting module NIOFileSystem
[1850/1898] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1853/1910] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1854/1910] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1855/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1856/1951] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1857/1951] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1858/1960] Compiling NIOHTTP2 QuiescingState.swift
[1859/1960] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1860/1960] Compiling NIOHTTP2 HasRemoteSettings.swift
[1861/1960] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1862/1960] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1863/1960] Compiling NIOHTTP2 HasLocalSettings.swift
[1864/1960] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1865/1960] Compiling NIOHTTP2 MaySendFrames.swift
[1866/1960] Compiling NIOHTTP2 SendingDataState.swift
[1867/1960] Compiling NIOHTTP2 SendingGoawayState.swift
[1872/1961] Emitting module AsyncKit
[1874/1961] Compiling NIOHTTP2 ReceivingDataState.swift
[1875/1961] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1876/1961] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1877/1961] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1878/1961] Compiling NIOHTTP2 MayReceiveFrames.swift
[1879/1961] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1880/1961] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1881/1961] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1882/1961] Emitting module NIOExtras
[1883/1961] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1894/1969] Compiling NIOHTTP2 SendingHeadersState.swift
[1895/1969] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1896/1969] Compiling NIOHTTP2 SendingRstStreamState.swift
[1897/1969] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1898/1969] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1902/1978] Compiling WebSocketKit Exports.swift
[1903/1978] Compiling WebSocketKit WebSocketHandler.swift
[1904/1978] Compiling NIOHTTP2 InboundWindowManager.swift
[1905/1978] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1906/1978] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1907/1978] Compiling NIOHTTP2 StreamChannelList.swift
[1908/1978] Compiling NIOHTTP2 StreamMap.swift
[1909/1978] Compiling NIOHTTP2 StreamStateMachine.swift
[1910/1978] Compiling NIOHTTP2 UnsafeTransfer.swift
[1911/1978] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1912/1978] Emitting module WebSocketKit
[1913/1978] Compiling WebSocketKit WebSocket+Concurrency.swift
[1914/1978] Compiling WebSocketKit WebSocketClient.swift
[1915/1978] Compiling WebSocketKit WebSocket+Connect.swift
[1916/1978] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1917/1978] Compiling WebSocketKit WebSocket.swift
[1919/1979] Emitting module NIOHTTP2
[1920/1979] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1921/1979] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1922/1979] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1923/1979] Compiling NIOHTTP2 HTTP2StreamID.swift
[1924/1979] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1925/1979] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1926/1979] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1927/1979] Compiling NIOHTTP2 InboundEventBuffer.swift
[1937/1979] Compiling NIOHTTP2 StateMachineResult.swift
[1938/1979] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1939/1979] Compiling NIOHTTP2 DOSHeuristics.swift
[1940/1979] Compiling NIOHTTP2 Error+Any.swift
[1941/1979] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1942/1979] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1943/1979] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1944/1979] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1945/1979] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1946/1979] Compiling NIOHTTP2 HTTP2Frame.swift
[1947/1979] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1948/1979] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1949/1979] Compiling NIOHTTP2 HTTP2PingData.swift
[1950/1979] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1951/1979] Compiling NIOHTTP2 HTTP2Settings.swift
[1952/1979] Compiling NIOHTTP2 HTTP2Stream.swift
[1964/2069] Compiling X509 CMSEncapsulatedContentInfo.swift
[1965/2069] Compiling X509 CMSIssuerAndSerialNumber.swift
[1966/2069] Compiling X509 CMSOperations.swift
[1967/2069] Compiling X509 CMSSignature.swift
[1968/2069] Compiling X509 CMSSignedData.swift
[1969/2069] Compiling X509 CMSSignerIdentifier.swift
[1970/2069] Compiling X509 CMSSignerInfo.swift
[1971/2069] Compiling X509 CMSVersion.swift
[1973/2127] Emitting module AsyncHTTPClient
[1974/2135] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1975/2135] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1976/2135] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1977/2135] Compiling AsyncHTTPClient Transaction.swift
[1978/2135] Compiling AsyncHTTPClient Base64.swift
[1979/2135] Compiling AsyncHTTPClient BasicAuth.swift
[1980/2135] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1981/2135] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1982/2135] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1983/2135] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1984/2135] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1985/2135] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1994/2147] Compiling AsyncHTTPClient ConnectionPool.swift
[1995/2147] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1996/2147] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1997/2147] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1998/2147] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1999/2147] Compiling AsyncHTTPClient HTTP1Connection.swift
[2000/2147] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2001/2147] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2006/2147] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2007/2147] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2008/2147] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2009/2147] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2010/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2011/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2012/2147] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2013/2147] Compiling AsyncHTTPClient HTTPClient.swift
[2014/2147] Compiling AsyncHTTPClient HTTPHandler.swift
[2015/2147] Compiling AsyncHTTPClient LRUCache.swift
[2016/2147] Compiling AsyncHTTPClient NWErrorHandler.swift
[2017/2147] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2018/2147] Compiling AsyncHTTPClient TLSConfiguration.swift
[2019/2147] Compiling AsyncHTTPClient RedirectState.swift
[2020/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2021/2147] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2022/2147] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2035/2147] Compiling AsyncHTTPClient HTTP2Connection.swift
[2039/2147] Compiling AsyncHTTPClient ConnectionTarget.swift
[2040/2147] Compiling AsyncHTTPClient DeconstructedURL.swift
[2041/2147] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2042/2147] Compiling AsyncHTTPClient FoundationExtensions.swift
[2043/2147] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2052/2147] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2053/2147] Compiling AsyncHTTPClient RequestBodyLength.swift
[2054/2147] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2055/2147] Compiling AsyncHTTPClient RequestOptions.swift
[2056/2147] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2057/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2061/2147] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2062/2147] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2063/2147] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2064/2147] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2065/2147] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2066/2147] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2067/2147] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2068/2147] Compiling X509 PolicyBuilder.swift
[2069/2147] Compiling X509 BasicConstraintsPolicy.swift
[2070/2147] Compiling X509 DNSNames.swift
[2071/2147] Compiling X509 DirectoryNames.swift
[2072/2147] Compiling X509 ExpiryPolicy.swift
[2073/2147] Compiling X509 IPConstraints.swift
[2074/2147] Compiling X509 NameConstraintsPolicy.swift
[2075/2147] Compiling X509 RFC5280Policy.swift
[2076/2147] Compiling X509 URIConstraints.swift
[2077/2147] Compiling X509 VersionPolicy.swift
[2078/2147] Compiling X509 ServerIdentityPolicy.swift
[2079/2147] Compiling X509 TrustRootLoading.swift
[2080/2147] Compiling X509 OCSPPolicy.swift
[2081/2147] Compiling X509 OCSPRequest.swift
[2082/2147] Compiling X509 OCSPResponse.swift
[2083/2147] Compiling X509 OCSPResponseBytes.swift
[2084/2147] Compiling X509 OCSPResponseData.swift
[2085/2147] Compiling X509 OCSPResponseStatus.swift
[2086/2147] Compiling X509 OCSPSignature.swift
[2087/2147] Compiling X509 OCSPSingleRequest.swift
[2088/2147] Compiling X509 OCSPSingleResponse.swift
[2089/2147] Compiling X509 OCSPTBSRequest.swift
[2090/2147] Compiling X509 OCSPVersion.swift
[2091/2147] Compiling X509 PKCS8PrivateKey.swift
[2097/2147] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2098/2147] Compiling AsyncHTTPClient RequestBag.swift
[2099/2147] Compiling AsyncHTTPClient RequestValidation.swift
[2100/2147] Compiling AsyncHTTPClient SSLContextCache.swift
[2101/2147] Compiling AsyncHTTPClient Scheme.swift
[2102/2147] Compiling AsyncHTTPClient Singleton.swift
[2103/2147] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2104/2147] Compiling AsyncHTTPClient Utils.swift
[2127/2148] Emitting module X509
[2138/2260] Compiling Vapor Responder.swift
[2139/2260] Compiling Vapor Application+HTTP+Server.swift
[2140/2260] Compiling Vapor HTTPServer.swift
[2141/2261] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2142/2261] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2143/2261] Compiling Vapor HTTPServerHandler.swift
[2144/2261] Compiling Vapor HTTPServerRequestDecoder.swift
[2145/2261] Compiling Vapor MemorySessions.swift
[2146/2261] Compiling Vapor Request+Session.swift
[2147/2261] Compiling Vapor Session.swift
[2148/2261] Compiling Vapor SessionCache.swift
[2149/2261] Compiling Vapor SessionData.swift
[2151/2374] Compiling JWTKit JWTSerializer.swift
[2152/2374] Compiling JWTKit JWTSigner.swift
[2153/2374] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2154/2374] Compiling JWTKit UnsecuredNoneSigner.swift
[2155/2374] Compiling JWTKit JWTKeyCollection+RSA.swift
[2156/2374] Compiling JWTKit RSA.swift
[2157/2374] Compiling JWTKit RSAError.swift
[2158/2374] Compiling JWTKit RSASigner.swift
[2159/2374] Compiling JWTKit Base64URL.swift
[2160/2374] Compiling JWTKit CryptoSigner.swift
[2161/2374] Compiling Vapor RoutesBuilder+Concurrency.swift
[2162/2374] Compiling Vapor ViewRenderer+Concurrency.swift
[2163/2374] Compiling Vapor WebSocket+Concurrency.swift
[2164/2374] Compiling Vapor ContainerGetPathExecutor.swift
[2165/2374] Compiling Vapor Content.swift
[2166/2374] Compiling Vapor ContentCoders.swift
[2167/2374] Compiling Vapor ContentConfiguration.swift
[2168/2374] Compiling Vapor ContentContainer.swift
[2169/2374] Compiling Vapor JSONCoder+Custom.swift
[2170/2374] Compiling Vapor JSONCoders+Content.swift
[2171/2374] Compiling Vapor PlaintextDecoder.swift
[2172/2374] Compiling Vapor PlaintextEncoder.swift
[2173/2374] Compiling Vapor URLQueryCoders.swift
[2174/2374] Compiling Vapor URLQueryContainer.swift
[2175/2397] Compiling JWTKit ECDSACurve.swift
[2176/2397] Compiling JWTKit ECDSACurveType.swift
[2177/2397] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2178/2397] Compiling JWTKit Insecure.swift
[2179/2397] Compiling JWTKit JWK.swift
[2180/2397] Compiling JWTKit JWKIdentifier.swift
[2181/2397] Compiling JWTKit JWKS.swift
[2182/2397] Compiling JWTKit JWKSigner.swift
[2183/2397] Compiling JWTKit JWTAlgorithm.swift
[2184/2397] Compiling JWTKit JWTError.swift
[2185/2397] Compiling JWTKit EdDSA.swift
[2186/2397] Compiling JWTKit EdDSACurve.swift
[2187/2397] Compiling JWTKit EdDSAError.swift
[2188/2397] Compiling JWTKit EdDSASigner.swift
[2189/2397] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2190/2397] Compiling JWTKit HMAC.swift
[2191/2397] Compiling JWTKit HMACError.swift
[2192/2397] Compiling JWTKit HMACSigner.swift
[2193/2397] Compiling JWTKit JWTHeader+CommonFields.swift
[2194/2397] Compiling JWTKit JWTHeader.swift
[2195/2397] Compiling JWTKit JWTHeaderField.swift
[2196/2397] Compiling JWTKit JWTKeyCollection.swift
[2197/2397] Compiling JWTKit JWTParser.swift
[2198/2397] Compiling JWTKit JWTPayload.swift
[2199/2420] Compiling JWTKit ECDSAError.swift
[2200/2420] Compiling JWTKit ECDSAKeyTypes.swift
[2201/2420] Compiling JWTKit ECDSASigner.swift
[2202/2420] Compiling JWTKit ECDSASigningAlgorithm.swift
[2203/2420] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2204/2420] Compiling JWTKit P256+CurveType.swift
[2205/2420] Compiling JWTKit P384+CurveType.swift
[2206/2420] Compiling JWTKit P521+CurveType.swift
[2207/2428] Compiling JWTKit JWTUnixEpochClaim.swift
[2208/2428] Compiling JWTKit LocaleClaim.swift
[2209/2428] Compiling JWTKit NotBeforeClaim.swift
[2210/2428] Compiling JWTKit SubjectClaim.swift
[2211/2428] Compiling JWTKit TenantIDClaim.swift
[2212/2428] Compiling JWTKit ECDSA.swift
[2223/2428] Compiling JWTKit AudienceClaim.swift
[2224/2428] Compiling JWTKit BoolClaim.swift
[2225/2428] Compiling JWTKit ExpirationClaim.swift
[2226/2428] Compiling JWTKit GoogleHostedDomainClaim.swift
[2227/2428] Compiling JWTKit IDClaim.swift
[2228/2428] Compiling JWTKit IssuedAtClaim.swift
[2229/2428] Compiling JWTKit IssuerClaim.swift
[2230/2428] Compiling JWTKit JWTClaim.swift
[2231/2428] Compiling JWTKit JWTMultiValueClaim.swift
[2232/2428] Emitting module JWTKit
[2280/2428] Compiling Vapor Validator.swift
[2281/2428] Compiling Vapor ValidatorResult.swift
[2282/2428] Compiling Vapor And.swift
[2283/2428] Compiling Vapor Case.swift
[2284/2428] Compiling Vapor CharacterSet.swift
[2285/2428] Compiling Vapor Count.swift
[2286/2428] Compiling Vapor Email.swift
[2287/2428] Compiling Vapor Empty.swift
[2288/2428] Compiling Vapor In.swift
[2289/2428] Compiling Vapor Nil.swift
[2290/2428] Compiling Vapor NilIgnoring.swift
[2291/2428] Compiling Vapor Not.swift
[2292/2428] Compiling Vapor Or.swift
[2293/2428] Compiling Vapor Pattern.swift
[2294/2428] Compiling Vapor Range.swift
[2295/2428] Compiling Vapor URL.swift
[2296/2428] Compiling Vapor Valid.swift
[2297/2428] Compiling Vapor Application+Views.swift
[2298/2428] Compiling Vapor PlaintextRenderer.swift
[2299/2428] Compiling Vapor Request+View.swift
[2300/2428] Compiling Vapor View.swift
[2301/2428] Compiling Vapor ViewRenderer.swift
[2302/2428] Compiling Vapor _Deprecations.swift
[2303/2428] Compiling JWTKit CustomizedJSONCoders.swift
[2304/2428] Compiling JWTKit Utilities.swift
[2305/2428] Compiling JWTKit AppleIdentityToken.swift
[2306/2428] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2307/2428] Compiling JWTKit GoogleIdentityToken.swift
[2308/2428] Compiling JWTKit MicrosoftIdentityToken.swift
[2309/2428] Compiling JWTKit ValidationTimePayload.swift
[2310/2428] Compiling JWTKit X5CVerifier.swift
[2312/2429] Compiling Vapor Bytes+SecureCompare.swift
[2313/2429] Compiling Vapor Collection+Safe.swift
[2314/2429] Compiling Vapor DataProtocol+Copy.swift
[2315/2429] Compiling Vapor DecoderUnwrapper.swift
[2316/2429] Compiling Vapor DirectoryConfiguration.swift
[2317/2429] Compiling Vapor DotEnv.swift
[2318/2429] Compiling Vapor Extendable.swift
[2319/2429] Compiling Vapor File.swift
[2320/2429] Compiling Vapor FileIO.swift
[2321/2429] Compiling Vapor LifecycleHandler.swift
[2322/2429] Compiling Vapor OptionalType.swift
[2323/2429] Compiling Vapor RFC1123.swift
[2324/2429] Compiling Vapor SocketAddress+Hostname.swift
[2325/2429] Compiling Vapor Storage.swift
[2326/2429] Compiling Vapor String+IsIPAddress.swift
[2327/2429] Compiling Vapor Thread.swift
[2328/2429] Compiling Vapor URI.swift
[2329/2429] Compiling Vapor RangeResult.swift
[2330/2429] Compiling Vapor Validatable.swift
[2331/2429] Compiling Vapor Validation.swift
[2332/2429] Compiling Vapor ValidationKey.swift
[2333/2429] Compiling Vapor Validations.swift
[2334/2429] Compiling Vapor ValidationsError.swift
[2335/2429] Emitting module Vapor
[2336/2429] Compiling Vapor Core.swift
[2337/2429] Compiling Vapor Running.swift
[2338/2429] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2339/2429] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2340/2429] Compiling Vapor DotEnvFile+load.swift
[2341/2429] Compiling Vapor Routes+caseInsenstive.swift
[2342/2429] Compiling Vapor Validatable+validate.swift
[2343/2429] Compiling Vapor Environment+Process.swift
[2344/2429] Compiling Vapor Environment+Secret.swift
[2345/2429] Compiling Vapor Environment.swift
[2346/2429] Compiling Vapor Abort.swift
[2347/2429] Compiling Vapor AbortError.swift
[2348/2429] Compiling Vapor DebuggableError.swift
[2349/2429] Compiling Vapor Demangler.swift
[2350/2429] Compiling Vapor ErrorSource.swift
[2351/2429] Compiling Vapor StackTrace.swift
[2352/2429] Compiling Vapor Exports.swift
[2353/2429] Compiling Vapor Application+HTTP.swift
[2354/2429] Compiling Vapor BasicResponder.swift
[2355/2429] Compiling Vapor BodyStream.swift
[2356/2429] Compiling Vapor Application+HTTP+Client.swift
[2357/2429] Compiling Vapor EventLoopHTTPClient.swift
[2358/2429] Compiling Vapor EndpointCache.swift
[2359/2429] Compiling Vapor HTTPMethod+String.swift
[2360/2429] Compiling Vapor HTTPServerResponseEncoder.swift
[2361/2429] Compiling Vapor HTTPServerUpgradeHandler.swift
[2362/2429] Compiling Vapor Logger+Report.swift
[2363/2429] Compiling Vapor LoggingSystem+Environment.swift
[2364/2429] Compiling Vapor Application+Middleware.swift
[2365/2429] Compiling Vapor CORSMiddleware.swift
[2366/2429] Compiling Vapor ErrorMiddleware.swift
[2367/2429] Compiling Vapor FileMiddleware.swift
[2368/2429] Compiling Vapor Middleware.swift
[2369/2429] Compiling Vapor MiddlewareConfiguration.swift
[2370/2429] Compiling Vapor ResponseCompressionMiddleware.swift
[2371/2429] Compiling Vapor RouteLoggingMiddleware.swift
[2372/2429] Compiling Vapor File+Multipart.swift
[2373/2429] Compiling Vapor FormDataDecoder+Content.swift
[2374/2429] Compiling Vapor FormDataEncoder+Content.swift
[2375/2429] Compiling Vapor Application+Password.swift
[2376/2429] Compiling Vapor Application+Passwords.swift
[2377/2429] Compiling Vapor AsyncPasswordHasher.swift
[2378/2429] Compiling Vapor BcryptHasher.swift
[2379/2429] Compiling Vapor PasswordHasher.swift
[2380/2429] Compiling Vapor PlaintextHasher.swift
[2381/2429] Compiling Vapor Request+Password.swift
[2382/2429] Compiling Vapor Redirect.swift
[2388/2429] Compiling Vapor SessionDriver.swift
[2389/2429] Compiling Vapor SessionsConfiguration.swift
[2390/2429] Compiling Vapor SessionsMiddleware.swift
[2391/2429] Compiling Vapor URLEncodedFormData.swift
[2392/2429] Compiling Vapor URLEncodedFormDecoder.swift
[2393/2429] Compiling Vapor URLEncodedFormEncoder.swift
[2394/2429] Compiling Vapor URLEncodedFormError.swift
[2395/2429] Compiling Vapor URLEncodedFormParser.swift
[2396/2429] Compiling Vapor URLEncodedFormSerializer.swift
[2397/2429] Compiling Vapor URLQueryFragmentConvertible.swift
[2398/2429] Compiling Vapor AnyResponse.swift
[2399/2429] Compiling Vapor Array+Random.swift
[2400/2429] Compiling Vapor Base32.swift
[2401/2429] Compiling Vapor Base64.swift
[2402/2429] Compiling Vapor BaseN.swift
[2403/2429] Compiling Vapor BasicCodingKey.swift
[2404/2429] Compiling Vapor ByteCount.swift
[2405/2429] Compiling Vapor Bytes+Hex.swift
[2406/2429] Compiling Vapor HTTPStatus.swift
[2407/2429] Compiling Vapor HTTPCookies.swift
[2408/2429] Compiling Vapor HTTPHeaderCacheControl.swift
[2409/2429] Compiling Vapor HTTPHeaderExpires.swift
[2410/2429] Compiling Vapor HTTPHeaderLastModified.swift
[2411/2429] Compiling Vapor HTTPHeaders+Cache.swift
[2412/2429] Compiling Vapor HTTPHeaders+Connection.swift
[2413/2429] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2414/2429] Compiling Vapor HTTPHeaders+ContentRange.swift
[2415/2429] Compiling Vapor HTTPHeaders+Directive.swift
[2416/2429] Compiling Vapor HTTPHeaders+Forwarded.swift
[2417/2429] Compiling Vapor HTTPHeaders+Link.swift
[2418/2429] Compiling Vapor HTTPHeaders+Name.swift
[2419/2429] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2420/2429] Compiling Vapor HTTPHeaders.swift
[2421/2429] Compiling Vapor HTTPMediaType.swift
[2422/2429] Compiling Vapor HTTPMediaTypePreference.swift
[2431/2440] Compiling JWT JWTError+Vapor.swift
[2432/2441] Compiling JWT JWTAuthenticator.swift
[2433/2441] Compiling JWT JWT+Microsoft.swift
[2434/2441] Compiling JWT Request+JWT.swift
[2435/2441] Compiling JWT JWKSCache.swift
[2436/2441] Compiling JWT JWT+Apple.swift
[2437/2441] Compiling JWT JWT+FirebaseAuth.swift
[2438/2441] Emitting module JWT
[2439/2441] Compiling JWT Application+JWT.swift
[2440/2441] Compiling JWT Exports.swift
[2441/2441] Compiling JWT JWT+Google.swift
[2443/2471] Compiling FCM FCMApnsConfig.swift
[2444/2471] Compiling FCM FCMApnsPayload.swift
[2445/2471] Compiling FCM FCMApnsPayloadProtocol.swift
[2446/2471] Compiling FCM FCMOptions.swift
[2447/2474] Compiling FCM FCM+Application.swift
[2448/2474] Compiling FCM FCM+Request.swift
[2449/2474] Compiling FCM FCM.swift
[2450/2474] Compiling FCM FCMAndroidConfig.swift
[2451/2474] Compiling FCM FCMAndroidMessagePriority.swift
[2452/2474] Compiling FCM FCMAndroidNotification.swift
[2453/2474] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2454/2474] Compiling FCM FCMAndroidNotificationPriority.swift
[2455/2474] Compiling FCM FCMOptionsProtocol.swift
[2456/2474] Compiling FCM FCMConfiguration.swift
[2457/2474] Compiling FCM FCMError.swift
[2458/2474] Compiling FCM FCMMessage.swift
[2459/2474] Emitting module FCM
[2460/2474] Compiling FCM FCMAndroidNotificationVisibility.swift
[2461/2474] Compiling FCM FCMApnsAlert.swift
[2462/2474] Compiling FCM FCMApnsAlertOrString.swift
[2463/2474] Compiling FCM FCMApnsApsObject.swift
[2464/2474] Compiling FCM FCMNotification.swift
[2465/2474] Compiling FCM FCMWebpushConfig.swift
[2466/2474] Compiling FCM GAuthPayload.swift
[2467/2474] Compiling FCM FCM+AccessToken.swift
[2468/2474] Compiling FCM FCM+BatchSend.swift
[2469/2474] Compiling FCM FCM+CreateTopic.swift
[2470/2474] Compiling FCM FCM+DeleteTopic.swift
[2471/2474] Compiling FCM FCM+GetTopics.swift
[2472/2474] Compiling FCM FCM+JWT.swift
[2473/2474] Compiling FCM FCM+RegisterAPNS.swift
[2474/2474] Compiling FCM FCM+SendMessage.swift
Build complete! (309.42s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FCM",
  "name" : "FCM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift"
      ],
      "target_dependencies" : [
        "FCM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FCM",
      "module_type" : "SwiftTarget",
      "name" : "FCM",
      "path" : "Sources/FCM",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FCM"
      ],
      "sources" : [
        "FCM+Application.swift",
        "FCM+Request.swift",
        "FCM.swift",
        "FCMAndroidConfig/FCMAndroidConfig.swift",
        "FCMAndroidConfig/FCMAndroidMessagePriority.swift",
        "FCMAndroidConfig/FCMAndroidNotification.swift",
        "FCMAndroidConfig/FCMAndroidNotificationLightSettings.swift",
        "FCMAndroidConfig/FCMAndroidNotificationPriority.swift",
        "FCMAndroidConfig/FCMAndroidNotificationVisibility.swift",
        "FCMApnsConfig/FCMApnsAlert.swift",
        "FCMApnsConfig/FCMApnsAlertOrString.swift",
        "FCMApnsConfig/FCMApnsApsObject.swift",
        "FCMApnsConfig/FCMApnsConfig.swift",
        "FCMApnsConfig/FCMApnsPayload.swift",
        "FCMApnsConfig/FCMApnsPayloadProtocol.swift",
        "FCMApnsConfig/FCMOptions.swift",
        "FCMApnsConfig/FCMOptionsProtocol.swift",
        "FCMConfiguration.swift",
        "FCMError.swift",
        "FCMMessage.swift",
        "FCMNotification.swift",
        "FCMWebpushConfig.swift",
        "GAuthPayload.swift",
        "Helpers/FCM+AccessToken.swift",
        "Helpers/FCM+BatchSend.swift",
        "Helpers/FCM+CreateTopic.swift",
        "Helpers/FCM+DeleteTopic.swift",
        "Helpers/FCM+GetTopics.swift",
        "Helpers/FCM+JWT.swift",
        "Helpers/FCM+RegisterAPNS.swift",
        "Helpers/FCM+SendMessage.swift"
      ],
      "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.