The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of teco-cls-logging, reference v0.0.2 (ac2e5e), with Swift 6.1 for Linux on 27 Apr 2025 10:46:15 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/teco-project/teco-cls-logging.git
Reference: v0.0.2
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/teco-project/teco-cls-logging
 * tag               v0.0.2     -> FETCH_HEAD
HEAD is now at ac2e5ee Use Swift Concurrency for HTTP requests (#5)
Cloned https://github.com/teco-project/teco-cls-logging.git
Revision (git rev-parse @):
ac2e5ee3441bcb53dc76eabc2d5cfbe53fee1e87
SUCCESS checkout https://github.com/teco-project/teco-cls-logging.git at v0.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/teco-project/teco-cls-logging.git
https://github.com/teco-project/teco-cls-logging.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "teco-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0-beta.4",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/teco-project/teco-core.git"
    }
  ],
  "manifest_display_name" : "teco-cls-logging",
  "name" : "teco-cls-logging",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TecoCLSLogging",
      "targets" : [
        "TecoCLSLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TecoCLSLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "TecoCLSLoggingTests",
      "path" : "Tests/TecoCLSLoggingTests",
      "sources" : [
        "CLSLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "TecoCLSLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TecoCLSLogging",
      "module_type" : "SwiftTarget",
      "name" : "TecoCLSLogging",
      "path" : "Sources/TecoCLSLogging",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "SwiftProtobuf",
        "TecoSigner"
      ],
      "product_memberships" : [
        "TecoCLSLogging"
      ],
      "sources" : [
        "CLS+init.swift",
        "CLSLogHandler.swift",
        "generated/cls.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/teco-project/teco-core.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf.git
[1/3836] Fetching swift-log
[539/6484] Fetching swift-log, teco-core
Fetched https://github.com/teco-project/teco-core.git from cache (0.63s)
[1/13787] Fetching async-http-client
[13788/52291] Fetching async-http-client, swift-protobuf
Fetched https://github.com/swift-server/async-http-client.git from cache (1.11s)
[3851/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (8.21s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.28s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (8.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[394/8281] Fetching swift-nio-transport-services, swift-nio-extras
[6754/14184] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[7727/25676] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
[10277/27381] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.40s)
[12757/36512] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
[10285/33893] Fetching swift-algorithms, swift-nio-http2, swift-atomics, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
[6502/27990] Fetching swift-nio-http2, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
[5142/26285] Fetching swift-nio-http2, swift-nio-ssl
[18446/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.17s)
[25975/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.78s)
[50688/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.85s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.82s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.86s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.88s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[743/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.34s)
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.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.82s)
Computing version for https://github.com/teco-project/teco-core.git
Computed https://github.com/teco-project/teco-core.git at 0.5.7 (2.44s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
[1/2200] Fetching swift-metrics
[1057/5408] Fetching swift-metrics, multipart-kit
[3838/19192] Fetching swift-metrics, multipart-kit, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (1.56s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.60s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.62s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (2.92s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.48s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.93s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.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.26.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.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.36.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.25.2
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.30.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.4.0
Creating working copy for https://github.com/teco-project/teco-core.git
Working copy of https://github.com/teco-project/teco-core.git resolved at 0.5.7
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.2.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/806] Write sources
[19/806] Copying PrivacyInfo.xcprivacy
[19/806] Write sources
[28/806] Compiling CNIOWindows WSAStartup.c
[29/806] Compiling CNIOWindows shim.c
[30/806] Compiling _NumericsShims _NumericsShims.c
[31/806] Compiling _AtomicsShims.c
[32/806] Compiling CNIOWASI CNIOWASI.c
[33/806] Compiling CNIOLinux liburing_shims.c
[34/806] Compiling CNIOExtrasZlib empty.c
[35/806] Compiling CNIODarwin shim.c
[36/806] Compiling CNIOLLHTTP c_nio_http.c
[37/806] Compiling CNIOLinux shim.c
[38/806] Compiling CNIOLLHTTP c_nio_api.c
[39/806] Compiling fiat_p256_adx_sqr.S
[40/806] Compiling fiat_p256_adx_mul.S
[41/806] Compiling fiat_curve25519_adx_mul.S
[42/806] Compiling fiat_curve25519_adx_square.S
[43/806] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[44/806] Write swift-version-24593BA9C3E375BF.txt
[45/806] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/807] Compiling CNIOBoringSSLShims shims.c
[47/812] Compiling tls_method.cc
[48/812] Compiling tls_record.cc
[49/812] Compiling tls13_server.cc
[50/812] Compiling tls13_client.cc
[51/812] Compiling tls13_both.cc
[52/812] Compiling tls13_enc.cc
[54/927] Compiling InternalCollectionsUtilities Debugging.swift
[55/927] Compiling InternalCollectionsUtilities Descriptions.swift
[55/927] Compiling t1_enc.cc
[56/927] Compiling ssl_x509.cc
[58/929] Compiling _NIOBase64 Base64.swift
[59/929] Emitting module _NIOBase64
[60/930] Compiling _NIODataStructures _TinyArray.swift
[61/930] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/930] Compiling InternalCollectionsUtilities Specialize.swift
[63/930] Compiling RealModule Float+Real.swift
[64/930] Compiling Logging LogHandler.swift
[65/930] Compiling _NIODataStructures PriorityQueue.swift
[66/930] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/930] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/930] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/930] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/931] Compiling RealModule Real.swift
[72/931] Compiling RealModule ElementaryFunctions.swift
[73/931] Compiling RealModule Float16+Real.swift
[74/931] Compiling RealModule Float80+Real.swift
[75/931] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[76/931] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/931] Compiling InternalCollectionsUtilities Integer rank.swift
[79/931] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/931] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/931] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/931] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/931] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[84/931] Compiling RealModule RealFunctions.swift
[85/931] Emitting module InternalCollectionsUtilities
[86/931] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[87/931] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[89/932] Emitting module RealModule
[94/948] Compiling DequeModule Deque+CustomReflectable.swift
[95/948] Compiling DequeModule Deque+Descriptions.swift
[96/950] Compiling DequeModule _DequeBuffer.swift
[97/950] Compiling DequeModule _DequeBufferHeader.swift
[98/950] Compiling DequeModule Deque+Equatable.swift
[99/950] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[100/950] Emitting module Logging
[101/950] Compiling Logging MetadataProvider.swift
[102/950] Emitting module _NIODataStructures
[103/950] Compiling _NIODataStructures Heap.swift
[104/950] Compiling DequeModule Deque+Extras.swift
[105/950] Compiling DequeModule Deque+Hashable.swift
[106/950] Compiling Logging Logging.swift
[107/950] Compiling Logging Locks.swift
[110/952] Compiling DequeModule _DequeSlot.swift
[111/952] Compiling DequeModule _UnsafeWrappedBuffer.swift
[111/952] Compiling ssl_versions.cc
[113/952] Compiling DequeModule Deque+Testing.swift
[114/952] Compiling DequeModule Deque._Storage.swift
[115/952] Compiling DequeModule Deque._UnsafeHandle.swift
[116/952] Compiling DequeModule Deque.swift
[116/952] Compiling ssl_transcript.cc
[118/952] Compiling DequeModule Deque+Codable.swift
[119/952] Compiling DequeModule Deque+Collection.swift
[120/952] Emitting module DequeModule
[120/952] Compiling ssl_stat.cc
[122/953] Compiling ssl_session.cc
[124/953] Compiling SwiftProtobuf Message+JSONAdditions.swift
[125/953] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[126/953] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[127/953] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[128/953] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[129/953] Compiling SwiftProtobuf Message.swift
[130/953] Compiling SwiftProtobuf MessageExtension.swift
[131/953] Compiling SwiftProtobuf NameMap.swift
[132/953] Compiling SwiftProtobuf PathDecoder.swift
[133/953] Compiling SwiftProtobuf PathVisitor.swift
[134/953] Compiling SwiftProtobuf ProtoNameProviding.swift
[135/953] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[135/964] Compiling ssl_privkey.cc
[143/964] Compiling SwiftProtobuf ExtensionFields.swift
[144/964] Compiling SwiftProtobuf ExtensionMap.swift
[145/964] Compiling SwiftProtobuf FieldTag.swift
[146/964] Compiling SwiftProtobuf FieldTypes.swift
[147/964] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[148/964] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[149/964] Emitting module SwiftProtobuf
[149/964] Compiling ssl_file.cc
[150/964] Compiling ssl_credential.cc
[151/964] Compiling ssl_key_share.cc
[153/964] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[154/964] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[155/964] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[156/964] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[157/964] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[158/964] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[159/964] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[160/964] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[161/964] Compiling SwiftProtobuf HashVisitor.swift
[162/964] Compiling SwiftProtobuf Internal.swift
[163/964] Compiling SwiftProtobuf JSONDecoder.swift
[164/964] Compiling SwiftProtobuf JSONDecodingError.swift
[165/964] Compiling SwiftProtobuf JSONDecodingOptions.swift
[166/964] Compiling SwiftProtobuf JSONEncoder.swift
[167/964] Compiling SwiftProtobuf JSONEncodingError.swift
[168/964] Compiling SwiftProtobuf JSONEncodingOptions.swift
[169/964] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[170/964] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[171/964] Compiling SwiftProtobuf JSONScanner.swift
[172/964] Compiling SwiftProtobuf MathUtils.swift
[173/964] Compiling SwiftProtobuf Message+AnyAdditions.swift
[174/964] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[175/964] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[176/964] Compiling SwiftProtobuf Message+FieldMask.swift
[176/964] Compiling ssl_lib.cc
[178/964] Compiling SwiftProtobuf ProtobufMap.swift
[179/964] Compiling SwiftProtobuf SelectiveVisitor.swift
[180/964] Compiling SwiftProtobuf SimpleExtensionMap.swift
[181/964] Compiling SwiftProtobuf StringUtils.swift
[182/964] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[183/964] Compiling SwiftProtobuf SwiftProtobufError.swift
[184/964] Compiling SwiftProtobuf TextFormatDecoder.swift
[185/964] Compiling SwiftProtobuf TextFormatDecodingError.swift
[186/964] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[187/964] Compiling SwiftProtobuf TextFormatEncoder.swift
[188/964] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[189/964] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[190/964] Compiling SwiftProtobuf TextFormatScanner.swift
[191/964] Compiling SwiftProtobuf TimeUtils.swift
[192/964] Compiling SwiftProtobuf UnknownStorage.swift
[193/964] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[194/964] Compiling SwiftProtobuf Varint.swift
[195/964] Compiling SwiftProtobuf Version.swift
[196/964] Compiling SwiftProtobuf Visitor.swift
[197/964] Compiling SwiftProtobuf WireFormat.swift
[198/964] Compiling SwiftProtobuf ZigZag.swift
[199/964] Compiling SwiftProtobuf any.pb.swift
[199/964] Compiling ssl_cipher.cc
[200/964] Compiling ssl_buffer.cc
[201/964] Compiling ssl_cert.cc
[202/964] Compiling ssl_asn1.cc
[203/964] Compiling ssl_aead_ctx.cc
[216/964] Compiling s3_pkt.cc
[217/964] Compiling s3_lib.cc
[218/964] Compiling s3_both.cc
[219/964] Compiling handshake_server.cc
[220/964] Compiling handoff.cc
[221/964] Compiling handshake.cc
[222/964] Compiling handshake_client.cc
[223/964] Compiling extensions.cc
[224/964] Compiling dtls_record.cc
[225/964] Compiling encrypted_client_hello.cc
[226/964] Compiling md5-x86_64-linux.S
[227/964] Compiling d1_srtp.cc
[228/964] Compiling md5-x86_64-apple.S
[229/964] Compiling md5-586-linux.S
[230/964] Compiling dtls_method.cc
[231/964] Compiling md5-586-apple.S
[232/964] Compiling d1_pkt.cc
[233/964] Compiling chacha20_poly1305_x86_64-linux.S
[234/964] Compiling chacha20_poly1305_x86_64-apple.S
[235/964] Compiling chacha20_poly1305_armv8-win.S
[236/964] Compiling chacha20_poly1305_armv8-linux.S
[237/964] Compiling chacha20_poly1305_armv8-apple.S
[238/964] Compiling err_data.cc
[239/964] Compiling chacha-x86_64-apple.S
[240/964] Compiling chacha-x86_64-linux.S
[241/964] Compiling chacha-x86-linux.S
[242/964] Compiling chacha-armv8-win.S
[243/964] Compiling chacha-x86-apple.S
[244/964] Compiling chacha-armv8-linux.S
[245/964] Compiling d1_lib.cc
[246/964] Compiling chacha-armv8-apple.S
[247/964] Compiling chacha-armv4-linux.S
[248/964] Compiling aes128gcmsiv-x86_64-linux.S
[249/964] Compiling x86_64-mont5-linux.S
[250/964] Compiling x86_64-mont5-apple.S
[251/964] Compiling aes128gcmsiv-x86_64-apple.S
[252/964] Compiling x86_64-mont-linux.S
[253/964] Compiling bio_ssl.cc
[254/964] Compiling x86_64-mont-apple.S
[255/964] Compiling vpaes-x86_64-apple.S
[256/964] Compiling x86-mont-linux.S
[257/964] Compiling vpaes-x86_64-linux.S
[258/964] Compiling x86-mont-apple.S
[259/964] Compiling vpaes-x86-linux.S
[260/964] Compiling vpaes-x86-apple.S
[261/964] Compiling vpaes-armv8-win.S
[262/964] Compiling vpaes-armv8-apple.S
[263/964] Compiling vpaes-armv8-linux.S
[264/964] Compiling vpaes-armv7-linux.S
[265/964] Compiling sha512-x86_64-apple.S
[266/964] Compiling sha512-x86_64-linux.S
[267/964] Compiling sha512-armv8-win.S
[268/964] Compiling sha512-armv8-linux.S
[269/964] Compiling sha512-armv8-apple.S
[270/964] Compiling sha512-armv4-linux.S
[271/964] Compiling sha512-586-apple.S
[272/964] Compiling sha512-586-linux.S
[273/964] Compiling sha256-x86_64-apple.S
[274/964] Compiling sha256-armv8-win.S
[275/964] Compiling sha256-x86_64-linux.S
[276/964] Compiling sha256-armv8-linux.S
[277/964] Compiling sha256-armv8-apple.S
[278/964] Compiling sha256-armv4-linux.S
[279/964] Compiling sha256-586-linux.S
[280/964] Compiling sha256-586-apple.S
[281/964] Compiling sha1-x86_64-apple.S
[282/964] Compiling sha1-armv8-linux.S
[283/964] Compiling sha1-x86_64-linux.S
[284/964] Compiling sha1-armv8-apple.S
[285/964] Compiling sha1-armv8-win.S
[286/964] Compiling sha1-armv4-large-linux.S
[287/964] Compiling sha1-586-apple.S
[288/964] Compiling sha1-586-linux.S
[289/964] Compiling rdrand-x86_64-linux.S
[290/964] Compiling rsaz-avx2-linux.S
[290/964] Compiling rsaz-avx2-apple.S
[292/964] Compiling rdrand-x86_64-apple.S
[293/964] Compiling p256_beeu-x86_64-asm-linux.S
[294/964] Compiling p256_beeu-x86_64-asm-apple.S
[295/964] Compiling p256_beeu-armv8-asm-win.S
[295/964] Compiling p256-x86_64-asm-apple.S
[297/964] Compiling p256_beeu-armv8-asm-apple.S
[298/964] Compiling p256_beeu-armv8-asm-linux.S
[299/964] Compiling p256-armv8-asm-win.S
[300/964] Compiling p256-armv8-asm-apple.S
[301/964] Compiling p256-x86_64-asm-linux.S
[301/964] Compiling p256-armv8-asm-linux.S
[303/964] Compiling ghashv8-armv8-win.S
[303/964] Compiling ghashv8-armv8-linux.S
[305/964] Compiling ghashv8-armv8-apple.S
[306/964] Compiling ghashv8-armv7-linux.S
[307/964] Compiling ghash-x86_64-linux.S
[308/964] Compiling ghash-x86_64-apple.S
[309/964] Compiling ghash-x86-apple.S
[310/964] Compiling ghash-x86-linux.S
[311/964] Compiling ghash-ssse3-x86_64-linux.S
[312/964] Compiling ghash-ssse3-x86-linux.S
[313/964] Compiling ghash-ssse3-x86_64-apple.S
[314/964] Compiling ghash-ssse3-x86-apple.S
[315/964] Compiling ghash-neon-armv8-win.S
[316/964] Compiling ghash-neon-armv8-apple.S
[317/964] Compiling ghash-neon-armv8-linux.S
[318/964] Compiling co-586-linux.S
[319/964] Compiling ghash-armv4-linux.S
[320/964] Compiling bsaes-armv7-linux.S
[321/964] Compiling co-586-apple.S
[322/964] Compiling bn-armv8-win.S
[323/964] Compiling bn-armv8-linux.S
[324/964] Compiling bn-armv8-apple.S
[325/964] Compiling d1_both.cc
[326/964] Compiling bn-586-linux.S
[327/964] Compiling bn-586-apple.S
[328/964] Compiling armv8-mont-win.S
[329/964] Compiling armv4-mont-linux.S
[330/964] Compiling armv8-mont-linux.S
[331/964] Compiling armv8-mont-apple.S
[332/964] Compiling aesv8-gcm-armv8-win.S
[333/964] Compiling aesv8-gcm-armv8-linux.S
[334/964] Compiling aesv8-armv8-linux.S
[335/964] Compiling aesv8-gcm-armv8-apple.S
[336/964] Compiling aesv8-armv8-win.S
[337/964] Compiling aesv8-armv7-linux.S
[338/964] Compiling aesv8-armv8-apple.S
[339/964] Compiling aesni-x86_64-linux.S
[340/964] Compiling aesni-x86-apple.S
[341/964] Compiling aesni-x86_64-apple.S
[342/964] Compiling aesni-gcm-x86_64-apple.S
[343/964] Compiling aesni-gcm-x86_64-linux.S
[344/964] Compiling aesni-x86-linux.S
[345/964] Compiling aes-gcm-avx2-x86_64-linux.S
[346/964] Compiling aes-gcm-avx10-x86_64-apple.S
[347/964] Compiling aes-gcm-avx10-x86_64-linux.S
[348/964] Compiling aes-gcm-avx2-x86_64-apple.S
[349/964] Compiling x_sig.cc
[350/964] Compiling x_x509a.cc
[351/964] Compiling x_req.cc
[352/964] Compiling x_spki.cc
[353/964] Compiling x_pubkey.cc
[354/964] Compiling x_val.cc
[355/964] Compiling x_x509.cc
[356/964] Compiling x_name.cc
[357/964] Compiling x_crl.cc
[358/964] Compiling x_exten.cc
[359/964] Compiling x_algor.cc
[360/964] Compiling x_attrib.cc
[361/964] Compiling x_all.cc
[362/964] Compiling x509spki.cc
[363/964] Compiling x509rset.cc
[364/964] Compiling x509cset.cc
[365/964] Compiling x509name.cc
[366/964] Compiling x509_vpm.cc
[367/964] Compiling x509_v3.cc
[368/964] Compiling x509_vfy.cc
[369/964] Compiling x509_txt.cc
[370/964] Compiling x509_trs.cc
[372/964] Compiling SwiftProtobuf api.pb.swift
[373/964] Compiling SwiftProtobuf descriptor.pb.swift
[374/964] Compiling SwiftProtobuf duration.pb.swift
[375/964] Compiling SwiftProtobuf empty.pb.swift
[376/964] Compiling SwiftProtobuf field_mask.pb.swift
[377/964] Compiling SwiftProtobuf source_context.pb.swift
[378/964] Compiling SwiftProtobuf struct.pb.swift
[379/964] Compiling SwiftProtobuf timestamp.pb.swift
[380/964] Compiling SwiftProtobuf type.pb.swift
[381/964] Compiling SwiftProtobuf wrappers.pb.swift
[382/964] Compiling SwiftProtobuf resource_bundle_accessor.swift
[382/965] Compiling x509_req.cc
[384/965] Compiling x509_set.cc
[385/965] Compiling x509_lu.cc
[386/965] Compiling x509_ext.cc
[387/965] Compiling x509_obj.cc
[388/965] Compiling x509_def.cc
[389/965] Compiling x509_d2.cc
[390/965] Compiling x509_cmp.cc
[391/965] Compiling x509_att.cc
[392/965] Compiling v3_utl.cc
[393/965] Compiling x509.cc
[394/965] Compiling v3_prn.cc
[395/965] Compiling v3_purp.cc
[396/965] Compiling v3_skey.cc
[397/965] Compiling v3_pmaps.cc
[398/965] Compiling v3_pcons.cc
[399/965] Compiling v3_ocsp.cc
[400/965] Compiling v3_int.cc
[401/965] Compiling v3_ncons.cc
[402/965] Compiling v3_lib.cc
[403/965] Compiling v3_info.cc
[404/965] Compiling v3_ia5.cc
[405/965] Compiling v3_extku.cc
[406/965] Compiling v3_genn.cc
[407/965] Compiling v3_conf.cc
[408/965] Compiling v3_enum.cc
[408/965] Compiling v3_crld.cc
[410/965] Compiling v3_bitst.cc
[411/965] Compiling v3_cpols.cc
[412/965] Compiling v3_akeya.cc
[413/965] Compiling v3_alt.cc
[413/965] Compiling v3_bcons.cc
[415/965] Compiling t_x509a.cc
[416/965] Compiling v3_akey.cc
[417/965] Compiling t_x509.cc
[418/965] Compiling t_crl.cc
[419/965] Compiling t_req.cc
[420/965] Compiling rsa_pss.cc
[421/965] Compiling name_print.cc
[422/965] Compiling policy.cc
[423/965] Compiling i2d_pr.cc
[424/965] Compiling by_file.cc
[425/965] Compiling by_dir.cc
[426/965] Compiling algorithm.cc
[427/965] Compiling a_verify.cc
[428/965] Compiling asn1_gen.cc
[429/965] Compiling voprf.cc
[430/965] Compiling a_digest.cc
[431/965] Compiling a_sign.cc
[432/965] Compiling thread_win.cc
[433/965] Compiling thread_pthread.cc
[434/965] Compiling thread_none.cc
[435/965] Compiling thread.cc
[436/965] Compiling stack.cc
[437/965] Compiling trust_token.cc
[438/965] Compiling pmbtoken.cc
[439/965] Compiling siphash.cc
[440/965] Compiling slhdsa.cc
[441/965] Compiling sha256.cc
[441/965] Compiling sha512.cc
[443/965] Compiling spake2plus.cc
[444/965] Compiling sha1.cc
[445/965] Compiling rsa_print.cc
[446/965] Compiling rc4.cc
[447/965] Compiling rsa_extra.cc
[448/965] Compiling refcount.cc
[449/965] Compiling windows.cc
[450/965] Compiling urandom.cc
[451/965] Compiling rsa_crypt.cc
[452/965] Compiling trusty.cc
[453/965] Compiling rand.cc
[454/965] Compiling ios.cc
[455/965] Compiling passive.cc
[456/965] Compiling rsa_asn1.cc
[457/965] Compiling getentropy.cc
[458/965] Compiling deterministic.cc
[458/965] Compiling poly1305_arm_asm.S
[460/965] Compiling forkunsafe.cc
[461/965] Compiling fork_detect.cc
[462/965] Compiling poly1305.cc
[463/965] Compiling poly1305_arm.cc
[464/965] Compiling poly1305_vec.cc
[465/965] Compiling pool.cc
[466/965] Compiling pkcs7.cc
[467/965] Compiling pkcs8_x509.cc
[468/965] Compiling pkcs8.cc
[469/965] Compiling p5_pbev2.cc
[470/965] Compiling pkcs7_x509.cc
[471/965] Compiling pem_xaux.cc
[472/965] Compiling pem_pkey.cc
[473/965] Compiling pem_x509.cc
[474/965] Compiling pem_pk8.cc
[475/965] Compiling pem_oth.cc
[476/965] Compiling pem_info.cc
[477/965] Compiling obj_xref.cc
[478/965] Compiling obj.cc
[479/965] Compiling pem_all.cc
[480/965] Compiling mlkem.cc
[481/965] Compiling pem_lib.cc
[482/965] Compiling mldsa.cc
[483/965] Compiling mem.cc
[484/965] Compiling poly_rq_mul.S
[485/965] Compiling md5.cc
[486/965] Compiling fips_shared_support.cc
[487/965] Compiling md4.cc
[488/965] Compiling lhash.cc
[489/965] Compiling sign.cc
[490/965] Compiling ex_data.cc
[491/965] Compiling scrypt.cc
[492/965] Compiling kyber.cc
[493/965] Compiling hrss.cc
[494/965] Compiling print.cc
[495/965] Compiling hpke.cc
[496/965] Compiling pbkdf.cc
[497/965] Compiling p_x25519.cc
[498/965] Compiling p_x25519_asn1.cc
[499/965] Compiling p_ed25519.cc
[500/965] Compiling p_rsa_asn1.cc
[501/965] Compiling p_rsa.cc
[502/965] Compiling p_ed25519_asn1.cc
[503/965] Compiling p_hkdf.cc
[504/965] Compiling p_ec_asn1.cc
[505/965] Compiling p_ec.cc
[506/965] Compiling p_dh_asn1.cc
[507/965] Compiling evp.cc
[507/965] Compiling evp_ctx.cc
[509/965] Compiling p_dh.cc
[510/965] Compiling err.cc
[511/965] Compiling p_dsa_asn1.cc
[512/965] Compiling evp_asn1.cc
[513/965] Compiling ec_derive.cc
[514/965] Compiling engine.cc
[515/965] Compiling ecdh.cc
[516/965] Compiling hash_to_curve.cc
[517/965] Compiling ecdsa_asn1.cc
[518/965] Compiling ec_asn1.cc
[519/965] Compiling params.cc
[520/965] Compiling dsa.cc
[521/965] Compiling dsa_asn1.cc
[522/965] Compiling x25519-asm-arm.S
[523/965] Compiling bcm.cc
[524/965] Compiling des.cc
[525/965] Compiling dh_asn1.cc
[526/965] Compiling digest_extra.cc
[527/965] Compiling spake25519.cc
[528/965] Compiling crypto.cc
[529/965] Compiling cpu_intel.cc
[530/965] Compiling curve25519.cc
[531/965] Compiling cpu_arm_freebsd.cc
[532/965] Compiling cpu_arm_linux.cc
[533/965] Compiling cpu_aarch64_sysreg.cc
[534/965] Compiling cpu_aarch64_openbsd.cc
[535/965] Compiling cpu_aarch64_win.cc
[536/965] Compiling curve25519_64_adx.cc
[537/965] Compiling cpu_aarch64_linux.cc
[538/965] Compiling cpu_aarch64_apple.cc
[539/965] Compiling cpu_aarch64_fuchsia.cc
[540/965] Compiling get_cipher.cc
[541/965] Compiling conf.cc
[542/965] Compiling tls_cbc.cc
[543/965] Compiling e_rc4.cc
[544/965] Compiling e_rc2.cc
[545/965] Compiling e_tls.cc
[546/965] Compiling e_des.cc
[547/965] Compiling e_null.cc
[548/965] Compiling derive_key.cc
[549/965] Compiling e_chacha20poly1305.cc
[550/965] Compiling e_aesgcmsiv.cc
[551/965] Compiling e_aesctrhmac.cc
[552/965] Compiling chacha.cc
[553/965] Compiling unicode.cc
[554/965] Compiling ber.cc
[555/965] Compiling buf.cc
[556/965] Compiling cbs.cc
[557/965] Compiling asn1_compat.cc
[558/965] Compiling blake2.cc
[559/965] Compiling cbb.cc
[560/965] Compiling bn_asn1.cc
[561/965] Compiling socket_helper.cc
[562/965] Compiling convert.cc
[563/965] Compiling pair.cc
[564/965] Compiling printf.cc
[565/965] Compiling socket.cc
[566/965] Compiling hexdump.cc
[567/965] Compiling errno.cc
[568/965] Compiling fd.cc
[569/965] Compiling file.cc
[570/965] Compiling connect.cc
[571/965] Compiling bio_mem.cc
[572/965] Compiling tasn_typ.cc
[573/965] Compiling base64.cc
[574/965] Compiling bio.cc
[574/965] Compiling tasn_enc.cc
[576/965] Compiling tasn_fre.cc
[577/965] Compiling tasn_new.cc
[578/965] Compiling posix_time.cc
[579/965] Compiling tasn_utl.cc
[580/965] Compiling f_string.cc
[581/965] Compiling asn_pack.cc
[582/965] Compiling asn1_par.cc
[583/965] Compiling f_int.cc
[584/965] Compiling tasn_dec.cc
[585/965] Compiling a_utctm.cc
[586/965] Compiling asn1_lib.cc
[587/965] Compiling a_octet.cc
[588/965] Compiling a_type.cc
[589/965] Compiling a_time.cc
[590/965] Compiling a_strex.cc
[591/965] Compiling a_strnid.cc
[592/965] Compiling a_dup.cc
[593/965] Compiling a_i2d_fp.cc
[594/965] Compiling a_mbstr.cc
[595/965] Compiling a_object.cc
[596/965] Compiling a_int.cc
[597/965] Compiling fiat_p256_adx_sqr.S
[598/965] Compiling a_gentm.cc
[599/965] Compiling a_d2i_fp.cc
[600/965] Compiling fiat_p256_adx_mul.S
[601/965] Compiling fiat_curve25519_adx_square.S
[602/965] Compiling a_bitstr.cc
[603/965] Compiling fiat_curve25519_adx_mul.S
[604/965] Compiling md5-x86_64-apple.S
[605/965] Compiling md5-x86_64-linux.S
[606/965] Compiling a_bool.cc
[607/965] Compiling md5-586-linux.S
[608/965] Compiling CCryptoBoringSSLShims shims.c
[609/965] Compiling md5-586-apple.S
[610/965] Compiling chacha20_poly1305_x86_64-apple.S
[611/965] Compiling chacha20_poly1305_x86_64-linux.S
[611/965] Compiling chacha20_poly1305_armv8-win.S
[613/965] Compiling chacha20_poly1305_armv8-apple.S
[614/965] Compiling chacha20_poly1305_armv8-linux.S
[615/965] Compiling chacha-x86-linux.S
[616/965] Compiling chacha-x86_64-apple.S
[617/965] Compiling chacha-x86_64-linux.S
[618/965] Compiling chacha-x86-apple.S
[619/965] Compiling chacha-armv8-win.S
[620/965] Compiling chacha-armv8-apple.S
[621/965] Compiling chacha-armv8-linux.S
[622/965] Compiling err_data.cc
[623/965] Compiling aes128gcmsiv-x86_64-apple.S
[624/965] Compiling chacha-armv4-linux.S
[624/965] Compiling aes128gcmsiv-x86_64-linux.S
[626/965] Compiling x86_64-mont5-linux.S
[627/965] Compiling x86_64-mont5-apple.S
[628/965] Compiling x86_64-mont-linux.S
[629/965] Compiling x86_64-mont-apple.S
[630/965] Compiling x86-mont-apple.S
[631/965] Compiling x86-mont-linux.S
[632/965] Compiling vpaes-x86_64-linux.S
[633/965] Compiling vpaes-x86_64-apple.S
[634/965] Compiling vpaes-x86-linux.S
[635/965] Compiling vpaes-armv8-linux.S
[636/965] Compiling vpaes-x86-apple.S
[637/965] Compiling vpaes-armv8-win.S
[638/965] Compiling sha512-armv8-win.S
[639/965] Compiling sha512-x86_64-linux.S
[640/965] Compiling vpaes-armv8-apple.S
[640/965] Compiling vpaes-armv7-linux.S
[642/965] Compiling sha512-armv8-linux.S
[643/965] Compiling sha512-x86_64-apple.S
[644/965] Compiling sha512-armv8-apple.S
[645/965] Compiling sha512-armv4-linux.S
[646/965] Compiling sha512-586-apple.S
[647/965] Compiling sha256-x86_64-apple.S
[648/965] Compiling sha512-586-linux.S
[649/965] Compiling sha256-armv8-win.S
[650/965] Compiling sha256-x86_64-linux.S
[651/965] Compiling sha256-armv8-linux.S
[652/965] Compiling sha256-armv8-apple.S
[653/965] Compiling sha256-armv4-linux.S
[654/965] Compiling sha256-586-apple.S
[655/965] Compiling sha256-586-linux.S
[656/965] Compiling sha1-x86_64-apple.S
[657/965] Compiling sha1-x86_64-linux.S
[658/965] Compiling sha1-armv8-win.S
[659/965] Compiling sha1-armv8-apple.S
[660/965] Compiling sha1-armv8-linux.S
[661/965] Compiling sha1-armv4-large-linux.S
[662/965] Compiling sha1-586-apple.S
[663/965] Compiling sha1-586-linux.S
[664/965] Compiling rsaz-avx2-linux.S
[665/965] Compiling rsaz-avx2-apple.S
[666/965] Compiling rdrand-x86_64-linux.S
[667/965] Compiling p256_beeu-x86_64-asm-linux.S
[668/965] Compiling p256_beeu-x86_64-asm-apple.S
[669/965] Compiling rdrand-x86_64-apple.S
[670/965] Compiling p256_beeu-armv8-asm-linux.S
[671/965] Compiling p256_beeu-armv8-asm-win.S
[672/965] Compiling p256_beeu-armv8-asm-apple.S
[673/965] Compiling p256-x86_64-asm-apple.S
[674/965] Compiling p256-x86_64-asm-linux.S
[675/965] Compiling p256-armv8-asm-linux.S
[676/965] Compiling p256-armv8-asm-win.S
[677/965] Compiling p256-armv8-asm-apple.S
[678/965] Compiling ghashv8-armv8-win.S
[679/965] Compiling ghashv8-armv8-linux.S
[680/965] Compiling ghashv8-armv8-apple.S
[681/965] Compiling ghashv8-armv7-linux.S
[682/965] Compiling ghash-x86_64-linux.S
[683/965] Compiling ghash-x86_64-apple.S
[684/965] Compiling ghash-x86-linux.S
[685/965] Compiling ghash-neon-armv8-win.S
[686/965] Compiling ghash-ssse3-x86_64-linux.S
[687/965] Compiling ghash-ssse3-x86-linux.S
[687/965] Compiling ghash-x86-apple.S
[689/965] Compiling ghash-ssse3-x86_64-apple.S
[690/965] Compiling ghash-ssse3-x86-apple.S
[691/965] Compiling ghash-neon-armv8-apple.S
[692/965] Compiling co-586-apple.S
[693/965] Compiling ghash-neon-armv8-linux.S
[694/965] Compiling ghash-armv4-linux.S
[695/965] Compiling co-586-linux.S
[696/965] Compiling bsaes-armv7-linux.S
[697/965] Compiling bn-armv8-linux.S
[698/965] Compiling bn-586-linux.S
[699/965] Compiling bn-armv8-win.S
[700/965] Compiling armv8-mont-linux.S
[701/965] Compiling armv8-mont-apple.S
[702/965] Compiling bn-586-apple.S
[703/965] Compiling bn-armv8-apple.S
[704/965] Compiling armv8-mont-win.S
[705/965] Compiling aesv8-gcm-armv8-apple.S
[706/965] Compiling armv4-mont-linux.S
[707/965] Compiling aesv8-gcm-armv8-win.S
[708/965] Compiling aesv8-armv8-win.S
[709/965] Compiling aesv8-gcm-armv8-linux.S
[710/965] Compiling aesv8-armv8-linux.S
[711/965] Compiling aesv8-armv7-linux.S
[712/965] Compiling aesv8-armv8-apple.S
[713/965] Compiling aesni-x86-linux.S
[714/965] Compiling aesni-x86_64-apple.S
[715/965] Compiling aesni-x86_64-linux.S
[716/965] Compiling aesni-gcm-x86_64-apple.S
[717/965] Compiling aesni-x86-apple.S
[718/965] Compiling aesni-gcm-x86_64-linux.S
[719/965] Compiling aes-gcm-avx10-x86_64-linux.S
[720/965] Compiling aes-gcm-avx10-x86_64-apple.S
[721/965] Compiling x_x509.cc
[722/965] Compiling x_x509a.cc
[723/965] Compiling x_sig.cc
[724/965] Compiling x_spki.cc
[725/965] Compiling x_req.cc
[726/965] Compiling x_val.cc
[727/965] Compiling c-nioatomics.c
[728/965] Compiling x_name.cc
[729/965] Compiling x_pubkey.cc
[730/965] Compiling x_exten.cc
[731/965] Compiling x_algor.cc
[732/965] Compiling x_attrib.cc
[733/965] Compiling x_crl.cc
[734/965] Compiling c-atomics.c
[735/965] Compiling x_all.cc
[736/965] Compiling x509spki.cc
[737/967] Compiling x509rset.cc
[738/971] Compiling x509name.cc
[740/971] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[740/971] Compiling x509_vpm.cc
[741/971] Compiling x509cset.cc
[742/971] Compiling x509_txt.cc
[743/971] Compiling x509_v3.cc
[745/971] Compiling NIOConcurrencyHelpers NIOLock.swift
[745/971] Compiling x509_vfy.cc
[747/971] Compiling NIOConcurrencyHelpers lock.swift
[748/971] Emitting module NIOConcurrencyHelpers
[749/971] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[749/971] Compiling x509_trs.cc
[751/971] Compiling NIOConcurrencyHelpers atomics.swift
[751/972] Compiling x509_obj.cc
[753/972] Compiling x509_set.cc
[754/972] Compiling x509_ext.cc
[755/972] Compiling x509_req.cc
[756/972] Compiling x509_lu.cc
[757/972] Compiling x509_def.cc
[758/972] Compiling x509_d2.cc
[759/972] Compiling x509_cmp.cc
[760/972] Compiling x509.cc
[761/972] Compiling x509_att.cc
[762/972] Compiling v3_utl.cc
[763/972] Compiling v3_prn.cc
[763/972] Compiling v3_skey.cc
[765/972] Compiling v3_purp.cc
[766/972] Compiling v3_pmaps.cc
[767/972] Compiling v3_ocsp.cc
[768/972] Compiling v3_pcons.cc
[769/972] Compiling v3_ncons.cc
[770/972] Compiling v3_int.cc
[771/972] Compiling v3_ia5.cc
[772/972] Compiling v3_info.cc
[773/972] Compiling v3_genn.cc
[774/972] Compiling v3_lib.cc
[775/972] Compiling v3_extku.cc
[776/972] Compiling v3_enum.cc
[777/972] Compiling v3_crld.cc
[778/972] Compiling v3_cpols.cc
[779/972] Compiling v3_bcons.cc
[780/972] Compiling v3_conf.cc
[781/972] Compiling v3_bitst.cc
[782/972] Compiling v3_akeya.cc
[783/972] Compiling v3_alt.cc
[784/972] Compiling v3_akey.cc
[785/972] Compiling t_x509a.cc
[786/972] Compiling i2d_pr.cc
[787/972] Compiling t_crl.cc
[788/972] Compiling name_print.cc
[789/972] Compiling t_x509.cc
[790/972] Compiling t_req.cc
[791/972] Compiling rsa_pss.cc
[792/972] Compiling policy.cc
[793/972] Compiling by_file.cc
[794/972] Compiling voprf.cc
[795/972] Compiling a_digest.cc
[796/972] Compiling algorithm.cc
[797/972] Compiling trust_token.cc
[798/972] Compiling a_verify.cc
[799/972] Compiling asn1_gen.cc
[800/972] Compiling by_dir.cc
[801/972] Compiling a_sign.cc
[802/972] Compiling thread.cc
[803/972] Compiling thread_none.cc
[804/972] Compiling thread_win.cc
[805/972] Compiling thread_pthread.cc
[806/972] Compiling wots.cc
[806/972] Compiling stack.cc
[808/972] Compiling pmbtoken.cc
[809/972] Compiling thash.cc
[810/972] Compiling sha256.cc
[811/972] Compiling merkle.cc
[812/972] Compiling slhdsa.cc
[813/972] Compiling sha512.cc
[814/972] Compiling fors.cc
[815/972] Compiling siphash.cc
[816/972] Compiling sha1.cc
[817/972] Compiling rsa_print.cc
[818/972] Compiling rsa_extra.cc
[819/972] Compiling windows.cc
[820/972] Compiling refcount.cc
[821/972] Compiling rsa_crypt.cc
[822/972] Compiling rc4.cc
[823/972] Compiling rsa_asn1.cc
[824/972] Compiling urandom.cc
[825/972] Compiling rand_extra.cc
[826/972] Compiling trusty.cc
[827/972] Compiling ios.cc
[828/972] Compiling passive.cc
[829/972] Compiling deterministic.cc
[830/972] Compiling forkunsafe.cc
[831/972] Compiling fork_detect.cc
[832/972] Compiling getentropy.cc
[833/972] Compiling pool.cc
[834/972] Compiling poly1305_arm.cc
[835/972] Compiling poly1305_arm_asm.S
[836/972] Compiling poly1305_vec.cc
[837/972] Compiling poly1305.cc
[838/972] Compiling pkcs7.cc
[839/972] Compiling pkcs8_x509.cc
[840/972] Compiling pkcs8.cc
[841/972] Compiling p5_pbev2.cc
[842/972] Compiling pem_x509.cc
[843/972] Compiling pem_pkey.cc
[844/972] Compiling pkcs7_x509.cc
[845/972] Compiling pem_xaux.cc
[846/972] Compiling pem_pk8.cc
[847/972] Compiling pem_oth.cc
[848/972] Compiling obj_xref.cc
[849/972] Compiling pem_lib.cc
[850/972] Compiling pem_all.cc
[851/972] Compiling obj.cc
[852/972] Compiling mldsa.cc
[853/972] Compiling pem_info.cc
[854/972] Compiling mlkem.cc
[855/972] Compiling md5.cc
[856/972] Compiling poly_rq_mul.S
[857/972] Compiling fips_shared_support.cc
[858/972] Compiling lhash.cc
[859/972] Compiling kyber.cc
[860/972] Compiling md4.cc
[861/972] Compiling mem.cc
[862/972] Compiling hrss.cc
[863/972] Compiling ex_data.cc
[864/972] Compiling sign.cc
[865/972] Compiling p_x25519_asn1.cc
[866/972] Compiling print.cc
[867/972] Compiling scrypt.cc
[868/972] Compiling hpke.cc
[869/972] Compiling p_x25519.cc
[870/972] Compiling pbkdf.cc
[871/972] Compiling p_rsa.cc
[872/972] Compiling p_ed25519.cc
[872/972] Compiling p_rsa_asn1.cc
[874/972] Compiling p_ed25519_asn1.cc
[875/972] Compiling p_hkdf.cc
[876/972] Compiling p_ec_asn1.cc
[877/972] Compiling p_ec.cc
[878/972] Compiling p_dh.cc
[879/972] Compiling p_dh_asn1.cc
[880/972] Compiling evp_ctx.cc
[881/972] Compiling p_dsa_asn1.cc
[882/972] Compiling evp_asn1.cc
[883/972] Compiling err.cc
[884/972] Compiling evp.cc
[885/972] Compiling engine.cc
[886/972] Compiling ecdh_extra.cc
[887/972] Compiling ecdsa_asn1.cc
[888/972] Compiling ec_derive.cc
[889/972] Compiling hash_to_curve.cc
[890/972] Compiling dsa_asn1.cc
[891/972] Compiling ec_asn1.cc
[892/972] Compiling digest_extra.cc
[893/972] Compiling params.cc
[894/972] Compiling dsa.cc
[895/972] Compiling dh_asn1.cc
[896/972] Compiling des.cc
[897/972] Compiling x25519-asm-arm.S
[898/972] Compiling spake25519.cc
[899/972] Compiling cpu_intel.cc
[900/972] Compiling crypto.cc
[901/972] Compiling cpu_arm_linux.cc
[902/972] Compiling curve25519.cc
[902/972] Compiling cpu_arm_freebsd.cc
[904/972] Compiling cpu_aarch64_win.cc
[905/972] Compiling cpu_aarch64_sysreg.cc
[906/972] Compiling cpu_aarch64_openbsd.cc
[907/972] Compiling cpu_aarch64_linux.cc
[908/972] Compiling curve25519_64_adx.cc
[909/972] Compiling bcm.cc
[910/972] Compiling cpu_aarch64_fuchsia.cc
[911/972] Compiling cpu_aarch64_apple.cc
[912/972] Compiling e_tls.cc
[913/972] Compiling e_rc4.cc
[914/972] Compiling tls_cbc.cc
[915/972] Compiling conf.cc
[916/972] Compiling e_rc2.cc
[917/972] Compiling e_null.cc
[918/972] Compiling e_des.cc
[919/972] Compiling e_chacha20poly1305.cc
[920/972] Compiling derive_key.cc
[921/972] Compiling e_aesctrhmac.cc
[922/972] Compiling cipher_extra.cc
[923/972] Compiling chacha.cc
[924/972] Compiling unicode.cc
[925/972] Compiling e_aesgcmsiv.cc
[926/972] Compiling ber.cc
[927/972] Compiling cbb.cc
[928/972] Compiling cbs.cc
[929/972] Compiling asn1_compat.cc
[930/972] Compiling buf.cc
[931/972] Compiling bn_asn1.cc
[932/972] Compiling blake2.cc
[933/972] Compiling convert.cc
[934/972] Compiling printf.cc
[934/972] Compiling file.cc
[934/972] Compiling hexdump.cc
[936/972] Compiling pair.cc
[938/972] Compiling bio_mem.cc
[939/972] Compiling fd.cc
[940/972] Compiling errno.cc
[941/972] Compiling bio.cc
[942/972] Compiling base64.cc
[943/972] Compiling tasn_typ.cc
[944/972] Compiling tasn_fre.cc
[945/972] Compiling tasn_enc.cc
[946/972] Compiling tasn_new.cc
[947/972] Compiling tasn_utl.cc
[948/972] Compiling tasn_dec.cc
[949/972] Compiling posix_time.cc
[950/972] Compiling f_string.cc
[951/972] Compiling asn_pack.cc
[952/972] Compiling f_int.cc
[953/972] Compiling asn1_par.cc
[954/972] Compiling a_utctm.cc
[955/972] Compiling asn1_lib.cc
[956/972] Compiling a_type.cc
[957/972] Compiling a_time.cc
[958/972] Compiling a_octet.cc
[959/972] Compiling a_strnid.cc
[960/972] Compiling a_strex.cc
[961/972] Compiling a_object.cc
[962/972] Compiling a_i2d_fp.cc
[962/972] Write sources
[965/972] Compiling a_mbstr.cc
[966/972] Compiling a_int.cc
[967/972] Compiling a_gentm.cc
[968/972] Compiling a_dup.cc
[969/1007] Compiling a_d2i_fp.cc
[970/1010] Compiling a_bool.cc
[971/1016] Compiling a_bitstr.cc
[973/1024] Compiling Atomics Primitives.shims.swift
[974/1024] Compiling Atomics AtomicInteger.swift
[975/1024] Compiling Atomics AtomicOptionalWrappable.swift
[976/1024] Compiling Atomics AtomicMemoryOrderings.swift
[977/1024] Compiling Atomics DoubleWord.swift
[978/1026] Compiling Atomics ManagedAtomic.swift
[979/1026] Compiling Atomics ManagedAtomicLazyReference.swift
[980/1026] Compiling Atomics UnsafeAtomic.swift
[981/1026] Compiling Atomics UnsafeAtomicLazyReference.swift
[982/1026] Compiling Atomics AtomicReference.swift
[983/1026] Compiling Atomics AtomicStorage.swift
[984/1026] Compiling Atomics AtomicValue.swift
[985/1026] Compiling Atomics IntegerOperations.swift
[986/1026] Compiling Atomics Unmanaged extensions.swift
[987/1026] Compiling Atomics OptionalRawRepresentable.swift
[988/1026] Compiling Atomics RawRepresentable.swift
[989/1026] Compiling Atomics AtomicBool.swift
[990/1026] Compiling Atomics IntegerConformances.swift
[997/1029] Compiling CryptoBoringWrapper RandomBytes.swift
[998/1029] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[999/1029] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1000/1029] Compiling Algorithms Trim.swift
[1001/1029] Compiling Algorithms Unique.swift
[1002/1029] Compiling Algorithms Windows.swift
[1003/1029] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1006/1029] Compiling Algorithms MinMax.swift
[1007/1029] Compiling Algorithms Partition.swift
[1008/1029] Compiling Algorithms Permutations.swift
[1009/1029] Compiling Algorithms Product.swift
[1010/1029] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1011/1029] Emitting module CryptoBoringWrapper
[1012/1029] Compiling CryptoBoringWrapper EllipticCurve.swift
[1013/1029] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1019/1030] Compiling Atomics PointerConformances.swift
[1020/1030] Compiling Atomics Primitives.native.swift
[1023/1030] Emitting module Atomics
[1024/1101] Emitting module Algorithms
[1025/1102] Compiling Crypto PKCS8PrivateKey.swift
[1026/1102] Compiling Crypto SEC1PrivateKey.swift
[1027/1102] Compiling Crypto SubjectPublicKeyInfo.swift
[1028/1102] Compiling Crypto CryptoKitErrors.swift
[1029/1102] Compiling Crypto Digest_boring.swift
[1030/1102] Compiling Crypto Digest.swift
[1033/1162] Compiling Crypto HPKE-Ciphersuite.swift
[1034/1162] Compiling Crypto HPKE-KDF.swift
[1035/1162] Compiling Crypto HPKE-KexKeyDerivation.swift
[1036/1162] Compiling Crypto HPKE-LabeledExtract.swift
[1037/1162] Compiling Crypto HPKE-Utils.swift
[1038/1162] Compiling Crypto DHKEM.swift
[1039/1162] Compiling Crypto HPKE-KEM-Curve25519.swift
[1040/1162] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1041/1162] Compiling Crypto HPKE-KEM.swift
[1042/1162] Compiling Crypto HPKE-Errors.swift
[1043/1171] Emitting module Crypto
[1044/1171] Compiling NIOCore AsyncAwaitSupport.swift
[1045/1171] Compiling NIOCore AsyncChannel.swift
[1046/1171] Compiling NIOCore AsyncChannelHandler.swift
[1047/1171] Compiling NIOCore AsyncChannelInboundStream.swift
[1048/1171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1049/1171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1050/1171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1051/1171] Compiling NIOCore NIOAsyncWriter.swift
[1052/1171] Compiling NIOCore GlobalSingletons.swift
[1053/1171] Compiling NIOCore IO.swift
[1054/1171] Compiling NIOCore ChannelPipeline.swift
[1055/1171] Compiling NIOCore CircularBuffer.swift
[1056/1171] Compiling NIOCore Codec.swift
[1057/1171] Compiling NIOCore ConvenienceOptionSupport.swift
[1058/1171] Compiling NIOCore DeadChannel.swift
[1059/1171] Compiling NIOCore DispatchQueue+WithFuture.swift
[1060/1171] Compiling NIOCore EventLoop+Deprecated.swift
[1061/1171] Compiling NIOCore EventLoop+SerialExecutor.swift
[1062/1171] Compiling Crypto ECDSA.swift
[1063/1171] Compiling Crypto Ed25519.swift
[1064/1171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1065/1171] Compiling NIOCore BSDSocketAPI.swift
[1066/1171] Compiling NIOCore ByteBuffer-aux.swift
[1067/1171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1068/1171] Compiling NIOCore ByteBuffer-conversions.swift
[1069/1171] Compiling NIOCore ByteBuffer-core.swift
[1070/1171] Compiling NIOCore ByteBuffer-hex.swift
[1071/1171] Compiling NIOCore ByteBuffer-int.swift
[1072/1171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1073/1171] Compiling NIOCore AddressedEnvelope.swift
[1074/1171] Compiling Crypto Signature.swift
[1075/1171] Compiling Crypto CryptoKitErrors_boring.swift
[1076/1171] Compiling Crypto RNG_boring.swift
[1077/1171] Compiling Crypto SafeCompare_boring.swift
[1078/1171] Compiling Crypto Zeroization_boring.swift
[1079/1171] Compiling Crypto PrettyBytes.swift
[1080/1171] Compiling Crypto SafeCompare.swift
[1081/1171] Compiling Crypto SecureBytes.swift
[1082/1171] Compiling Crypto Zeroization.swift
[1083/1171] Compiling NIOCore MarkedCircularBuffer.swift
[1084/1171] Compiling NIOCore MulticastChannel.swift
[1085/1171] Compiling NIOCore NIOAny.swift
[1086/1171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1087/1171] Compiling NIOCore NIOLoopBound.swift
[1088/1171] Compiling NIOCore NIOScheduledCallback.swift
[1089/1171] Compiling NIOCore NIOSendable.swift
[1090/1171] Compiling NIOCore RecvByteBufferAllocator.swift
[1091/1179] Compiling NIOCore IOData.swift
[1092/1179] Compiling NIOCore IPProtocol.swift
[1093/1179] Compiling NIOCore IntegerBitPacking.swift
[1094/1179] Compiling NIOCore IntegerTypes.swift
[1095/1179] Compiling NIOCore Interfaces.swift
[1096/1179] Compiling NIOCore Linux.swift
[1097/1179] Compiling NIOCore ByteBuffer-multi-int.swift
[1098/1179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1099/1179] Compiling NIOCore ByteBuffer-views.swift
[1100/1179] Compiling NIOCore Channel.swift
[1103/1179] Compiling NIOCore EventLoop.swift
[1104/1179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1105/1179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1106/1179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1107/1179] Compiling NIOCore EventLoopFuture.swift
[1108/1179] Compiling NIOCore FileDescriptor.swift
[1109/1179] Compiling NIOCore FileHandle.swift
[1110/1179] Compiling NIOCore FileRegion.swift
[1119/1179] Compiling NIOCore ChannelHandler.swift
[1120/1179] Compiling NIOCore ChannelHandlers.swift
[1121/1179] Compiling NIOCore ChannelInvoker.swift
[1122/1179] Compiling NIOCore ChannelOption.swift
[1155/1180] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1156/1180] Compiling NIOCore SocketAddresses.swift
[1157/1180] Compiling NIOCore SocketOptionProvider.swift
[1158/1180] Compiling NIOCore SystemCallHelpers.swift
[1159/1180] Compiling NIOCore TimeAmount+Duration.swift
[1160/1180] Compiling NIOCore TypeAssistedChannelHandler.swift
[1161/1180] Compiling NIOCore UniversalBootstrapSupport.swift
[1162/1180] Compiling NIOCore Utilities.swift
[1180/1180] Emitting module NIOCore
[1182/1232] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1183/1232] Emitting module NIOEmbedded
[1184/1232] Compiling NIOEmbedded AsyncTestingChannel.swift
[1185/1232] Compiling NIOEmbedded Embedded.swift
[1187/1233] Emitting module NIOPosix
[1188/1239] Compiling NIOPosix IO.swift
[1189/1239] Compiling NIOPosix IntegerBitPacking.swift
[1190/1239] Compiling NIOPosix IntegerTypes.swift
[1191/1239] Compiling NIOPosix Linux.swift
[1192/1239] Compiling NIOPosix LinuxCPUSet.swift
[1193/1239] Compiling NIOPosix LinuxUring.swift
[1194/1239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1195/1239] Compiling NIOPosix ServerSocket.swift
[1196/1239] Compiling NIOPosix Socket.swift
[1197/1239] Compiling NIOPosix SocketChannel.swift
[1198/1239] Compiling NIOPosix SocketProtocols.swift
[1199/1239] Compiling NIOPosix System.swift
[1200/1239] Compiling NIOPosix Thread.swift
[1201/1239] Compiling NIOPosix SelectableChannel.swift
[1202/1239] Compiling NIOPosix SelectableEventLoop.swift
[1203/1239] Compiling NIOPosix SelectorEpoll.swift
[1204/1239] Compiling NIOPosix SelectorGeneric.swift
[1205/1239] Compiling NIOPosix SelectorKqueue.swift
[1206/1239] Compiling NIOPosix SelectorUring.swift
[1207/1239] Compiling NIOPosix ThreadPosix.swift
[1208/1239] Compiling NIOPosix ThreadWindows.swift
[1209/1239] Compiling NIOPosix UnsafeTransfer.swift
[1210/1239] Compiling NIOPosix Utilities.swift
[1211/1239] Compiling NIOPosix VsockAddress.swift
[1212/1239] Compiling NIOPosix VsockChannelEvents.swift
[1213/1239] Compiling NIOPosix Bootstrap.swift
[1214/1239] Compiling NIOPosix ControlMessage.swift
[1215/1239] Compiling NIOPosix DatagramVectorReadManager.swift
[1216/1239] Compiling NIOPosix Errors+Any.swift
[1217/1239] Compiling NIOPosix FileDescriptor.swift
[1218/1239] Compiling NIOPosix GetaddrinfoResolver.swift
[1219/1239] Compiling NIOPosix HappyEyeballs.swift
[1220/1239] Compiling NIOPosix BSDSocketAPICommon.swift
[1221/1239] Compiling NIOPosix BSDSocketAPIPosix.swift
[1222/1239] Compiling NIOPosix BSDSocketAPIWindows.swift
[1223/1239] Compiling NIOPosix BaseSocket.swift
[1224/1239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1225/1239] Compiling NIOPosix BaseSocketChannel.swift
[1226/1239] Compiling NIOPosix BaseStreamSocketChannel.swift
[1227/1239] Compiling NIOPosix NIOThreadPool.swift
[1228/1239] Compiling NIOPosix NonBlockingFileIO.swift
[1229/1239] Compiling NIOPosix PendingDatagramWritesManager.swift
[1230/1239] Compiling NIOPosix PendingWritesManager.swift
[1231/1239] Compiling NIOPosix PipeChannel.swift
[1232/1239] Compiling NIOPosix PipePair.swift
[1233/1239] Compiling NIOPosix Pool.swift
[1234/1239] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1235/1239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1236/1239] Compiling NIOPosix PosixSingletons.swift
[1237/1239] Compiling NIOPosix RawSocketBootstrap.swift
[1238/1239] Compiling NIOPosix Resolver.swift
[1239/1239] Compiling NIOPosix Selectable.swift
[1241/1242] Compiling NIO Exports.swift
[1242/1242] Emitting module NIO
[1244/1282] Compiling NIOTLS TLSEvents.swift
[1245/1282] Emitting module NIOTLS
[1246/1282] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1247/1282] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1248/1282] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1249/1282] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1250/1282] Compiling NIOHTTP1 HTTPEncoder.swift
[1251/1282] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1252/1283] Emitting module NIOSOCKS
[1253/1283] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1254/1283] Compiling NIOHTTP1 HTTPDecoder.swift
[1255/1283] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1256/1283] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1257/1283] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1258/1283] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1259/1283] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1260/1283] Compiling NIOSOCKS ClientStateMachine.swift
[1261/1283] Compiling NIOSOCKS SOCKSResponse.swift
[1262/1283] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1263/1283] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1264/1283] Compiling NIOTLS SNIHandler.swift
[1265/1283] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1266/1284] Emitting module NIOFoundationCompat
[1267/1285] Compiling NIOSOCKS ServerStateMachine.swift
[1269/1286] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1270/1286] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1273/1288] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1274/1288] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1275/1339] Compiling NIOTransportServices AcceptHandler.swift
[1276/1339] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1277/1339] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1278/1339] Compiling NIOTransportServices NIOTSSingletons.swift
[1279/1339] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1280/1339] Emitting module NIOTransportServices
[1281/1339] Compiling NIOTransportServices StateManagedChannel.swift
[1282/1339] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1283/1339] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1284/1341] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1285/1341] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1286/1341] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1287/1341] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1288/1341] Compiling NIOTransportServices NIOTSErrors.swift
[1289/1341] Compiling NIOTransportServices NIOTSEventLoop.swift
[1290/1341] Compiling NIOTransportServices NIOTSBootstraps.swift
[1291/1341] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1292/1341] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1295/1341] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1296/1341] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1297/1341] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1298/1341] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1299/1341] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1300/1341] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1310/1342] Emitting module NIOHTTP1
[1322/1358] Compiling NIOSSL SubjectAlternativeName.swift
[1323/1372] Compiling TecoSigner credential.swift
[1328/1373] Compiling NIOHPACK DynamicHeaderTable.swift
[1329/1373] Compiling NIOHPACK HPACKDecoder.swift
[1330/1373] Compiling NIOHPACK HPACKEncoder.swift
[1331/1373] Compiling NIOHPACK HPACKErrors.swift
[1332/1373] Emitting module NIOSSL
[1333/1373] Compiling NIOHPACK HPACKHeader.swift
[1334/1373] Compiling NIOHPACK HeaderTables.swift
[1337/1373] Compiling TecoSigner deprecated.swift
[1338/1373] Compiling TecoSigner utils.swift
[1339/1373] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1340/1373] Emitting module TecoSigner
[1341/1373] Compiling TecoSigner cosSignerV5.swift
[1342/1373] Compiling NIOHPACK IndexedHeaderTable.swift
[1343/1373] Compiling NIOHPACK IntegerCoding.swift
[1344/1374] Emitting module NIOHTTPCompression
[1345/1374] Compiling TecoSigner exports.swift
[1346/1374] Compiling TecoSigner error.swift
[1347/1374] Compiling TecoSigner signerV1.swift
[1348/1374] Compiling NIOHTTPCompression HTTPDecompression.swift
[1349/1374] Compiling NIOHTTPCompression HTTPCompression.swift
[1350/1374] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1351/1374] Compiling NIOHPACK HuffmanCoding.swift
[1352/1374] Compiling NIOHPACK HuffmanTables.swift
[1353/1374] Compiling TecoSigner signerV3.swift
[1354/1375] Compiling NIOHPACK StaticHeaderTable.swift
[1355/1375] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1356/1375] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1359/1376] Emitting module NIOHPACK
[1367/1377] Compiling NIOSSL SSLCertificate.swift
[1368/1377] Compiling NIOSSL SSLCertificateExtensions.swift
[1369/1377] Compiling NIOSSL SSLConnection.swift
[1370/1377] Compiling NIOSSL SSLContext.swift
[1375/1377] Compiling NIOSSL TLSConfiguration.swift
[1376/1377] Compiling NIOSSL UniversalBootstrapSupport.swift
[1377/1377] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1379/1436] Compiling NIOHTTP2 StateMachineResult.swift
[1380/1436] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1381/1436] Compiling NIOHTTP2 DOSHeuristics.swift
[1382/1436] Compiling NIOHTTP2 Error+Any.swift
[1383/1436] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1384/1436] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1385/1436] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1386/1436] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1387/1444] Compiling NIOHTTP2 MaySendFrames.swift
[1388/1444] Compiling NIOHTTP2 SendingDataState.swift
[1389/1444] Compiling NIOHTTP2 SendingGoawayState.swift
[1390/1444] Compiling NIOHTTP2 SendingHeadersState.swift
[1391/1444] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1392/1444] Compiling NIOHTTP2 SendingRstStreamState.swift
[1393/1444] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1394/1444] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1395/1444] Emitting module NIOHTTP2
[1396/1444] Compiling NIOHTTP2 InboundWindowManager.swift
[1397/1444] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1398/1444] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1399/1444] Compiling NIOHTTP2 StreamChannelList.swift
[1400/1444] Compiling NIOHTTP2 StreamMap.swift
[1401/1444] Compiling NIOHTTP2 StreamStateMachine.swift
[1402/1444] Compiling NIOHTTP2 UnsafeTransfer.swift
[1403/1444] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1404/1444] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1405/1444] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1406/1444] Compiling NIOHTTP2 MayReceiveFrames.swift
[1407/1444] Compiling NIOHTTP2 ReceivingDataState.swift
[1408/1444] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1409/1444] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1410/1444] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1411/1444] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1412/1444] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1413/1444] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1414/1444] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1415/1444] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1416/1444] Compiling NIOHTTP2 HTTP2StreamID.swift
[1417/1444] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1418/1444] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1419/1444] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1420/1444] Compiling NIOHTTP2 InboundEventBuffer.swift
[1421/1444] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1422/1444] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1423/1444] Compiling NIOHTTP2 HasLocalSettings.swift
[1424/1444] Compiling NIOHTTP2 HasRemoteSettings.swift
[1425/1444] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1426/1444] Compiling NIOHTTP2 QuiescingState.swift
[1427/1444] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1428/1444] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1429/1444] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1430/1444] Compiling NIOHTTP2 HTTP2Frame.swift
[1431/1444] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1432/1444] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1433/1444] Compiling NIOHTTP2 HTTP2PingData.swift
[1434/1444] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1435/1444] Compiling NIOHTTP2 HTTP2Settings.swift
[1436/1444] Compiling NIOHTTP2 HTTP2Stream.swift
[1437/1444] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1438/1444] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1439/1444] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1440/1444] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1441/1444] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1442/1444] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1443/1444] Compiling NIOHTTP2 HTTP2Error.swift
[1444/1444] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1446/1504] Emitting module AsyncHTTPClient
[1447/1512] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1448/1512] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1449/1512] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1450/1512] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1451/1512] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1452/1512] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1453/1512] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1454/1512] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1455/1512] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1456/1512] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1457/1512] Compiling AsyncHTTPClient ConnectionTarget.swift
[1458/1512] Compiling AsyncHTTPClient DeconstructedURL.swift
[1459/1512] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1460/1512] Compiling AsyncHTTPClient FoundationExtensions.swift
[1461/1512] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1462/1512] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1463/1512] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1464/1512] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1465/1512] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1466/1512] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1467/1512] Compiling AsyncHTTPClient HTTP1Connection.swift
[1468/1512] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1469/1512] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1470/1512] Compiling AsyncHTTPClient HTTP2Connection.swift
[1471/1512] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1472/1512] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1473/1512] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1474/1512] Compiling AsyncHTTPClient Transaction.swift
[1475/1512] Compiling AsyncHTTPClient Base64.swift
[1476/1512] Compiling AsyncHTTPClient BasicAuth.swift
[1477/1512] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1478/1512] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1479/1512] Compiling AsyncHTTPClient ConnectionPool.swift
[1480/1512] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1481/1512] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1482/1512] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1483/1512] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1484/1512] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1485/1512] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1486/1512] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1487/1512] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1488/1512] Compiling AsyncHTTPClient RequestBodyLength.swift
[1489/1512] Compiling AsyncHTTPClient RequestBag.swift
[1490/1512] Compiling AsyncHTTPClient RequestValidation.swift
[1491/1512] Compiling AsyncHTTPClient SSLContextCache.swift
[1492/1512] Compiling AsyncHTTPClient Scheme.swift
[1493/1512] Compiling AsyncHTTPClient Singleton.swift
[1494/1512] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1495/1512] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1496/1512] Compiling AsyncHTTPClient Utils.swift
[1497/1512] Compiling AsyncHTTPClient HTTPClient.swift
[1498/1512] Compiling AsyncHTTPClient HTTPHandler.swift
[1499/1512] Compiling AsyncHTTPClient LRUCache.swift
[1500/1512] Compiling AsyncHTTPClient NWErrorHandler.swift
[1501/1512] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1502/1512] Compiling AsyncHTTPClient TLSConfiguration.swift
[1503/1512] Compiling AsyncHTTPClient RedirectState.swift
[1504/1512] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1505/1512] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1506/1512] Compiling AsyncHTTPClient RequestOptions.swift
[1507/1512] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1508/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1509/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1510/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1511/1512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1512/1512] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1514/1517] Compiling TecoCLSLogging CLSLogHandler.swift
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:55:107: warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
53 |     }
54 |
55 |     func uploadLogRequest(_ logGroup: Cls_LogGroup, credential: Credential, date: Date = Date(), signing: TCSigner.SigningMode = .default) throws -> HTTPClientRequest {
   |                                                                                                           |- warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
   |                                                                                                           `- note: use 'TCSignerV3' instead
56 |         let logGroupList = Cls_LogGroupList.with {
57 |             $0.logGroupList = [logGroup]
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:10:16: warning: stored property 'credentialProvider' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type '() -> any Credential'; this is an error in the Swift 6 language mode
 8 |
 9 |     public let client: HTTPClient
10 |     public let credentialProvider: () -> Credential
   |                |- warning: stored property 'credentialProvider' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type '() -> any Credential'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |     public let region: String
12 |     public let topicID: String
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:61:22: warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
59 |         precondition(logGroupList.isInitialized)
60 |
61 |         let signer = TCSigner(credential: credential, service: "cls")
   |                      |- warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
   |                      `- note: use 'TCSignerV3' instead
62 |         let data = try logGroupList.serializedData()
63 |
[1515/1517] Emitting module TecoCLSLogging
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:55:107: warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
53 |     }
54 |
55 |     func uploadLogRequest(_ logGroup: Cls_LogGroup, credential: Credential, date: Date = Date(), signing: TCSigner.SigningMode = .default) throws -> HTTPClientRequest {
   |                                                                                                           |- warning: 'TCSigner' is deprecated: renamed to 'TCSignerV3'
   |                                                                                                           `- note: use 'TCSignerV3' instead
56 |         let logGroupList = Cls_LogGroupList.with {
57 |             $0.logGroupList = [logGroup]
/host/spi-builder-workspace/Sources/TecoCLSLogging/CLSLogHandler.swift:10:16: warning: stored property 'credentialProvider' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type '() -> any Credential'; this is an error in the Swift 6 language mode
 8 |
 9 |     public let client: HTTPClient
10 |     public let credentialProvider: () -> Credential
   |                |- warning: stored property 'credentialProvider' of 'Sendable'-conforming struct 'CLSLogHandler' has non-sendable type '() -> any Credential'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |     public let region: String
12 |     public let topicID: String
[1516/1517] Compiling TecoCLSLogging CLS+init.swift
[1517/1517] Compiling TecoCLSLogging cls.pb.swift
Build complete! (165.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "teco-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0-beta.4",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/teco-project/teco-core.git"
    }
  ],
  "manifest_display_name" : "teco-cls-logging",
  "name" : "teco-cls-logging",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TecoCLSLogging",
      "targets" : [
        "TecoCLSLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TecoCLSLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "TecoCLSLoggingTests",
      "path" : "Tests/TecoCLSLoggingTests",
      "sources" : [
        "CLSLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "TecoCLSLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TecoCLSLogging",
      "module_type" : "SwiftTarget",
      "name" : "TecoCLSLogging",
      "path" : "Sources/TecoCLSLogging",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "SwiftProtobuf",
        "TecoSigner"
      ],
      "product_memberships" : [
        "TecoCLSLogging"
      ],
      "sources" : [
        "CLS+init.swift",
        "CLSLogHandler.swift",
        "generated/cls.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.