The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CongregationKit, reference main (bb6e44), with Swift 6.1 for macOS (SPM) on 13 Mar 2026 06:45:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tktchurch/CongregationKit.git
https://github.com/tktchurch/CongregationKit.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/452] Write sources
[10/452] Copying PrivacyInfo.xcprivacy
[12/452] Write sources
[32/452] Compiling CNIOWASI CNIOWASI.c
[33/452] Compiling CNIOWindows shim.c
[33/452] Compiling CNIOWindows WSAStartup.c
[35/452] Compiling CNIOOpenBSD shim.c
[35/452] Compiling CNIOLinux shim.c
[37/452] Compiling _NumericsShims _NumericsShims.c
[38/452] Write swift-version-2F0A5646E1D333AE.txt
[39/452] Compiling CNIOLinux liburing_shims.c
[40/452] Compiling CNIOExtrasZlib empty.c
[41/452] Compiling _AtomicsShims.c
[42/452] Compiling CNIOPosix event_loop_id.c
[43/452] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[44/461] Compiling CNIOLLHTTP c_nio_http.c
[45/477] Compiling CNIOLLHTTP c_nio_api.c
[46/534] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/534] Compiling fiat_p256_adx_sqr.S
[48/534] Compiling fiat_p256_adx_mul.S
[49/534] Compiling fiat_curve25519_adx_square.S
[50/534] Compiling fiat_curve25519_adx_mul.S
[51/534] Compiling CNIODarwin shim.c
[52/534] Compiling CNIOBoringSSLShims shims.c
[54/534] Compiling RealModule RealFunctions.swift
[55/535] Compiling RealModule Real.swift
[56/535] Compiling RealModule Float80+Real.swift
[57/535] Compiling ServiceContextModule ServiceContextKey.swift
[58/535] Emitting module ServiceContextModule
[59/535] Compiling ServiceContextModule ServiceContext.swift
[60/535] Emitting module RealModule
[61/535] Compiling Congregation FamilyMembership.swift
[62/535] Compiling Congregation FamilyResponse.swift
[63/535] Compiling RealModule AugmentedArithmetic.swift
[64/535] Compiling RealModule Double+Real.swift
[65/535] Compiling RealModule RelaxedArithmetic.swift
[66/535] Compiling RealModule ElementaryFunctions.swift
[67/535] Compiling RealModule Float+Real.swift
[68/535] Compiling RealModule Float16+Real.swift
[69/535] Compiling Congregation RFIDResponse.swift
[70/535] Compiling Congregation RFIDStatus.swift
[71/536] Emitting module _NIOBase64
[72/536] Compiling _NIOBase64 Base64.swift
[73/536] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/542] Compiling Instrumentation NoOpInstrument.swift
[75/542] Compiling Instrumentation MultiplexInstrument.swift
[76/542] Compiling Congregation SalesforceFileURLRepresentable.swift
[77/542] Compiling Congregation SeekerDataRepresentable.swift
[78/542] Compiling Congregation DiscipleshipInformation.swift
[79/542] Compiling Congregation EmploymentInformation.swift
[80/542] Compiling Congregation MartialInformation.swift
[81/542] Compiling Congregation Member.swift
[82/542] Compiling Congregation FamilyRole.swift
[83/542] Compiling Congregation FamilyTree.swift
[84/542] Compiling Congregation RFID.swift
[85/542] Compiling Congregation RFIDID.swift
[86/542] Compiling Congregation MemberData.swift
[87/542] Compiling Congregation MemberExpand.swift
[90/542] Emitting module InternalCollectionsUtilities
[91/542] Compiling Congregation MemberResponse.swift
[92/542] Compiling Congregation ContactInformationRepresentable.swift
[93/542] Compiling _NIODataStructures _TinyArray.swift
[94/542] Compiling _NIODataStructures PriorityQueue.swift
[95/542] Emitting module _NIODataStructures
[96/542] Compiling _NIODataStructures Heap.swift
[97/542] Compiling Instrumentation InstrumentationSystem.swift
[98/542] Emitting module Instrumentation
[99/542] Compiling Instrumentation Instrument.swift
[100/542] Compiling Instrumentation Locks.swift
[101/542] Compiling Logging MetadataProvider.swift
[102/542] Emitting module Logging
[103/542] Compiling Logging Locks.swift
[104/542] Compiling Logging LogHandler.swift
[105/542] Compiling Logging Logging.swift
[105/557] Compiling tls_method.cc
[106/557] Compiling tls_record.cc
[107/557] Compiling tls13_server.cc
[108/557] Compiling tls13_client.cc
[110/557] Compiling ContainersPreview InputSpan.swift
[111/557] Compiling ContainersPreview Inout.swift
[112/557] Compiling ContainersPreview Box.swift
[113/558] Compiling ContainersPreview Drain.swift
[114/558] Compiling ContainersPreview Producer.swift
[115/558] Compiling ContainersPreview Borrow.swift
[115/558] Compiling tls13_enc.cc
[117/558] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[118/558] Compiling ContainersPreview BorrowingSequence.swift
[119/558] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[120/558] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[121/558] Compiling ContainersPreview Container.swift
[122/558] Compiling ContainersPreview ContainerAlgorithms.swift
[123/558] Emitting module ContainersPreview
[124/558] Compiling ContainersPreview OutputSpan+Extras.swift
[125/558] Compiling ContainersPreview TemporaryAllocation.swift
[126/566] Compiling ContainersPreview Shared.swift
[127/566] Compiling Tracing TracingTime.swift
[127/566] Compiling tls13_both.cc
[129/566] Compiling Tracing TracerProtocol.swift
[130/566] Compiling Tracing TracerProtocol+Legacy.swift
[130/566] Compiling t1_enc.cc
[132/566] Compiling Tracing Tracer.swift
[133/566] Compiling Tracing NoOpTracer.swift
[134/566] Compiling Tracing InstrumentationSystem+Tracing.swift
[135/566] Emitting module Tracing
[136/566] Compiling Tracing SpanProtocol.swift
[137/607] Compiling DequeModule UniqueDeque+Insertions.swift
[138/607] Compiling DequeModule UniqueDeque+Prepend.swift
[139/607] Compiling DequeModule UniqueDeque+Removals.swift
[140/607] Compiling DequeModule UniqueDeque+Replacements.swift
[141/611] Compiling DequeModule UniqueDeque+Equatable.swift
[142/611] Compiling DequeModule UniqueDeque+Experimental.swift
[143/611] Compiling DequeModule UniqueDeque+Hashable.swift
[144/611] Compiling DequeModule UniqueDeque+Initializers.swift
[145/611] Compiling DequeModule RigidDeque+Hashable.swift
[146/611] Compiling DequeModule RigidDeque+Initializers.swift
[147/611] Compiling DequeModule RigidDeque+Insertions.swift
[148/611] Compiling DequeModule RigidDeque+Prepend.swift
[149/611] Compiling DequeModule UniqueDeque+Append.swift
[150/611] Compiling DequeModule UniqueDeque+Consumption.swift
[151/611] Compiling DequeModule UniqueDeque+Container.swift
[152/611] Compiling DequeModule UniqueDeque+Descriptions.swift
[152/611] Compiling ssl_stat.cc
[153/611] Compiling ssl_versions.cc
[154/611] Compiling ssl_transcript.cc
[155/611] Compiling ssl_privkey.cc
[156/611] Compiling ssl_x509.cc
[157/611] Compiling ssl_session.cc
[159/611] Compiling DequeModule RigidDeque+Consumption.swift
[160/611] Compiling DequeModule RigidDeque+Container.swift
[161/611] Compiling DequeModule RigidDeque+Descriptions.swift
[162/611] Compiling DequeModule RigidDeque+Equatable.swift
[163/611] Compiling DequeModule RigidDeque+Experimental.swift
[164/611] Compiling DequeModule RigidDeque+Removals.swift
[165/611] Compiling DequeModule RigidDeque+Replacements.swift
[166/611] Compiling DequeModule RigidDeque+Testing.swift
[167/611] Compiling DequeModule RigidDeque.swift
[168/611] Compiling DequeModule Deque._UnsafeHandle.swift
[169/611] Compiling DequeModule Deque.swift
[170/611] Compiling DequeModule _DequeBuffer.swift
[171/611] Compiling DequeModule _DequeBufferHeader.swift
[172/611] Compiling DequeModule RigidDeque+Append.swift
[173/611] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[174/611] Compiling DequeModule Deque+Extras.swift
[175/611] Compiling DequeModule Deque+Hashable.swift
[176/611] Compiling DequeModule Deque+Testing.swift
[177/611] Compiling DequeModule Deque._Storage.swift
[178/611] Compiling DequeModule Deque+Codable.swift
[179/611] Compiling DequeModule Deque+Collection.swift
[180/611] Compiling DequeModule Deque+CustomReflectable.swift
[181/611] Compiling DequeModule Deque+Descriptions.swift
[182/611] Compiling DequeModule Deque+Equatable.swift
[182/611] Compiling ssl_key_share.cc
[183/611] Compiling ssl_file.cc
[184/611] Compiling ssl_lib.cc
[185/611] Compiling ssl_cipher.cc
[186/611] Compiling ssl_buffer.cc
[187/611] Compiling ssl_credential.cc
[188/611] Compiling ssl_asn1.cc
[189/611] Compiling ssl_cert.cc
[191/611] Compiling DequeModule UniqueDeque.swift
[192/611] Compiling DequeModule _DequeSlot.swift
[193/611] Compiling DequeModule _UnsafeDequeHandle.swift
[194/611] Compiling DequeModule _UnsafeDequeSegments.swift
[195/611] Emitting module DequeModule
[196/611] Emitting module Congregation
[196/615] Compiling ssl_aead_ctx.cc
[197/615] Compiling s3_lib.cc
[198/615] Compiling s3_pkt.cc
[199/615] Compiling s3_both.cc
[200/615] Compiling handshake_server.cc
[201/615] Compiling handshake_client.cc
[202/615] Compiling handshake.cc
[203/615] Compiling handoff.cc
[204/615] Compiling extensions.cc
[205/615] Compiling md5-x86_64-linux.S
[206/615] Compiling md5-x86_64-apple.S
[207/615] Compiling md5-586-linux.S
[208/615] Compiling md5-586-apple.S
[209/615] Compiling encrypted_client_hello.cc
[223/615] Compiling chacha20_poly1305_x86_64-linux.S
[240/615] Compiling d1_srtp.cc
[241/615] Compiling chacha20_poly1305_x86_64-apple.S
[242/615] Compiling bio_ssl.cc
[243/615] Compiling dtls_method.cc
[244/615] Compiling dtls_record.cc
[245/615] Compiling chacha20_poly1305_armv8-win.S
[247/615] Compiling Congregation RFIDRepresentable.swift
[248/615] Compiling Congregation Seeker.swift
[249/615] Compiling Congregation SeekerRequest.swift
[250/615] Compiling Congregation SeekerResponse.swift
[250/615] Compiling chacha20_poly1305_armv8-linux.S
[251/615] Compiling chacha-x86_64-linux.S
[252/615] Compiling chacha-x86_64-apple.S
[253/615] Compiling chacha-x86-linux.S
[254/615] Compiling chacha20_poly1305_armv8-apple.S
[255/615] Compiling chacha-x86-apple.S
[256/615] Compiling chacha-armv8-win.S
[257/615] Compiling d1_pkt.cc
[257/615] Compiling chacha-armv8-linux.S
[259/615] Compiling chacha-armv4-linux.S
[260/615] Compiling aes128gcmsiv-x86_64-linux.S
[261/615] Compiling chacha-armv8-apple.S
[262/615] Compiling d1_lib.cc
[263/615] Compiling aes128gcmsiv-x86_64-apple.S
[264/615] Compiling err_data.cc
[265/615] Compiling x86_64-mont5-linux.S
[266/615] Compiling x86_64-mont5-apple.S
[267/615] Compiling x86_64-mont-linux.S
[268/615] Compiling x86_64-mont-apple.S
[269/615] Compiling x86-mont-linux.S
[270/615] Compiling x86-mont-apple.S
[271/615] Compiling vpaes-x86_64-linux.S
[272/615] Compiling vpaes-x86-linux.S
[272/615] Compiling vpaes-x86-apple.S
[274/615] Compiling vpaes-x86_64-apple.S
[275/615] Compiling vpaes-armv8-win.S
[276/615] Compiling vpaes-armv8-linux.S
[277/615] Compiling d1_both.cc
[286/615] Compiling vpaes-armv8-apple.S
[287/615] Compiling vpaes-armv7-linux.S
[288/615] Compiling sha512-x86_64-linux.S
[289/615] Compiling sha512-x86_64-apple.S
[290/615] Compiling sha512-armv8-linux.S
[291/615] Compiling sha512-armv8-win.S
[292/615] Compiling sha512-armv8-apple.S
[293/615] Compiling sha512-586-linux.S
[294/615] Compiling sha512-armv4-linux.S
[295/615] Compiling sha512-586-apple.S
[296/615] Compiling sha256-x86_64-linux.S
[297/615] Compiling sha256-x86_64-apple.S
[298/615] Compiling sha256-armv8-win.S
[299/615] Compiling sha256-armv8-linux.S
[300/615] Compiling sha256-armv4-linux.S
[301/615] Compiling sha256-armv8-apple.S
[302/615] Compiling sha1-x86_64-linux.S
[303/615] Compiling sha256-586-linux.S
[304/615] Compiling sha256-586-apple.S
[305/615] Compiling sha1-armv8-win.S
[305/615] Compiling sha1-x86_64-apple.S
[307/615] Compiling sha1-armv8-linux.S
[308/615] Compiling sha1-armv8-apple.S
[309/615] Compiling sha1-armv4-large-linux.S
[310/615] Compiling sha1-586-linux.S
[311/615] Compiling sha1-586-apple.S
[312/615] Compiling rsaz-avx2-linux.S
[313/615] Compiling rdrand-x86_64-linux.S
[314/615] Compiling rsaz-avx2-apple.S
[315/615] Compiling p256_beeu-x86_64-asm-linux.S
[315/615] Compiling rdrand-x86_64-apple.S
[317/615] Compiling p256_beeu-x86_64-asm-apple.S
[318/615] Compiling p256_beeu-armv8-asm-win.S
[319/615] Compiling p256_beeu-armv8-asm-linux.S
[320/615] Compiling p256-x86_64-asm-linux.S
[321/615] Compiling p256_beeu-armv8-asm-apple.S
[322/615] Compiling p256-armv8-asm-linux.S
[323/615] Compiling p256-armv8-asm-win.S
[324/615] Compiling p256-x86_64-asm-apple.S
[325/615] Compiling ghashv8-armv8-win.S
[326/615] Compiling p256-armv8-asm-apple.S
[327/615] Compiling ghashv8-armv8-linux.S
[328/615] Compiling ghashv8-armv7-linux.S
[329/615] Compiling ghash-x86_64-linux.S
[330/615] Compiling ghash-x86_64-apple.S
[330/615] Compiling ghashv8-armv8-apple.S
[332/615] Compiling ghash-x86-apple.S
[333/615] Compiling ghash-x86-linux.S
[334/615] Compiling ghash-ssse3-x86_64-linux.S
[335/615] Compiling ghash-ssse3-x86-linux.S
[336/615] Compiling ghash-ssse3-x86_64-apple.S
[337/615] Compiling ghash-ssse3-x86-apple.S
[338/615] Compiling ghash-neon-armv8-win.S
[339/615] Compiling ghash-neon-armv8-linux.S
[339/615] Compiling ghash-neon-armv8-apple.S
[341/615] Compiling ghash-armv4-linux.S
[342/615] Compiling bsaes-armv7-linux.S
[343/615] Compiling co-586-linux.S
[344/615] Compiling co-586-apple.S
[345/615] Compiling bn-armv8-linux.S
[346/615] Compiling bn-armv8-apple.S
[347/615] Compiling bn-armv8-win.S
[348/615] Compiling armv8-mont-win.S
[349/615] Compiling bn-586-linux.S
[350/615] Compiling bn-586-apple.S
[350/615] Compiling armv8-mont-linux.S
[352/615] Compiling armv4-mont-linux.S
[353/615] Compiling aesv8-gcm-armv8-win.S
[354/615] Compiling armv8-mont-apple.S
[355/615] Compiling aesv8-armv8-win.S
[356/615] Compiling aesv8-gcm-armv8-linux.S
[357/615] Compiling aesv8-gcm-armv8-apple.S
[358/615] Compiling aesv8-armv8-linux.S
[359/615] Compiling aesv8-armv7-linux.S
[359/615] Compiling aesni-x86_64-linux.S
[361/615] Compiling aesv8-armv8-apple.S
[362/615] Compiling aesni-x86-linux.S
[363/615] Compiling aesni-x86-apple.S
[363/615] Compiling aesni-x86_64-apple.S
[365/615] Compiling aesni-gcm-x86_64-linux.S
[366/615] Compiling aesni-gcm-x86_64-apple.S
[367/615] Compiling aes-gcm-avx2-x86_64-linux.S
[368/615] Compiling aes-gcm-avx10-x86_64-apple.S
[369/615] Compiling aes-gcm-avx2-x86_64-apple.S
[369/615] Compiling aes-gcm-avx10-x86_64-linux.S
[371/615] Compiling x_val.cc
[372/615] Compiling x_x509a.cc
[373/615] Compiling x_spki.cc
[374/615] Compiling x_req.cc
[374/615] Compiling x_sig.cc
[376/615] Compiling x_x509.cc
[377/615] Compiling x_pubkey.cc
[378/615] Compiling x_name.cc
[379/615] Compiling x_exten.cc
[380/615] Compiling x_crl.cc
[381/615] Compiling x_algor.cc
[382/615] Compiling x_attrib.cc
[383/615] Compiling x509spki.cc
[384/615] Compiling x509rset.cc
[385/615] Compiling x_all.cc
[386/615] Compiling x509name.cc
[387/615] Compiling x509cset.cc
[388/615] Compiling x509_v3.cc
[389/615] Compiling x509_vpm.cc
[390/615] Compiling x509_vfy.cc
[391/615] Compiling x509_txt.cc
[392/615] Compiling x509_trs.cc
[393/615] Compiling x509_set.cc
[394/615] Compiling x509_def.cc
[395/615] Compiling x509_obj.cc
[396/615] Compiling x509_req.cc
[397/615] Compiling x509_ext.cc
[398/615] Compiling x509_lu.cc
[399/615] Compiling x509_d2.cc
[400/615] Compiling x509_cmp.cc
[401/615] Compiling x509.cc
[402/615] Compiling x509_att.cc
[403/615] Compiling v3_utl.cc
[404/615] Compiling v3_skey.cc
[405/615] Compiling v3_prn.cc
[406/615] Compiling v3_pcons.cc
[407/615] Compiling v3_ocsp.cc
[407/615] Compiling v3_pmaps.cc
[407/615] Compiling v3_purp.cc
[410/615] Compiling v3_ncons.cc
[411/615] Compiling v3_int.cc
[412/615] Compiling v3_lib.cc
[413/615] Compiling v3_ia5.cc
[414/615] Compiling v3_info.cc
[415/615] Compiling v3_genn.cc
[416/615] Compiling v3_enum.cc
[417/615] Compiling v3_extku.cc
[418/615] Compiling v3_cpols.cc
[419/615] Compiling v3_conf.cc
[420/615] Compiling v3_crld.cc
[421/615] Compiling v3_bitst.cc
[422/615] Compiling v3_bcons.cc
[423/615] Compiling v3_akey.cc
[424/615] Compiling v3_alt.cc
[425/615] Compiling v3_akeya.cc
[426/615] Compiling t_x509a.cc
[427/615] Compiling t_crl.cc
[428/615] Compiling t_req.cc
[429/615] Compiling t_x509.cc
[430/615] Compiling rsa_pss.cc
[431/615] Compiling i2d_pr.cc
[432/615] Compiling policy.cc
[433/615] Compiling name_print.cc
[434/615] Compiling asn1_gen.cc
[435/615] Compiling by_dir.cc
[436/615] Compiling a_verify.cc
[437/615] Compiling algorithm.cc
[438/615] Compiling by_file.cc
[439/615] Compiling a_digest.cc
[440/615] Compiling a_sign.cc
[441/615] Compiling voprf.cc
[442/615] Compiling thread_win.cc
[443/615] Compiling thread.cc
[444/615] Compiling thread_none.cc
[445/615] Compiling thread_pthread.cc
[446/615] Compiling stack.cc
[447/615] Compiling trust_token.cc
[448/615] Compiling pmbtoken.cc
[449/615] Compiling slhdsa.cc
[450/615] Compiling spake2plus.cc
[451/615] Compiling siphash.cc
[452/615] Compiling sha512.cc
[453/615] Compiling sha256.cc
[454/615] Compiling sha1.cc
[455/615] Compiling rsa_print.cc
[456/615] Compiling rsa_extra.cc
[457/615] Compiling rsa_crypt.cc
[458/615] Compiling refcount.cc
[459/615] Compiling rc4.cc
[460/615] Compiling rsa_asn1.cc
[461/615] Compiling windows.cc
[462/615] Compiling urandom.cc
[463/615] Compiling trusty.cc
[464/615] Compiling rand.cc
[465/615] Compiling ios.cc
[466/615] Compiling passive.cc
[467/615] Compiling poly1305_arm_asm.S
[468/615] Compiling getentropy.cc
[469/615] Compiling forkunsafe.cc
[470/615] Compiling fork_detect.cc
[471/615] Compiling deterministic.cc
[472/615] Compiling poly1305_vec.cc
[473/615] Compiling poly1305_arm.cc
[474/615] Compiling poly1305.cc
[475/615] Compiling pool.cc
[476/615] Compiling pkcs8.cc
[477/615] Compiling pkcs7.cc
[478/615] Compiling pkcs8_x509.cc
[479/615] Compiling p5_pbev2.cc
[480/615] Compiling pkcs7_x509.cc
[481/615] Compiling pem_xaux.cc
[482/615] Compiling pem_x509.cc
[483/615] Compiling pem_pkey.cc
[484/615] Compiling pem_pk8.cc
[485/615] Compiling pem_oth.cc
[486/615] Compiling mlkem.cc
[487/615] Compiling obj_xref.cc
[488/615] Compiling pem_info.cc
[489/615] Compiling mldsa.cc
[490/615] Compiling pem_lib.cc
[491/615] Compiling obj.cc
[492/615] Compiling poly_rq_mul.S
[493/615] Compiling pem_all.cc
[494/615] Compiling mem.cc
[495/615] Compiling fips_shared_support.cc
[496/615] Compiling md5.cc
[497/615] Compiling md4.cc
[498/615] Compiling lhash.cc
[499/615] Compiling kyber.cc
[500/615] Compiling ex_data.cc
[501/615] Compiling sign.cc
[502/615] Compiling scrypt.cc
[503/615] Compiling pbkdf.cc
[504/615] Compiling print.cc
[505/615] Compiling hpke.cc
[506/615] Compiling hrss.cc
[507/615] Compiling p_x25519_asn1.cc
[508/615] Compiling p_x25519.cc
[509/615] Compiling p_ed25519.cc
[510/615] Compiling p_rsa_asn1.cc
[511/615] Compiling p_ec.cc
[512/615] Compiling p_rsa.cc
[513/615] Compiling p_hkdf.cc
[514/615] Compiling p_ed25519_asn1.cc
[515/615] Compiling p_ec_asn1.cc
[516/615] Compiling p_dh_asn1.cc
[517/615] Compiling p_dh.cc
[518/615] Compiling p_dsa_asn1.cc
[519/615] Compiling evp_ctx.cc
[520/615] Compiling engine.cc
[521/615] Compiling err.cc
[522/615] Compiling evp.cc
[523/615] Compiling evp_asn1.cc
[524/615] Compiling ecdsa_asn1.cc
[525/615] Compiling ecdh.cc
[526/615] Compiling ec_derive.cc
[527/615] Compiling hash_to_curve.cc
[528/615] Compiling dsa.cc
[529/615] Compiling ec_asn1.cc
[530/615] Compiling bcm.cc
[531/615] Compiling dsa_asn1.cc
[532/615] Compiling params.cc
[533/615] Compiling x25519-asm-arm.S
[534/615] Compiling digest_extra.cc
[535/615] Compiling des.cc
[536/615] Compiling dh_asn1.cc
[537/615] Compiling curve25519_64_adx.cc
[538/615] Compiling spake25519.cc
[539/615] Compiling cpu_intel.cc
[540/615] Compiling crypto.cc
[541/615] Compiling cpu_arm_freebsd.cc
[542/615] Compiling cpu_arm_linux.cc
[543/615] Compiling cpu_aarch64_win.cc
[544/615] Compiling curve25519.cc
[545/615] Compiling cpu_aarch64_sysreg.cc
[546/615] Compiling cpu_aarch64_openbsd.cc
[547/615] Compiling cpu_aarch64_linux.cc
[548/615] Compiling cpu_aarch64_fuchsia.cc
[549/615] Compiling cpu_aarch64_apple.cc
[550/615] Compiling get_cipher.cc
[551/615] Compiling tls_cbc.cc
[552/615] Compiling e_tls.cc
[553/615] Compiling conf.cc
[554/615] Compiling e_rc4.cc
[555/615] Compiling e_rc2.cc
[556/615] Compiling e_null.cc
[557/615] Compiling e_des.cc
[558/615] Compiling e_chacha20poly1305.cc
[559/615] Compiling e_aesgcmsiv.cc
[560/615] Compiling derive_key.cc
[561/615] Compiling e_aesctrhmac.cc
[562/615] Compiling chacha.cc
[563/615] Compiling unicode.cc
[564/615] Compiling cbs.cc
[565/615] Compiling cbb.cc
[566/615] Compiling ber.cc
[567/615] Compiling asn1_compat.cc
[568/615] Compiling buf.cc
[569/615] Compiling blake2.cc
[570/615] Compiling socket_helper.cc
[571/615] Compiling bn_asn1.cc
[572/615] Compiling convert.cc
[573/615] Compiling socket.cc
[574/615] Compiling printf.cc
[575/615] Compiling hexdump.cc
[576/615] Compiling pair.cc
[577/615] Compiling file.cc
[578/615] Compiling fd.cc
[579/615] Compiling errno.cc
[580/615] Compiling connect.cc
[581/615] Compiling base64.cc
[582/615] Compiling bio_mem.cc
[583/615] Compiling bio.cc
[584/615] Compiling tasn_typ.cc
[585/615] Compiling tasn_fre.cc
[586/615] Compiling tasn_utl.cc
[587/615] Compiling tasn_enc.cc
[588/615] Compiling tasn_new.cc
[589/615] Compiling posix_time.cc
[590/615] Compiling f_int.cc
[590/615] Compiling f_string.cc
[592/615] Compiling tasn_dec.cc
[593/615] Compiling asn_pack.cc
[594/615] Compiling asn1_par.cc
[595/615] Compiling asn1_lib.cc
[596/615] Compiling a_utctm.cc
[597/615] Compiling a_type.cc
[598/615] Compiling a_octet.cc
[599/615] Compiling a_time.cc
[600/615] Compiling a_strnid.cc
[601/615] Compiling a_strex.cc
[602/615] Compiling a_mbstr.cc
[603/615] Compiling a_object.cc
[604/615] Write sources
[606/615] Compiling a_int.cc
[607/615] Compiling a_i2d_fp.cc
[608/615] Compiling a_dup.cc
[609/623] Compiling a_d2i_fp.cc
[610/634] Compiling a_gentm.cc
[611/634] Compiling a_bool.cc
[612/634] Compiling a_bitstr.cc
[614/660] Compiling Algorithms AdjacentPairs.swift
[615/660] Compiling Algorithms Chain.swift
[616/660] Compiling Algorithms Chunked.swift
[617/660] Compiling Algorithms Split.swift
[618/660] Compiling Algorithms Cycle.swift
[619/660] Compiling Algorithms Grouped.swift
[620/661] Compiling Atomics Unmanaged extensions.swift
[621/661] Compiling Algorithms Combinations.swift
[622/661] Compiling Algorithms Compacted.swift
[623/661] Compiling Algorithms Permutations.swift
[624/661] Compiling Algorithms Product.swift
[625/661] Compiling Algorithms FirstNonNil.swift
[626/661] Compiling Algorithms FlattenCollection.swift
[627/661] Compiling Algorithms Suffix.swift
[628/661] Compiling Algorithms Trim.swift
[629/661] Compiling Algorithms EitherSequence.swift
[632/661] Compiling Algorithms RandomSample.swift
[633/661] Compiling Algorithms Reductions.swift
[634/661] Compiling Algorithms Rotate.swift
[636/663] Compiling Algorithms Indexed.swift
[637/663] Compiling Algorithms Intersperse.swift
[639/663] Compiling Algorithms Stride.swift
[640/663] Compiling Algorithms Partition.swift
[643/663] Compiling Algorithms MinMax.swift
[647/663] Compiling Algorithms Unique.swift
[648/663] Compiling Algorithms Windows.swift
[649/663] Compiling Algorithms Joined.swift
[650/663] Compiling Algorithms Keyed.swift
[660/663] Emitting module Atomics
[660/663] Compiling c-nioatomics.c
[662/663] Emitting module Algorithms
[662/663] Compiling c-atomics.c
[664/670] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[665/670] Emitting module NIOConcurrencyHelpers
[666/670] Compiling NIOConcurrencyHelpers NIOLock.swift
[667/670] Compiling NIOConcurrencyHelpers atomics.swift
[668/670] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[669/670] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[670/670] Compiling NIOConcurrencyHelpers lock.swift
[671/735] Compiling NIOCore MarkedCircularBuffer.swift
[672/735] Compiling NIOCore MulticastChannel.swift
[673/735] Compiling NIOCore NIOAny.swift
[674/735] Compiling NIOCore NIOCloseOnErrorHandler.swift
[675/735] Compiling NIOCore NIOCoreSendableMetatype.swift
[676/735] Compiling NIOCore NIODecodedAsyncSequence.swift
[677/735] Compiling NIOCore NIOLoopBound.swift
[678/742] Compiling NIOCore IO.swift
[679/742] Compiling NIOCore IOData.swift
[680/742] Compiling NIOCore IPProtocol.swift
[681/742] Compiling NIOCore IntegerBitPacking.swift
[682/742] Compiling NIOCore IntegerTypes.swift
[683/742] Compiling NIOCore Interfaces.swift
[684/742] Compiling NIOCore Linux.swift
[685/742] Compiling NIOCore AddressedEnvelope.swift
[686/742] Compiling NIOCore AsyncAwaitSupport.swift
[687/742] Compiling NIOCore AsyncChannel.swift
[688/742] Compiling NIOCore AsyncChannelHandler.swift
[689/742] Compiling NIOCore AsyncChannelInboundStream.swift
[690/742] Compiling NIOCore AsyncChannelOutboundWriter.swift
[691/742] Compiling NIOCore NIOAsyncSequenceProducer.swift
[692/742] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[693/742] Compiling NIOCore EventLoopFuture+Deprecated.swift
[694/742] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[695/742] Compiling NIOCore EventLoopFuture.swift
[696/742] Compiling NIOCore FileDescriptor.swift
[697/742] Compiling NIOCore FileHandle.swift
[698/742] Compiling NIOCore FileRegion.swift
[699/742] Compiling NIOCore GlobalSingletons.swift
[700/742] Compiling NIOCore SocketAddresses.swift
[701/742] Compiling NIOCore SocketOptionProvider.swift
[702/742] Compiling NIOCore SystemCallHelpers.swift
[703/742] Compiling NIOCore TimeAmount+Duration.swift
[704/742] Compiling NIOCore TypeAssistedChannelHandler.swift
[705/742] Compiling NIOCore UniversalBootstrapSupport.swift
[706/742] Compiling NIOCore Utilities.swift
[707/742] Compiling NIOCore ConvenienceOptionSupport.swift
[708/742] Compiling NIOCore DeadChannel.swift
[709/742] Compiling NIOCore DispatchQueue+WithFuture.swift
[710/742] Compiling NIOCore EventLoop+Deprecated.swift
[711/742] Compiling NIOCore EventLoop+SerialExecutor.swift
[712/742] Compiling NIOCore EventLoop.swift
[713/742] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[714/742] Compiling NIOCore ChannelHandler.swift
[715/742] Compiling NIOCore ChannelHandlers.swift
[716/742] Compiling NIOCore ChannelInvoker.swift
[717/742] Compiling NIOCore ChannelOption.swift
[718/742] Compiling NIOCore ChannelPipeline.swift
[719/742] Compiling NIOCore CircularBuffer.swift
[720/742] Compiling NIOCore Codec.swift
[721/742] Compiling NIOCore NIOAsyncWriter.swift
[722/742] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[723/742] Compiling NIOCore BSDSocketAPI.swift
[724/742] Compiling NIOCore ByteBuffer-aux.swift
[725/742] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[726/742] Compiling NIOCore ByteBuffer-conversions.swift
[727/742] Compiling NIOCore ByteBuffer-core.swift
[728/742] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[729/742] Compiling NIOCore NIOScheduledCallback.swift
[730/742] Compiling NIOCore NIOSendable.swift
[731/742] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[732/742] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[733/742] Compiling NIOCore RecvByteBufferAllocator.swift
[734/742] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[735/742] Compiling NIOCore ByteBuffer-hex.swift
[736/742] Compiling NIOCore ByteBuffer-int.swift
[737/742] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[738/742] Compiling NIOCore ByteBuffer-multi-int.swift
[739/742] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[740/742] Compiling NIOCore ByteBuffer-views.swift
[741/742] Compiling NIOCore Channel.swift
[742/742] Emitting module NIOCore
[743/798] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[744/798] Compiling NIOEmbedded AsyncTestingChannel.swift
[745/798] Emitting module NIOEmbedded
[746/798] Compiling NIOEmbedded Embedded.swift
[747/798] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[748/798] Compiling NIOPosix PosixSingletons.swift
[749/798] Compiling NIOPosix RawSocketBootstrap.swift
[750/798] Compiling NIOPosix Resolver.swift
[751/798] Compiling NIOPosix Selectable.swift
[752/798] Compiling NIOPosix SelectableChannel.swift
[753/803] Compiling NIOPosix FileDescriptor.swift
[754/803] Compiling NIOPosix GetaddrinfoResolver.swift
[755/803] Compiling NIOPosix HappyEyeballs.swift
[756/803] Compiling NIOPosix IO.swift
[757/803] Compiling NIOPosix IntegerBitPacking.swift
[758/803] Compiling NIOPosix IntegerTypes.swift
[759/803] Compiling NIOPosix Utilities.swift
[760/803] Compiling NIOPosix VsockAddress.swift
[761/803] Compiling NIOPosix VsockChannelEvents.swift
[762/803] Compiling NIOPosix Windows.swift
[763/803] Compiling NIOPosix resource_bundle_accessor.swift
[764/803] Compiling NIOPosix Linux.swift
[765/803] Compiling NIOPosix LinuxCPUSet.swift
[766/803] Compiling NIOPosix LinuxUring.swift
[767/803] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[768/803] Compiling NIOPosix NIOPosixSendableMetatype.swift
[769/803] Compiling NIOPosix NIOThreadPool.swift
[770/803] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[771/803] Compiling NIOPosix System.swift
[772/803] Compiling NIOPosix Thread.swift
[773/803] Compiling NIOPosix ThreadPosix.swift
[774/803] Compiling NIOPosix ThreadWindows.swift
[775/803] Compiling NIOPosix SelectorWSAPoll.swift
[776/803] Compiling NIOPosix ServerSocket.swift
[777/803] Compiling NIOPosix Socket.swift
[778/803] Compiling NIOPosix SocketChannel.swift
[779/803] Compiling NIOPosix SocketProtocols.swift
[780/803] Compiling NIOPosix BSDSocketAPICommon.swift
[781/803] Compiling NIOPosix BSDSocketAPIPosix.swift
[782/803] Compiling NIOPosix BSDSocketAPIWindows.swift
[783/803] Compiling NIOPosix BaseSocket.swift
[784/803] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[785/803] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[786/803] Emitting module NIOPosix
[787/803] Compiling NIOPosix SelectableEventLoop.swift
[788/803] Compiling NIOPosix SelectorEpoll.swift
[789/803] Compiling NIOPosix SelectorGeneric.swift
[790/803] Compiling NIOPosix SelectorKqueue.swift
[791/803] Compiling NIOPosix SelectorUring.swift
[792/803] Compiling NIOPosix NonBlockingFileIO.swift
[793/803] Compiling NIOPosix PendingDatagramWritesManager.swift
[794/803] Compiling NIOPosix PendingWritesManager.swift
[795/803] Compiling NIOPosix PipeChannel.swift
[796/803] Compiling NIOPosix PipePair.swift
[797/803] Compiling NIOPosix Pool.swift
[798/803] Compiling NIOPosix BaseSocketChannel.swift
[799/803] Compiling NIOPosix BaseStreamSocketChannel.swift
[800/803] Compiling NIOPosix Bootstrap.swift
[801/803] Compiling NIOPosix ControlMessage.swift
[802/803] Compiling NIOPosix DatagramVectorReadManager.swift
[803/803] Compiling NIOPosix Errors+Any.swift
[804/805] Emitting module NIO
[805/805] Compiling NIO Exports.swift
[806/845] Compiling NIOTLS TLSEvents.swift
[807/845] Compiling NIOSOCKS SOCKSResponse.swift
[808/845] Compiling NIOSOCKS Helpers.swift
[809/846] Compiling NIOSOCKS Errors.swift
[810/846] Compiling NIOSOCKS ClientStateMachine.swift
[811/846] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[812/846] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[813/846] Compiling NIOSOCKS AuthenticationMethod.swift
[814/846] Compiling NIOSOCKS ClientGreeting.swift
[815/846] Compiling NIOSOCKS SOCKSRequest.swift
[816/846] Compiling NIOSOCKS Messages.swift
[817/846] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[818/846] Emitting module NIOTLS
[819/846] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[820/846] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[821/846] Compiling NIOTLS SNIHandler.swift
[822/846] Emitting module NIOSOCKS
[823/846] Compiling NIOSOCKS SOCKSClientHandler.swift
[824/846] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[825/846] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[826/846] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[827/847] Compiling NIOSOCKS ServerStateMachine.swift
[828/847] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[829/847] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[830/847] Emitting module NIOFoundationCompat
[831/847] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[832/847] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[833/847] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[834/847] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[835/847] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[836/847] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[837/847] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[840/900] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[841/900] Emitting module NIOHTTP1
[842/900] Compiling NIOTransportServices AcceptHandler.swift
[843/900] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[844/900] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[845/900] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[846/900] Compiling NIOTransportServices NIOTSErrors.swift
[847/900] Compiling NIOTransportServices NIOTSBootstraps.swift
[848/918] Emitting module NIOTransportServices
[849/920] Compiling NIOHPACK IntegerCoding.swift
[850/921] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[851/921] Compiling NIOHPACK IndexedHeaderTable.swift
[852/921] Compiling NIOHPACK HuffmanTables.swift
[853/921] Compiling NIOHPACK HuffmanCoding.swift
[854/921] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[855/921] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[856/921] Emitting module NIOHTTPCompression
[857/921] Compiling NIOHTTPCompression HTTPDecompression.swift
[858/921] Compiling NIOHTTPCompression HTTPCompression.swift
[859/921] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[860/921] Compiling NIOHPACK StaticHeaderTable.swift
[861/921] Compiling NIOTransportServices NIOTSSingletons.swift
[862/921] Compiling NIOTransportServices NIOTSEventLoop.swift
[863/921] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[864/924] Compiling NIOHPACK HeaderTables.swift
[865/924] Compiling NIOHPACK HPACKEncoder.swift
[866/924] Compiling NIOHPACK HPACKErrors.swift
[867/924] Emitting module NIOHPACK
[868/924] Compiling NIOHPACK HPACKHeader.swift
[869/924] Compiling NIOHPACK DynamicHeaderTable.swift
[870/924] Compiling NIOHPACK HPACKDecoder.swift
[871/924] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[872/924] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[873/924] Emitting module NIOSSL
[876/924] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[877/924] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[881/924] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[882/924] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[883/924] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[884/924] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[885/924] Compiling NIOTransportServices StateManagedChannel.swift
[886/924] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[887/924] Compiling NIOTransportServices NIOTSListenerChannel.swift
[891/924] Compiling NIOTransportServices NIOTSChannelOptions.swift
[892/924] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[893/945] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[894/945] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[895/945] Compiling NIOHTTP2 HTTP2StreamID.swift
[896/988] Compiling NIOHTTP2 ReceivingDataState.swift
[897/988] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[898/988] Compiling NIOHTTP2 ReceivingHeadersState.swift
[899/988] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[900/988] Compiling NIOHTTP2 HTTP2UserEvents.swift
[901/988] Compiling NIOHTTP2 InboundEventBuffer.swift
[902/988] Compiling NIOHTTP2 HTTP2SettingsState.swift
[903/988] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[904/988] Compiling NIOHTTP2 HasFlowControlWindows.swift
[905/988] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[906/988] Compiling NIOHTTP2 HTTP2Stream.swift
[907/988] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[908/988] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[909/988] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[910/988] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[913/988] Compiling NIOHTTP2 InboundWindowManager.swift
[914/988] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[915/988] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[916/988] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[917/988] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[918/988] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[919/988] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[920/988] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[921/988] Compiling NIOHTTP2 HTTP2Error.swift
[922/988] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[923/988] Compiling NIOHTTP2 SendingRstStreamState.swift
[924/988] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[925/988] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[926/988] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[927/988] Compiling NIOHTTP2 MaySendFrames.swift
[928/988] Compiling NIOHTTP2 SendingDataState.swift
[929/988] Compiling NIOHTTP2 SendingGoawayState.swift
[930/988] Compiling NIOHTTP2 SendingHeadersState.swift
[931/988] Compiling NIOHTTP2 SendingPushPromiseState.swift
[932/988] Compiling NIOHTTP2 LocallyQuiescingState.swift
[933/988] Compiling NIOHTTP2 QuiescingState.swift
[934/988] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[935/988] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[936/988] Compiling NIOHTTP2 StateMachineResult.swift
[937/988] Compiling NIOHTTP2 ContentLengthVerifier.swift
[938/988] Compiling NIOHTTP2 DOSHeuristics.swift
[939/995] Compiling NIOHTTP2 StreamChannelFlowController.swift
[940/995] Compiling NIOHTTP2 StreamChannelList.swift
[941/995] Compiling NIOHTTP2 StreamMap.swift
[942/995] Compiling NIOHTTP2 StreamStateMachine.swift
[943/995] Compiling NIOHTTP2 Timer.swift
[944/995] Compiling NIOHTTP2 UnsafeTransfer.swift
[945/995] Compiling NIOHTTP2 WatermarkedFlowController.swift
[946/995] Emitting module NIOHTTP2
[947/995] Compiling NIOHTTP2 ConnectionStateMachine.swift
[948/995] Compiling NIOHTTP2 ConnectionStreamsState.swift
[949/995] Compiling NIOHTTP2 MayReceiveFrames.swift
[954/995] Compiling NIOHTTP2 Error+Any.swift
[955/995] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[956/995] Compiling NIOHTTP2 ControlFrameBuffer.swift
[957/995] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[958/995] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[959/995] Compiling NIOHTTP2 GlitchesMonitor.swift
[960/995] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[966/995] Compiling NIOHTTP2 HasLocalSettings.swift
[967/995] Compiling NIOHTTP2 HasRemoteSettings.swift
[968/995] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[969/995] Compiling NIOHTTP2 HTTP2Frame.swift
[970/995] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[971/995] Compiling NIOHTTP2 HTTP2FrameParser.swift
[972/995] Compiling NIOHTTP2 HTTP2PingData.swift
[973/995] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[974/995] Compiling NIOHTTP2 HTTP2Settings.swift
[996/1060] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[997/1060] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[998/1060] Compiling AsyncHTTPClient AsyncLazySequence.swift
[999/1060] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1000/1060] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1001/1060] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1002/1060] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1003/1060] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1004/1067] Emitting module AsyncHTTPClient
[1005/1067] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1006/1067] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1007/1067] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1008/1067] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1009/1067] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1010/1067] Compiling AsyncHTTPClient RequestBodyLength.swift
[1011/1067] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1012/1067] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1013/1067] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1014/1067] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1015/1067] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1016/1067] Compiling AsyncHTTPClient Transaction.swift
[1017/1067] Compiling AsyncHTTPClient Base64.swift
[1018/1067] Compiling AsyncHTTPClient BasicAuth.swift
[1019/1067] Compiling AsyncHTTPClient SSLContextCache.swift
[1020/1067] Compiling AsyncHTTPClient Scheme.swift
[1021/1067] Compiling AsyncHTTPClient Singleton.swift
[1022/1067] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1023/1067] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1024/1067] Compiling AsyncHTTPClient TracingSupport.swift
[1025/1067] Compiling AsyncHTTPClient Utils.swift
[1026/1067] Compiling AsyncHTTPClient HTTP1Connection.swift
[1027/1067] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1028/1067] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1029/1067] Compiling AsyncHTTPClient HTTP2Connection.swift
[1030/1067] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1031/1067] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1032/1067] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1033/1067] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1034/1067] Compiling AsyncHTTPClient TLSConfiguration.swift
[1035/1067] Compiling AsyncHTTPClient RedirectState.swift
[1036/1067] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1037/1067] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1038/1067] Compiling AsyncHTTPClient RequestBag.swift
[1039/1067] Compiling AsyncHTTPClient RequestValidation.swift
[1040/1067] Compiling AsyncHTTPClient RequestOptions.swift
[1041/1067] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1042/1067] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1043/1067] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1044/1067] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1045/1067] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1046/1067] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1047/1067] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1048/1067] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1049/1067] Compiling AsyncHTTPClient ConnectionPool.swift
[1050/1067] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1051/1067] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1052/1067] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1053/1067] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1054/1067] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1055/1067] Compiling AsyncHTTPClient ConnectionTarget.swift
[1056/1067] Compiling AsyncHTTPClient DeconstructedURL.swift
[1057/1067] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1058/1067] Compiling AsyncHTTPClient FoundationExtensions.swift
[1059/1067] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1060/1067] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1061/1067] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1062/1067] Compiling AsyncHTTPClient HTTPClient.swift
[1063/1067] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1064/1067] Compiling AsyncHTTPClient HTTPHandler.swift
[1065/1067] Compiling AsyncHTTPClient LRUCache.swift
[1066/1067] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1067/1067] Compiling AsyncHTTPClient NWErrorHandler.swift
[1068/1076] Compiling SalesforceClient SalesforceClient.swift
/Users/admin/builder/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
/Users/admin/builder/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,
[1069/1076] Compiling SalesforceClient SalesforceFilesRoutes.swift
[1070/1076] Compiling SalesforceClient SalesforceMemberRoutes.swift
/Users/admin/builder/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,
/Users/admin/builder/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] = {
/Users/admin/builder/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) }
[1071/1076] Compiling SalesforceClient SalesforceAuthRoutes.swift
[1072/1076] Emitting module SalesforceClient
[1073/1076] Compiling SalesforceClient FileDownloadModels.swift
[1074/1076] Compiling SalesforceClient SalesforceSeekerRoutes.swift
/Users/admin/builder/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,
/Users/admin/builder/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] = {
[1075/1076] Compiling SalesforceClient SalesforceAPIHandler.swift
[1076/1076] Compiling SalesforceClient SalesforceAPIRoute.swift
[1077/1082] Compiling CongregationKit CongregationKitProtocol.swift
[1078/1082] Compiling CongregationKit SeekersHandler.swift
[1079/1082] Compiling CongregationKit FilesHandler.swift
[1080/1082] Emitting module CongregationKit
[1081/1082] Compiling CongregationKit CongregationKit.swift
[1082/1082] Compiling CongregationKit MembersHandler.swift
Build complete! (88.14s)
Fetching https://github.com/swiftlang/swift-docc-plugin.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.72s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.6 (4.26s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.97s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.66s)
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.50s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
[1/5691] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.20s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.22s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.22s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.23s)
Fetched https://github.com/apple/swift-log.git from cache (1.24s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.96s)
Fetched https://github.com/apple/swift-nio.git from cache (2.40s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (4.15s)
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.96s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.58s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.85s)
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.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.48s)
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.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.53s)
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.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.52s)
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.63s)
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.56s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2662] Fetching swift-service-lifecycle
[188/8890] Fetching swift-service-lifecycle, swift-async-algorithms
[251/16015] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.78s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.83s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.83s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.18s)
[8149/9787] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.27s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.27s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (2.01s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
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.04s)
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.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.68s)
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.51s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.65s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
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 (2.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.15s)
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/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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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-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/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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.36.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
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" : "/Users/admin/builder/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"
}
Done.