The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FCM, reference master (a3ded2), with Swift 6.0 for Linux on 15 Dec 2024 02:47:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-1":/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/vapor.git
Fetching https://github.com/vapor/jwt.git
[1/2689] Fetching jwt
Fetched https://github.com/vapor/jwt.git from cache (0.33s)
[1/70547] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.28s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.1 (0.45s)
Fetching https://github.com/vapor/jwt-kit.git
[1/8849] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.17s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.1 (0.50s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/5435] Fetching swift-certificates
[328/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 (0.53s)
[8488/17177] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (1.44s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.46s)
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.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (2.26s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.6.1 (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.45s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.107.0 (0.67s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2524] Fetching websocket-kit
[2525/7721] Fetching websocket-kit, swift-nio-extras
[2577/9819] Fetching websocket-kit, swift-nio-extras, multipart-kit
[2682/11388] Fetching websocket-kit, swift-nio-extras, multipart-kit, swift-atomics
[3473/13503] Fetching websocket-kit, swift-nio-extras, multipart-kit, swift-atomics, swift-metrics
[10994/19094] Fetching websocket-kit, swift-nio-extras, multipart-kit, swift-atomics, swift-metrics, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio.git
[8620/21424] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-http2
[12544/93792] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-http2, swift-nio
[12882/107517] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (2.04s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.04s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.63s)
Fetching https://github.com/vapor/async-kit.git
[56350/88191] Fetching multipart-kit, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (2.11s)
[54975/86093] Fetching swift-nio, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.77s)
[44145/72368] Fetching swift-nio
[44146/77838] Fetching swift-nio, console-kit
[44912/98528] Fetching swift-nio, console-kit, routing-kit
[48871/100898] Fetching swift-nio, console-kit, routing-kit, async-kit
[58688/114238] Fetching swift-nio, console-kit, routing-kit, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[63997/111868] Fetching swift-nio, console-kit, routing-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.40s)
[60168/106398] Fetching swift-nio, routing-kit, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.88s)
[74966/93058] Fetching swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.03s)
[55724/72368] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.15s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.64s)
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 (0.37s)
[937/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
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.49s)
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.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.45s)
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.46s)
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.24s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.47s)
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.39s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.53s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.44s)
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.42s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.66s)
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.64s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.0 (0.63s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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/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-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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.34.1
Creating working copy for https://github.com/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-nio-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/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/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/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/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-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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
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
[40/848] Compiling CNIOWindows WSAStartup.c
[40/848] Compiling CNIOWindows shim.c
[41/848] Write sources
[43/848] Compiling CNIOLinux liburing_shims.c
[44/848] Write sources
[55/848] Compiling CNIOWASI CNIOWASI.c
[56/848] Compiling _AtomicsShims.c
[57/848] Compiling _NumericsShims _NumericsShims.c
[58/848] Compiling CVaporBcrypt bcrypt.c
[59/848] Compiling CVaporBcrypt blf.c
[60/848] Compiling CNIOLLHTTP c_nio_http.c
[61/848] Compiling CSystem shims.c
[62/848] Compiling CNIOLinux shim.c
[63/848] Compiling CNIOExtrasZlib empty.c
[64/848] Compiling CNIOSHA1 c_nio_sha1.c
[65/848] Compiling CNIODarwin shim.c
[66/848] Compiling fiat_p256_adx_sqr.S
[67/848] Compiling CNIOLLHTTP c_nio_api.c
[68/848] Compiling fiat_curve25519_adx_square.S
[69/848] Compiling fiat_p256_adx_mul.S
[70/848] Compiling fiat_curve25519_adx_mul.S
[71/848] Write swift-version-24593BA9C3E375BF.txt
[72/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/848] Compiling CNIOBoringSSLShims shims.c
[74/854] Compiling tls_method.cc
[75/854] Compiling tls_record.cc
[76/854] Compiling tls13_server.cc
[77/859] Compiling tls13_both.cc
[78/884] Compiling tls13_client.cc
[79/885] Compiling tls13_enc.cc
[81/933] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/933] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[83/935] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/935] Compiling InternalCollectionsUtilities Specialize.swift
[85/935] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/935] Compiling InternalCollectionsUtilities Integer rank.swift
[87/935] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/937] Emitting module SwiftASN1
[89/937] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[90/937] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[93/937] Emitting module SystemPackage
[97/937] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[100/940] Compiling RealModule Real.swift
[101/940] Compiling RealModule Float80+Real.swift
[102/940] Emitting module _CertificateInternals
[103/941] Compiling _CertificateInternals _TinyArray.swift
[104/942] Compiling RealModule Float16+Real.swift
[105/942] Compiling RealModule Float+Real.swift
[106/942] Emitting module InternalCollectionsUtilities
[107/942] Compiling _NIODataStructures PriorityQueue.swift
[108/942] Compiling _NIODataStructures _TinyArray.swift
[115/942] Emitting module RealModule
[116/942] Compiling InternalCollectionsUtilities _SortedCollection.swift
[117/942] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[118/942] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[119/942] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[122/942] Compiling InternalCollectionsUtilities Debugging.swift
[123/942] Compiling InternalCollectionsUtilities Descriptions.swift
[129/942] Compiling RealModule RealFunctions.swift
[130/942] Emitting module _NIOBase64
[131/942] Compiling _NIOBase64 Base64.swift
[137/943] Compiling SystemPackage MachPort.swift
[138/943] Compiling SystemPackage PlatformString.swift
[139/943] Compiling SystemPackage SystemString.swift
[144/943] Compiling RealModule ElementaryFunctions.swift
[145/944] Compiling SwiftASN1 DER.swift
[146/944] Compiling SwiftASN1 Errors.swift
[150/949] Emitting module _NIODataStructures
[151/949] Compiling _NIODataStructures Heap.swift
[152/998] Compiling _RopeModule BigString+Chunk+Counts.swift
[153/998] Compiling _RopeModule BigString+Chunk+Description.swift
[154/998] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[155/998] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[156/998] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[157/998] Compiling _RopeModule BigString+Chunk+Splitting.swift
[158/998] Compiling _RopeModule BigString+Chunk.swift
[159/998] Compiling _RopeModule BigString+BidirectionalCollection.swift
[160/1017] Compiling _RopeModule BigString+Comparable.swift
[161/1017] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[162/1017] Compiling _RopeModule BigString+CustomStringConvertible.swift
[163/1017] Compiling _RopeModule BigString+Equatable.swift
[164/1017] Emitting module Logging
[165/1017] Compiling Logging Locks.swift
[166/1017] Compiling Logging Logging.swift
[167/1017] Compiling Logging LogHandler.swift
[168/1017] Compiling Logging MetadataProvider.swift
[171/1018] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[172/1018] Compiling _RopeModule BigString+Sequence.swift
[173/1018] Compiling _RopeModule BigString+TextOutputStream.swift
[177/1087] Emitting module CoreMetrics
[178/1087] Compiling HeapModule _HeapNode.swift
[179/1087] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[180/1087] Compiling HeapModule Heap+Descriptions.swift
[181/1087] Emitting module RoutingKit
[182/1087] Compiling RoutingKit AnyRouter.swift
[183/1087] Compiling RoutingKit PathComponent.swift
[183/1087] Compiling t1_enc.cc
[185/1087] Compiling HeapModule Heap.swift
[186/1087] Compiling CoreMetrics Locks.swift
[187/1087] Compiling CoreMetrics Metrics.swift
[188/1088] Compiling HeapModule Heap+Invariants.swift
[189/1088] Compiling HeapModule Heap+UnsafeHandle.swift
[191/1088] Emitting module HeapModule
[192/1088] Compiling RoutingKit Router.swift
[193/1089] Compiling RoutingKit TrieRouter.swift
[194/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[195/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[196/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[197/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[198/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[199/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[200/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[201/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[202/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[203/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[204/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[205/1090] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[206/1090] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[207/1090] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[208/1172] Compiling ssl_x509.cc
[210/1174] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[211/1174] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[212/1174] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[213/1174] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[214/1174] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[215/1174] Compiling HashTreeCollections _HashNode+Structural merge.swift
[216/1174] Compiling HashTreeCollections _HashTreeIterator.swift
[217/1174] Compiling HashTreeCollections _HashTreeStatistics.swift
[218/1214] Compiling Algorithms FlattenCollection.swift
[219/1214] Compiling Algorithms Grouped.swift
[220/1214] Compiling Algorithms Indexed.swift
[221/1214] Compiling Algorithms Intersperse.swift
[222/1214] Compiling Algorithms Joined.swift
[223/1214] Compiling Algorithms Keyed.swift
[224/1214] Compiling Algorithms MinMax.swift
[225/1214] Compiling Algorithms Partition.swift
[226/1214] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[227/1214] Compiling HashTreeCollections _RawHashNode.swift
[228/1214] Compiling HashTreeCollections _UnmanagedHashNode.swift
[229/1214] Compiling HashTreeCollections _UnsafePath.swift
[230/1214] Compiling HashTreeCollections TreeDictionary+Codable.swift
[231/1214] Compiling HashTreeCollections TreeDictionary+Collection.swift
[232/1214] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[233/1214] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[234/1214] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[235/1214] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[236/1214] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[237/1214] Compiling HashTreeCollections _HashNode+Structural union.swift
[238/1214] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[239/1214] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[240/1214] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[241/1214] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[244/1216] Compiling HashTreeCollections TreeSet+Hashable.swift
[245/1216] Compiling HashTreeCollections TreeSet+Sendable.swift
[246/1216] Compiling HashTreeCollections TreeSet+Sequence.swift
[247/1216] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[248/1216] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[249/1216] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[250/1216] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[251/1216] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[252/1216] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[253/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[254/1226] Compiling Algorithms Compacted.swift
[255/1226] Compiling Algorithms Cycle.swift
[256/1226] Compiling Algorithms Chunked.swift
[257/1226] Compiling Algorithms Combinations.swift
[258/1226] Compiling HashTreeCollections TreeDictionary+Keys.swift
[259/1226] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[260/1226] Compiling HashTreeCollections TreeDictionary+Merge.swift
[261/1226] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[262/1226] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[263/1226] Compiling HashTreeCollections TreeDictionary+Values.swift
[274/1226] Compiling HashTreeCollections TreeDictionary.swift
[275/1226] Compiling HashTreeCollections TreeSet+Codable.swift
[280/1235] Compiling DequeModule _DequeSlot.swift
[281/1235] Compiling DequeModule _UnsafeWrappedBuffer.swift
[282/1235] Compiling Algorithms Permutations.swift
[283/1235] Compiling Algorithms Product.swift
[284/1235] Compiling Algorithms RandomSample.swift
[285/1235] Compiling Algorithms Reductions.swift
[286/1235] Compiling Algorithms Split.swift
[287/1235] Compiling Algorithms Stride.swift
[288/1235] Compiling Algorithms Suffix.swift
[293/1239] Compiling RoutingKit Parameters.swift
[297/1240] Compiling _RopeModule Rope+Join.swift
[298/1240] Compiling _RopeModule Rope+MutatingForEach.swift
[299/1240] Compiling _RopeModule Rope+Remove.swift
[300/1240] Compiling _RopeModule Rope+RemoveSubrange.swift
[301/1240] Compiling _RopeModule Rope+Split.swift
[302/1240] Compiling _RopeModule Optional Utilities.swift
[303/1240] Compiling _RopeModule String Utilities.swift
[304/1240] Compiling _RopeModule String.Index+ABI.swift
[308/1240] Compiling Algorithms AdjacentPairs.swift
[309/1240] Compiling Algorithms Chain.swift
[314/1240] Compiling Algorithms EitherSequence.swift
[315/1240] Compiling Algorithms FirstNonNil.swift
[316/1240] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[317/1240] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[318/1240] Compiling HashTreeCollections TreeDictionary+Filter.swift
[319/1240] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[320/1240] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[343/1240] Compiling _RopeModule _CharacterRecognizer.swift
[344/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[345/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[346/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[347/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[348/1240] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[349/1240] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[350/1240] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[351/1240] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[352/1240] Compiling HashTreeCollections TreeSet.swift
[357/1240] Compiling Algorithms Rotate.swift
[365/1240] Compiling Metrics Metrics.swift
[366/1240] Emitting module Metrics
[367/1241] Emitting module DequeModule
[369/1242] Compiling Algorithms Trim.swift
[370/1242] Compiling Algorithms Unique.swift
[371/1242] Compiling Algorithms Windows.swift
[401/1242] Emitting module OrderedCollections
[409/1243] Compiling ssl_versions.cc
[411/1243] Compiling ssl_transcript.cc
[413/1243] Emitting module _RopeModule
[417/1243] Compiling ssl_stat.cc
[446/1243] Compiling HashTreeCollections _HashNode.swift
[447/1243] Compiling HashTreeCollections _HashNodeHeader.swift
[448/1243] Compiling HashTreeCollections _HashSlot.swift
[449/1243] Compiling HashTreeCollections _HashStack.swift
[449/1243] Compiling ssl_session.cc
[480/1244] Compiling ssl_privkey.cc
[481/1244] Compiling ssl_key_share.cc
[482/1244] Compiling ssl_file.cc
[483/1244] Compiling ssl_lib.cc
[485/1244] Emitting module Algorithms
[487/1245] Emitting module HashTreeCollections
[487/1246] Compiling ssl_credential.cc
[489/1246] Compiling ssl_buffer.cc
[490/1246] Compiling ssl_cipher.cc
[491/1246] Compiling ssl_cert.cc
[492/1246] Compiling ssl_asn1.cc
[493/1246] Compiling ssl_aead_ctx.cc
[494/1246] Compiling s3_pkt.cc
[495/1246] Compiling s3_lib.cc
[496/1246] Compiling s3_both.cc
[497/1246] Compiling handshake_client.cc
[498/1246] Compiling handshake.cc
[499/1246] Compiling handshake_server.cc
[500/1246] Compiling handoff.cc
[501/1246] Compiling encrypted_client_hello.cc
[502/1246] Compiling dtls_record.cc
[503/1246] Compiling md5-x86_64-linux.S
[504/1246] Compiling md5-x86_64-apple.S
[505/1246] Compiling extensions.cc
[506/1246] Compiling dtls_method.cc
[507/1246] Compiling md5-586-apple.S
[508/1246] Compiling err_data.c
[509/1246] Compiling md5-586-linux.S
[510/1246] Compiling d1_srtp.cc
[511/1246] Compiling chacha20_poly1305_x86_64-apple.S
[512/1246] Compiling chacha20_poly1305_armv8-win.S
[513/1246] Compiling chacha20_poly1305_armv8-linux.S
[514/1246] Compiling chacha20_poly1305_x86_64-linux.S
[515/1246] Compiling chacha20_poly1305_armv8-apple.S
[516/1246] Compiling chacha-x86_64-linux.S
[517/1246] Compiling chacha-x86_64-apple.S
[518/1246] Compiling d1_pkt.cc
[519/1246] Compiling chacha-x86-apple.S
[520/1246] Compiling chacha-armv8-linux.S
[521/1246] Compiling chacha-x86-linux.S
[522/1246] Compiling chacha-armv8-win.S
[523/1246] Compiling chacha-armv8-apple.S
[524/1246] Compiling chacha-armv4-linux.S
[525/1246] Compiling aes128gcmsiv-x86_64-apple.S
[526/1246] Compiling aes128gcmsiv-x86_64-linux.S
[527/1246] Compiling x86_64-mont5-apple.S
[528/1246] Compiling x86_64-mont5-linux.S
[529/1246] Compiling x86_64-mont-apple.S
[530/1246] Compiling x86_64-mont-linux.S
[531/1246] Compiling x86-mont-linux.S
[532/1246] Compiling x86-mont-apple.S
[533/1246] Compiling bio_ssl.cc
[534/1246] Compiling vpaes-x86_64-linux.S
[535/1246] Compiling vpaes-x86_64-apple.S
[536/1246] Compiling d1_lib.cc
[537/1246] Compiling vpaes-armv8-win.S
[538/1246] Compiling vpaes-x86-linux.S
[539/1246] Compiling vpaes-x86-apple.S
[540/1246] Compiling vpaes-armv8-linux.S
[541/1246] Compiling vpaes-armv8-apple.S
[542/1246] Compiling vpaes-armv7-linux.S
[543/1246] Compiling sha512-x86_64-apple.S
[544/1246] Compiling sha512-armv8-linux.S
[545/1246] Compiling sha512-x86_64-linux.S
[546/1246] Compiling sha512-armv8-apple.S
[547/1246] Compiling sha512-586-linux.S
[547/1246] Compiling sha512-armv8-win.S
[547/1246] Compiling sha512-armv4-linux.S
[550/1246] Compiling sha512-586-apple.S
[551/1246] Compiling sha256-armv8-win.S
[552/1246] Compiling sha256-armv8-linux.S
[553/1246] Compiling sha256-x86_64-apple.S
[554/1246] Compiling sha256-armv4-linux.S
[555/1246] Compiling sha256-armv8-apple.S
[556/1246] Compiling sha256-x86_64-linux.S
[557/1246] Compiling sha256-586-linux.S
[558/1246] Compiling sha256-586-apple.S
[559/1246] Compiling sha1-x86_64-apple.S
[560/1246] Compiling sha1-armv8-win.S
[561/1246] Compiling sha1-armv8-linux.S
[562/1246] Compiling sha1-armv4-large-linux.S
[563/1246] Compiling sha1-586-linux.S
[564/1246] Compiling sha1-armv8-apple.S
[565/1246] Compiling sha1-x86_64-linux.S
[566/1246] Compiling rsaz-avx2-apple.S
[567/1246] Compiling rsaz-avx2-linux.S
[568/1246] Compiling rdrand-x86_64-linux.S
[569/1246] Compiling sha1-586-apple.S
[570/1246] Compiling p256_beeu-x86_64-asm-linux.S
[571/1246] Compiling rdrand-x86_64-apple.S
[572/1246] Compiling p256_beeu-armv8-asm-apple.S
[573/1246] Compiling p256_beeu-armv8-asm-linux.S
[573/1246] Compiling p256_beeu-armv8-asm-win.S
[575/1246] Compiling p256_beeu-x86_64-asm-apple.S
[576/1246] Compiling d1_both.cc
[577/1246] Compiling p256-armv8-asm-win.S
[578/1246] Compiling p256-armv8-asm-apple.S
[579/1246] Compiling p256-armv8-asm-linux.S
[580/1246] Compiling p256-x86_64-asm-apple.S
[581/1246] Compiling ghashv8-armv8-apple.S
[582/1246] Compiling ghashv8-armv8-linux.S
[583/1246] Compiling ghashv8-armv8-win.S
[584/1246] Compiling ghashv8-armv7-linux.S
[585/1246] Compiling p256-x86_64-asm-linux.S
[586/1246] Compiling ghash-x86_64-apple.S
[587/1246] Compiling ghash-x86-apple.S
[588/1246] Compiling ghash-x86_64-linux.S
[589/1246] Compiling ghash-ssse3-x86_64-apple.S
[590/1246] Compiling ghash-x86-linux.S
[591/1246] Compiling ghash-ssse3-x86-linux.S
[592/1246] Compiling ghash-ssse3-x86_64-linux.S
[593/1246] Compiling ghash-armv4-linux.S
[594/1246] Compiling ghash-neon-armv8-apple.S
[595/1246] Compiling ghash-neon-armv8-win.S
[596/1246] Compiling ghash-neon-armv8-linux.S
[597/1246] Compiling ghash-ssse3-x86-apple.S
[598/1246] Compiling co-586-linux.S
[599/1246] Compiling bsaes-armv7-linux.S
[600/1246] Compiling co-586-apple.S
[601/1246] Compiling bn-armv8-linux.S
[602/1246] Compiling bn-armv8-apple.S
[603/1246] Compiling bn-armv8-win.S
[604/1246] Compiling bn-586-linux.S
[605/1246] Compiling bn-586-apple.S
[606/1246] Compiling armv8-mont-win.S
[607/1246] Compiling armv8-mont-linux.S
[608/1246] Compiling armv8-mont-apple.S
[609/1246] Compiling armv4-mont-linux.S
[610/1246] Compiling aesv8-gcm-armv8-win.S
[611/1246] Compiling aesv8-gcm-armv8-linux.S
[612/1246] Compiling aesv8-gcm-armv8-apple.S
[613/1246] Compiling aesv8-armv7-linux.S
[614/1246] Compiling aesv8-armv8-win.S
[615/1246] Compiling aesv8-armv8-apple.S
[616/1246] Compiling aesv8-armv8-linux.S
[617/1246] Compiling aesni-x86_64-linux.S
[618/1246] Compiling aesni-x86_64-apple.S
[619/1246] Compiling aesni-x86-linux.S
[620/1246] Compiling aesni-x86-apple.S
[621/1246] Compiling aesni-gcm-x86_64-apple.S
[622/1246] Compiling aesni-gcm-x86_64-linux.S
[623/1246] Compiling x_sig.c
[624/1246] Compiling x_val.c
[625/1246] Compiling x_spki.c
[626/1246] Compiling x_x509a.c
[627/1246] Compiling x_x509.c
[628/1246] Compiling x_req.c
[629/1246] Compiling x_pubkey.c
[630/1246] Compiling x_name.c
[631/1246] Compiling x_attrib.c
[632/1246] Compiling x_exten.c
[633/1246] Compiling x_crl.c
[634/1246] Compiling x_algor.c
[635/1246] Compiling x509spki.c
[636/1246] Compiling x509rset.c
[637/1246] Compiling x_all.c
[638/1246] Compiling x509name.c
[639/1246] Compiling x509cset.c
[640/1246] Compiling x509_vpm.c
[641/1246] Compiling x509_v3.c
[642/1246] Compiling x509_txt.c
[643/1246] Compiling x509_vfy.c
[644/1246] Compiling x509_set.c
[645/1246] Compiling x509_trs.c
[646/1246] Compiling x509_req.c
[647/1246] Compiling x509_obj.c
[648/1246] Compiling x509_def.c
[649/1246] Compiling x509_lu.c
[650/1246] Compiling x509_ext.c
[651/1246] Compiling x509_d2.c
[652/1246] Compiling x509.c
[653/1246] Compiling x509_cmp.c
[654/1246] Compiling x509_att.c
[655/1246] Compiling v3_utl.c
[656/1246] Compiling v3_skey.c
[657/1246] Compiling v3_prn.c
[658/1246] Compiling v3_ocsp.c
[659/1246] Compiling v3_pmaps.c
[660/1246] Compiling v3_purp.c
[661/1246] Compiling v3_pcons.c
[662/1246] Compiling v3_ncons.c
[663/1246] Compiling v3_int.c
[664/1246] Compiling v3_lib.c
[665/1246] Compiling v3_info.c
[666/1246] Compiling v3_genn.c
[667/1246] Compiling v3_ia5.c
[668/1246] Compiling v3_extku.c
[669/1246] Compiling v3_enum.c
[670/1246] Compiling v3_crld.c
[671/1246] Compiling v3_conf.c
[672/1246] Compiling v3_cpols.c
[673/1246] Compiling v3_bcons.c
[674/1246] Compiling v3_bitst.c
[675/1246] Compiling v3_akeya.c
[676/1246] Compiling v3_alt.c
[677/1246] Compiling v3_akey.c
[678/1246] Compiling t_x509a.c
[679/1246] Compiling t_x509.c
[680/1246] Compiling i2d_pr.c
[681/1246] Compiling t_req.c
[682/1246] Compiling by_file.c
[683/1246] Compiling t_crl.c
[684/1246] Compiling rsa_pss.c
[685/1246] Compiling name_print.c
[686/1246] Compiling policy.c
[687/1246] Compiling by_dir.c
[688/1246] Compiling a_verify.c
[689/1246] Compiling asn1_gen.c
[690/1246] Compiling algorithm.c
[691/1246] Compiling a_digest.c
[692/1246] Compiling thread_win.c
[693/1246] Compiling a_sign.c
[694/1246] Compiling thread_pthread.c
[695/1246] Compiling pmbtoken.c
[696/1246] Compiling voprf.c
[697/1246] Compiling trust_token.c
[698/1246] Compiling spx_util.c
[698/1246] Compiling thread_none.c
[700/1246] Compiling thread.c
[701/1246] Compiling spx_wots.c
[702/1246] Compiling spx_thash.c
[703/1246] Compiling spx_fors.c
[704/1246] Compiling spx_merkle.c
[704/1246] Compiling stack.c
[706/1246] Compiling spx_address.c
[707/1246] Compiling spx.c
[708/1246] Compiling fors.c
[709/1246] Compiling slhdsa.c
[710/1246] Compiling siphash.c
[711/1246] Compiling sha512.c
[712/1246] Compiling thash.c
[713/1246] Compiling wots.c
[714/1246] Compiling merkle.c
[715/1246] Compiling sha1.c
[716/1246] Compiling sha256.c
[717/1246] Compiling rsa_extra.c
[718/1246] Compiling rsa_print.c
[719/1246] Compiling rc4.c
[720/1246] Compiling refcount.c
[721/1246] Compiling rsa_asn1.c
[722/1246] Compiling rsa_crypt.c
[723/1246] Compiling trusty.c
[724/1246] Compiling rand_extra.c
[724/1246] Compiling passive.c
[726/1246] Compiling windows.c
[727/1246] Compiling ios.c
[728/1246] Compiling urandom.c
[729/1246] Compiling getentropy.c
[730/1246] Compiling forkunsafe.c
[731/1246] Compiling poly1305_arm_asm.S
[732/1246] Compiling deterministic.c
[733/1246] Compiling fork_detect.c
[734/1246] Compiling poly1305_arm.c
[735/1246] Compiling poly1305.c
[736/1246] Compiling pool.c
[737/1246] Compiling pkcs7.c
[738/1246] Compiling poly1305_vec.c
[739/1246] Compiling p5_pbev2.c
[740/1246] Compiling pem_pkey.c
[741/1246] Compiling pkcs8.c
[742/1246] Compiling pem_xaux.c
[743/1246] Compiling pkcs7_x509.c
[744/1246] Compiling pem_x509.c
[745/1246] Compiling pkcs8_x509.c
[746/1246] Compiling pem_pk8.c
[747/1246] Compiling obj_xref.c
[748/1246] Compiling pem_oth.c
[749/1246] Compiling pem_lib.c
[750/1246] Compiling md5.c
[751/1246] Compiling pem_info.c
[752/1246] Compiling mem.c
[753/1246] Compiling obj.c
[754/1246] Compiling pem_all.c
[755/1246] Compiling mldsa.c
[756/1246] Compiling lhash.c
[757/1246] Compiling md4.c
[758/1246] Compiling fips_shared_support.c
[759/1246] Compiling keccak.c
[760/1246] Compiling poly_rq_mul.S
[761/1246] Compiling kyber.c
[762/1246] Compiling sign.c
[762/1246] Compiling ex_data.c
[764/1246] Compiling hpke.c
[765/1246] Compiling mlkem.cc
[766/1246] Compiling hrss.c
[767/1246] Compiling print.c
[767/1246] Compiling pbkdf.c
[769/1246] Compiling p_x25519_asn1.c
[770/1246] Compiling p_x25519.c
[771/1246] Compiling scrypt.c
[772/1246] Compiling p_rsa_asn1.c
[773/1246] Compiling p_hkdf.c
[774/1246] Compiling p_rsa.c
[775/1246] Compiling p_ed25519.c
[776/1246] Compiling p_ec_asn1.c
[777/1246] Compiling p_ed25519_asn1.c
[778/1246] Compiling p_dsa_asn1.c
[779/1246] Compiling p_dh_asn1.c
[780/1246] Compiling p_dh.c
[781/1246] Compiling p_ec.c
[782/1246] Compiling evp.c
[783/1246] Compiling evp_ctx.c
[784/1246] Compiling engine.c
[785/1246] Compiling evp_asn1.c
[786/1246] Compiling ecdh_extra.c
[787/1246] Compiling err.c
[788/1246] Compiling hash_to_curve.c
[789/1246] Compiling ec_derive.c
[790/1246] Compiling ecdsa_asn1.c
[791/1246] Compiling dilithium.c
[792/1246] Compiling dh_asn1.c
[793/1246] Compiling dsa_asn1.c
[794/1246] Compiling params.c
[795/1246] Compiling dsa.c
[796/1246] Compiling ec_asn1.c
[797/1246] Compiling digest_extra.c
[798/1246] Compiling x25519-asm-arm.S
[799/1246] Compiling spake25519.c
[800/1246] Compiling des.c
[801/1246] Compiling crypto.c
[802/1246] Compiling cpu_intel.c
[803/1246] Compiling cpu_arm_linux.c
[804/1246] Compiling cpu_arm_freebsd.c
[805/1246] Compiling cpu_aarch64_win.c
[806/1246] Compiling cpu_aarch64_sysreg.c
[807/1246] Compiling cpu_aarch64_openbsd.c
[808/1246] Compiling cpu_aarch64_linux.c
[809/1246] Compiling cpu_aarch64_apple.c
[810/1246] Compiling cpu_aarch64_fuchsia.c
[811/1246] Compiling curve25519.c
[812/1246] Compiling tls_cbc.c
[813/1246] Compiling conf.c
[814/1246] Compiling e_rc4.c
[815/1246] Compiling e_rc2.c
[816/1246] Compiling e_tls.c
[817/1246] Compiling e_null.c
[818/1246] Compiling derive_key.c
[819/1246] Compiling e_des.c
[820/1246] Compiling e_chacha20poly1305.c
[821/1246] Compiling cipher_extra.c
[822/1246] Compiling chacha.c
[823/1246] Compiling e_aesctrhmac.c
[824/1246] Compiling unicode.c
[825/1246] Compiling e_aesgcmsiv.c
[826/1246] Compiling ber.c
[827/1246] Compiling buf.c
[828/1246] Compiling asn1_compat.c
[829/1246] Compiling cbs.c
[830/1246] Compiling cbb.c
[831/1246] Compiling bn_asn1.c
[832/1246] Compiling curve25519_64_adx.c
[833/1246] Compiling convert.c
[834/1246] Compiling blake2.c
[835/1246] Compiling printf.c
[836/1246] Compiling socket.c
[837/1246] Compiling socket_helper.c
[838/1246] Compiling file.c
[839/1246] Compiling hexdump.c
[840/1246] Compiling pair.c
[841/1246] Compiling errno.c
[842/1246] Compiling fd.c
[843/1246] Compiling connect.c
[844/1246] Compiling bio_mem.c
[845/1246] Compiling base64.c
[846/1246] Compiling bio.c
[847/1246] Compiling tasn_typ.c
[848/1246] Compiling tasn_utl.c
[849/1246] Compiling tasn_new.c
[850/1246] Compiling tasn_fre.c
[851/1246] Compiling f_string.c
[852/1246] Compiling tasn_enc.c
[853/1246] Compiling tasn_dec.c
[854/1246] Compiling f_int.c
[855/1246] Compiling posix_time.c
[856/1246] Compiling asn_pack.c
[856/1246] Compiling bcm.c
[858/1246] Compiling asn1_par.c
[859/1246] Compiling a_utctm.c
[860/1246] Compiling a_type.c
[861/1246] Compiling a_time.c
[862/1246] Compiling a_octet.c
[863/1246] Compiling asn1_lib.c
[864/1246] Compiling a_strnid.c
[865/1246] Compiling a_strex.c
[866/1246] Compiling a_i2d_fp.c
[867/1246] Compiling a_object.c
[868/1246] Compiling a_int.c
[869/1246] Compiling a_dup.c
[870/1246] Compiling a_gentm.c
[871/1246] Compiling a_mbstr.c
[872/1246] Compiling a_d2i_fp.c
[873/1246] Compiling a_bool.c
[874/1246] Compiling fiat_p256_adx_sqr.S
[875/1246] Compiling fiat_p256_adx_mul.S
[876/1246] Compiling a_bitstr.c
[877/1246] Compiling fiat_curve25519_adx_square.S
[878/1246] Compiling md5-x86_64-apple.S
[879/1246] Compiling fiat_curve25519_adx_mul.S
[880/1246] Compiling md5-x86_64-linux.S
[881/1246] Compiling md5-586-linux.S
[882/1246] Compiling md5-586-apple.S
[883/1246] Compiling err_data.c
[884/1246] Compiling chacha20_poly1305_x86_64-apple.S
[885/1246] Compiling chacha20_poly1305_armv8-linux.S
[886/1246] Compiling chacha20_poly1305_armv8-win.S
[887/1246] Compiling chacha20_poly1305_x86_64-linux.S
[888/1246] Compiling chacha20_poly1305_armv8-apple.S
[889/1246] Compiling chacha-x86_64-apple.S
[890/1246] Compiling chacha-x86_64-linux.S
[891/1246] Compiling CCryptoBoringSSLShims shims.c
[892/1246] Compiling chacha-x86-linux.S
[893/1246] Compiling chacha-x86-apple.S
[894/1246] Compiling chacha-armv8-win.S
[895/1246] Compiling chacha-armv8-apple.S
[896/1246] Compiling chacha-armv8-linux.S
[897/1246] Compiling chacha-armv4-linux.S
[898/1246] Compiling aes128gcmsiv-x86_64-apple.S
[899/1246] Compiling aes128gcmsiv-x86_64-linux.S
[900/1246] Compiling x86_64-mont5-linux.S
[901/1246] Compiling x86_64-mont5-apple.S
[902/1246] Compiling x86_64-mont-linux.S
[903/1246] Compiling x86_64-mont-apple.S
[904/1246] Compiling x86-mont-linux.S
[905/1246] Compiling x86-mont-apple.S
[906/1246] Compiling vpaes-x86_64-apple.S
[907/1246] Compiling vpaes-x86-apple.S
[908/1246] Compiling vpaes-x86-linux.S
[909/1246] Compiling vpaes-x86_64-linux.S
[910/1246] Compiling vpaes-armv8-win.S
[911/1246] Compiling vpaes-armv8-linux.S
[912/1246] Compiling vpaes-armv8-apple.S
[913/1246] Compiling vpaes-armv7-linux.S
[914/1246] Compiling sha512-x86_64-apple.S
[915/1246] Compiling sha512-armv8-win.S
[916/1246] Compiling sha512-armv8-linux.S
[917/1246] Compiling sha512-x86_64-linux.S
[918/1246] Compiling sha512-armv8-apple.S
[919/1246] Compiling sha512-586-linux.S
[920/1246] Compiling sha512-armv4-linux.S
[921/1246] Compiling sha256-x86_64-apple.S
[922/1246] Compiling sha512-586-apple.S
[923/1246] Compiling sha256-x86_64-linux.S
[924/1246] Compiling sha256-armv8-linux.S
[925/1246] Compiling sha256-armv8-win.S
[926/1246] Compiling sha256-armv4-linux.S
[927/1246] Compiling sha256-armv8-apple.S
[928/1246] Compiling sha256-586-apple.S
[929/1246] Compiling sha256-586-linux.S
[930/1246] Compiling sha1-x86_64-linux.S
[931/1246] Compiling sha1-x86_64-apple.S
[932/1246] Compiling sha1-armv8-linux.S
[933/1246] Compiling sha1-armv8-win.S
[934/1246] Compiling sha1-armv8-apple.S
[934/1246] Compiling sha1-586-linux.S
[936/1246] Compiling sha1-armv4-large-linux.S
[937/1246] Compiling sha1-586-apple.S
[938/1246] Compiling rsaz-avx2-linux.S
[939/1246] Compiling rdrand-x86_64-apple.S
[940/1246] Compiling rsaz-avx2-apple.S
[940/1246] Compiling rdrand-x86_64-linux.S
[942/1246] Compiling p256_beeu-x86_64-asm-apple.S
[943/1246] Compiling p256_beeu-x86_64-asm-linux.S
[944/1246] Compiling p256_beeu-armv8-asm-apple.S
[945/1246] Compiling p256_beeu-armv8-asm-linux.S
[946/1246] Compiling p256_beeu-armv8-asm-win.S
[947/1246] Compiling p256-armv8-asm-win.S
[948/1246] Compiling p256-x86_64-asm-apple.S
[949/1246] Compiling p256-x86_64-asm-linux.S
[950/1246] Compiling p256-armv8-asm-linux.S
[951/1246] Compiling p256-armv8-asm-apple.S
[952/1246] Compiling ghashv8-armv8-win.S
[953/1246] Compiling ghashv8-armv8-linux.S
[954/1246] Compiling ghashv8-armv8-apple.S
[955/1246] Compiling ghash-x86_64-linux.S
[955/1246] Compiling ghashv8-armv7-linux.S
[957/1246] Compiling ghash-x86-apple.S
[958/1246] Compiling ghash-x86-linux.S
[959/1246] Compiling ghash-x86_64-apple.S
[960/1246] Compiling ghash-ssse3-x86_64-apple.S
[961/1246] Compiling ghash-ssse3-x86-apple.S
[962/1246] Compiling ghash-ssse3-x86-linux.S
[963/1246] Compiling ghash-neon-armv8-win.S
[964/1246] Compiling ghash-ssse3-x86_64-linux.S
[965/1246] Compiling ghash-neon-armv8-linux.S
[966/1246] Compiling ghash-neon-armv8-apple.S
[967/1246] Compiling ghash-armv4-linux.S
[968/1246] Compiling co-586-linux.S
[969/1246] Compiling co-586-apple.S
[970/1246] Compiling bsaes-armv7-linux.S
[971/1246] Compiling bn-armv8-win.S
[972/1246] Compiling bn-armv8-linux.S
[973/1246] Compiling bn-armv8-apple.S
[974/1246] Compiling bn-586-apple.S
[975/1246] Compiling bn-586-linux.S
[976/1246] Compiling armv8-mont-win.S
[977/1246] Compiling armv8-mont-linux.S
[978/1246] Compiling armv8-mont-apple.S
[979/1246] Compiling aesv8-gcm-armv8-win.S
[980/1246] Compiling aesv8-gcm-armv8-apple.S
[981/1246] Compiling aesv8-gcm-armv8-linux.S
[982/1246] Compiling armv4-mont-linux.S
[983/1246] Compiling aesv8-armv8-win.S
[984/1246] Compiling aesv8-armv8-apple.S
[985/1246] Compiling aesv8-armv8-linux.S
[986/1246] Compiling aesni-x86_64-apple.S
[987/1246] Compiling aesv8-armv7-linux.S
[988/1246] Compiling aesni-x86-linux.S
[989/1246] Compiling aesni-x86_64-linux.S
[990/1246] Compiling aesni-x86-apple.S
[991/1246] Compiling aesni-gcm-x86_64-apple.S
[992/1246] Compiling aesni-gcm-x86_64-linux.S
[993/1246] Compiling x_x509a.c
[994/1246] Compiling x_sig.c
[995/1246] Compiling x_val.c
[996/1246] Compiling x_x509.c
[997/1246] Compiling x_spki.c
[998/1246] Compiling x_req.c
[999/1246] Compiling x_pubkey.c
[1000/1246] Compiling x_attrib.c
[1001/1246] Compiling x_crl.c
[1002/1246] Compiling x_exten.c
[1003/1246] Compiling x_name.c
[1004/1246] Compiling x_all.c
[1005/1246] Compiling x_algor.c
[1006/1246] Compiling x509spki.c
[1007/1246] Compiling x509cset.c
[1008/1246] Compiling x509rset.c
[1009/1246] Compiling x509name.c
[1010/1246] Compiling x509_vpm.c
[1011/1246] Compiling x509_vfy.c
[1012/1246] Compiling x509_txt.c
[1013/1246] Compiling x509_v3.c
[1014/1246] Compiling x509_trs.c
[1015/1246] Compiling x509_set.c
[1016/1246] Compiling x509_req.c
[1017/1246] Compiling x509_obj.c
[1018/1246] Compiling x509_def.c
[1019/1246] Compiling x509_ext.c
[1020/1246] Compiling x509_d2.c
[1021/1246] Compiling c-nioatomics.c
[1022/1246] Compiling x509_lu.c
[1023/1246] Compiling x509.c
[1024/1246] Compiling x509_cmp.c
[1025/1246] Compiling x509_att.c
[1026/1246] Compiling v3_prn.c
[1027/1246] Compiling v3_skey.c
[1028/1246] Compiling v3_purp.c
[1029/1246] Compiling v3_utl.c
[1030/1246] Compiling v3_pmaps.c
[1031/1246] Compiling v3_ocsp.c
[1032/1246] Compiling v3_pcons.c
[1033/1246] Compiling c-atomics.c
[1034/1246] Compiling v3_int.c
[1034/1246] Compiling v3_ncons.c
[1036/1246] Compiling v3_lib.c
[1037/1246] Compiling v3_info.c
[1038/1246] Compiling v3_ia5.c
[1039/1246] Compiling v3_genn.c
[1040/1246] Compiling v3_extku.c
[1041/1252] Compiling v3_cpols.c
[1042/1252] Compiling v3_enum.c
[1043/1252] Compiling v3_crld.c
[1044/1252] Compiling v3_conf.c
[1045/1252] Compiling v3_bitst.c
[1047/1252] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1047/1252] Compiling v3_bcons.c
[1048/1252] Compiling v3_akeya.c
[1048/1252] Compiling v3_alt.c
[1051/1252] Compiling NIOConcurrencyHelpers NIOLock.swift
[1051/1252] Compiling v3_akey.c
[1052/1252] Compiling t_x509.c
[1053/1252] Compiling t_x509a.c
[1054/1252] Compiling t_req.c
[1055/1252] Compiling t_crl.c
[1056/1252] Compiling i2d_pr.c
[1058/1252] Compiling NIOConcurrencyHelpers lock.swift
[1058/1252] Compiling rsa_pss.c
[1059/1252] Compiling name_print.c
[1060/1252] Compiling policy.c
[1061/1252] Compiling by_file.c
[1062/1252] Compiling by_dir.c
[1063/1252] Compiling asn1_gen.c
[1064/1252] Compiling algorithm.c
[1065/1252] Compiling thread_win.c
[1066/1252] Compiling a_verify.c
[1067/1252] Compiling a_sign.c
[1068/1252] Compiling thread_pthread.c
[1069/1252] Compiling a_digest.c
[1070/1252] Compiling thread_none.c
[1071/1252] Compiling trust_token.c
[1073/1252] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1074/1252] Emitting module NIOConcurrencyHelpers
[1074/1252] Compiling thread.c
[1075/1252] Compiling voprf.c
[1077/1252] Compiling NIOConcurrencyHelpers atomics.swift
[1077/1253] Compiling spx_wots.c
[1078/1253] Compiling pmbtoken.c
[1079/1253] Compiling spx_util.c
[1080/1253] Compiling stack.c
[1081/1253] Compiling spx_fors.c
[1082/1253] Compiling spx_thash.c
[1083/1253] Compiling spx_merkle.c
[1084/1253] Compiling spx.c
[1086/1253] Compiling wots.c
[1087/1253] Compiling spx_address.c
[1088/1253] Compiling thash.c
[1089/1253] Compiling merkle.c
[1090/1253] Compiling slhdsa.c
[1091/1253] Compiling sha512.c
[1092/1253] Compiling siphash.c
[1093/1253] Compiling fors.c
[1094/1253] Compiling rsa_print.c
[1095/1253] Compiling sha1.c
[1096/1253] Compiling rsa_extra.c
[1096/1253] Compiling sha256.c
[1098/1253] Compiling rc4.c
[1099/1253] Compiling refcount.c
[1100/1253] Compiling trusty.c
[1101/1253] Compiling rand_extra.c
[1102/1253] Compiling windows.c
[1103/1253] Compiling rsa_asn1.c
[1103/1253] Compiling urandom.c
[1105/1253] Compiling rsa_crypt.c
[1106/1253] Compiling passive.c
[1107/1253] Compiling ios.c
[1108/1253] Compiling getentropy.c
[1108/1253] Compiling deterministic.c
[1110/1276] Compiling pool.c
[1111/1276] Compiling fork_detect.c
[1112/1279] Compiling poly1305_arm_asm.S
[1113/1279] Compiling forkunsafe.c
[1114/1279] Compiling poly1305.c
[1115/1279] Compiling poly1305_arm.c
[1116/1279] Compiling pkcs7.c
[1117/1279] Compiling poly1305_vec.c
[1118/1279] Compiling p5_pbev2.c
[1119/1279] Compiling pkcs7_x509.c
[1120/1279] Compiling pkcs8.c
[1121/1279] Compiling pem_xaux.c
[1122/1279] Compiling pkcs8_x509.c
[1123/1279] Compiling pem_x509.c
[1124/1279] Compiling pem_pkey.c
[1125/1279] Compiling pem_oth.c
[1126/1279] Compiling obj_xref.c
[1127/1279] Compiling pem_pk8.c
[1129/1279] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1130/1279] Compiling ConsoleKitTerminal ConsoleClear.swift
[1131/1279] Compiling ConsoleKitTerminal Console+Ask.swift
[1132/1279] Compiling ConsoleKitTerminal Console+Choose.swift
[1132/1282] Compiling pem_info.c
[1134/1282] Compiling ConsoleKitTerminal CustomActivity.swift
[1135/1282] Compiling ConsoleKitTerminal LoadingBar.swift
[1136/1282] Compiling ConsoleKitTerminal ProgressBar.swift
[1137/1282] Compiling ConsoleKitTerminal Console+Clear.swift
[1138/1282] Compiling ConsoleKitTerminal ActivityBar.swift
[1139/1282] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1140/1282] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1141/1282] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1142/1282] Emitting module ConsoleKitTerminal
[1142/1282] Compiling pem_lib.c
[1143/1282] Compiling md4.c
[1144/1282] Compiling md5.c
[1145/1282] Compiling mem.c
[1146/1282] Compiling obj.c
[1147/1282] Compiling pem_all.c
[1148/1282] Compiling lhash.c
[1149/1282] Compiling keccak.c
[1150/1282] Compiling mldsa.c
[1151/1282] Compiling fips_shared_support.c
[1152/1282] Compiling poly_rq_mul.S
[1153/1282] Compiling kyber.c
[1155/1282] Compiling ConsoleKitTerminal Console+Wait.swift
[1156/1282] Compiling ConsoleKitTerminal ConsoleColor.swift
[1157/1282] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1158/1282] Compiling ConsoleKitTerminal Console.swift
[1159/1282] Compiling ConsoleKitTerminal Terminal.swift
[1160/1282] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1161/1282] Compiling ConsoleKitTerminal ConsoleText.swift
[1162/1282] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1163/1282] Compiling ConsoleKitTerminal ANSI.swift
[1164/1282] Compiling ConsoleKitTerminal Console+Confirm.swift
[1165/1282] Compiling ConsoleKitTerminal Console+Input.swift
[1166/1282] Compiling ConsoleKitTerminal Console+Center.swift
[1167/1282] Compiling ConsoleKitTerminal Console+Output.swift
[1167/1282] Compiling ex_data.c
[1168/1282] Compiling hpke.c
[1169/1282] Compiling sign.c
[1170/1282] Compiling scrypt.c
[1171/1282] Compiling print.c
[1172/1282] Compiling p_x25519.c
[1173/1282] Compiling pbkdf.c
[1174/1282] Compiling p_x25519_asn1.c
[1175/1282] Compiling hrss.c
[1176/1282] Compiling p_ed25519.c
[1177/1282] Compiling p_rsa_asn1.c
[1178/1282] Compiling p_hkdf.c
[1179/1282] Compiling p_ed25519_asn1.c
[1180/1282] Compiling p_ec_asn1.c
[1181/1282] Compiling p_rsa.c
[1182/1282] Compiling p_dh.c
[1183/1282] Compiling p_dh_asn1.c
[1184/1282] Compiling p_ec.c
[1185/1282] Compiling evp_ctx.c
[1186/1282] Compiling p_dsa_asn1.c
[1187/1282] Compiling evp.c
[1188/1282] Compiling engine.c
[1189/1282] Compiling evp_asn1.c
[1190/1282] Compiling err.c
[1191/1282] Compiling ecdh_extra.c
[1192/1282] Compiling ecdsa_asn1.c
[1193/1282] Compiling ec_derive.c
[1194/1282] Compiling ec_asn1.c
[1195/1282] Compiling dsa_asn1.c
[1196/1282] Compiling hash_to_curve.c
[1197/1282] Compiling dilithium.c
[1198/1282] Compiling dsa.c
[1199/1282] Compiling digest_extra.c
[1200/1282] Compiling dh_asn1.c
[1201/1282] Compiling params.c
[1202/1282] Compiling x25519-asm-arm.S
[1203/1282] Compiling spake25519.c
[1204/1282] Compiling crypto.c
[1205/1282] Compiling des.c
[1206/1282] Compiling cpu_arm_linux.c
[1207/1282] Compiling cpu_intel.c
[1208/1282] Compiling cpu_arm_freebsd.c
[1209/1282] Compiling cpu_aarch64_win.c
[1210/1282] Compiling cpu_aarch64_openbsd.c
[1211/1282] Compiling cpu_aarch64_sysreg.c
[1212/1282] Compiling cpu_aarch64_fuchsia.c
[1213/1282] Compiling cpu_aarch64_apple.c
[1214/1282] Compiling cpu_aarch64_linux.c
[1216/1282] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1217/1282] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1218/1282] Compiling ConsoleKitTerminal LoggerFragment.swift
[1218/1283] Compiling tls_cbc.c
[1219/1283] Compiling curve25519.c
[1220/1283] Compiling e_rc4.c
[1221/1283] Compiling conf.c
[1222/1283] Compiling e_tls.c
[1223/1283] Compiling e_rc2.c
[1225/1283] Compiling e_null.c
[1226/1283] Compiling e_des.c
[1227/1283] Compiling e_chacha20poly1305.c
[1228/1283] Compiling derive_key.c
[1229/1283] Compiling e_aesctrhmac.c
[1230/1283] Compiling cipher_extra.c
[1231/1283] Compiling e_aesgcmsiv.c
[1232/1283] Compiling unicode.c
[1233/1283] Compiling ber.c
[1234/1283] Compiling chacha.c
[1235/1283] Compiling curve25519_64_adx.c
[1236/1283] Compiling cbb.c
[1237/1296] Compiling buf.c
[1238/1296] Compiling asn1_compat.c
[1239/1305] Compiling bn_asn1.c
[1240/1305] Compiling blake2.c
[1241/1305] Compiling cbs.c
[1242/1305] Compiling convert.c
[1243/1305] Compiling printf.c
[1244/1305] Compiling pair.c
[1245/1305] Compiling hexdump.c
[1246/1305] Compiling errno.c
[1247/1305] Compiling file.c
[1248/1305] Compiling fd.c
[1249/1305] Compiling bio_mem.c
[1250/1305] Compiling base64.c
[1251/1305] Compiling tasn_new.c
[1252/1305] Compiling bio.c
[1253/1305] Compiling tasn_typ.c
[1254/1305] Compiling tasn_utl.c
[1255/1305] Compiling tasn_fre.c
[1256/1305] Compiling tasn_dec.c
[1257/1305] Compiling f_int.c
[1258/1305] Compiling f_string.c
[1259/1305] Compiling tasn_enc.c
[1260/1305] Compiling posix_time.c
[1262/1305] Emitting module ConsoleKitCommands
[1262/1305] Compiling asn_pack.c
[1264/1307] Compiling ConsoleKitCommands CommandSignature.swift
[1265/1307] Compiling ConsoleKitCommands Flag.swift
[1266/1307] Compiling ConsoleKitCommands Option.swift
[1266/1307] Compiling asn1_par.c
[1267/1307] Compiling a_utctm.c
[1268/1307] Compiling a_type.c
[1269/1307] Compiling a_time.c
[1270/1307] Compiling asn1_lib.c
[1271/1307] Compiling a_octet.c
[1272/1307] Compiling a_strnid.c
[1274/1307] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1275/1307] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1276/1307] Compiling ConsoleKitCommands Argument.swift
[1276/1307] Compiling a_strex.c
[1277/1307] Compiling a_mbstr.c
[1278/1307] Compiling a_i2d_fp.c
[1280/1307] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1281/1307] Compiling ConsoleKitCommands AsyncCommand.swift
[1282/1307] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1283/1307] Compiling ConsoleKitCommands AsyncCommands.swift
[1284/1307] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1285/1307] Compiling ConsoleKitCommands AnyCommand.swift
[1285/1307] Compiling a_int.c
[1286/1307] Compiling a_object.c
[1287/1307] Compiling a_gentm.c
[1288/1307] Write sources
[1290/1307] Compiling a_dup.c
[1291/1307] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1293/1307] Compiling ConsoleKitCommands Command.swift
[1294/1307] Compiling ConsoleKitCommands CommandContext.swift
[1295/1307] Compiling ConsoleKitCommands CommandError.swift
[1295/1307] Compiling a_d2i_fp.c
[1296/1307] Compiling a_bool.c
[1297/1307] Compiling bcm.c
[1298/1307] Compiling a_bitstr.c
[1300/1320] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1301/1320] Compiling ConsoleKitCommands Utilities.swift
[1302/1387] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1303/1387] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1304/1387] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1305/1387] Compiling BitCollections BitSet+Codable.swift
[1306/1389] Compiling BitCollections BitArray._UnsafeHandle.swift
[1307/1389] Compiling BitCollections BitArray.swift
[1308/1389] Compiling BitCollections BitArray+Descriptions.swift
[1309/1389] Compiling BitCollections BitArray+Equatable.swift
[1310/1389] Compiling BitCollections BitArray+RandomBits.swift
[1311/1389] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1312/1389] Compiling BitCollections BitArray+Shifts.swift
[1313/1389] Compiling BitCollections BitArray+Testing.swift
[1314/1389] Compiling BitCollections BitSet+Initializers.swift
[1315/1389] Compiling BitCollections BitSet+Invariants.swift
[1316/1389] Compiling BitCollections BitSet+Random.swift
[1317/1389] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1318/1389] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1319/1389] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1320/1389] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1321/1389] Compiling Atomics IntegerOperations.swift
[1322/1389] Compiling Atomics Unmanaged extensions.swift
[1323/1389] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1324/1389] Compiling BitCollections BitSet+CustomReflectable.swift
[1325/1389] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1326/1389] Compiling BitCollections BitSet+Equatable.swift
[1327/1389] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1328/1389] Compiling BitCollections BitSet+Extras.swift
[1329/1389] Compiling BitCollections BitSet+Hashable.swift
[1330/1389] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1331/1389] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1332/1389] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1333/1389] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1334/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1335/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1336/1389] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1341/1396] Compiling BitCollections BitArray+Hashable.swift
[1342/1396] Compiling BitCollections BitArray+Initializers.swift
[1343/1396] Compiling BitCollections BitArray+Invariants.swift
[1344/1396] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1345/1396] Compiling CryptoBoringWrapper RandomBytes.swift
[1346/1396] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1347/1396] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1348/1396] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1349/1396] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1350/1396] Compiling BitCollections BitSet+SetAlgebra union.swift
[1351/1396] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1352/1396] Compiling BitCollections BitSet.Counted.swift
[1353/1396] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1360/1397] Compiling CryptoBoringWrapper EllipticCurve.swift
[1362/1397] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1363/1397] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1364/1397] Emitting module CryptoBoringWrapper
[1365/1397] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1366/1399] Compiling ConsoleKit Exports.swift
[1367/1399] Emitting module ConsoleKit
[1368/1400] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1371/1401] Compiling BitCollections BitSet.Index.swift
[1372/1401] Compiling BitCollections BitSet._UnsafeHandle.swift
[1373/1401] Compiling BitCollections BitSet.swift
[1374/1401] Compiling BitCollections Range+Utilities.swift
[1375/1401] Compiling BitCollections Slice+Utilities.swift
[1376/1401] Compiling BitCollections UInt+Tricks.swift
[1377/1401] Compiling BitCollections _Word.swift
[1378/1401] Emitting module BitCollections
[1379/1401] Compiling BitCollections BitArray+BitwiseOperations.swift
[1380/1401] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1381/1401] Compiling BitCollections BitArray+Codable.swift
[1382/1401] Compiling BitCollections BitArray+Collection.swift
[1383/1401] Compiling BitCollections BitArray+Copy.swift
[1384/1401] Compiling BitCollections BitArray+CustomReflectable.swift
[1396/1475] Compiling Collections Collections.swift
[1397/1475] Emitting module Collections
[1399/1476] Compiling Crypto HPKE-Ciphersuite.swift
[1400/1476] Compiling Crypto HPKE-KDF.swift
[1401/1476] Compiling Crypto HPKE-KexKeyDerivation.swift
[1402/1476] Compiling Crypto HPKE-LabeledExtract.swift
[1403/1476] Compiling Crypto HPKE-Utils.swift
[1404/1476] Compiling Crypto DHKEM.swift
[1405/1476] Compiling Crypto HPKE-KEM-Curve25519.swift
[1406/1476] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1407/1476] Compiling Crypto HPKE-KEM.swift
[1408/1476] Compiling Crypto HPKE-Errors.swift
[1409/1485] Compiling Crypto ASN1OctetString.swift
[1410/1485] Compiling Crypto ASN1Strings.swift
[1411/1485] Compiling Crypto ArraySliceBigint.swift
[1412/1485] Emitting module Atomics
[1413/1485] Compiling Crypto ASN1Identifier.swift
[1414/1485] Compiling Crypto ASN1Integer.swift
[1415/1485] Compiling Crypto ASN1Null.swift
[1417/1486] Compiling Crypto SymmetricKeys.swift
[1418/1486] Compiling Crypto HMAC.swift
[1419/1486] Compiling Crypto MACFunctions.swift
[1420/1486] Compiling Crypto MessageAuthenticationCode.swift
[1421/1486] Compiling Crypto AES.swift
[1422/1486] Compiling Crypto ECDSASignature_boring.swift
[1423/1486] Compiling Crypto ECDSA_boring.swift
[1424/1486] Compiling Crypto EdDSA_boring.swift
[1425/1486] Compiling Crypto ECDSA.swift
[1426/1486] Compiling Crypto Ed25519.swift
[1427/1546] Compiling NIOCore Interfaces.swift
[1428/1546] Compiling NIOCore Linux.swift
[1429/1546] Compiling NIOCore MarkedCircularBuffer.swift
[1430/1546] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1431/1546] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1432/1546] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1433/1546] Compiling NIOCore EventLoopFuture.swift
[1434/1546] Compiling NIOCore FileDescriptor.swift
[1435/1546] Compiling NIOCore FileHandle.swift
[1436/1546] Compiling NIOCore FileRegion.swift
[1437/1546] Compiling NIOCore ByteBuffer-views.swift
[1438/1546] Compiling NIOCore Channel.swift
[1439/1546] Compiling NIOCore ChannelHandler.swift
[1440/1546] Compiling NIOCore ChannelHandlers.swift
[1441/1546] Compiling NIOCore ChannelInvoker.swift
[1442/1546] Compiling NIOCore ChannelOption.swift
[1443/1546] Compiling NIOCore ChannelPipeline.swift
[1444/1546] Compiling NIOCore CircularBuffer.swift
[1445/1546] Compiling NIOCore Codec.swift
[1446/1546] Compiling NIOCore ConvenienceOptionSupport.swift
[1447/1546] Emitting module Crypto
[1448/1546] Compiling NIOCore GlobalSingletons.swift
[1449/1546] Compiling NIOCore MulticastChannel.swift
[1450/1546] Compiling NIOCore NIOAny.swift
[1451/1546] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1452/1546] Compiling NIOCore NIOLoopBound.swift
[1453/1546] Compiling NIOCore NIOScheduledCallback.swift
[1454/1546] Compiling NIOCore NIOSendable.swift
[1455/1546] Compiling NIOCore PointerHelpers.swift
[1456/1546] Compiling NIOCore RecvByteBufferAllocator.swift
[1457/1546] Compiling Crypto ECDH.swift
[1466/1554] Compiling NIOCore BSDSocketAPI.swift
[1467/1554] Compiling NIOCore ByteBuffer-aux.swift
[1468/1554] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1469/1554] Compiling NIOCore ByteBuffer-conversions.swift
[1470/1554] Compiling NIOCore ByteBuffer-core.swift
[1471/1554] Compiling NIOCore ByteBuffer-hex.swift
[1472/1554] Compiling NIOCore ByteBuffer-int.swift
[1473/1554] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1474/1554] Compiling NIOCore ByteBuffer-multi-int.swift
[1475/1554] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1476/1554] Compiling NIOCore AddressedEnvelope.swift
[1477/1554] Compiling NIOCore AsyncAwaitSupport.swift
[1478/1554] Compiling NIOCore AsyncChannel.swift
[1479/1554] Compiling NIOCore AsyncChannelHandler.swift
[1480/1554] Compiling NIOCore AsyncChannelInboundStream.swift
[1481/1554] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1482/1554] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1483/1554] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1484/1554] Compiling NIOCore NIOAsyncWriter.swift
[1485/1554] Compiling NIOCore NIOThrowingAsyncSequenceProducer.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
[1496/1590] Compiling NIOCore IO.swift
[1497/1590] Compiling NIOCore IOData.swift
[1498/1590] Compiling NIOCore IPProtocol.swift
[1499/1590] Compiling NIOCore IntegerBitPacking.swift
[1500/1590] Compiling NIOCore IntegerTypes.swift
[1512/1590] Emitting module _CryptoExtras
[1513/1594] Compiling _CryptoExtras OPRFClient.swift
[1514/1594] Compiling _CryptoExtras OPRFServer.swift
[1515/1594] Compiling _CryptoExtras VOPRF+API.swift
[1516/1594] Compiling _CryptoExtras VOPRFClient.swift
[1517/1594] Compiling _CryptoExtras VOPRFServer.swift
[1518/1594] Compiling _CryptoExtras RSA_boring.swift
[1519/1594] Compiling _CryptoExtras RSA_security.swift
[1520/1594] Compiling _CryptoExtras BoringSSLHelpers.swift
[1521/1594] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1522/1594] Compiling _CryptoExtras DigestType.swift
[1523/1594] Compiling _CryptoExtras Error.swift
[1524/1594] Compiling _CryptoExtras I2OSP.swift
[1525/1594] Compiling _CryptoExtras PEMDocument.swift
[1526/1594] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1527/1594] Compiling NIOCore SocketAddresses.swift
[1528/1594] Compiling NIOCore SocketOptionProvider.swift
[1529/1594] Compiling NIOCore SystemCallHelpers.swift
[1530/1594] Compiling NIOCore TimeAmount+Duration.swift
[1531/1594] Compiling NIOCore TypeAssistedChannelHandler.swift
[1532/1594] Compiling NIOCore UniversalBootstrapSupport.swift
[1533/1594] Compiling NIOCore Utilities.swift
[1534/1594] Compiling _CryptoExtras AES_CFB_boring.swift
[1535/1594] Compiling _CryptoExtras AES_CTR_boring.swift
[1536/1594] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1537/1594] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1538/1594] Compiling _CryptoExtras ChaCha20CTR.swift
[1543/1594] Compiling _CryptoExtras RSA+BlindSigning.swift
[1544/1594] Compiling _CryptoExtras RSA.swift
[1553/1594] Compiling _CryptoExtras ECToolbox_boring.swift
[1554/1594] Compiling _CryptoExtras ECToolbox.swift
[1555/1594] Compiling _CryptoExtras HashToField.swift
[1556/1594] Compiling _CryptoExtras KDF.swift
[1558/1594] Compiling _CryptoExtras PrettyBytes.swift
[1559/1594] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1560/1594] Compiling _CryptoExtras DLEQ.swift
[1561/1594] Compiling _CryptoExtras PBKDF2_boring.swift
[1562/1594] Compiling _CryptoExtras AES_CBC.swift
[1563/1594] Compiling _CryptoExtras AES_CFB.swift
[1564/1594] Compiling _CryptoExtras AES_CTR.swift
[1565/1594] Compiling _CryptoExtras AES_GCM_SIV.swift
[1566/1594] Compiling _CryptoExtras Block Function.swift
[1567/1594] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1568/1594] Compiling _CryptoExtras PBKDF2.swift
[1569/1594] Compiling _CryptoExtras Scrypt_boring.swift
[1570/1594] Compiling _CryptoExtras Scrypt.swift
[1571/1594] Compiling _CryptoExtras OPRF.swift
[1579/1594] Emitting module NIOCore
[1581/1647] Emitting module NIOEmbedded
[1582/1647] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1583/1647] Compiling NIOEmbedded Embedded.swift
[1584/1647] Compiling NIOEmbedded AsyncTestingChannel.swift
[1586/1648] Compiling NIOPosix SelectableChannel.swift
[1587/1648] Compiling NIOPosix SelectableEventLoop.swift
[1588/1648] Compiling NIOPosix SelectorEpoll.swift
[1589/1648] Compiling NIOPosix SelectorGeneric.swift
[1590/1648] Compiling NIOPosix SelectorKqueue.swift
[1591/1648] Compiling NIOPosix SelectorUring.swift
[1592/1648] Compiling NIOPosix Pool.swift
[1593/1648] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1594/1648] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1595/1648] Compiling NIOPosix PosixSingletons.swift
[1596/1648] Compiling NIOPosix RawSocketBootstrap.swift
[1597/1648] Compiling NIOPosix Resolver.swift
[1598/1648] Compiling NIOPosix Selectable.swift
[1599/1654] Compiling NIOPosix ServerSocket.swift
[1600/1654] Compiling NIOPosix Socket.swift
[1601/1654] Compiling NIOPosix SocketChannel.swift
[1602/1654] Compiling NIOPosix SocketProtocols.swift
[1603/1654] Compiling NIOPosix System.swift
[1604/1654] Compiling NIOPosix Thread.swift
[1605/1654] Compiling NIOPosix ThreadPosix.swift
[1606/1654] Compiling NIOPosix ThreadWindows.swift
[1607/1654] Compiling NIOPosix UnsafeTransfer.swift
[1608/1654] Compiling NIOPosix Utilities.swift
[1609/1654] Compiling NIOPosix VsockAddress.swift
[1610/1654] Compiling NIOPosix VsockChannelEvents.swift
[1611/1654] Compiling NIOPosix IO.swift
[1612/1654] Compiling NIOPosix IntegerBitPacking.swift
[1613/1654] Compiling NIOPosix IntegerTypes.swift
[1614/1654] Compiling NIOPosix Linux.swift
[1615/1654] Compiling NIOPosix LinuxCPUSet.swift
[1616/1654] Compiling NIOPosix LinuxUring.swift
[1617/1654] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1618/1654] Compiling NIOPosix NIOThreadPool.swift
[1619/1654] Compiling NIOPosix NonBlockingFileIO.swift
[1620/1654] Compiling NIOPosix PendingDatagramWritesManager.swift
[1621/1654] Compiling NIOPosix PendingWritesManager.swift
[1622/1654] Compiling NIOPosix PipeChannel.swift
[1623/1654] Compiling NIOPosix PipePair.swift
[1624/1654] Compiling NIOPosix PointerHelpers.swift
[1625/1654] Compiling NIOPosix Bootstrap.swift
[1626/1654] Compiling NIOPosix ControlMessage.swift
[1627/1654] Compiling NIOPosix DatagramVectorReadManager.swift
[1628/1654] Compiling NIOPosix Errors+Any.swift
[1629/1654] Compiling NIOPosix FileDescriptor.swift
[1630/1654] Compiling NIOPosix GetaddrinfoResolver.swift
[1631/1654] Compiling NIOPosix HappyEyeballs.swift
[1632/1654] Emitting module NIOPosix
[1633/1654] Compiling NIOPosix BSDSocketAPICommon.swift
[1634/1654] Compiling NIOPosix BSDSocketAPIPosix.swift
[1635/1654] Compiling NIOPosix BSDSocketAPIWindows.swift
[1636/1654] Compiling NIOPosix BaseSocket.swift
[1637/1654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1638/1654] Compiling NIOPosix BaseSocketChannel.swift
[1639/1654] Compiling NIOPosix BaseStreamSocketChannel.swift
[1641/1711] Compiling NIO Exports.swift
[1642/1711] Emitting module NIO
[1644/1751] Compiling _NIOFileSystem FileSystem.swift
[1645/1751] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1646/1751] Compiling _NIOFileSystem FileSystemError.swift
[1647/1751] Compiling _NIOFileSystem FileSystemProtocol.swift
[1648/1751] Compiling _NIOFileSystem FileType.swift
[1649/1751] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1650/1753] Compiling NIOTLS TLSEvents.swift
[1651/1753] Emitting module NIOTLS
[1652/1753] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1653/1753] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1654/1753] Compiling NIOSOCKS SOCKSResponse.swift
[1655/1754] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1656/1754] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1657/1754] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1658/1754] Compiling NIOSOCKS ClientStateMachine.swift
[1659/1754] Compiling NIOSOCKS AuthenticationMethod.swift
[1660/1754] Compiling NIOSOCKS ClientGreeting.swift
[1661/1754] Emitting module NIOSOCKS
[1662/1754] Compiling NIOSOCKS SOCKSClientHandler.swift
[1663/1754] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1667/1754] Compiling NIOSOCKS Errors.swift
[1668/1754] Compiling NIOSOCKS Helpers.swift
[1669/1754] Compiling NIOSOCKS Messages.swift
[1670/1754] Compiling NIOSOCKS SOCKSRequest.swift
[1671/1754] Compiling NIOSOCKS ServerStateMachine.swift
[1672/1755] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1673/1755] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1674/1755] Compiling NIOTLS SNIHandler.swift
[1677/1756] Emitting module _NIOFileSystem
[1678/1760] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1679/1760] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1680/1762] Emitting module NIOFoundationCompat
[1681/1762] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1682/1791] Compiling NIOSSL RNG.swift
[1683/1791] Compiling NIOSSL SafeCompare.swift
[1685/1791] Compiling _NIOFileSystem Errno.swift
[1686/1791] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1687/1791] Compiling _NIOFileSystem Mocking.swift
[1688/1791] Compiling _NIOFileSystem Syscall.swift
[1689/1791] Compiling NIOSSL SSLCallbacks.swift
[1690/1791] Compiling NIOSSL SSLErrors.swift
[1691/1791] Compiling NIOSSL SSLCertificate.swift
[1692/1791] Compiling NIOSSL SSLCertificateExtensions.swift
[1693/1791] Compiling NIOSSL SSLConnection.swift
[1694/1791] Compiling NIOSSL SSLContext.swift
[1695/1791] Compiling NIOSSL IdentityVerification.swift
[1696/1791] Compiling NIOSSL LinuxCABundle.swift
[1697/1813] Emitting module NIOTransportServices
[1698/1815] Compiling NIOTransportServices StateManagedChannel.swift
[1699/1815] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1700/1815] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1701/1815] Compiling NIOTransportServices NIOTSBootstraps.swift
[1702/1815] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1703/1815] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1704/1815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1705/1815] Compiling NIOTransportServices NIOTSErrors.swift
[1706/1815] Compiling NIOTransportServices NIOTSEventLoop.swift
[1707/1815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1708/1815] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1709/1815] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1710/1815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1711/1815] Compiling NIOTransportServices NIOTSSingletons.swift
[1712/1815] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1713/1815] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1714/1815] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1715/1815] Compiling NIOTransportServices AcceptHandler.swift
[1716/1815] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1717/1815] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1718/1815] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1719/1815] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1720/1815] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1734/1816] Emitting module NIOHTTP1
[1746/1865] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1747/1866] Compiling NIOExtras NIOExtrasError.swift
[1748/1866] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1749/1866] Compiling NIOExtras QuiescingHelper.swift
[1750/1866] Compiling NIOExtras RequestResponseHandler.swift
[1751/1866] Compiling NIOWebSocket WebSocketOpcode.swift
[1752/1866] Compiling NIOHPACK DynamicHeaderTable.swift
[1753/1866] Compiling NIOHPACK HPACKDecoder.swift
[1754/1866] Compiling NIOHPACK HPACKEncoder.swift
[1755/1866] Compiling NIOHPACK HPACKErrors.swift
[1756/1866] Compiling NIOHPACK HPACKHeader.swift
[1757/1866] Compiling NIOHPACK HeaderTables.swift
[1758/1866] Compiling NIOExtras LineBasedFrameDecoder.swift
[1759/1866] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1760/1866] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1761/1866] Compiling NIOExtras LengthFieldPrepender.swift
[1762/1866] Compiling NIOExtras NIORequestIdentifiable.swift
[1763/1866] Compiling NIOExtras PCAPRingBuffer.swift
[1771/1866] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1772/1866] Emitting module NIOSSL
[1779/1868] Compiling _NIOFileSystem Syscalls.swift
[1780/1868] Compiling _NIOFileSystem SystemFileHandle.swift
[1781/1868] Compiling _NIOFileSystem Utilities.swift
[1782/1868] Compiling _NIOFileSystem OpenOptions.swift
[1786/1869] Compiling NIOHPACK IndexedHeaderTable.swift
[1787/1869] Compiling NIOHPACK IntegerCoding.swift
[1788/1869] Emitting module NIOHTTPCompression
[1789/1869] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1790/1869] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1791/1870] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1803/1870] Compiling NIOHPACK HuffmanTables.swift
[1804/1870] Compiling NIOHPACK StaticHeaderTable.swift
[1807/1870] Compiling NIOHPACK HuffmanCoding.swift
[1810/1870] Emitting module NIOWebSocket
[1811/1873] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1812/1873] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1813/1873] Compiling NIOHTTPCompression HTTPDecompression.swift
[1814/1873] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1815/1873] Compiling NIOHTTPCompression HTTPCompression.swift
[1816/1874] Compiling NIOWebSocket WebSocketFrame.swift
[1822/1875] Emitting module NIOExtras
[1824/1875] Emitting module NIOHPACK
[1826/1875] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1827/1875] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1828/1875] Emitting module _NIOFileSystemFoundationCompat
[1830/1897] Compiling NIOFileSystem Exports.swift
[1831/1897] Emitting module NIOFileSystem
[1832/1898] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1833/1898] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1836/1899] Compiling MultipartKit FormDataEncoder.swift
[1837/1899] Compiling MultipartKit Storage.swift
[1838/1901] Compiling MultipartKit MultipartPart.swift
[1839/1901] Compiling MultipartKit MultipartPartConvertible.swift
[1840/1959] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1841/1959] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1842/1959] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1843/1959] Compiling NIOHTTP2 HasRemoteSettings.swift
[1844/1959] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1845/1959] Compiling NIOHTTP2 QuiescingState.swift
[1846/1959] Compiling NIOHTTP2 DOSHeuristics.swift
[1847/1959] Compiling NIOHTTP2 Error+Any.swift
[1848/1959] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1849/1959] Emitting module MultipartKit
[1850/1959] Compiling NIOHTTP2 MaySendFrames.swift
[1851/1959] Compiling NIOHTTP2 SendingDataState.swift
[1852/1959] Compiling NIOHTTP2 SendingGoawayState.swift
[1853/1959] Compiling NIOHTTP2 SendingHeadersState.swift
[1854/1959] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1855/1959] Compiling NIOHTTP2 SendingRstStreamState.swift
[1857/1959] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1858/1959] Compiling NIOHTTP2 HasLocalSettings.swift
[1860/1959] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1861/1959] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1862/1959] Compiling NIOHTTP2 StateMachineResult.swift
[1863/1959] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1868/1960] Compiling NIOHTTP2 MayReceiveFrames.swift
[1869/1960] Compiling NIOHTTP2 ReceivingDataState.swift
[1871/1960] Emitting module AsyncKit
[1872/1960] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1873/1960] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1874/1961] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1875/1961] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1886/1978] Compiling WebSocketKit Exports.swift
[1895/1978] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1896/1978] Compiling WebSocketKit WebSocketHandler.swift
[1897/1978] Compiling WebSocketKit WebSocket+Concurrency.swift
[1898/1978] Emitting module WebSocketKit
[1899/1978] Compiling WebSocketKit WebSocket.swift
[1900/1978] Compiling WebSocketKit WebSocket+Connect.swift
[1901/1978] Compiling WebSocketKit WebSocketClient.swift
[1908/1979] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1909/1979] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1910/1979] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1911/1979] Compiling NIOHTTP2 InboundWindowManager.swift
[1912/1979] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1913/1979] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1914/1979] Compiling NIOHTTP2 StreamChannelList.swift
[1915/1979] Compiling NIOHTTP2 StreamMap.swift
[1916/1979] Compiling NIOHTTP2 StreamStateMachine.swift
[1917/1979] Compiling NIOHTTP2 UnsafeTransfer.swift
[1918/1979] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1919/1979] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1920/1979] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1921/1979] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1922/1979] Compiling NIOHTTP2 HTTP2StreamID.swift
[1923/1979] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1924/1979] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1925/1979] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1926/1979] Compiling NIOHTTP2 InboundEventBuffer.swift
[1927/1979] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1928/1979] Compiling NIOHTTP2 HTTP2Frame.swift
[1929/1979] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1930/1979] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1931/1979] Compiling NIOHTTP2 HTTP2PingData.swift
[1932/1979] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1933/1979] Compiling NIOHTTP2 HTTP2Settings.swift
[1934/1979] Compiling NIOHTTP2 HTTP2Stream.swift
[1939/1979] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1940/1979] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1941/1979] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1944/1979] Emitting module NIOHTTP2
[1961/2069] Compiling X509 CMSVersion.swift
[1962/2069] Compiling X509 Digests.swift
[1963/2069] Compiling X509 DistinguishedName.swift
[1964/2069] Compiling X509 CommonName.swift
[1965/2069] Compiling X509 CountryName.swift
[1966/2069] Compiling X509 DNBuilder.swift
[1967/2069] Compiling X509 OCSPPolicy.swift
[1968/2069] Compiling X509 OCSPRequest.swift
[1970/2127] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1971/2127] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1972/2127] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1973/2127] Compiling AsyncHTTPClient Transaction.swift
[1974/2127] Compiling AsyncHTTPClient Base64.swift
[1975/2127] Compiling AsyncHTTPClient BasicAuth.swift
[1976/2127] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1977/2127] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1978/2127] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1979/2127] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1980/2127] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1981/2127] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1982/2127] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1983/2139] Emitting module AsyncHTTPClient
[1984/2147] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1985/2147] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1986/2147] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1987/2147] Compiling AsyncHTTPClient ConnectionPool.swift
[1988/2147] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1989/2147] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1990/2147] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1991/2147] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1992/2147] Compiling AsyncHTTPClient HTTP1Connection.swift
[1993/2147] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1994/2147] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1995/2147] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1996/2147] Compiling AsyncHTTPClient RequestBodyLength.swift
[2021/2147] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2022/2147] Compiling AsyncHTTPClient RequestOptions.swift
[2023/2147] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2024/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2025/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2026/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2027/2147] Compiling AsyncHTTPClient HTTP2Connection.swift
[2028/2147] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2029/2147] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2030/2147] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2031/2147] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2032/2147] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2033/2147] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2041/2147] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2050/2147] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2051/2147] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2052/2147] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2053/2147] Compiling AsyncHTTPClient ConnectionTarget.swift
[2054/2147] Compiling AsyncHTTPClient DeconstructedURL.swift
[2055/2147] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2056/2147] Compiling AsyncHTTPClient FoundationExtensions.swift
[2057/2147] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2058/2147] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2059/2147] Compiling AsyncHTTPClient HTTPClient.swift
[2060/2147] Compiling AsyncHTTPClient HTTPHandler.swift
[2061/2147] Compiling AsyncHTTPClient LRUCache.swift
[2062/2147] Compiling AsyncHTTPClient NWErrorHandler.swift
[2063/2147] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2064/2147] Compiling AsyncHTTPClient TLSConfiguration.swift
[2065/2147] Compiling AsyncHTTPClient RedirectState.swift
[2066/2147] Compiling X509 PolicyBuilder.swift
[2067/2147] Compiling X509 BasicConstraintsPolicy.swift
[2068/2147] Compiling X509 DNSNames.swift
[2069/2147] Compiling X509 DirectoryNames.swift
[2070/2147] Compiling X509 ExpiryPolicy.swift
[2071/2147] Compiling X509 IPConstraints.swift
[2072/2147] Compiling X509 NameConstraintsPolicy.swift
[2073/2147] Compiling X509 RFC5280Policy.swift
[2074/2147] Compiling X509 URIConstraints.swift
[2075/2147] Compiling X509 VersionPolicy.swift
[2076/2147] Compiling X509 ServerIdentityPolicy.swift
[2077/2147] Compiling X509 TrustRootLoading.swift
[2095/2147] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2096/2147] Compiling AsyncHTTPClient RequestBag.swift
[2097/2147] Compiling AsyncHTTPClient RequestValidation.swift
[2098/2147] Compiling AsyncHTTPClient SSLContextCache.swift
[2099/2147] Compiling AsyncHTTPClient Scheme.swift
[2100/2147] Compiling AsyncHTTPClient Singleton.swift
[2101/2147] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2102/2147] Compiling AsyncHTTPClient Utils.swift
[2103/2147] Compiling X509 OrganizationName.swift
[2104/2147] Compiling X509 OrganizationalUnitName.swift
[2105/2147] Compiling X509 StateOrProvinceName.swift
[2106/2147] Compiling X509 StreetAddress.swift
[2107/2147] Compiling X509 Error.swift
[2108/2147] Compiling X509 AuthorityInformationAccess.swift
[2109/2147] Compiling X509 AuthorityKeyIdentifier.swift
[2110/2147] Compiling X509 BasicConstraints.swift
[2111/2147] Compiling X509 ExtendedKeyUsage.swift
[2112/2147] Compiling X509 ExtensionIdentifiers.swift
[2113/2147] Compiling X509 KeyUsage.swift
[2114/2147] Compiling X509 NameConstraints.swift
[2137/2149] Emitting module X509
[2138/2315] Compiling Vapor Application+Passwords.swift
[2139/2315] Compiling Vapor AsyncPasswordHasher.swift
[2140/2315] Compiling Vapor BcryptHasher.swift
[2141/2315] Compiling Vapor PasswordHasher.swift
[2142/2315] Compiling Vapor PlaintextHasher.swift
[2143/2315] Compiling Vapor Request+Password.swift
[2144/2315] Compiling Vapor Redirect.swift
[2145/2315] Compiling Vapor HTTPStatus.swift
[2146/2315] Compiling Vapor HTTPCookies.swift
[2147/2315] Compiling Vapor HTTPHeaderCacheControl.swift
[2148/2315] Compiling Vapor HTTPHeaderExpires.swift
[2149/2315] Compiling Vapor HTTPHeaderLastModified.swift
[2151/2374] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2152/2374] Compiling JWTKit UnsecuredNoneSigner.swift
[2153/2374] Compiling JWTKit JWTKeyCollection+RSA.swift
[2154/2374] Compiling JWTKit RSA.swift
[2155/2374] Compiling JWTKit RSAError.swift
[2156/2374] Compiling JWTKit RSASigner.swift
[2157/2374] Compiling JWTKit Base64URL.swift
[2158/2374] Compiling JWTKit CryptoSigner.swift
[2159/2382] Compiling JWTKit JWTUnixEpochClaim.swift
[2160/2382] Compiling JWTKit LocaleClaim.swift
[2161/2382] Compiling JWTKit NotBeforeClaim.swift
[2162/2382] Compiling JWTKit SubjectClaim.swift
[2163/2382] Compiling JWTKit TenantIDClaim.swift
[2164/2382] Compiling JWTKit ECDSA.swift
[2165/2382] Compiling JWTKit ECDSACurve.swift
[2166/2382] Compiling JWTKit ECDSACurveType.swift
[2167/2382] Compiling JWTKit AudienceClaim.swift
[2168/2382] Compiling JWTKit BoolClaim.swift
[2169/2382] Compiling JWTKit ExpirationClaim.swift
[2170/2382] Compiling JWTKit GoogleHostedDomainClaim.swift
[2171/2382] Compiling JWTKit IDClaim.swift
[2172/2382] Compiling JWTKit IssuedAtClaim.swift
[2173/2382] Compiling JWTKit IssuerClaim.swift
[2174/2382] Compiling JWTKit JWTClaim.swift
[2175/2382] Compiling JWTKit JWTMultiValueClaim.swift
[2176/2382] Compiling Vapor Request+Body.swift
[2177/2382] Compiling Vapor Request+BodyStream.swift
[2178/2382] Compiling Vapor Request.swift
[2179/2382] Compiling Vapor Application+Responder.swift
[2180/2382] Compiling Vapor DefaultResponder.swift
[2181/2382] Compiling Vapor Response+Body.swift
[2182/2382] Compiling Vapor Response.swift
[2183/2382] Compiling Vapor ResponseCodable.swift
[2184/2382] Compiling Vapor Application+Routes.swift
[2185/2382] Compiling Vapor Parameters+Require.swift
[2186/2382] Compiling Vapor Request+WebSocket.swift
[2187/2382] Compiling Vapor Route.swift
[2188/2382] Compiling Vapor RouteCollection.swift
[2189/2382] Compiling Vapor Routes.swift
[2190/2382] Compiling Vapor RoutesBuilder+Group.swift
[2191/2382] Compiling Vapor RoutesBuilder+Method.swift
[2192/2382] Compiling Vapor RoutesBuilder+Middleware.swift
[2193/2382] Compiling Vapor RoutesBuilder+WebSocket.swift
[2194/2382] Compiling Vapor RoutesBuilder.swift
[2195/2382] Compiling Vapor OTP.swift
[2196/2382] Compiling Vapor Application+Servers.swift
[2197/2382] Compiling Vapor Server.swift
[2198/2382] Compiling Vapor Application+Sessions.swift
[2199/2405] Compiling JWTKit P521+CurveType.swift
[2200/2405] Compiling JWTKit JWTHeader+CommonFields.swift
[2201/2405] Compiling JWTKit JWTHeader.swift
[2202/2405] Compiling JWTKit JWTHeaderField.swift
[2203/2405] Compiling JWTKit JWTKeyCollection.swift
[2204/2405] Compiling JWTKit JWTParser.swift
[2205/2405] Compiling JWTKit JWTPayload.swift
[2206/2405] Compiling JWTKit JWTSerializer.swift
[2207/2405] Compiling JWTKit JWTSigner.swift
[2208/2405] Compiling JWTKit EdDSA.swift
[2209/2405] Compiling JWTKit EdDSACurve.swift
[2210/2405] Compiling JWTKit EdDSAError.swift
[2211/2405] Compiling JWTKit EdDSASigner.swift
[2212/2405] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2213/2405] Compiling JWTKit HMAC.swift
[2214/2405] Compiling JWTKit HMACError.swift
[2215/2405] Compiling JWTKit HMACSigner.swift
[2216/2405] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2217/2405] Compiling JWTKit Insecure.swift
[2218/2405] Compiling JWTKit JWK.swift
[2219/2405] Compiling JWTKit JWKIdentifier.swift
[2220/2405] Compiling JWTKit JWKS.swift
[2221/2405] Compiling JWTKit JWKSigner.swift
[2222/2405] Compiling JWTKit JWTAlgorithm.swift
[2240/2405] Compiling JWTKit ECDSAError.swift
[2241/2405] Compiling JWTKit ECDSAKeyTypes.swift
[2242/2405] Compiling JWTKit ECDSASigner.swift
[2243/2405] Compiling JWTKit ECDSASigningAlgorithm.swift
[2244/2405] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2245/2405] Compiling JWTKit P256+CurveType.swift
[2246/2405] Compiling JWTKit P384+CurveType.swift
[2247/2428] Emitting module JWTKit
[2271/2428] Compiling JWTKit JWTError.swift
[2280/2428] Compiling JWTKit CustomizedJSONCoders.swift
[2281/2428] Compiling JWTKit Utilities.swift
[2282/2428] Compiling JWTKit AppleIdentityToken.swift
[2283/2428] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2284/2428] Compiling JWTKit GoogleIdentityToken.swift
[2285/2428] Compiling JWTKit MicrosoftIdentityToken.swift
[2286/2428] Compiling JWTKit ValidationTimePayload.swift
[2287/2428] Compiling JWTKit X5CVerifier.swift
[2289/2429] Compiling Vapor MemorySessions.swift
[2290/2429] Compiling Vapor Request+Session.swift
[2291/2429] Compiling Vapor Session.swift
[2292/2429] Compiling Vapor SessionCache.swift
[2293/2429] Compiling Vapor SessionData.swift
[2294/2429] Compiling Vapor SessionDriver.swift
[2295/2429] Compiling Vapor SessionsConfiguration.swift
[2296/2429] Compiling Vapor SessionsMiddleware.swift
[2297/2429] Compiling Vapor URLEncodedFormData.swift
[2298/2429] Compiling Vapor URLEncodedFormDecoder.swift
[2299/2429] Compiling Vapor URLEncodedFormEncoder.swift
[2300/2429] Compiling Vapor URLEncodedFormError.swift
[2301/2429] Compiling Vapor URLEncodedFormParser.swift
[2302/2429] Compiling Vapor URLEncodedFormSerializer.swift
[2303/2429] Compiling Vapor URLQueryFragmentConvertible.swift
[2304/2429] Compiling Vapor AnyResponse.swift
[2305/2429] Compiling Vapor Array+Random.swift
[2306/2429] Compiling Vapor Base32.swift
[2307/2429] Compiling Vapor Base64.swift
[2308/2429] Compiling Vapor BaseN.swift
[2309/2429] Compiling Vapor BasicCodingKey.swift
[2310/2429] Compiling Vapor ByteCount.swift
[2311/2429] Compiling Vapor Bytes+Hex.swift
[2312/2429] Compiling Vapor Validator.swift
[2313/2429] Compiling Vapor ValidatorResult.swift
[2314/2429] Compiling Vapor And.swift
[2315/2429] Compiling Vapor Case.swift
[2316/2429] Compiling Vapor CharacterSet.swift
[2317/2429] Compiling Vapor Count.swift
[2318/2429] Compiling Vapor Email.swift
[2319/2429] Compiling Vapor Empty.swift
[2320/2429] Compiling Vapor In.swift
[2321/2429] Compiling Vapor Nil.swift
[2322/2429] Compiling Vapor NilIgnoring.swift
[2323/2429] Compiling Vapor Not.swift
[2324/2429] Compiling Vapor Or.swift
[2325/2429] Compiling Vapor Pattern.swift
[2326/2429] Compiling Vapor Range.swift
[2327/2429] Compiling Vapor URL.swift
[2328/2429] Compiling Vapor Valid.swift
[2329/2429] Compiling Vapor Application+Views.swift
[2330/2429] Compiling Vapor PlaintextRenderer.swift
[2331/2429] Compiling Vapor Request+View.swift
[2332/2429] Compiling Vapor View.swift
[2333/2429] Compiling Vapor ViewRenderer.swift
[2334/2429] Compiling Vapor _Deprecations.swift
[2335/2429] Emitting module Vapor
[2336/2429] Compiling Vapor HTTPServerResponseEncoder.swift
[2337/2429] Compiling Vapor HTTPServerUpgradeHandler.swift
[2338/2429] Compiling Vapor Logger+Report.swift
[2339/2429] Compiling Vapor LoggingSystem+Environment.swift
[2340/2429] Compiling Vapor Application+Middleware.swift
[2341/2429] Compiling Vapor CORSMiddleware.swift
[2342/2429] Compiling Vapor ErrorMiddleware.swift
[2343/2429] Compiling Vapor FileMiddleware.swift
[2344/2429] Compiling Vapor Middleware.swift
[2345/2429] Compiling Vapor MiddlewareConfiguration.swift
[2346/2429] Compiling Vapor ResponseCompressionMiddleware.swift
[2347/2429] Compiling Vapor RouteLoggingMiddleware.swift
[2348/2429] Compiling Vapor File+Multipart.swift
[2349/2429] Compiling Vapor FormDataDecoder+Content.swift
[2350/2429] Compiling Vapor FormDataEncoder+Content.swift
[2351/2429] Compiling Vapor Application+Password.swift
[2376/2429] Compiling Vapor Application+HTTP.swift
[2377/2429] Compiling Vapor BasicResponder.swift
[2378/2429] Compiling Vapor BodyStream.swift
[2379/2429] Compiling Vapor Application+HTTP+Client.swift
[2380/2429] Compiling Vapor EventLoopHTTPClient.swift
[2381/2429] Compiling Vapor EndpointCache.swift
[2382/2429] Compiling Vapor HTTPMethod+String.swift
[2388/2429] Compiling Vapor HTTPHeaders+Cache.swift
[2389/2429] Compiling Vapor HTTPHeaders+Connection.swift
[2390/2429] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2391/2429] Compiling Vapor HTTPHeaders+ContentRange.swift
[2392/2429] Compiling Vapor HTTPHeaders+Directive.swift
[2393/2429] Compiling Vapor HTTPHeaders+Forwarded.swift
[2394/2429] Compiling Vapor HTTPHeaders+Link.swift
[2395/2429] Compiling Vapor HTTPHeaders+Name.swift
[2396/2429] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2397/2429] Compiling Vapor HTTPHeaders.swift
[2398/2429] Compiling Vapor HTTPMediaType.swift
[2399/2429] Compiling Vapor HTTPMediaTypePreference.swift
[2400/2429] Compiling Vapor Responder.swift
[2401/2429] Compiling Vapor Application+HTTP+Server.swift
[2402/2429] Compiling Vapor HTTPServer.swift
[2403/2429] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2404/2429] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2405/2429] Compiling Vapor HTTPServerHandler.swift
[2406/2429] Compiling Vapor HTTPServerRequestDecoder.swift
[2407/2429] Compiling Vapor Bytes+SecureCompare.swift
[2408/2429] Compiling Vapor Collection+Safe.swift
[2409/2429] Compiling Vapor DataProtocol+Copy.swift
[2410/2429] Compiling Vapor DecoderUnwrapper.swift
[2411/2429] Compiling Vapor DirectoryConfiguration.swift
[2412/2429] Compiling Vapor DotEnv.swift
[2413/2429] Compiling Vapor Extendable.swift
[2414/2429] Compiling Vapor File.swift
[2415/2429] Compiling Vapor FileIO.swift
[2416/2429] Compiling Vapor LifecycleHandler.swift
[2417/2429] Compiling Vapor OptionalType.swift
[2418/2429] Compiling Vapor RFC1123.swift
[2419/2429] Compiling Vapor SocketAddress+Hostname.swift
[2420/2429] Compiling Vapor Storage.swift
[2421/2429] Compiling Vapor String+IsIPAddress.swift
[2422/2429] Compiling Vapor Thread.swift
[2423/2429] Compiling Vapor URI.swift
[2424/2429] Compiling Vapor RangeResult.swift
[2425/2429] Compiling Vapor Validatable.swift
[2426/2429] Compiling Vapor Validation.swift
[2427/2429] Compiling Vapor ValidationKey.swift
[2428/2429] Compiling Vapor Validations.swift
[2429/2429] Compiling Vapor ValidationsError.swift
[2431/2440] Compiling JWT JWTError+Vapor.swift
[2432/2441] Compiling JWT Application+JWT.swift
[2433/2441] Compiling JWT Exports.swift
[2434/2441] Compiling JWT JWTAuthenticator.swift
[2435/2441] Emitting module JWT
[2436/2441] Compiling JWT JWT+Microsoft.swift
[2437/2441] Compiling JWT JWKSCache.swift
[2438/2441] Compiling JWT JWT+Apple.swift
[2439/2441] Compiling JWT JWT+FirebaseAuth.swift
[2440/2441] Compiling JWT Request+JWT.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 FCMAndroidMessagePriority.swift
[2448/2474] Compiling FCM FCMAndroidNotification.swift
[2449/2474] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2450/2474] Compiling FCM FCMAndroidNotificationPriority.swift
[2451/2474] Emitting module FCM
[2452/2474] Compiling FCM FCMNotification.swift
[2453/2474] Compiling FCM FCMWebpushConfig.swift
[2454/2474] Compiling FCM GAuthPayload.swift
[2455/2474] Compiling FCM FCM+AccessToken.swift
[2456/2474] Compiling FCM FCM+Application.swift
[2457/2474] Compiling FCM FCM+Request.swift
[2458/2474] Compiling FCM FCM.swift
[2459/2474] Compiling FCM FCMAndroidConfig.swift
[2460/2474] Compiling FCM FCM+BatchSend.swift
[2461/2474] Compiling FCM FCM+CreateTopic.swift
[2462/2474] Compiling FCM FCM+DeleteTopic.swift
[2463/2474] Compiling FCM FCM+GetTopics.swift
[2464/2474] Compiling FCM FCMAndroidNotificationVisibility.swift
[2465/2474] Compiling FCM FCMApnsAlert.swift
[2466/2474] Compiling FCM FCMApnsAlertOrString.swift
[2467/2474] Compiling FCM FCMApnsApsObject.swift
[2468/2474] Compiling FCM FCMOptionsProtocol.swift
[2469/2474] Compiling FCM FCMConfiguration.swift
[2470/2474] Compiling FCM FCMError.swift
[2471/2474] Compiling FCM FCMMessage.swift
[2472/2474] Compiling FCM FCM+JWT.swift
[2473/2474] Compiling FCM FCM+RegisterAPNS.swift
[2474/2474] Compiling FCM FCM+SendMessage.swift
Build complete! (296.96s)
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.