The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-jmap-client, reference main (7596cf), with Swift 6.1 for Linux on 2 Sep 2025 07:55:42 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kukushechkin/swift-jmap-client.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/kukushechkin/swift-jmap-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7596cfa fix CI
Cloned https://github.com/kukushechkin/swift-jmap-client.git
Revision (git rev-parse @):
7596cfa431dd5604c5082b70520ca3b09b832854
SUCCESS checkout https://github.com/kukushechkin/swift-jmap-client.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kukushechkin/swift-jmap-client.git
https://github.com/kukushechkin/swift-jmap-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "swift-jmap-client",
  "name" : "swift-jmap-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "JMAPClient",
      "targets" : [
        "JMAPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-jmap-client",
      "targets" : [
        "swift-jmap-client"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_jmap_client",
      "module_type" : "SwiftTarget",
      "name" : "swift-jmap-client",
      "path" : "Sources/swift-jmap-client",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-jmap-client"
      ],
      "sources" : [
        "swift_jmap_client.swift"
      ],
      "target_dependencies" : [
        "JMAPClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JMAPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "JMAPClientTests",
      "path" : "Tests/JMAPClientTests",
      "sources" : [
        "JMAPClientTests.swift"
      ],
      "target_dependencies" : [
        "JMAPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMAPClient",
      "module_type" : "SwiftTarget",
      "name" : "JMAPClient",
      "path" : "Sources/JMAPClient",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "JMAPClient",
        "swift-jmap-client"
      ],
      "sources" : [
        "JMAPClient.swift",
        "JMAPTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2094] Fetching swift-docc-plugin
[2095/16213] Fetching swift-docc-plugin, async-http-client
[12544/31902] Fetching swift-docc-plugin, async-http-client, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.60s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.61s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.61s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3490] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.10s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.73s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.72s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6127] Fetching swift-nio-extras
[124/8825] Fetching swift-nio-extras, swift-nio-transport-services
[186/10639] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[1092/14542] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log
[3139/20516] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms
[12399/32177] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.64s)
[22651/27665] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.64s)
[19098/23762] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
[13357/17788] Fetching swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[17789/32863] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[19900/110817] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.65s)
[29079/104690] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.66s)
[18198/93029] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.16s)
[54568/77954] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.58s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (7.66s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4941] Fetching swift-system
[4942/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[1914/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.42s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.54s)
Fetching https://github.com/apple/swift-asn1.git
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-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
[1/1176] Fetching swift-http-structured-headers
[648/2805] Fetching swift-http-structured-headers, swift-asn1
[2041/7959] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[2571/8876] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types
[4484/11309] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle
[5085/17770] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
[12331/16853] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.00s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.51s)
Fetching https://github.com/apple/swift-crypto.git
[1/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (2.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.49s)
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.38.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.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.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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.8.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.27.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/477] Write sources
[11/477] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[12/477] Compiling _NumericsShims _NumericsShims.c
[12/477] Write sources
[15/477] Compiling _AtomicsShims.c
[15/477] Write sources
[34/477] Compiling CNIOWindows shim.c
[35/477] Compiling CNIOWindows WSAStartup.c
[36/477] Compiling CNIOWASI CNIOWASI.c
[37/477] Compiling a_bitstr.cc
[38/477] Compiling CNIOPosix event_loop_id.c
[39/477] Compiling CNIOLinux liburing_shims.c
[40/477] Compiling CNIOLinux shim.c
[41/477] Compiling CNIOLLHTTP c_nio_http.c
[42/477] Write swift-version-24593BA9C3E375BF.txt
[43/477] Compiling a_dup.cc
[44/477] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/477] Compiling CNIOExtrasZlib empty.c
[46/477] Compiling a_d2i_fp.cc
[47/477] Compiling CNIOLLHTTP c_nio_api.c
[48/513] Compiling a_bool.cc
[49/513] Compiling a_gentm.cc
[51/533] Emitting module _NIODataStructures
[52/533] Emitting module Atomics
[53/535] Compiling RealModule RealFunctions.swift
[54/536] Compiling RealModule Real.swift
[55/536] Emitting module ArgumentParserToolInfo
[56/536] Compiling ArgumentParserToolInfo ToolInfo.swift
[57/536] Emitting module RealModule
[58/537] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/537] Compiling RealModule Float16+Real.swift
[60/537] Compiling Atomics AtomicValue.swift
[61/537] Compiling Atomics AtomicInteger.swift
[62/538] Compiling _NIOBase64 Base64.swift
[63/538] Emitting module _NIOBase64
[64/539] Emitting module InternalCollectionsUtilities
[65/539] Compiling _NIODataStructures PriorityQueue.swift
[66/539] Compiling _NIODataStructures _TinyArray.swift
[67/539] Compiling Atomics AtomicMemoryOrderings.swift
[68/539] Compiling Atomics DoubleWord.swift
[70/539] Compiling Atomics OptionalRawRepresentable.swift
[71/539] Compiling Atomics RawRepresentable.swift
[73/539] Compiling Atomics AtomicBool.swift
[74/539] Compiling Atomics AtomicStorage.swift
[76/539] Compiling Atomics AtomicOptionalWrappable.swift
[77/539] Compiling Atomics AtomicReference.swift
[82/539] Compiling Atomics Primitives.native.swift
[88/539] Compiling RealModule Float80+Real.swift
[89/539] Compiling Atomics UnsafeAtomic.swift
[90/539] Compiling Atomics UnsafeAtomicLazyReference.swift
[91/539] Compiling Atomics IntegerConformances.swift
[92/539] Compiling Atomics PointerConformances.swift
[93/539] Compiling Atomics ManagedAtomic.swift
[94/539] Compiling Atomics ManagedAtomicLazyReference.swift
[97/539] Compiling RealModule RelaxedArithmetic.swift
[98/540] Compiling Atomics IntegerOperations.swift
[99/540] Compiling Atomics Unmanaged extensions.swift
[99/540] Compiling CNIODarwin shim.c
[107/540] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[107/541] Wrapping AST for _NIOBase64 for debugging
[109/542] Compiling c-nioatomics.c
[112/586] Compiling fiat_p256_adx_sqr.S
[113/586] Compiling fiat_p256_adx_mul.S
[114/586] Compiling fiat_curve25519_adx_square.S
[115/586] Wrapping AST for RealModule for debugging
[116/586] Wrapping AST for InternalCollectionsUtilities for debugging
[117/597] Compiling fiat_curve25519_adx_mul.S
[118/626] Compiling CNIOBoringSSLShims shims.c
[120/626] Compiling Logging MetadataProvider.swift
[121/626] Compiling _NIODataStructures Heap.swift
[122/627] Emitting module Logging
[123/627] Compiling Logging Locks.swift
[124/627] Compiling Logging LogHandler.swift
[125/627] Compiling Logging Logging.swift
[128/628] Compiling Algorithms Joined.swift
[129/628] Compiling Algorithms Keyed.swift
[130/628] Compiling Algorithms Compacted.swift
[131/628] Compiling Algorithms Cycle.swift
[132/630] Compiling Algorithms AdjacentPairs.swift
[133/630] Compiling Algorithms Chain.swift
[134/630] Compiling Algorithms Chunked.swift
[135/630] Compiling Algorithms Combinations.swift
[136/630] Compiling Algorithms MinMax.swift
[137/630] Compiling Algorithms FlattenCollection.swift
[138/630] Compiling Algorithms Grouped.swift
[139/630] Compiling Algorithms Indexed.swift
[140/630] Compiling DequeModule _DequeSlot.swift
[141/630] Compiling DequeModule _UnsafeWrappedBuffer.swift
[142/630] Compiling Algorithms EitherSequence.swift
[143/630] Compiling Algorithms FirstNonNil.swift
[149/633] Compiling Algorithms Stride.swift
[150/633] Compiling Algorithms Suffix.swift
[151/633] Compiling Algorithms RandomSample.swift
[152/633] Compiling Algorithms Reductions.swift
[153/633] Compiling Algorithms Rotate.swift
[154/633] Emitting module DequeModule
[155/634] Wrapping AST for _NIODataStructures for debugging
[156/634] Wrapping AST for Logging for debugging
[158/634] Compiling Algorithms Partition.swift
[159/634] Compiling Algorithms Permutations.swift
[160/634] Compiling Algorithms Product.swift
[168/634] Compiling Algorithms Trim.swift
[169/634] Compiling Algorithms Unique.swift
[170/634] Compiling Algorithms Windows.swift
[170/634] Compiling tls_record.cc
[171/634] Compiling tls_method.cc
[172/634] Wrapping AST for DequeModule for debugging
[173/634] Compiling tls13_server.cc
[180/640] Compiling tls13_enc.cc
[181/640] Compiling tls13_client.cc
[187/640] Emitting module ArgumentParser
[188/640] Compiling ArgumentParser Tree.swift
[189/640] Compiling ArgumentParser CodingKeyValidator.swift
[190/640] Compiling ArgumentParser NonsenseFlagsValidator.swift
[191/640] Compiling ArgumentParser ParsableArgumentsValidation.swift
[192/640] Compiling ArgumentParser PositionalArgumentsValidator.swift
[193/640] Compiling ArgumentParser UniqueNamesValidator.swift
[193/640] Compiling t1_enc.cc
[194/640] Compiling tls13_both.cc
[196/640] Emitting module Algorithms
[197/641] Compiling ArgumentParser CollectionExtensions.swift
[198/641] Compiling ArgumentParser Mutex.swift
[199/641] Compiling ArgumentParser Platform.swift
[200/641] Compiling ArgumentParser SequenceExtensions.swift
[201/641] Compiling ArgumentParser StringExtensions.swift
[202/641] Compiling ArgumentParser SwiftExtensions.swift
[203/641] Compiling ssl_x509.cc
[204/641] Compiling ssl_versions.cc
[205/641] Compiling ssl_transcript.cc
[206/641] Compiling ssl_stat.cc
[208/641] Compiling ArgumentParser SplitArguments.swift
[209/641] Compiling ArgumentParser DumpHelpGenerator.swift
[210/641] Compiling ArgumentParser HelpCommand.swift
[211/641] Compiling ArgumentParser HelpGenerator.swift
[212/641] Compiling ArgumentParser MessageInfo.swift
[213/641] Compiling ArgumentParser UsageGenerator.swift
[235/641] Compiling ArgumentParser ArgumentDecoder.swift
[236/641] Compiling ArgumentParser ArgumentDefinition.swift
[237/641] Compiling ArgumentParser ArgumentSet.swift
[238/641] Compiling ArgumentParser CommandParser.swift
[239/642] Compiling ssl_privkey.cc
[240/642] Compiling ssl_session.cc
[241/642] Compiling ssl_key_share.cc
[242/642] Compiling ssl_file.cc
[243/642] Compiling ssl_cipher.cc
[244/642] Compiling ssl_credential.cc
[245/642] Compiling ssl_lib.cc
[246/642] Compiling ssl_buffer.cc
[247/642] Compiling ssl_cert.cc
[248/642] Compiling ssl_asn1.cc
[249/642] Compiling ssl_aead_ctx.cc
[250/642] Compiling s3_pkt.cc
[251/642] Compiling s3_lib.cc
[252/642] Compiling s3_both.cc
[253/642] Compiling handshake_server.cc
[254/642] Compiling handoff.cc
[255/642] Compiling handshake_client.cc
[256/642] Compiling handshake.cc
[257/642] Compiling encrypted_client_hello.cc
[258/642] Compiling dtls_record.cc
[259/642] Compiling md5-x86_64-linux.S
[260/642] Compiling extensions.cc
[261/642] Compiling md5-x86_64-apple.S
[262/642] Compiling md5-586-linux.S
[263/642] Compiling dtls_method.cc
[264/642] Compiling md5-586-apple.S
[265/642] Compiling chacha20_poly1305_x86_64-apple.S
[266/642] Compiling chacha20_poly1305_x86_64-linux.S
[267/642] Compiling chacha20_poly1305_armv8-win.S
[268/642] Compiling chacha20_poly1305_armv8-apple.S
[269/642] Compiling chacha20_poly1305_armv8-linux.S
[270/642] Compiling chacha-x86_64-linux.S
[271/642] Compiling chacha-x86_64-apple.S
[272/642] Compiling d1_srtp.cc
[273/642] Compiling chacha-x86-apple.S
[274/642] Compiling chacha-x86-linux.S
[275/642] Compiling err_data.cc
[276/642] Compiling chacha-armv8-linux.S
[277/642] Compiling chacha-armv8-win.S
[278/642] Compiling chacha-armv8-apple.S
[279/642] Compiling chacha-armv4-linux.S
[280/642] Compiling aes128gcmsiv-x86_64-apple.S
[281/642] Compiling x86_64-mont5-apple.S
[282/642] Compiling aes128gcmsiv-x86_64-linux.S
[283/642] Compiling x86_64-mont5-linux.S
[284/642] Compiling x86_64-mont-apple.S
[285/642] Compiling x86_64-mont-linux.S
[286/642] Compiling x86-mont-apple.S
[287/642] Compiling x86-mont-linux.S
[288/642] Compiling vpaes-x86_64-apple.S
[289/642] Compiling vpaes-x86-linux.S
[290/642] Compiling vpaes-x86_64-linux.S
[291/642] Compiling vpaes-x86-apple.S
[292/642] Compiling vpaes-armv8-apple.S
[293/642] Compiling vpaes-armv8-win.S
[294/642] Compiling vpaes-armv8-linux.S
[295/642] Compiling vpaes-armv7-linux.S
[296/642] Compiling sha512-x86_64-apple.S
[297/642] Compiling sha512-armv8-win.S
[298/642] Compiling sha512-x86_64-linux.S
[299/642] Compiling sha512-armv8-linux.S
[300/642] Compiling d1_pkt.cc
[301/642] Compiling sha512-armv8-apple.S
[302/642] Compiling sha512-586-linux.S
[303/642] Compiling sha512-armv4-linux.S
[304/642] Compiling sha512-586-apple.S
[305/642] Compiling sha256-x86_64-apple.S
[306/642] Compiling sha256-x86_64-linux.S
[307/642] Compiling sha256-armv8-win.S
[308/642] Compiling sha256-armv8-apple.S
[309/642] Compiling sha256-armv8-linux.S
[310/642] Compiling sha256-armv4-linux.S
[311/642] Compiling sha256-586-linux.S
[312/642] Compiling sha1-x86_64-apple.S
[313/642] Compiling d1_lib.cc
[314/642] Compiling sha256-586-apple.S
[315/642] Compiling sha1-armv8-win.S
[316/642] Compiling sha1-x86_64-linux.S
[317/642] Compiling sha1-armv8-apple.S
[318/642] Compiling sha1-armv8-linux.S
[319/642] Compiling sha1-armv4-large-linux.S
[320/642] Compiling sha1-586-linux.S
[321/642] Compiling sha1-586-apple.S
[322/642] Compiling rsaz-avx2-linux.S
[323/642] Compiling rsaz-avx2-apple.S
[324/642] Compiling rdrand-x86_64-apple.S
[325/642] Compiling p256_beeu-x86_64-asm-linux.S
[326/642] Compiling rdrand-x86_64-linux.S
[327/642] Compiling bio_ssl.cc
[328/642] Compiling p256_beeu-x86_64-asm-apple.S
[329/642] Compiling p256_beeu-armv8-asm-win.S
[330/642] Compiling d1_both.cc
[331/642] Compiling p256_beeu-armv8-asm-apple.S
[332/642] Compiling p256_beeu-armv8-asm-linux.S
[333/642] Compiling p256-x86_64-asm-apple.S
[334/642] Compiling p256-x86_64-asm-linux.S
[335/642] Compiling p256-armv8-asm-win.S
[336/642] Compiling p256-armv8-asm-linux.S
[337/642] Compiling ghashv8-armv8-linux.S
[338/642] Compiling p256-armv8-asm-apple.S
[339/642] Compiling ghashv8-armv8-apple.S
[340/642] Compiling ghashv8-armv8-win.S
[340/642] Compiling ghash-x86_64-linux.S
[342/642] Compiling ghashv8-armv7-linux.S
[343/642] Compiling ghash-x86_64-apple.S
[344/642] Compiling ghash-x86-apple.S
[345/642] Compiling ghash-x86-linux.S
[346/642] Compiling ghash-ssse3-x86_64-apple.S
[347/642] Compiling ghash-ssse3-x86-linux.S
[348/642] Compiling ghash-ssse3-x86_64-linux.S
[348/642] Compiling ghash-ssse3-x86-apple.S
[350/642] Compiling ghash-neon-armv8-win.S
[351/642] Compiling ghash-neon-armv8-linux.S
[351/642] Compiling ghash-neon-armv8-apple.S
[353/642] Compiling ghash-armv4-linux.S
[354/642] Compiling co-586-linux.S
[355/642] Compiling co-586-apple.S
[356/642] Compiling bn-armv8-win.S
[357/642] Compiling bn-armv8-linux.S
[358/642] Compiling bsaes-armv7-linux.S
[359/642] Compiling bn-armv8-apple.S
[360/642] Compiling bn-586-linux.S
[361/642] Compiling armv8-mont-win.S
[362/642] Compiling bn-586-apple.S
[363/642] Compiling armv8-mont-linux.S
[363/642] Compiling armv8-mont-apple.S
[365/642] Compiling armv4-mont-linux.S
[366/642] Compiling aesv8-gcm-armv8-win.S
[367/642] Compiling aesv8-gcm-armv8-apple.S
[368/642] Compiling aesv8-armv8-win.S
[369/642] Compiling aesv8-armv7-linux.S
[370/642] Compiling aesv8-armv8-linux.S
[371/642] Compiling aesv8-armv8-apple.S
[372/642] Compiling aesv8-gcm-armv8-linux.S
[373/642] Compiling aesni-x86_64-linux.S
[374/642] Compiling aesni-x86-apple.S
[375/642] Compiling aesni-x86-linux.S
[376/642] Compiling aes-gcm-avx2-x86_64-linux.S
[377/642] Compiling aesni-gcm-x86_64-apple.S
[378/642] Compiling aesni-gcm-x86_64-linux.S
[379/642] Compiling aesni-x86_64-apple.S
[380/642] Compiling aes-gcm-avx10-x86_64-linux.S
[381/642] Compiling aes-gcm-avx10-x86_64-apple.S
[382/642] Compiling aes-gcm-avx2-x86_64-apple.S
[383/642] Compiling x_sig.cc
[384/642] Compiling x_x509a.cc
[385/642] Compiling x_x509.cc
[386/642] Compiling x_val.cc
[386/642] Compiling x_name.cc
[388/642] Compiling x_spki.cc
[389/642] Compiling x_pubkey.cc
[390/642] Compiling x_req.cc
[391/642] Compiling x_algor.cc
[392/642] Compiling x_attrib.cc
[393/642] Compiling x_crl.cc
[394/642] Compiling x509spki.cc
[395/642] Compiling x_exten.cc
[396/642] Compiling x509rset.cc
[397/642] Compiling x_all.cc
[398/642] Compiling x509name.cc
[399/642] Compiling x509cset.cc
[400/642] Compiling x509_vpm.cc
[401/642] Compiling x509_txt.cc
[402/642] Compiling x509_vfy.cc
[403/642] Compiling x509_set.cc
[404/642] Compiling x509_v3.cc
[405/642] Compiling x509_trs.cc
[406/642] Compiling x509_req.cc
[407/642] Compiling x509_obj.cc
[408/642] Compiling x509_ext.cc
[409/642] Compiling x509_d2.cc
[410/642] Compiling x509_att.cc
[411/642] Compiling x509_def.cc
[412/642] Compiling x509_lu.cc
[413/642] Compiling x509.cc
[414/642] Compiling x509_cmp.cc
[415/642] Compiling v3_utl.cc
[416/642] Compiling v3_purp.cc
[417/642] Compiling v3_prn.cc
[418/642] Compiling v3_skey.cc
[419/642] Compiling v3_ocsp.cc
[420/642] Compiling v3_pcons.cc
[421/642] Compiling v3_pmaps.cc
[422/642] Compiling v3_ncons.cc
[423/642] Compiling v3_int.cc
[424/642] Compiling v3_lib.cc
[425/642] Compiling v3_ia5.cc
[426/642] Compiling v3_info.cc
[427/642] Compiling v3_enum.cc
[428/642] Compiling v3_genn.cc
[429/642] Compiling v3_extku.cc
[430/642] Compiling v3_crld.cc
[431/642] Compiling v3_cpols.cc
[432/642] Compiling v3_bitst.cc
[433/642] Compiling v3_conf.cc
[434/642] Compiling v3_alt.cc
[435/642] Compiling v3_akey.cc
[436/642] Compiling v3_bcons.cc
[437/642] Compiling v3_akeya.cc
[438/642] Compiling t_x509a.cc
[439/642] Compiling i2d_pr.cc
[440/642] Compiling t_crl.cc
[441/642] Compiling t_req.cc
[442/642] Compiling t_x509.cc
[443/642] Compiling rsa_pss.cc
[444/642] Compiling policy.cc
[445/642] Compiling name_print.cc
[446/642] Compiling by_file.cc
[447/642] Compiling algorithm.cc
[448/642] Compiling by_dir.cc
[449/642] Compiling a_digest.cc
[450/642] Compiling asn1_gen.cc
[451/642] Compiling a_verify.cc
[452/642] Compiling voprf.cc
[453/642] Compiling a_sign.cc
[454/642] Compiling trust_token.cc
[455/642] Compiling thread_win.cc
[456/642] Compiling thread.cc
[457/642] Compiling thread_none.cc
[458/642] Compiling thread_pthread.cc
[459/642] Compiling stack.cc
[460/642] Compiling sha1.cc
[461/642] Compiling pmbtoken.cc
[462/642] Compiling siphash.cc
[463/642] Compiling slhdsa.cc
[464/642] Compiling sha512.cc
[465/642] Compiling sha256.cc
[466/642] Compiling rsa_print.cc
[467/642] Compiling spake2plus.cc
[468/642] Compiling rsa_extra.cc
[469/642] Compiling rc4.cc
[470/642] Compiling refcount.cc
[471/642] Compiling rsa_crypt.cc
[472/642] Compiling windows.cc
[473/642] Compiling trusty.cc
[474/642] Compiling urandom.cc
[475/642] Compiling rsa_asn1.cc
[476/642] Compiling rand.cc
[477/642] Compiling passive.cc
[478/642] Compiling ios.cc
[479/642] Compiling getentropy.cc
[480/642] Compiling poly1305_arm_asm.S
[481/642] Compiling poly1305.cc
[482/642] Compiling deterministic.cc
[483/642] Compiling forkunsafe.cc
[484/642] Compiling fork_detect.cc
[485/642] Compiling poly1305_arm.cc
[486/642] Compiling pool.cc
[487/642] Compiling poly1305_vec.cc
[488/642] Compiling pkcs7.cc
[489/642] Compiling pkcs8_x509.cc
[490/642] Compiling pkcs8.cc
[491/642] Compiling p5_pbev2.cc
[492/642] Compiling pem_xaux.cc
[493/642] Compiling pkcs7_x509.cc
[494/642] Compiling pem_pkey.cc
[495/642] Compiling pem_x509.cc
[496/642] Compiling mlkem.cc
[497/642] Compiling obj_xref.cc
[498/642] Compiling pem_pk8.cc
[499/642] Compiling pem_info.cc
[500/642] Compiling pem_oth.cc
[501/642] Compiling mldsa.cc
[502/642] Compiling pem_lib.cc
[503/642] Compiling obj.cc
[504/642] Compiling pem_all.cc
[505/642] Compiling md5.cc
[506/642] Compiling fips_shared_support.cc
[507/642] Compiling poly_rq_mul.S
[508/642] Compiling mem.cc
[509/642] Compiling md4.cc
[510/642] Compiling lhash.cc
[511/642] Compiling kyber.cc
[511/642] Compiling hrss.cc
[513/642] Compiling sign.cc
[514/642] Compiling ex_data.cc
[515/642] Compiling scrypt.cc
[516/642] Compiling print.cc
[517/642] Compiling hpke.cc
[518/642] Compiling p_x25519.cc
[519/642] Compiling pbkdf.cc
[520/642] Compiling p_rsa_asn1.cc
[521/642] Compiling p_x25519_asn1.cc
[522/642] Compiling p_ed25519.cc
[523/642] Compiling p_hkdf.cc
[524/642] Compiling p_ec.cc
[525/642] Compiling p_rsa.cc
[526/642] Compiling p_ed25519_asn1.cc
[527/642] Compiling p_ec_asn1.cc
[528/642] Compiling p_dh_asn1.cc
[529/642] Compiling p_dh.cc
[530/642] Compiling evp_ctx.cc
[531/642] Compiling evp.cc
[532/642] Compiling p_dsa_asn1.cc
[533/642] Compiling err.cc
[534/642] Compiling engine.cc
[535/642] Compiling evp_asn1.cc
[536/642] Compiling ecdh.cc
[537/642] Compiling hash_to_curve.cc
[538/642] Compiling ec_derive.cc
[539/642] Compiling ecdsa_asn1.cc
[540/642] Compiling params.cc
[541/642] Compiling dsa.cc
[542/642] Compiling ec_asn1.cc
[543/642] Compiling dsa_asn1.cc
[544/642] Compiling x25519-asm-arm.S
[545/642] Compiling digest_extra.cc
[546/642] Compiling dh_asn1.cc
[547/642] Compiling des.cc
[548/642] Compiling spake25519.cc
[549/642] Compiling cpu_arm_linux.cc
[550/642] Compiling curve25519.cc
[551/642] Compiling crypto.cc
[552/642] Compiling cpu_intel.cc
[553/642] Compiling cpu_arm_freebsd.cc
[554/642] Compiling cpu_aarch64_win.cc
[555/642] Compiling bcm.cc
[556/642] Compiling cpu_aarch64_openbsd.cc
[556/642] Compiling curve25519_64_adx.cc
[556/642] Compiling cpu_aarch64_sysreg.cc
[556/642] Compiling cpu_aarch64_fuchsia.cc
[556/642] Compiling cpu_aarch64_apple.cc
[556/642] Compiling cpu_aarch64_linux.cc
[556/642] Compiling conf.cc
[563/642] Compiling tls_cbc.cc
[564/642] Compiling e_tls.cc
[565/642] Compiling e_des.cc
[566/642] Compiling get_cipher.cc
[567/642] Compiling e_null.cc
[568/642] Compiling e_rc4.cc
[569/642] Compiling e_rc2.cc
[570/642] Compiling e_chacha20poly1305.cc
[571/642] Compiling e_aesctrhmac.cc
[572/642] Compiling chacha.cc
[573/642] Compiling derive_key.cc
[574/642] Compiling e_aesgcmsiv.cc
[575/642] Compiling unicode.cc
[576/642] Compiling cbs.cc
[577/642] Compiling buf.cc
[578/642] Compiling cbb.cc
[579/642] Compiling ber.cc
[580/642] Compiling asn1_compat.cc
[581/642] Compiling bn_asn1.cc
[582/642] Compiling blake2.cc
[583/642] Compiling convert.cc
[584/642] Compiling socket.cc
[585/642] Compiling socket_helper.cc
[586/642] Compiling printf.cc
[587/642] Compiling pair.cc
[588/642] Compiling file.cc
[589/642] Compiling hexdump.cc
[590/642] Compiling fd.cc
[591/642] Compiling errno.cc
[592/642] Compiling connect.cc
[593/642] Compiling bio_mem.cc
[594/642] Compiling bio.cc
[595/642] Compiling base64.cc
[596/642] Compiling tasn_typ.cc
[597/642] Compiling tasn_fre.cc
[598/642] Compiling posix_time.cc
[599/642] Compiling tasn_utl.cc
[600/642] Compiling f_string.cc
[601/642] Compiling tasn_new.cc
[602/642] Compiling tasn_enc.cc
[603/642] Compiling asn_pack.cc
[604/642] Compiling f_int.cc
[605/642] Compiling asn1_par.cc
[606/642] Compiling tasn_dec.cc
[607/642] Compiling asn1_lib.cc
[608/642] Compiling a_strnid.cc
[609/642] Compiling a_octet.cc
[610/642] Compiling a_utctm.cc
[611/642] Compiling a_time.cc
[612/642] Compiling a_type.cc
[613/642] Compiling a_strex.cc
[614/642] Compiling a_mbstr.cc
[615/642] Wrapping AST for Atomics for debugging
[616/642] Wrapping AST for ArgumentParserToolInfo for debugging
[617/642] Wrapping AST for ArgumentParser for debugging
[618/642] Wrapping AST for Algorithms for debugging
[619/642] Compiling a_i2d_fp.cc
[620/642] Compiling a_object.cc
[621/642] Compiling a_int.cc
[622/642] Compiling c-atomics.c
[624/648] Compiling NIOConcurrencyHelpers lock.swift
[625/648] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[626/648] Emitting module NIOConcurrencyHelpers
[627/648] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[628/648] Compiling NIOConcurrencyHelpers NIOLock.swift
[629/648] Compiling NIOConcurrencyHelpers atomics.swift
[630/649] Wrapping AST for NIOConcurrencyHelpers for debugging
[632/710] Compiling NIOCore NIOAny.swift
[633/710] Compiling NIOCore NIOCloseOnErrorHandler.swift
[634/710] Compiling NIOCore NIOCoreSendableMetatype.swift
[635/710] Compiling NIOCore NIOLoopBound.swift
[636/710] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[637/710] Compiling NIOCore NIOScheduledCallback.swift
[638/710] Compiling NIOCore NIOSendable.swift
[639/710] Compiling NIOCore RecvByteBufferAllocator.swift
[640/718] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[641/718] Compiling NIOCore SocketAddresses.swift
[642/718] Compiling NIOCore SocketOptionProvider.swift
[643/718] Compiling NIOCore SystemCallHelpers.swift
[644/718] Compiling NIOCore TimeAmount+Duration.swift
[645/718] Compiling NIOCore TypeAssistedChannelHandler.swift
[646/718] Compiling NIOCore UniversalBootstrapSupport.swift
[647/718] Compiling NIOCore Utilities.swift
[648/718] Compiling NIOCore AddressedEnvelope.swift
[649/718] Compiling NIOCore AsyncAwaitSupport.swift
[650/718] Compiling NIOCore AsyncChannel.swift
[651/718] Compiling NIOCore AsyncChannelHandler.swift
[652/718] Compiling NIOCore AsyncChannelInboundStream.swift
[653/718] Compiling NIOCore AsyncChannelOutboundWriter.swift
[654/718] Compiling NIOCore NIOAsyncSequenceProducer.swift
[655/718] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[656/718] Compiling NIOCore NIOAsyncWriter.swift
[657/718] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[658/718] Compiling NIOCore BSDSocketAPI.swift
[659/718] Compiling NIOCore ByteBuffer-aux.swift
[660/718] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[661/718] Compiling NIOCore ByteBuffer-conversions.swift
[662/718] Compiling NIOCore ByteBuffer-core.swift
[663/718] Compiling NIOCore ByteBuffer-hex.swift
[664/718] Compiling NIOCore ByteBuffer-int.swift
[665/718] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[666/718] Compiling NIOCore IOData.swift
[667/718] Compiling NIOCore IPProtocol.swift
[668/718] Compiling NIOCore IntegerBitPacking.swift
[669/718] Compiling NIOCore IntegerTypes.swift
[670/718] Compiling NIOCore Interfaces.swift
[671/718] Compiling NIOCore Linux.swift
[672/718] Compiling NIOCore MarkedCircularBuffer.swift
[673/718] Compiling NIOCore MulticastChannel.swift
[674/718] Compiling NIOCore EventLoopFuture+Deprecated.swift
[675/718] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[676/718] Compiling NIOCore EventLoopFuture.swift
[677/718] Compiling NIOCore FileDescriptor.swift
[678/718] Compiling NIOCore FileHandle.swift
[679/718] Compiling NIOCore FileRegion.swift
[680/718] Compiling NIOCore GlobalSingletons.swift
[681/718] Compiling NIOCore IO.swift
[682/718] Compiling NIOCore ByteBuffer-multi-int.swift
[683/718] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[684/718] Compiling NIOCore ByteBuffer-views.swift
[685/718] Compiling NIOCore Channel.swift
[686/718] Compiling NIOCore ChannelHandler.swift
[687/718] Compiling NIOCore ChannelHandlers.swift
[688/718] Compiling NIOCore ChannelInvoker.swift
[689/718] Compiling NIOCore ChannelOption.swift
[690/718] Compiling NIOCore ChannelPipeline.swift
[691/718] Compiling NIOCore CircularBuffer.swift
[692/718] Compiling NIOCore Codec.swift
[693/718] Compiling NIOCore ConvenienceOptionSupport.swift
[694/718] Compiling NIOCore DeadChannel.swift
[695/718] Compiling NIOCore DispatchQueue+WithFuture.swift
[696/718] Compiling NIOCore EventLoop+Deprecated.swift
[697/718] Compiling NIOCore EventLoop+SerialExecutor.swift
[698/718] Compiling NIOCore EventLoop.swift
[699/718] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[700/718] Emitting module NIOCore
[701/719] Wrapping AST for NIOCore for debugging
[703/771] Compiling NIOEmbedded AsyncTestingChannel.swift
[704/771] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[705/771] Emitting module NIOEmbedded
[706/771] Compiling NIOEmbedded Embedded.swift
[707/772] Wrapping AST for NIOEmbedded for debugging
[709/772] Emitting module NIOPosix
[710/772] Compiling NIOPosix BSDSocketAPICommon.swift
[711/772] Compiling NIOPosix BSDSocketAPIPosix.swift
[712/772] Compiling NIOPosix BSDSocketAPIWindows.swift
[713/772] Compiling NIOPosix BaseSocket.swift
[714/772] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[715/772] Compiling NIOPosix BaseSocketChannel.swift
[716/772] Compiling NIOPosix BaseStreamSocketChannel.swift
[717/778] Compiling NIOPosix Pool.swift
[718/778] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[719/778] Compiling NIOPosix PosixSingletons.swift
[720/778] Compiling NIOPosix RawSocketBootstrap.swift
[721/778] Compiling NIOPosix Resolver.swift
[722/778] Compiling NIOPosix Selectable.swift
[723/778] Compiling NIOPosix SelectableChannel.swift
[724/778] Compiling NIOPosix SelectableEventLoop.swift
[725/778] Compiling NIOPosix SelectorEpoll.swift
[726/778] Compiling NIOPosix SelectorGeneric.swift
[727/778] Compiling NIOPosix SelectorKqueue.swift
[728/778] Compiling NIOPosix SelectorUring.swift
[729/778] Compiling NIOPosix ServerSocket.swift
[730/778] Compiling NIOPosix Socket.swift
[731/778] Compiling NIOPosix SocketChannel.swift
[732/778] Compiling NIOPosix SocketProtocols.swift
[733/778] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[734/778] Compiling NIOPosix System.swift
[735/778] Compiling NIOPosix Thread.swift
[736/778] Compiling NIOPosix ThreadPosix.swift
[737/778] Compiling NIOPosix ThreadWindows.swift
[738/778] Compiling NIOPosix UnsafeTransfer.swift
[739/778] Compiling NIOPosix Utilities.swift
[740/778] Compiling NIOPosix VsockAddress.swift
[741/778] Compiling NIOPosix VsockChannelEvents.swift
[742/778] Compiling NIOPosix IO.swift
[743/778] Compiling NIOPosix IntegerBitPacking.swift
[744/778] Compiling NIOPosix IntegerTypes.swift
[745/778] Compiling NIOPosix Linux.swift
[746/778] Compiling NIOPosix LinuxCPUSet.swift
[747/778] Compiling NIOPosix LinuxUring.swift
[748/778] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[749/778] Compiling NIOPosix NIOPosixSendableMetatype.swift
[750/778] Compiling NIOPosix NIOThreadPool.swift
[751/778] Compiling NIOPosix NonBlockingFileIO.swift
[752/778] Compiling NIOPosix PendingDatagramWritesManager.swift
[753/778] Compiling NIOPosix PendingWritesManager.swift
[754/778] Compiling NIOPosix PipeChannel.swift
[755/778] Compiling NIOPosix PipePair.swift
[756/778] Compiling NIOPosix Bootstrap.swift
[757/778] Compiling NIOPosix ControlMessage.swift
[758/778] Compiling NIOPosix DatagramVectorReadManager.swift
[759/778] Compiling NIOPosix Errors+Any.swift
[760/778] Compiling NIOPosix FileDescriptor.swift
[761/778] Compiling NIOPosix GetaddrinfoResolver.swift
[762/778] Compiling NIOPosix HappyEyeballs.swift
[763/779] Wrapping AST for NIOPosix for debugging
[765/781] Compiling NIO Exports.swift
[766/781] Emitting module NIO
[767/782] Wrapping AST for NIO for debugging
[769/821] Compiling NIOTLS TLSEvents.swift
[770/821] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[771/821] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[772/821] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[773/821] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[774/821] Emitting module NIOTLS
[775/821] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[776/821] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[777/821] Compiling NIOSOCKS SOCKSResponse.swift
[778/822] Compiling NIOSOCKS SOCKSClientHandler.swift
[779/822] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[780/824] Compiling NIOSOCKS ClientStateMachine.swift
[781/824] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[782/824] Compiling NIOSOCKS AuthenticationMethod.swift
[783/824] Compiling NIOSOCKS ClientGreeting.swift
[784/824] Emitting module NIOSOCKS
[787/824] Compiling NIOTLS SNIHandler.swift
[788/825] Compiling NIOSOCKS Errors.swift
[789/825] Compiling NIOSOCKS Helpers.swift
[790/825] Compiling NIOSOCKS Messages.swift
[791/825] Compiling NIOSOCKS SOCKSRequest.swift
[792/825] Compiling NIOSOCKS ServerStateMachine.swift
[794/826] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[795/826] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[797/826] Emitting module NIOFoundationCompat
[798/826] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[798/827] Wrapping AST for NIOTLS for debugging
[800/827] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[801/827] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[802/827] Wrapping AST for NIOSOCKS for debugging
[804/856] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[805/856] Compiling NIOSSL NIOSSLServerHandler.swift
[805/878] Wrapping AST for NIOFoundationCompat for debugging
[807/878] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[808/878] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[809/878] Compiling NIOTransportServices StateManagedChannel.swift
[810/878] Compiling NIOTransportServices StateManagedListenerChannel.swift
[811/878] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[812/878] Compiling NIOTransportServices NIOTSBootstraps.swift
[813/878] Compiling NIOTransportServices NIOTSChannelOptions.swift
[815/878] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[816/878] Compiling NIOTransportServices NIOTSErrors.swift
[817/878] Compiling NIOTransportServices NIOTSEventLoop.swift
[818/880] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[819/880] Compiling NIOTransportServices NIOTSSingletons.swift
[820/880] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[822/880] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[823/880] Compiling NIOTransportServices NIOTSListenerChannel.swift
[828/880] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[829/880] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[830/880] Compiling NIOTransportServices AcceptHandler.swift
[831/880] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[832/880] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[833/880] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[834/880] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[835/880] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[836/880] Emitting module NIOTransportServices
[837/881] Emitting module NIOHTTP1
[842/882] Wrapping AST for NIOTransportServices for debugging
[843/882] Wrapping AST for NIOHTTP1 for debugging
[845/900] Compiling NIOHPACK IntegerCoding.swift
[846/900] Compiling NIOHPACK IndexedHeaderTable.swift
[847/901] Compiling NIOHPACK DynamicHeaderTable.swift
[848/901] Compiling NIOHPACK HPACKDecoder.swift
[849/901] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[850/901] Compiling NIOHPACK StaticHeaderTable.swift
[851/901] Emitting module NIOHTTPCompression
[852/901] Compiling NIOHPACK HuffmanTables.swift
[853/901] Compiling NIOHPACK HuffmanCoding.swift
[854/901] Emitting module NIOHPACK
[855/901] Compiling NIOHTTPCompression HTTPCompression.swift
[856/901] Compiling NIOHTTPCompression HTTPDecompression.swift
[857/901] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[858/901] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[859/901] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[864/906] Emitting module NIOSSL
[868/906] Compiling NIOHPACK HPACKHeader.swift
[869/906] Compiling NIOHPACK HeaderTables.swift
[872/906] Compiling NIOHPACK HPACKEncoder.swift
[873/906] Compiling NIOHPACK HPACKErrors.swift
[874/906] Compiling NIOSSL SubjectAlternativeName.swift
[875/906] Compiling NIOSSL NIOSSLSecureBytes.swift
[876/906] Compiling NIOSSL RNG.swift
[877/906] Compiling NIOSSL SafeCompare.swift
[877/907] Wrapping AST for NIOHTTPCompression for debugging
[879/907] Wrapping AST for NIOHPACK for debugging
[881/967] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[882/967] Compiling NIOHTTP2 ReceivingHeadersState.swift
[883/967] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[884/967] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[885/967] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[886/967] Compiling NIOHTTP2 HasFlowControlWindows.swift
[887/967] Compiling NIOHTTP2 HasLocalSettings.swift
[888/967] Compiling NIOHTTP2 HasRemoteSettings.swift
[889/967] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[890/967] Compiling NIOHTTP2 DOSHeuristics.swift
[891/967] Compiling NIOHTTP2 Error+Any.swift
[892/967] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[893/967] Compiling NIOHTTP2 LocallyQuiescingState.swift
[894/967] Compiling NIOHTTP2 QuiescingState.swift
[895/967] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[896/967] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[897/967] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[898/967] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[899/967] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[900/967] Compiling NIOHTTP2 HTTP2Error.swift
[901/968] Wrapping AST for NIOSSL for debugging
[903/968] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[904/968] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[905/968] Compiling NIOHTTP2 HTTP2StreamID.swift
[906/968] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[907/968] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[908/968] Compiling NIOHTTP2 HTTP2UserEvents.swift
[909/968] Compiling NIOHTTP2 InboundEventBuffer.swift
[910/968] Compiling NIOHTTP2 InboundWindowManager.swift
[911/976] Compiling NIOHTTP2 ConnectionStateMachine.swift
[912/976] Compiling NIOHTTP2 ConnectionStreamsState.swift
[913/976] Compiling NIOHTTP2 MayReceiveFrames.swift
[914/976] Compiling NIOHTTP2 ReceivingDataState.swift
[920/976] Compiling NIOHTTP2 HTTP2Frame.swift
[921/976] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[922/976] Compiling NIOHTTP2 HTTP2FrameParser.swift
[923/976] Compiling NIOHTTP2 HTTP2PingData.swift
[924/976] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[925/976] Compiling NIOHTTP2 HTTP2Settings.swift
[926/976] Compiling NIOHTTP2 HTTP2Stream.swift
[927/976] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[928/976] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[929/976] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[930/976] Compiling NIOHTTP2 StreamChannelFlowController.swift
[931/976] Compiling NIOHTTP2 StreamChannelList.swift
[932/976] Compiling NIOHTTP2 StreamMap.swift
[933/976] Compiling NIOHTTP2 StreamStateMachine.swift
[934/976] Compiling NIOHTTP2 UnsafeTransfer.swift
[935/976] Compiling NIOHTTP2 WatermarkedFlowController.swift
[936/976] Compiling NIOHTTP2 MaySendFrames.swift
[937/976] Compiling NIOHTTP2 SendingDataState.swift
[938/976] Compiling NIOHTTP2 SendingGoawayState.swift
[939/976] Compiling NIOHTTP2 SendingHeadersState.swift
[940/976] Compiling NIOHTTP2 SendingPushPromiseState.swift
[941/976] Compiling NIOHTTP2 SendingRstStreamState.swift
[942/976] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[943/976] Compiling NIOHTTP2 HTTP2SettingsState.swift
[944/976] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[952/976] Compiling NIOHTTP2 StateMachineResult.swift
[953/976] Compiling NIOHTTP2 ContentLengthVerifier.swift
[957/976] Compiling NIOHTTP2 ControlFrameBuffer.swift
[958/976] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[959/976] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[960/976] Compiling NIOHTTP2 GlitchesMonitor.swift
[962/976] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[963/976] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[968/976] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[969/976] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[970/976] Emitting module NIOHTTP2
[971/977] Wrapping AST for NIOHTTP2 for debugging
[973/1037] Emitting module AsyncHTTPClient
[974/1045] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[975/1045] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[976/1045] Compiling AsyncHTTPClient AsyncLazySequence.swift
[977/1045] Compiling AsyncHTTPClient HTTPClient+execute.swift
[978/1045] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[979/1045] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[980/1045] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[981/1045] Compiling AsyncHTTPClient HTTPClientRequest.swift
[982/1045] Compiling AsyncHTTPClient HTTPClientResponse.swift
[983/1045] Compiling AsyncHTTPClient HTTPHandler.swift
[984/1045] Compiling AsyncHTTPClient LRUCache.swift
[985/1045] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[986/1045] Compiling AsyncHTTPClient NWErrorHandler.swift
[987/1045] Compiling AsyncHTTPClient NWWaitingHandler.swift
[988/1045] Compiling AsyncHTTPClient TLSConfiguration.swift
[989/1045] Compiling AsyncHTTPClient RedirectState.swift
[990/1045] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[991/1045] Compiling AsyncHTTPClient ConnectionTarget.swift
[992/1045] Compiling AsyncHTTPClient DeconstructedURL.swift
[993/1045] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[994/1045] Compiling AsyncHTTPClient FoundationExtensions.swift
[995/1045] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[996/1045] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[997/1045] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[998/1045] Compiling AsyncHTTPClient HTTPClient.swift
[999/1045] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1000/1045] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1001/1045] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1002/1045] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1003/1045] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1004/1045] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1005/1045] Compiling AsyncHTTPClient RequestBodyLength.swift
[1006/1045] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1007/1045] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1008/1045] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1009/1045] Compiling AsyncHTTPClient Transaction.swift
[1010/1045] Compiling AsyncHTTPClient Base64.swift
[1011/1045] Compiling AsyncHTTPClient BasicAuth.swift
[1012/1045] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1013/1045] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1014/1045] Compiling AsyncHTTPClient ConnectionPool.swift
[1015/1045] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1016/1045] Compiling AsyncHTTPClient RequestBag.swift
[1017/1045] Compiling AsyncHTTPClient RequestValidation.swift
[1018/1045] Compiling AsyncHTTPClient SSLContextCache.swift
[1019/1045] Compiling AsyncHTTPClient Scheme.swift
[1020/1045] Compiling AsyncHTTPClient Singleton.swift
[1021/1045] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1022/1045] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1023/1045] Compiling AsyncHTTPClient Utils.swift
[1024/1045] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1025/1045] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1026/1045] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1027/1045] Compiling AsyncHTTPClient HTTP1Connection.swift
[1028/1045] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1029/1045] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1030/1045] Compiling AsyncHTTPClient HTTP2Connection.swift
[1031/1045] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1032/1045] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1033/1045] Compiling AsyncHTTPClient RequestOptions.swift
[1034/1045] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1035/1045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1036/1045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1037/1045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1038/1045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1039/1045] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1040/1045] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1041/1046] Wrapping AST for AsyncHTTPClient for debugging
[1043/1049] Compiling JMAPClient JMAPClient.swift
[1044/1049] Emitting module JMAPClient
[1045/1049] Compiling JMAPClient JMAPTypes.swift
[1046/1050] Wrapping AST for JMAPClient for debugging
[1048/1052] Emitting module swift_jmap_client
[1049/1052] Compiling swift_jmap_client swift_jmap_client.swift
[1050/1053] Wrapping AST for swift-jmap-client for debugging
[1051/1053] Write Objects.LinkFileList
[1052/1053] Linking swift-jmap-client
Build complete! (293.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "swift-jmap-client",
  "name" : "swift-jmap-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "JMAPClient",
      "targets" : [
        "JMAPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-jmap-client",
      "targets" : [
        "swift-jmap-client"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_jmap_client",
      "module_type" : "SwiftTarget",
      "name" : "swift-jmap-client",
      "path" : "Sources/swift-jmap-client",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-jmap-client"
      ],
      "sources" : [
        "swift_jmap_client.swift"
      ],
      "target_dependencies" : [
        "JMAPClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JMAPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "JMAPClientTests",
      "path" : "Tests/JMAPClientTests",
      "sources" : [
        "JMAPClientTests.swift"
      ],
      "target_dependencies" : [
        "JMAPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMAPClient",
      "module_type" : "SwiftTarget",
      "name" : "JMAPClient",
      "path" : "Sources/JMAPClient",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "JMAPClient",
        "swift-jmap-client"
      ],
      "sources" : [
        "JMAPClient.swift",
        "JMAPTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.