The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CongregationKit, reference main (bb6e44), with Swift 6.1 for Android on 12 Mar 2026 22:40:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tktchurch/CongregationKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tktchurch/CongregationKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb6e442 Merge pull request #18 from tktchurch/feat/seekers
Cloned https://github.com/tktchurch/CongregationKit.git
Revision (git rev-parse @):
bb6e442983922fc93760caa7f3b4575725a3da1d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tktchurch/CongregationKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tktchurch/CongregationKit.git
https://github.com/tktchurch/CongregationKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "CongregationKit",
  "name" : "CongregationKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "CongregationKit",
      "targets" : [
        "CongregationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Congregation",
      "targets" : [
        "Congregation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SalesforceClient",
      "targets" : [
        "SalesforceClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SalesforceClient",
      "module_type" : "SwiftTarget",
      "name" : "SalesforceClient",
      "path" : "Sources/SalesforceClient",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "CongregationKit",
        "SalesforceClient"
      ],
      "sources" : [
        "Handlers/SalesforceAPIHandler.swift",
        "Models/FileDownloadModels.swift",
        "Protocols/SalesforceAPIRoute.swift",
        "Routes/SalesforceAuthRoutes.swift",
        "Routes/SalesforceFilesRoutes.swift",
        "Routes/SalesforceMemberRoutes.swift",
        "Routes/SalesforceSeekerRoutes.swift",
        "SalesforceClient.swift"
      ],
      "target_dependencies" : [
        "Congregation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CongregationKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CongregationKitTests",
      "path" : "Tests/CongregationKitTests",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "FilesHandlerTests.swift",
        "MembersHandlerTests.swift",
        "MembersPhotoParsingTests.swift",
        "SeekersHandlerTests.swift",
        "WeddingAnniversaryTests.swift"
      ],
      "target_dependencies" : [
        "CongregationKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CongregationKit",
      "module_type" : "SwiftTarget",
      "name" : "CongregationKit",
      "path" : "Sources/CongregationKit",
      "product_memberships" : [
        "CongregationKit"
      ],
      "sources" : [
        "CongregationKit.swift",
        "Handlers/FilesHandler.swift",
        "Handlers/MembersHandler.swift",
        "Handlers/SeekersHandler.swift",
        "Protocols/CongregationKitProtocol.swift"
      ],
      "target_dependencies" : [
        "SalesforceClient",
        "Congregation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Congregation",
      "module_type" : "SwiftTarget",
      "name" : "Congregation",
      "path" : "Sources/Congregation",
      "product_memberships" : [
        "CongregationKit",
        "Congregation",
        "SalesforceClient"
      ],
      "sources" : [
        "Auth/Models/SalesforceAuth.swift",
        "Families/Handlers/FamilyHandler.swift",
        "Families/Models/Family.swift",
        "Families/Models/FamilyID.swift",
        "Families/Models/FamilyInfo.swift",
        "Families/Models/FamilyMembership.swift",
        "Families/Models/FamilyResponse.swift",
        "Families/Models/FamilyRole.swift",
        "Families/Models/FamilyTree.swift",
        "Families/Models/MemberRelationship.swift",
        "Families/Models/RelationshipID.swift",
        "Families/Models/RelationshipType.swift",
        "Families/Models/SuggestedRelationship.swift",
        "Families/Protocols/FamilyRepresentable.swift",
        "Families/Protocols/RelationshipQueryable.swift",
        "Families/Utilities/RelationshipBuilder.swift",
        "Members/Models/ContactInformation.swift",
        "Members/Models/DiscipleshipInformation.swift",
        "Members/Models/EmploymentInformation.swift",
        "Members/Models/MartialInformation.swift",
        "Members/Models/Member.swift",
        "Members/Models/MemberData.swift",
        "Members/Models/MemberExpand.swift",
        "Members/Models/MemberResponse.swift",
        "Members/Protocols/ContactInformationRepresentable.swift",
        "Members/Protocols/DiscipleshipInformationRepresentable.swift",
        "Members/Protocols/EmploymentInformationRepresentable.swift",
        "Members/Protocols/MaritalInformationRepresentable.swift",
        "Members/Protocols/MemberDataRepresentable.swift",
        "Members/Protocols/SalesforceFileURLRepresentable.swift",
        "Members/Protocols/SeekerDataRepresentable.swift",
        "RFIDs/Handlers/RFIDHandler.swift",
        "RFIDs/Models/MemberRFID.swift",
        "RFIDs/Models/RFID.swift",
        "RFIDs/Models/RFIDID.swift",
        "RFIDs/Models/RFIDResponse.swift",
        "RFIDs/Models/RFIDStatus.swift",
        "RFIDs/Protocols/RFIDRepresentable.swift",
        "Seekers/Models/Seeker.swift",
        "Seekers/Models/SeekerRequest.swift",
        "Seekers/Models/SeekerResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.40s)
[1/15567] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.6 (3.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3669] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (0.68s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2821] Fetching swift-nio-transport-services
[679/4641] Fetching swift-nio-transport-services, swift-atomics
[1482/10332] Fetching swift-nio-transport-services, swift-atomics, swift-distributed-tracing
[2922/16390] Fetching swift-nio-transport-services, swift-atomics, swift-distributed-tracing, swift-algorithms
[7095/22881] Fetching swift-nio-transport-services, swift-atomics, swift-distributed-tracing, swift-algorithms, swift-nio-extras
[12182/29072] Fetching swift-nio-transport-services, swift-atomics, swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.80s)
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.80s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.80s)
Fetching https://github.com/apple/swift-nio.git
[1/12057] Fetching swift-nio-http2
[122/27417] Fetching swift-nio-http2, swift-nio-ssl
[9093/110225] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.25s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.26s)
[36436/82808] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.22s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (8.66s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.75s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.84s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1219] Fetching swift-http-structured-headers
[1220/2170] Fetching swift-http-structured-headers, swift-http-types
[1382/9295] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[1454/11064] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1
[2491/17292] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-async-algorithms
[4055/19954] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.66s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (2.05s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/22299] Fetching swift-collections
[447/27900] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.76s)
Fetched https://github.com/apple/swift-collections.git from cache (1.79s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.36s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.84s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.93s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.08s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (5.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.37s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.22s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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.1
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.32.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.6.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.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.26.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.32.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.10.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.96.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.6
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.36.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.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/450] Write sources
[30/450] Compiling _AtomicsShims.c
[31/450] Compiling CNIOWindows shim.c
[32/450] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[33/450] Compiling _NumericsShims _NumericsShims.c
[34/450] Compiling CNIOWASI CNIOWASI.c
[35/450] Compiling CNIOWindows WSAStartup.c
[36/450] Compiling CNIOPosix event_loop_id.c
[36/450] Compiling CNIOOpenBSD shim.c
[38/450] Compiling CNIOLinux liburing_shims.c
[39/450] Compiling CNIODarwin shim.c
[40/450] Compiling CNIOLLHTTP c_nio_http.c
[40/450] Compiling CNIOExtrasZlib empty.c
[42/450] Compiling CNIOLLHTTP c_nio_api.c
[43/450] Compiling CNIOLinux shim.c
[44/450] Compiling fiat_p256_adx_sqr.S
[45/450] Compiling fiat_curve25519_adx_square.S
[46/450] Compiling fiat_p256_adx_mul.S
[47/450] Compiling fiat_curve25519_adx_mul.S
[48/450] Write swift-version-24593BA9C3E375BF.txt
[49/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/454] Compiling CNIOBoringSSLShims shims.c
[51/456] Compiling tls13_client.cc
[52/456] Compiling tls_record.cc
[53/470] Compiling tls_method.cc
[55/470] Emitting module RealModule
[55/471] Compiling tls13_enc.cc
[56/471] Compiling tls13_both.cc
[57/471] Compiling tls13_server.cc
[58/531] Compiling t1_enc.cc
[60/531] Emitting module InternalCollectionsUtilities
[61/533] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/533] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/533] Compiling _NIODataStructures _TinyArray.swift
[64/533] Compiling Logging LogHandler.swift
[65/533] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/533] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/533] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[68/533] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/533] Compiling InternalCollectionsUtilities Span+Extras.swift
[70/533] Compiling _NIODataStructures PriorityQueue.swift
[71/533] Compiling InternalCollectionsUtilities Debugging.swift
[72/533] Emitting module _NIOBase64
[73/533] Compiling InternalCollectionsUtilities Descriptions.swift
[74/533] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/533] Compiling ServiceContextModule ServiceContextKey.swift
[76/533] Compiling _NIOBase64 Base64.swift
[77/533] Compiling InternalCollectionsUtilities Integer rank.swift
[78/533] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/533] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/534] Compiling RealModule Float16+Real.swift
[83/534] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/534] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/534] Compiling RealModule RelaxedArithmetic.swift
[86/534] Compiling RealModule Float80+Real.swift
[87/534] Compiling RealModule Real.swift
[88/534] Compiling RealModule RealFunctions.swift
[91/534] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[92/534] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[95/534] Compiling InternalCollectionsUtilities String+Padding.swift
[96/534] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[97/534] Emitting module ServiceContextModule
[98/534] Compiling ServiceContextModule ServiceContext.swift
[99/537] Emitting module _NIODataStructures
[100/537] Compiling _NIODataStructures Heap.swift
[106/559] Compiling Instrumentation NoOpInstrument.swift
[107/559] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[108/559] Compiling ContainersPreview BorrowingSequence.swift
[109/559] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[110/559] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[111/559] Compiling ContainersPreview OutputSpan+Extras.swift
[112/559] Compiling ContainersPreview TemporaryAllocation.swift
[113/560] Compiling ContainersPreview Inout.swift
[114/560] Compiling ContainersPreview InputSpan.swift
[115/560] Compiling ContainersPreview Drain.swift
[116/560] Compiling ContainersPreview Producer.swift
[117/560] Compiling ContainersPreview Container.swift
[118/560] Compiling ContainersPreview ContainerAlgorithms.swift
[119/560] Compiling ContainersPreview Borrow.swift
[120/560] Compiling ContainersPreview Box.swift
[121/560] Compiling Instrumentation MultiplexInstrument.swift
[122/560] Emitting module ContainersPreview
[123/560] Compiling ContainersPreview Shared.swift
[124/561] Compiling ssl_x509.cc
[126/601] Compiling DequeModule UniqueDeque+Consumption.swift
[127/601] Compiling DequeModule UniqueDeque+Container.swift
[128/601] Compiling DequeModule UniqueDeque+Descriptions.swift
[129/601] Compiling DequeModule UniqueDeque+Equatable.swift
[130/601] Compiling DequeModule UniqueDeque+Experimental.swift
[131/601] Compiling DequeModule RigidDeque+Equatable.swift
[132/601] Compiling DequeModule RigidDeque+Experimental.swift
[133/601] Compiling DequeModule RigidDeque+Hashable.swift
[134/601] Compiling DequeModule RigidDeque+Initializers.swift
[135/601] Compiling DequeModule RigidDeque+Insertions.swift
[136/601] Compiling DequeModule RigidDeque+Prepend.swift
[137/606] Compiling DequeModule UniqueDeque+Hashable.swift
[138/606] Compiling DequeModule UniqueDeque+Initializers.swift
[139/606] Compiling DequeModule UniqueDeque+Insertions.swift
[140/606] Compiling DequeModule UniqueDeque+Prepend.swift
[141/606] Compiling DequeModule UniqueDeque+Removals.swift
[142/606] Compiling DequeModule RigidDeque+Removals.swift
[143/606] Compiling DequeModule RigidDeque+Replacements.swift
[144/606] Compiling DequeModule RigidDeque+Testing.swift
[145/606] Compiling DequeModule RigidDeque.swift
[146/606] Compiling DequeModule UniqueDeque+Append.swift
[147/606] Compiling DequeModule _DequeBuffer.swift
[148/606] Compiling DequeModule _DequeBufferHeader.swift
[149/606] Compiling DequeModule RigidDeque+Append.swift
[150/606] Compiling DequeModule RigidDeque+Consumption.swift
[151/606] Compiling DequeModule RigidDeque+Container.swift
[152/606] Compiling DequeModule RigidDeque+Descriptions.swift
[152/606] Compiling ssl_transcript.cc
[153/606] Compiling ssl_versions.cc
[154/606] Compiling ssl_stat.cc
[156/606] Emitting module Congregation
[157/611] Emitting module Logging
[158/611] Compiling Logging Locks.swift
[159/611] Compiling Logging MetadataProvider.swift
[160/611] Emitting module Instrumentation
[161/611] Compiling Instrumentation InstrumentationSystem.swift
[162/611] Compiling Instrumentation Instrument.swift
[163/611] Compiling Instrumentation Locks.swift
[164/612] Compiling DequeModule Deque+Codable.swift
[165/612] Compiling DequeModule Deque+Collection.swift
[166/612] Compiling DequeModule Deque+CustomReflectable.swift
[167/612] Compiling DequeModule Deque+Descriptions.swift
[168/612] Compiling DequeModule Deque+Equatable.swift
[169/612] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[170/612] Compiling DequeModule Deque+Extras.swift
[171/612] Compiling DequeModule Deque+Hashable.swift
[172/612] Compiling DequeModule Deque+Testing.swift
[173/612] Compiling DequeModule Deque._Storage.swift
[174/612] Compiling DequeModule Deque._UnsafeHandle.swift
[175/612] Compiling DequeModule Deque.swift
[176/612] Compiling Logging Logging.swift
[179/621] Compiling Tracing InstrumentationSystem+Tracing.swift
[180/621] Emitting module Tracing
[181/621] Compiling Tracing TracingTime.swift
[182/621] Compiling Tracing TracerProtocol.swift
[193/621] Compiling Tracing Tracer.swift
[194/621] Compiling Tracing TracerProtocol+Legacy.swift
[199/621] Compiling ssl_session.cc
[201/621] Emitting module DequeModule
[207/621] Compiling Tracing NoOpTracer.swift
[208/621] Compiling Tracing SpanProtocol.swift
[210/622] Compiling Congregation SeekerRequest.swift
[211/622] Compiling Congregation SeekerResponse.swift
[212/622] Compiling DequeModule _DequeSlot.swift
[213/622] Compiling DequeModule _UnsafeDequeHandle.swift
[214/622] Compiling DequeModule _UnsafeDequeSegments.swift
[214/623] Compiling ssl_privkey.cc
[216/623] Compiling ssl_key_share.cc
[233/623] Compiling ssl_file.cc
[235/623] Compiling Congregation RFIDStatus.swift
[236/623] Compiling Congregation RFIDRepresentable.swift
[237/623] Compiling Congregation Seeker.swift
[240/624] Compiling ssl_lib.cc
[241/624] Compiling ssl_credential.cc
[242/624] Compiling ssl_cipher.cc
[243/624] Compiling ssl_buffer.cc
[244/624] Compiling ssl_cert.cc
[245/624] Compiling ssl_asn1.cc
[246/624] Compiling ssl_aead_ctx.cc
[247/624] Compiling s3_pkt.cc
[248/624] Compiling s3_lib.cc
[249/624] Compiling s3_both.cc
[250/624] Compiling handshake_server.cc
[251/624] Compiling handshake_client.cc
[252/624] Compiling extensions.cc
[253/624] Compiling handshake.cc
[254/624] Compiling handoff.cc
[255/624] Compiling dtls_record.cc
[256/624] Compiling md5-x86_64-linux.S
[257/624] Compiling encrypted_client_hello.cc
[258/624] Compiling md5-586-linux.S
[259/624] Compiling md5-x86_64-apple.S
[260/624] Compiling md5-586-apple.S
[261/624] Compiling chacha20_poly1305_x86_64-linux.S
[262/624] Compiling chacha20_poly1305_x86_64-apple.S
[263/624] Compiling chacha20_poly1305_armv8-win.S
[264/624] Compiling dtls_method.cc
[265/624] Compiling chacha20_poly1305_armv8-apple.S
[266/624] Compiling chacha20_poly1305_armv8-linux.S
[267/624] Compiling err_data.cc
[268/624] Compiling chacha-x86_64-linux.S
[269/624] Compiling d1_srtp.cc
[270/624] Compiling chacha-x86_64-apple.S
[271/624] Compiling chacha-x86-apple.S
[272/624] Compiling chacha-x86-linux.S
[273/624] Compiling chacha-armv8-win.S
[274/624] Compiling chacha-armv8-apple.S
[275/624] Compiling chacha-armv8-linux.S
[276/624] Compiling chacha-armv4-linux.S
[277/624] Compiling aes128gcmsiv-x86_64-linux.S
[278/624] Compiling aes128gcmsiv-x86_64-apple.S
[279/624] Compiling x86_64-mont5-linux.S
[280/624] Compiling x86_64-mont5-apple.S
[281/624] Compiling x86_64-mont-apple.S
[282/624] Compiling x86_64-mont-linux.S
[283/624] Compiling x86-mont-linux.S
[284/624] Compiling x86-mont-apple.S
[285/624] Compiling vpaes-x86_64-linux.S
[286/624] Compiling vpaes-x86_64-apple.S
[287/624] Compiling vpaes-x86-linux.S
[288/624] Compiling vpaes-x86-apple.S
[289/624] Compiling vpaes-armv8-win.S
[290/624] Compiling vpaes-armv8-apple.S
[291/624] Compiling vpaes-armv7-linux.S
[292/624] Compiling vpaes-armv8-linux.S
[293/624] Compiling bio_ssl.cc
[294/624] Compiling d1_pkt.cc
[295/624] Compiling sha512-x86_64-apple.S
[296/624] Compiling sha512-x86_64-linux.S
[297/624] Compiling d1_both.cc
[298/624] Compiling sha512-armv8-win.S
[299/624] Compiling sha512-armv8-linux.S
[300/624] Compiling sha512-armv4-linux.S
[301/624] Compiling sha512-586-linux.S
[302/624] Compiling sha512-armv8-apple.S
[303/624] Compiling sha256-x86_64-linux.S
[304/624] Compiling d1_lib.cc
[305/624] Compiling sha512-586-apple.S
[306/624] Compiling sha256-armv8-win.S
[307/624] Compiling sha256-x86_64-apple.S
[308/624] Compiling sha256-586-linux.S
[309/624] Compiling sha256-armv4-linux.S
[310/624] Compiling sha256-586-apple.S
[311/624] Compiling sha256-armv8-apple.S
[312/624] Compiling sha256-armv8-linux.S
[313/624] Compiling sha1-x86_64-linux.S
[314/624] Compiling sha1-armv8-win.S
[315/624] Compiling sha1-armv8-apple.S
[316/624] Compiling sha1-x86_64-apple.S
[317/624] Compiling sha1-armv4-large-linux.S
[318/624] Compiling sha1-armv8-linux.S
[319/624] Compiling sha1-586-linux.S
[320/624] Compiling sha1-586-apple.S
[321/624] Compiling rsaz-avx2-linux.S
[322/624] Compiling rdrand-x86_64-linux.S
[323/624] Compiling rdrand-x86_64-apple.S
[324/624] Compiling p256_beeu-x86_64-asm-linux.S
[325/624] Compiling rsaz-avx2-apple.S
[326/624] Compiling p256_beeu-x86_64-asm-apple.S
[327/624] Compiling p256-x86_64-asm-apple.S
[328/624] Compiling p256_beeu-armv8-asm-linux.S
[329/624] Compiling p256_beeu-armv8-asm-apple.S
[330/624] Compiling p256-armv8-asm-win.S
[331/624] Compiling p256-x86_64-asm-linux.S
[332/624] Compiling p256_beeu-armv8-asm-win.S
[333/624] Compiling p256-armv8-asm-apple.S
[334/624] Compiling ghashv8-armv8-win.S
[335/624] Compiling ghash-x86_64-linux.S
[336/624] Compiling p256-armv8-asm-linux.S
[337/624] Compiling ghashv8-armv7-linux.S
[338/624] Compiling ghash-x86_64-apple.S
[339/624] Compiling ghashv8-armv8-linux.S
[340/624] Compiling ghashv8-armv8-apple.S
[341/624] Compiling ghash-x86-linux.S
[342/624] Compiling ghash-ssse3-x86_64-apple.S
[342/624] Compiling ghash-x86-apple.S
[342/624] Compiling ghash-ssse3-x86-linux.S
[343/624] Compiling ghash-neon-armv8-win.S
[346/624] Compiling ghash-ssse3-x86-apple.S
[347/624] Compiling ghash-neon-armv8-apple.S
[348/624] Compiling ghash-neon-armv8-linux.S
[349/624] Compiling ghash-ssse3-x86_64-linux.S
[350/624] Compiling co-586-linux.S
[351/624] Compiling ghash-armv4-linux.S
[352/624] Compiling bsaes-armv7-linux.S
[353/624] Compiling bn-armv8-win.S
[354/624] Compiling bn-armv8-linux.S
[355/624] Compiling bn-armv8-apple.S
[356/624] Compiling co-586-apple.S
[357/624] Compiling bn-586-linux.S
[358/624] Compiling bn-586-apple.S
[359/624] Compiling armv8-mont-win.S
[360/624] Compiling armv8-mont-linux.S
[361/624] Compiling armv4-mont-linux.S
[362/624] Compiling aesv8-gcm-armv8-win.S
[363/624] Compiling armv8-mont-apple.S
[364/624] Compiling aesv8-gcm-armv8-apple.S
[365/624] Compiling aesv8-armv8-apple.S
[366/624] Compiling aesv8-gcm-armv8-linux.S
[367/624] Compiling aesv8-armv8-win.S
[368/624] Compiling aesv8-armv7-linux.S
[369/624] Compiling aesni-x86_64-apple.S
[370/624] Compiling aesv8-armv8-linux.S
[371/624] Compiling aesni-x86_64-linux.S
[372/624] Compiling aesni-gcm-x86_64-linux.S
[373/624] Compiling aesni-x86-linux.S
[374/624] Compiling aesni-x86-apple.S
[375/624] Compiling aesni-gcm-x86_64-apple.S
[376/624] Compiling aes-gcm-avx10-x86_64-linux.S
[377/624] Compiling aes-gcm-avx2-x86_64-linux.S
[377/624] Compiling aes-gcm-avx2-x86_64-apple.S
[379/624] Compiling aes-gcm-avx10-x86_64-apple.S
[380/624] Compiling x_x509a.cc
[381/624] Compiling x_x509.cc
[382/624] Compiling x_spki.cc
[383/624] Compiling x_val.cc
[384/624] Compiling x_name.cc
[385/624] Compiling x_sig.cc
[386/624] Compiling x_pubkey.cc
[387/624] Compiling x_req.cc
[388/624] Compiling x509name.cc
[389/624] Compiling x_exten.cc
[390/624] Compiling x_all.cc
[391/624] Compiling x_crl.cc
[392/624] Compiling x_attrib.cc
[393/624] Compiling x_algor.cc
[393/624] Compiling x509spki.cc
[395/624] Compiling x509rset.cc
[396/624] Compiling x509cset.cc
[397/624] Compiling x509_vpm.cc
[398/624] Compiling x509_txt.cc
[399/624] Compiling x509_v3.cc
[400/624] Compiling x509_vfy.cc
[401/624] Compiling x509_set.cc
[402/624] Compiling x509_trs.cc
[403/624] Compiling x509_req.cc
[404/624] Compiling x509_obj.cc
[405/624] Compiling x509_d2.cc
[406/624] Compiling x509_lu.cc
[407/624] Compiling x509_cmp.cc
[408/624] Compiling x509_att.cc
[409/624] Compiling x509_ext.cc
[410/624] Compiling x509_def.cc
[411/624] Compiling x509.cc
[412/624] Compiling v3_purp.cc
[413/624] Compiling v3_utl.cc
[414/624] Compiling v3_skey.cc
[415/624] Compiling v3_pcons.cc
[416/624] Compiling v3_ocsp.cc
[417/624] Compiling v3_ncons.cc
[418/624] Compiling v3_prn.cc
[419/624] Compiling v3_pmaps.cc
[420/624] Compiling v3_int.cc
[421/624] Compiling v3_lib.cc
[422/624] Compiling v3_info.cc
[423/624] Compiling v3_extku.cc
[424/624] Compiling v3_genn.cc
[425/624] Compiling v3_ia5.cc
[426/624] Compiling v3_enum.cc
[427/624] Compiling v3_crld.cc
[428/624] Compiling v3_cpols.cc
[429/624] Compiling v3_akey.cc
[430/624] Compiling v3_akeya.cc
[431/624] Compiling v3_conf.cc
[432/624] Compiling v3_bitst.cc
[433/624] Compiling v3_bcons.cc
[434/624] Compiling v3_alt.cc
[435/624] Compiling t_x509a.cc
[436/624] Compiling t_x509.cc
[437/624] Compiling t_req.cc
[438/624] Compiling t_crl.cc
[439/624] Compiling rsa_pss.cc
[440/624] Compiling by_file.cc
[441/624] Compiling i2d_pr.cc
[442/624] Compiling policy.cc
[443/624] Compiling name_print.cc
[444/624] Compiling by_dir.cc
[445/624] Compiling voprf.cc
[446/624] Compiling algorithm.cc
[447/624] Compiling a_digest.cc
[448/624] Compiling asn1_gen.cc
[449/624] Compiling a_verify.cc
[450/624] Compiling a_sign.cc
[451/624] Compiling thread_win.cc
[452/624] Compiling trust_token.cc
[453/624] Compiling thread_none.cc
[454/624] Compiling pmbtoken.cc
[455/624] Compiling thread_pthread.cc
[456/624] Compiling thread.cc
[457/624] Compiling slhdsa.cc
[458/624] Compiling stack.cc
[459/624] Compiling sha512.cc
[459/624] Compiling siphash.cc
[461/624] Compiling rsa_extra.cc
[462/624] Compiling sha256.cc
[463/624] Compiling rc4.cc
[464/624] Compiling rsa_print.cc
[465/624] Compiling spake2plus.cc
[466/624] Compiling sha1.cc
[467/624] Compiling rsa_crypt.cc
[468/624] Compiling refcount.cc
[469/624] Compiling windows.cc
[470/624] Compiling trusty.cc
[471/624] Compiling urandom.cc
[472/624] Compiling rsa_asn1.cc
[473/624] Compiling rand.cc
[474/624] Compiling passive.cc
[475/624] Compiling poly1305_arm_asm.S
[476/624] Compiling getentropy.cc
[477/624] Compiling ios.cc
[478/624] Compiling forkunsafe.cc
[479/624] Compiling deterministic.cc
[480/624] Compiling fork_detect.cc
[481/624] Compiling poly1305_vec.cc
[482/624] Compiling poly1305_arm.cc
[483/624] Compiling pool.cc
[484/624] Compiling poly1305.cc
[485/624] Compiling pkcs7.cc
[486/624] Compiling pkcs8_x509.cc
[487/624] Compiling pkcs8.cc
[488/624] Compiling p5_pbev2.cc
[489/624] Compiling pem_pkey.cc
[490/624] Compiling pkcs7_x509.cc
[491/624] Compiling pem_xaux.cc
[492/624] Compiling pem_x509.cc
[493/624] Compiling pem_pk8.cc
[494/624] Compiling pem_all.cc
[495/624] Compiling obj_xref.cc
[496/624] Compiling mlkem.cc
[497/624] Compiling pem_oth.cc
[498/624] Compiling pem_info.cc
[499/624] Compiling pem_lib.cc
[500/624] Compiling obj.cc
[501/624] Compiling mem.cc
[502/624] Compiling poly_rq_mul.S
[503/624] Compiling fips_shared_support.cc
[504/624] Compiling md5.cc
[505/624] Compiling md4.cc
[506/624] Compiling mldsa.cc
[507/624] Compiling lhash.cc
[508/624] Compiling scrypt.cc
[509/624] Compiling ex_data.cc
[510/624] Compiling kyber.cc
[511/624] Compiling pbkdf.cc
[512/624] Compiling sign.cc
[513/624] Compiling print.cc
[514/624] Compiling hpke.cc
[515/624] Compiling p_rsa_asn1.cc
[516/624] Compiling hrss.cc
[517/624] Compiling p_x25519_asn1.cc
[518/624] Compiling p_x25519.cc
[519/624] Compiling p_ed25519.cc
[520/624] Compiling p_hkdf.cc
[521/624] Compiling p_ed25519_asn1.cc
[522/624] Compiling p_rsa.cc
[523/624] Compiling p_ec.cc
[524/624] Compiling bcm.cc
[525/624] Compiling p_ec_asn1.cc
[526/624] Compiling p_dsa_asn1.cc
[527/624] Compiling p_dh_asn1.cc
[528/624] Compiling engine.cc
[529/624] Compiling p_dh.cc
[530/624] Compiling err.cc
[531/624] Compiling evp_ctx.cc
[532/624] Compiling evp.cc
[533/624] Compiling ecdh.cc
[534/624] Compiling evp_asn1.cc
[535/624] Compiling ec_asn1.cc
[536/624] Compiling hash_to_curve.cc
[537/624] Compiling ec_derive.cc
[538/624] Compiling dsa.cc
[539/624] Compiling dh_asn1.cc
[540/624] Compiling ecdsa_asn1.cc
[541/624] Compiling x25519-asm-arm.S
[542/624] Compiling params.cc
[543/624] Compiling dsa_asn1.cc
[544/624] Compiling des.cc
[545/624] Compiling cpu_intel.cc
[546/624] Compiling curve25519_64_adx.cc
[547/624] Compiling digest_extra.cc
[548/624] Compiling crypto.cc
[549/624] Compiling spake25519.cc
[550/624] Compiling cpu_aarch64_win.cc
[551/624] Compiling cpu_arm_linux.cc
[552/624] Compiling curve25519.cc
[553/624] Compiling cpu_arm_freebsd.cc
[554/624] Compiling cpu_aarch64_sysreg.cc
[555/624] Compiling cpu_aarch64_openbsd.cc
[556/624] Compiling cpu_aarch64_apple.cc
[557/624] Compiling cpu_aarch64_linux.cc
[558/624] Compiling cpu_aarch64_fuchsia.cc
[559/624] Compiling conf.cc
[560/624] Compiling tls_cbc.cc
[561/624] Compiling get_cipher.cc
[562/624] Compiling e_rc4.cc
[563/624] Compiling e_tls.cc
[564/624] Compiling e_null.cc
[565/624] Compiling e_rc2.cc
[566/624] Compiling chacha.cc
[567/624] Compiling e_des.cc
[568/624] Compiling e_chacha20poly1305.cc
[569/624] Compiling e_aesgcmsiv.cc
[570/624] Compiling cbb.cc
[571/624] Compiling e_aesctrhmac.cc
[572/624] Compiling derive_key.cc
[573/624] Compiling buf.cc
[574/624] Compiling socket_helper.cc
[575/624] Compiling unicode.cc
[576/624] Compiling ber.cc
[577/624] Compiling socket.cc
[578/624] Compiling cbs.cc
[579/624] Compiling blake2.cc
[580/624] Compiling hexdump.cc
[581/624] Compiling asn1_compat.cc
[582/624] Compiling bn_asn1.cc
[583/624] Compiling convert.cc
[584/624] Compiling printf.cc
[585/624] Compiling bio_mem.cc
[586/624] Compiling errno.cc
[587/624] Compiling pair.cc
[588/624] Compiling fd.cc
[589/624] Compiling file.cc
[590/624] Compiling tasn_utl.cc
[591/624] Compiling connect.cc
[592/624] Compiling bio.cc
[593/624] Compiling base64.cc
[594/624] Compiling tasn_typ.cc
[595/624] Compiling tasn_fre.cc
[596/624] Compiling tasn_enc.cc
[597/624] Compiling f_string.cc
[598/624] Compiling tasn_new.cc
[599/624] Compiling posix_time.cc
[600/624] Compiling tasn_dec.cc
[601/624] Compiling f_int.cc
[602/624] Compiling asn_pack.cc
[603/624] Compiling asn1_par.cc
[604/624] Compiling asn1_lib.cc
[605/624] Compiling a_utctm.cc
[606/624] Compiling a_time.cc
[607/624] Compiling a_octet.cc
[608/624] Compiling a_type.cc
[609/624] Compiling a_int.cc
[610/624] Compiling a_strnid.cc
[611/624] Compiling a_strex.cc
[612/624] Compiling a_d2i_fp.cc
[613/624] Compiling a_mbstr.cc
[614/624] Compiling a_dup.cc
[615/624] Write sources
[616/624] Compiling a_object.cc
[616/624] Write sources
[618/624] Compiling a_i2d_fp.cc
[619/667] Compiling a_gentm.cc
[621/667] Compiling Algorithms Permutations.swift
[622/667] Compiling Algorithms Product.swift
[622/669] Compiling a_bitstr.cc
[624/669] Compiling Algorithms Compacted.swift
[625/669] Compiling Algorithms Cycle.swift
[626/669] Compiling Algorithms Joined.swift
[627/669] Compiling Algorithms Keyed.swift
[628/669] Compiling Atomics IntegerOperations.swift
[629/669] Compiling Atomics Unmanaged extensions.swift
[630/669] Compiling Algorithms EitherSequence.swift
[631/669] Compiling Algorithms FirstNonNil.swift
[631/669] Compiling a_bool.cc
[633/669] Compiling Algorithms Indexed.swift
[634/669] Compiling Algorithms Intersperse.swift
[635/669] Compiling Algorithms Partition.swift
[637/669] Compiling Algorithms Stride.swift
[638/669] Compiling Algorithms Suffix.swift
[639/672] Compiling Algorithms RandomSample.swift
[640/672] Compiling Algorithms Reductions.swift
[641/672] Compiling Algorithms Rotate.swift
[648/672] Compiling Algorithms Trim.swift
[649/672] Compiling Algorithms Unique.swift
[650/672] Compiling Algorithms Windows.swift
[651/672] Compiling Algorithms Combinations.swift
[652/672] Compiling Algorithms FlattenCollection.swift
[653/672] Compiling Algorithms Grouped.swift
[654/672] Compiling Algorithms AdjacentPairs.swift
[655/672] Compiling Algorithms Chain.swift
[656/672] Compiling Algorithms Chunked.swift
[669/672] Emitting module Atomics
[670/673] Compiling c-nioatomics.c
[672/673] Emitting module Algorithms
[673/674] Compiling c-atomics.c
[675/681] Compiling NIOConcurrencyHelpers lock.swift
[676/681] Emitting module NIOConcurrencyHelpers
[677/681] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[678/681] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[679/681] Compiling NIOConcurrencyHelpers NIOLock.swift
[680/681] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[681/681] Compiling NIOConcurrencyHelpers atomics.swift
[683/746] Compiling NIOCore NIOCoreSendableMetatype.swift
[684/746] Compiling NIOCore NIODecodedAsyncSequence.swift
[685/746] Compiling NIOCore NIOLoopBound.swift
[686/746] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[687/746] Compiling NIOCore NIOScheduledCallback.swift
[688/746] Compiling NIOCore NIOSendable.swift
[689/746] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[690/746] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[691/746] Compiling NIOCore RecvByteBufferAllocator.swift
[692/754] Compiling NIOCore EventLoopFuture+Deprecated.swift
[693/754] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[694/754] Compiling NIOCore EventLoopFuture.swift
[695/754] Compiling NIOCore FileDescriptor.swift
[696/754] Compiling NIOCore FileHandle.swift
[697/754] Compiling NIOCore FileRegion.swift
[698/754] Compiling NIOCore GlobalSingletons.swift
[699/754] Compiling NIOCore IO.swift
[700/754] Compiling NIOCore IOData.swift
[701/754] Compiling NIOCore IPProtocol.swift
[702/754] Compiling NIOCore IntegerBitPacking.swift
[703/754] Compiling NIOCore IntegerTypes.swift
[704/754] Compiling NIOCore Interfaces.swift
[705/754] Compiling NIOCore Linux.swift
[706/754] Compiling NIOCore MarkedCircularBuffer.swift
[707/754] Compiling NIOCore MulticastChannel.swift
[708/754] Compiling NIOCore NIOAny.swift
[709/754] Compiling NIOCore NIOCloseOnErrorHandler.swift
[710/754] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[711/754] Compiling NIOCore SocketAddresses.swift
[712/754] Compiling NIOCore SocketOptionProvider.swift
[713/754] Compiling NIOCore SystemCallHelpers.swift
[714/754] Compiling NIOCore TimeAmount+Duration.swift
[715/754] Compiling NIOCore TypeAssistedChannelHandler.swift
[716/754] Compiling NIOCore UniversalBootstrapSupport.swift
[717/754] Compiling NIOCore Utilities.swift
[718/754] Emitting module NIOCore
[719/754] Compiling NIOCore CircularBuffer.swift
[720/754] Compiling NIOCore Codec.swift
[721/754] Compiling NIOCore ConvenienceOptionSupport.swift
[722/754] Compiling NIOCore DeadChannel.swift
[723/754] Compiling NIOCore DispatchQueue+WithFuture.swift
[724/754] Compiling NIOCore EventLoop+Deprecated.swift
[725/754] Compiling NIOCore EventLoop+SerialExecutor.swift
[726/754] Compiling NIOCore EventLoop.swift
[727/754] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[728/754] Compiling NIOCore AddressedEnvelope.swift
[729/754] Compiling NIOCore AsyncAwaitSupport.swift
[730/754] Compiling NIOCore AsyncChannel.swift
[731/754] Compiling NIOCore AsyncChannelHandler.swift
[732/754] Compiling NIOCore AsyncChannelInboundStream.swift
[733/754] Compiling NIOCore AsyncChannelOutboundWriter.swift
[734/754] Compiling NIOCore NIOAsyncSequenceProducer.swift
[735/754] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[736/754] Compiling NIOCore NIOAsyncWriter.swift
[737/754] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[738/754] Compiling NIOCore BSDSocketAPI.swift
[739/754] Compiling NIOCore ByteBuffer-aux.swift
[740/754] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[741/754] Compiling NIOCore ByteBuffer-conversions.swift
[742/754] Compiling NIOCore ByteBuffer-core.swift
[743/754] Compiling NIOCore ByteBuffer-hex.swift
[744/754] Compiling NIOCore ByteBuffer-int.swift
[745/754] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[746/754] Compiling NIOCore ByteBuffer-multi-int.swift
[747/754] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[748/754] Compiling NIOCore ByteBuffer-views.swift
[749/754] Compiling NIOCore Channel.swift
[750/754] Compiling NIOCore ChannelHandler.swift
[751/754] Compiling NIOCore ChannelHandlers.swift
[752/754] Compiling NIOCore ChannelInvoker.swift
[753/754] Compiling NIOCore ChannelOption.swift
[754/754] Compiling NIOCore ChannelPipeline.swift
[756/809] Compiling NIOEmbedded AsyncTestingChannel.swift
[757/809] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[758/809] Emitting module NIOEmbedded
[759/809] Compiling NIOEmbedded Embedded.swift
[760/809] Compiling NIOPosix PipePair.swift
[761/809] Compiling NIOPosix Pool.swift
[762/809] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[763/809] Compiling NIOPosix PosixSingletons.swift
[764/809] Compiling NIOPosix RawSocketBootstrap.swift
[765/809] Compiling NIOPosix Resolver.swift
[766/809] Compiling NIOPosix Selectable.swift
[768/816] Compiling NIOPosix HappyEyeballs.swift
[769/816] Compiling NIOPosix IO.swift
[770/816] Compiling NIOPosix IntegerBitPacking.swift
[771/816] Compiling NIOPosix IntegerTypes.swift
[772/816] Compiling NIOPosix Linux.swift
[773/816] Compiling NIOPosix LinuxCPUSet.swift
[774/816] Compiling NIOPosix LinuxUring.swift
[775/816] Compiling NIOPosix ThreadPosix.swift
[776/816] Compiling NIOPosix ThreadWindows.swift
[777/816] Compiling NIOPosix Utilities.swift
[778/816] Compiling NIOPosix VsockAddress.swift
[779/816] Compiling NIOPosix VsockChannelEvents.swift
[780/816] Compiling NIOPosix Windows.swift
[781/816] Compiling NIOPosix SelectableChannel.swift
[782/816] Compiling NIOPosix SelectableEventLoop.swift
[783/816] Compiling NIOPosix SelectorEpoll.swift
[784/816] Compiling NIOPosix SelectorGeneric.swift
[785/816] Compiling NIOPosix SelectorKqueue.swift
[786/816] Compiling NIOPosix SelectorUring.swift
[787/816] Compiling NIOPosix SelectorWSAPoll.swift
[788/816] Compiling NIOPosix ServerSocket.swift
[789/816] Compiling NIOPosix Socket.swift
[790/816] Compiling NIOPosix SocketChannel.swift
[791/816] Compiling NIOPosix SocketProtocols.swift
[792/816] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[793/816] Compiling NIOPosix System.swift
[794/816] Compiling NIOPosix Thread.swift
[795/816] Compiling NIOPosix BSDSocketAPICommon.swift
[796/816] Compiling NIOPosix BSDSocketAPIPosix.swift
[797/816] Compiling NIOPosix BSDSocketAPIWindows.swift
[798/816] Compiling NIOPosix BaseSocket.swift
[799/816] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[800/816] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[801/816] Compiling NIOPosix BaseSocketChannel.swift
[802/816] Emitting module NIOPosix
[803/816] Compiling NIOPosix BaseStreamSocketChannel.swift
[804/816] Compiling NIOPosix Bootstrap.swift
[805/816] Compiling NIOPosix ControlMessage.swift
[806/816] Compiling NIOPosix DatagramVectorReadManager.swift
[807/816] Compiling NIOPosix Errors+Any.swift
[808/816] Compiling NIOPosix FileDescriptor.swift
[809/816] Compiling NIOPosix GetaddrinfoResolver.swift
[810/816] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[811/816] Compiling NIOPosix NIOPosixSendableMetatype.swift
[812/816] Compiling NIOPosix NIOThreadPool.swift
[813/816] Compiling NIOPosix NonBlockingFileIO.swift
[814/816] Compiling NIOPosix PendingDatagramWritesManager.swift
[815/816] Compiling NIOPosix PendingWritesManager.swift
[816/816] Compiling NIOPosix PipeChannel.swift
[818/819] Compiling NIO Exports.swift
[819/819] Emitting module NIO
[821/859] Compiling NIOTLS TLSEvents.swift
[822/859] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[823/859] Emitting module NIOTLS
[824/859] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[825/859] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[826/859] Compiling NIOSOCKS SOCKSResponse.swift
[827/860] Compiling NIOSOCKS Errors.swift
[828/860] Compiling NIOSOCKS Helpers.swift
[829/860] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[830/860] Compiling NIOSOCKS ClientStateMachine.swift
[831/860] Compiling NIOSOCKS SOCKSClientHandler.swift
[832/860] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[833/860] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[834/860] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[835/860] Compiling NIOTLS SNIHandler.swift
[836/860] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[837/861] Compiling NIOSOCKS Messages.swift
[838/861] Compiling NIOSOCKS SOCKSRequest.swift
[839/861] Compiling NIOSOCKS AuthenticationMethod.swift
[840/861] Compiling NIOSOCKS ClientGreeting.swift
[841/861] Emitting module NIOSOCKS
[843/861] Compiling NIOSOCKS ServerStateMachine.swift
[845/862] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[846/862] Emitting module NIOFoundationCompat
[847/863] Emitting module NIOHTTP1
[849/894] Compiling NIOSSL SSLCertificateExtensions.swift
[850/894] Compiling NIOSSL SSLCertificateName.swift
[851/916] Compiling NIOTransportServices NIOTSChannelOptions.swift
[852/916] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[853/916] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[854/916] Compiling NIOTransportServices NIOTSErrors.swift
[855/916] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[856/916] Compiling NIOTransportServices NIOTSSingletons.swift
[857/916] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[858/918] Compiling NIOTransportServices StateManagedChannel.swift
[859/918] Compiling NIOTransportServices StateManagedListenerChannel.swift
[860/918] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[861/918] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[862/918] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[863/918] Compiling NIOTransportServices NIOTSListenerChannel.swift
[866/918] Compiling NIOTransportServices NIOTSEventLoop.swift
[867/918] Compiling NIOTransportServices NIOTSBootstraps.swift
[870/918] Emitting module NIOTransportServices
[871/918] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[872/918] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[873/918] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[874/918] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[875/918] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[876/918] Compiling NIOTransportServices AcceptHandler.swift
[877/918] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[878/918] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[888/919] Emitting module NIOSSL
[893/942] Emitting module NIOHTTPCompression
[894/942] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[898/942] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[899/942] Compiling NIOSSL SubjectAlternativeName.swift
[900/942] Compiling NIOSSL NIOSSLSecureBytes.swift
[901/942] Compiling NIOSSL RNG.swift
[902/942] Compiling NIOSSL SafeCompare.swift
[903/942] Compiling NIOHPACK IndexedHeaderTable.swift
[904/943] Compiling NIOHPACK IntegerCoding.swift
[905/943] Compiling NIOHPACK HPACKHeader.swift
[906/943] Compiling NIOHPACK HeaderTables.swift
[913/943] Compiling NIOHPACK DynamicHeaderTable.swift
[914/943] Compiling NIOHPACK HPACKDecoder.swift
[915/943] Compiling NIOHPACK HPACKEncoder.swift
[916/943] Compiling NIOHPACK HPACKErrors.swift
[917/943] Compiling NIOHPACK StaticHeaderTable.swift
[918/943] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[919/943] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[920/943] Compiling NIOHTTPCompression HTTPCompression.swift
[921/943] Compiling NIOHTTPCompression HTTPDecompression.swift
[922/943] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[923/944] Compiling NIOHPACK HuffmanTables.swift
[924/944] Compiling NIOHPACK HuffmanCoding.swift
[934/944] Compiling NIOSSL Zeroization.swift
[935/944] Compiling NIOSSL TLSConfiguration.swift
[936/944] Compiling NIOSSL UniversalBootstrapSupport.swift
[937/944] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[942/945] Emitting module NIOHPACK
[947/1009] Compiling NIOHTTP2 MaySendFrames.swift
[948/1009] Compiling NIOHTTP2 SendingDataState.swift
[949/1009] Compiling NIOHTTP2 SendingGoawayState.swift
[950/1009] Compiling NIOHTTP2 SendingHeadersState.swift
[951/1009] Compiling NIOHTTP2 SendingPushPromiseState.swift
[952/1009] Compiling NIOHTTP2 SendingRstStreamState.swift
[953/1009] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[954/1009] Compiling NIOHTTP2 HTTP2SettingsState.swift
[955/1009] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[956/1017] Compiling NIOHTTP2 HasFlowControlWindows.swift
[957/1017] Compiling NIOHTTP2 HasLocalSettings.swift
[958/1017] Compiling NIOHTTP2 HasRemoteSettings.swift
[959/1017] Compiling NIOHTTP2 LocallyQuiescingState.swift
[960/1017] Compiling NIOHTTP2 QuiescingState.swift
[961/1017] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[962/1017] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[963/1017] Compiling NIOHTTP2 StateMachineResult.swift
[964/1017] Compiling NIOHTTP2 ContentLengthVerifier.swift
[965/1017] Emitting module NIOHTTP2
[966/1017] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[967/1017] Compiling NIOHTTP2 StreamChannelFlowController.swift
[968/1017] Compiling NIOHTTP2 StreamChannelList.swift
[969/1017] Compiling NIOHTTP2 StreamMap.swift
[970/1017] Compiling NIOHTTP2 StreamStateMachine.swift
[971/1017] Compiling NIOHTTP2 Timer.swift
[972/1017] Compiling NIOHTTP2 UnsafeTransfer.swift
[973/1017] Compiling NIOHTTP2 WatermarkedFlowController.swift
[974/1017] Compiling NIOHTTP2 ConnectionStateMachine.swift
[975/1017] Compiling NIOHTTP2 ConnectionStreamsState.swift
[976/1017] Compiling NIOHTTP2 MayReceiveFrames.swift
[977/1017] Compiling NIOHTTP2 ReceivingDataState.swift
[978/1017] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[979/1017] Compiling NIOHTTP2 ReceivingHeadersState.swift
[980/1017] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[981/1017] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[982/1017] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[983/1017] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[984/1017] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[985/1017] Compiling NIOHTTP2 HTTP2UserEvents.swift
[986/1017] Compiling NIOHTTP2 InboundEventBuffer.swift
[987/1017] Compiling NIOHTTP2 InboundWindowManager.swift
[988/1017] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[989/1017] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[990/1017] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[991/1017] Compiling NIOHTTP2 HTTP2FrameParser.swift
[992/1017] Compiling NIOHTTP2 HTTP2PingData.swift
[993/1017] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[994/1017] Compiling NIOHTTP2 HTTP2Settings.swift
[995/1017] Compiling NIOHTTP2 HTTP2Stream.swift
[996/1017] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[997/1017] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[998/1017] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[999/1017] Compiling NIOHTTP2 HTTP2StreamID.swift
[1000/1017] Compiling NIOHTTP2 DOSHeuristics.swift
[1001/1017] Compiling NIOHTTP2 Error+Any.swift
[1002/1017] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1003/1017] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1004/1017] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1005/1017] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1006/1017] Compiling NIOHTTP2 GlitchesMonitor.swift
[1007/1017] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1008/1017] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1009/1017] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1010/1017] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1011/1017] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1012/1017] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1013/1017] Compiling NIOHTTP2 HTTP2Error.swift
[1014/1017] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1015/1017] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1016/1017] Compiling NIOHTTP2 HTTP2Frame.swift
[1017/1017] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1019/1082] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1020/1082] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1021/1082] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1022/1082] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1023/1082] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1024/1082] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1025/1082] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1026/1082] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1027/1082] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1028/1090] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1029/1090] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1030/1090] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1031/1090] Compiling AsyncHTTPClient Transaction.swift
[1032/1090] Compiling AsyncHTTPClient Base64.swift
[1033/1090] Compiling AsyncHTTPClient BasicAuth.swift
[1034/1090] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1035/1090] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1036/1090] Compiling AsyncHTTPClient ConnectionPool.swift
[1037/1090] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1038/1090] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1039/1090] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1040/1090] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1041/1090] Compiling AsyncHTTPClient HTTP1Connection.swift
[1042/1090] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1043/1090] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1044/1090] Compiling AsyncHTTPClient HTTP2Connection.swift
[1045/1090] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1046/1090] Compiling AsyncHTTPClient LRUCache.swift
[1047/1090] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1048/1090] Compiling AsyncHTTPClient NWErrorHandler.swift
[1049/1090] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1050/1090] Compiling AsyncHTTPClient TLSConfiguration.swift
[1051/1090] Compiling AsyncHTTPClient RedirectState.swift
[1052/1090] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1053/1090] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1054/1090] Compiling AsyncHTTPClient RequestBag.swift
[1055/1090] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1056/1090] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1057/1090] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1058/1090] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1059/1090] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1060/1090] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1061/1090] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1062/1090] Compiling AsyncHTTPClient RequestBodyLength.swift
[1063/1090] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1064/1090] Compiling AsyncHTTPClient RequestValidation.swift
[1065/1090] Compiling AsyncHTTPClient SSLContextCache.swift
[1066/1090] Compiling AsyncHTTPClient Scheme.swift
[1067/1090] Compiling AsyncHTTPClient Singleton.swift
[1068/1090] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1069/1090] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1070/1090] Compiling AsyncHTTPClient TracingSupport.swift
[1071/1090] Compiling AsyncHTTPClient Utils.swift
[1072/1090] Compiling AsyncHTTPClient RequestOptions.swift
[1073/1090] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1074/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1075/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1076/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1077/1090] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1078/1090] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1079/1090] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1080/1090] Compiling AsyncHTTPClient ConnectionTarget.swift
[1081/1090] Emitting module AsyncHTTPClient
[1082/1090] Compiling AsyncHTTPClient DeconstructedURL.swift
[1083/1090] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1084/1090] Compiling AsyncHTTPClient FoundationExtensions.swift
[1085/1090] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1086/1090] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1087/1090] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1088/1090] Compiling AsyncHTTPClient HTTPClient.swift
[1089/1090] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1090/1090] Compiling AsyncHTTPClient HTTPHandler.swift
[1092/1099] Compiling SalesforceClient SalesforceAuthRoutes.swift
[1093/1100] Compiling SalesforceClient SalesforceAPIRoute.swift
[1094/1100] Compiling SalesforceClient SalesforceClient.swift
/host/spi-builder-workspace/Sources/SalesforceClient/SalesforceClient.swift:84:34: warning: 'fetchAll(accessToken:instanceUrl:)' is deprecated: Use fetchAll(accessToken:instanceUrl:pageNumber:pageSize:) for paginated results.
 82 |     public func authenticateAndFetchMembers(credentials: SalesforceCredentials) async throws -> [Member] {
 83 |         let authResponse = try await auth.authenticate(credentials: credentials)
 84 |         return try await members.fetchAll(
    |                                  `- warning: 'fetchAll(accessToken:instanceUrl:)' is deprecated: Use fetchAll(accessToken:instanceUrl:pageNumber:pageSize:) for paginated results.
 85 |             accessToken: authResponse.accessToken,
 86 |             instanceUrl: authResponse.instanceUrl
/host/spi-builder-workspace/Sources/SalesforceClient/SalesforceClient.swift:98:34: warning: 'fetch(memberId:accessToken:instanceUrl:)' is deprecated: Use fetch(memberId:accessToken:instanceUrl:) with MemberID for automatic validation.
 96 |     public func authenticateAndFetchMember(credentials: SalesforceCredentials, memberId: String) async throws -> Member {
 97 |         let authResponse = try await auth.authenticate(credentials: credentials)
 98 |         return try await members.fetch(
    |                                  `- warning: 'fetch(memberId:accessToken:instanceUrl:)' is deprecated: Use fetch(memberId:accessToken:instanceUrl:) with MemberID for automatic validation.
 99 |             memberId: memberId,
100 |             accessToken: authResponse.accessToken,
[1095/1100] Emitting module SalesforceClient
[1096/1100] Compiling SalesforceClient SalesforceAPIHandler.swift
[1097/1100] Compiling SalesforceClient FileDownloadModels.swift
[1098/1100] Compiling SalesforceClient SalesforceFilesRoutes.swift
[1099/1100] Compiling SalesforceClient SalesforceMemberRoutes.swift
/host/spi-builder-workspace/Sources/SalesforceClient/Routes/SalesforceMemberRoutes.swift:85:16: warning: value 'token' was defined but never used; consider replacing with boolean test
 83 |         }
 84 |         // If nextPageToken is provided, fetch that page
 85 |         if let token = nextPageToken {
    |                `- warning: value 'token' was defined but never used; consider replacing with boolean test
 86 |             let response = try await client.sendRequest(
 87 |                 method: .GET,
/host/spi-builder-workspace/Sources/SalesforceClient/Routes/SalesforceMemberRoutes.swift:97:13: warning: variable 'lastResponse' was written to, but never read
 95 |         var currentToken: String? = nil
 96 |         var currentPage = 1
 97 |         var lastResponse: MemberResponse? = nil
    |             `- warning: variable 'lastResponse' was written to, but never read
 98 |         while currentPage < (pageNumber ?? 1) {
 99 |             let pageQueryParams: [String: String] = {
/host/spi-builder-workspace/Sources/SalesforceClient/Routes/SalesforceMemberRoutes.swift:196:34: warning: 'fetchAll(accessToken:instanceUrl:pageNumber:pageSize:)' is deprecated: Use fetchAll(accessToken:instanceUrl:pageNumber:pageSize:nextPageToken:) for cursor-based pagination.
194 |         -> MemberResponse
195 |     {
196 |         let response = try await fetchAll(accessToken: accessToken, instanceUrl: instanceUrl, pageNumber: pageNumber, pageSize: pageSize)
    |                                  `- warning: 'fetchAll(accessToken:instanceUrl:pageNumber:pageSize:)' is deprecated: Use fetchAll(accessToken:instanceUrl:pageNumber:pageSize:nextPageToken:) for cursor-based pagination.
197 |         let expandedSet = Set(expanded)
198 |         let filteredMembers = response.members.map { $0.withFilteredFields(expanded: expandedSet) }
[1100/1100] Compiling SalesforceClient SalesforceSeekerRoutes.swift
/host/spi-builder-workspace/Sources/SalesforceClient/Routes/SalesforceSeekerRoutes.swift:73:16: warning: value 'token' was defined but never used; consider replacing with boolean test
 71 |         }
 72 |         // If nextPageToken is provided, fetch that page
 73 |         if let token = nextPageToken {
    |                `- warning: value 'token' was defined but never used; consider replacing with boolean test
 74 |             let response = try await client.sendRequest(
 75 |                 method: .GET,
/host/spi-builder-workspace/Sources/SalesforceClient/Routes/SalesforceSeekerRoutes.swift:85:13: warning: variable 'lastResponse' was written to, but never read
 83 |         var currentToken: String? = nil
 84 |         var currentPage = 1
 85 |         var lastResponse: SeekerResponse? = nil
    |             `- warning: variable 'lastResponse' was written to, but never read
 86 |         while currentPage < (pageNumber ?? 1) {
 87 |             let pageQueryParams: [String: String] = {
[1102/1107] Emitting module CongregationKit
[1103/1107] Compiling CongregationKit CongregationKitProtocol.swift
[1104/1107] Compiling CongregationKit SeekersHandler.swift
[1105/1107] Compiling CongregationKit CongregationKit.swift
[1106/1107] Compiling CongregationKit FilesHandler.swift
[1107/1107] Compiling CongregationKit MembersHandler.swift
Build complete! (374.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "CongregationKit",
  "name" : "CongregationKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "CongregationKit",
      "targets" : [
        "CongregationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Congregation",
      "targets" : [
        "Congregation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SalesforceClient",
      "targets" : [
        "SalesforceClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SalesforceClient",
      "module_type" : "SwiftTarget",
      "name" : "SalesforceClient",
      "path" : "Sources/SalesforceClient",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "CongregationKit",
        "SalesforceClient"
      ],
      "sources" : [
        "Handlers/SalesforceAPIHandler.swift",
        "Models/FileDownloadModels.swift",
        "Protocols/SalesforceAPIRoute.swift",
        "Routes/SalesforceAuthRoutes.swift",
        "Routes/SalesforceFilesRoutes.swift",
        "Routes/SalesforceMemberRoutes.swift",
        "Routes/SalesforceSeekerRoutes.swift",
        "SalesforceClient.swift"
      ],
      "target_dependencies" : [
        "Congregation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CongregationKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CongregationKitTests",
      "path" : "Tests/CongregationKitTests",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "FilesHandlerTests.swift",
        "MembersHandlerTests.swift",
        "MembersPhotoParsingTests.swift",
        "SeekersHandlerTests.swift",
        "WeddingAnniversaryTests.swift"
      ],
      "target_dependencies" : [
        "CongregationKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CongregationKit",
      "module_type" : "SwiftTarget",
      "name" : "CongregationKit",
      "path" : "Sources/CongregationKit",
      "product_memberships" : [
        "CongregationKit"
      ],
      "sources" : [
        "CongregationKit.swift",
        "Handlers/FilesHandler.swift",
        "Handlers/MembersHandler.swift",
        "Handlers/SeekersHandler.swift",
        "Protocols/CongregationKitProtocol.swift"
      ],
      "target_dependencies" : [
        "SalesforceClient",
        "Congregation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Congregation",
      "module_type" : "SwiftTarget",
      "name" : "Congregation",
      "path" : "Sources/Congregation",
      "product_memberships" : [
        "CongregationKit",
        "Congregation",
        "SalesforceClient"
      ],
      "sources" : [
        "Auth/Models/SalesforceAuth.swift",
        "Families/Handlers/FamilyHandler.swift",
        "Families/Models/Family.swift",
        "Families/Models/FamilyID.swift",
        "Families/Models/FamilyInfo.swift",
        "Families/Models/FamilyMembership.swift",
        "Families/Models/FamilyResponse.swift",
        "Families/Models/FamilyRole.swift",
        "Families/Models/FamilyTree.swift",
        "Families/Models/MemberRelationship.swift",
        "Families/Models/RelationshipID.swift",
        "Families/Models/RelationshipType.swift",
        "Families/Models/SuggestedRelationship.swift",
        "Families/Protocols/FamilyRepresentable.swift",
        "Families/Protocols/RelationshipQueryable.swift",
        "Families/Utilities/RelationshipBuilder.swift",
        "Members/Models/ContactInformation.swift",
        "Members/Models/DiscipleshipInformation.swift",
        "Members/Models/EmploymentInformation.swift",
        "Members/Models/MartialInformation.swift",
        "Members/Models/Member.swift",
        "Members/Models/MemberData.swift",
        "Members/Models/MemberExpand.swift",
        "Members/Models/MemberResponse.swift",
        "Members/Protocols/ContactInformationRepresentable.swift",
        "Members/Protocols/DiscipleshipInformationRepresentable.swift",
        "Members/Protocols/EmploymentInformationRepresentable.swift",
        "Members/Protocols/MaritalInformationRepresentable.swift",
        "Members/Protocols/MemberDataRepresentable.swift",
        "Members/Protocols/SalesforceFileURLRepresentable.swift",
        "Members/Protocols/SeekerDataRepresentable.swift",
        "RFIDs/Handlers/RFIDHandler.swift",
        "RFIDs/Models/MemberRFID.swift",
        "RFIDs/Models/RFID.swift",
        "RFIDs/Models/RFIDID.swift",
        "RFIDs/Models/RFIDResponse.swift",
        "RFIDs/Models/RFIDStatus.swift",
        "RFIDs/Protocols/RFIDRepresentable.swift",
        "Seekers/Models/Seeker.swift",
        "Seekers/Models/SeekerRequest.swift",
        "Seekers/Models/SeekerResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.