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 DistributedTracer, reference main (d34f43), with Swift 6.1 for Linux on 28 Apr 2025 17:35:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/heckj/DistributedTracer.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/heckj/DistributedTracer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d34f436 updating README
Cloned https://github.com/heckj/DistributedTracer.git
Revision (git rev-parse @):
d34f4367e9a22a210eac3da4c82aceb8d5c2ac66
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/DistributedTracer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/heckj/DistributedTracer.git
https://github.com/heckj/DistributedTracer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-otel",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/slashmo/swift-otel"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "DistributedTracer",
  "name" : "DistributedTracer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "DistributedTracer",
      "targets" : [
        "DistributedTracer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DistributedTracerTests",
      "module_type" : "SwiftTarget",
      "name" : "DistributedTracerTests",
      "path" : "Tests/DistributedTracerTests",
      "sources" : [
        "DistributedTracerTests.swift"
      ],
      "target_dependencies" : [
        "DistributedTracer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DistributedTracer",
      "module_type" : "SwiftTarget",
      "name" : "DistributedTracer",
      "path" : "Sources/DistributedTracer",
      "product_dependencies" : [
        "Logging",
        "ServiceLifecycle",
        "OTel",
        "OTLPGRPC"
      ],
      "product_memberships" : [
        "DistributedTracer"
      ],
      "sources" : [
        "TestTracer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/slashmo/swift-otel
[1/5187] Fetching swift-otel
Fetched https://github.com/slashmo/swift-otel from cache (1.29s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-protobuf.git
[1/1705] Fetching swift-atomics
[138/3905] Fetching swift-atomics, swift-metrics
[2747/15397] Fetching swift-atomics, swift-metrics, swift-nio-http2
Fetching https://github.com/swift-otel/swift-w3c-trace-context.git
Fetching https://github.com/grpc/grpc-swift.git
[5975/53901] Fetching swift-atomics, swift-metrics, swift-nio-http2, swift-protobuf
Fetched https://github.com/apple/swift-metrics.git from cache (0.77s)
[3890/51701] Fetching swift-atomics, swift-nio-http2, swift-protobuf
Fetching https://github.com/apple/swift-nio.git
[6006/52256] Fetching swift-atomics, swift-nio-http2, swift-protobuf, swift-w3c-trace-context
[6827/102946] Fetching swift-atomics, swift-nio-http2, swift-protobuf, swift-w3c-trace-context, grpc-swift
[14742/178470] Fetching swift-atomics, swift-nio-http2, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.52s)
[69930/166978] Fetching swift-atomics, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[94482/169368] Fetching swift-atomics, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
[111733/166978] Fetching swift-atomics, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio
Fetching https://github.com/apple/swift-async-algorithms.git
[135708/171943] Fetching swift-atomics, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.00s)
[139142/166978] Fetching swift-atomics, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio
Fetching https://github.com/apple/swift-collections.git
[141824/183220] Fetching swift-atomics, swift-protobuf, swift-w3c-trace-context, grpc-swift, swift-nio, swift-collections
Fetched https://github.com/swift-otel/swift-w3c-trace-context.git from cache (6.65s)
[151928/182665] Fetching swift-atomics, swift-protobuf, grpc-swift, swift-nio, swift-collections
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/grpc/grpc-swift.git from cache (6.83s)
[104320/131975] Fetching swift-atomics, swift-protobuf, swift-nio, swift-collections
Fetching https://github.com/apple/swift-distributed-tracing.git
[105939/135811] Fetching swift-atomics, swift-protobuf, swift-nio, swift-collections, swift-log
[110337/140785] Fetching swift-atomics, swift-protobuf, swift-nio, swift-collections, swift-log, swift-distributed-tracing
Fetched https://github.com/apple/swift-log.git from cache (1.32s)
[115500/136949] Fetching swift-atomics, swift-protobuf, swift-nio, swift-collections, swift-distributed-tracing
Fetching https://github.com/apple/swift-docc-plugin.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.57s)
[116384/131975] Fetching swift-atomics, swift-protobuf, swift-nio, swift-collections
[116872/134024] Fetching swift-atomics, swift-protobuf, swift-nio, swift-collections, swift-docc-plugin
Fetched https://github.com/apple/swift-collections.git from cache (5.05s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.54s)
Fetched https://github.com/apple/swift-nio.git from cache (17.69s)
Fetched https://github.com/apple/swift-atomics.git from cache (18.68s)
Fetched https://github.com/apple/swift-protobuf.git from cache (18.79s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (22.56s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.53s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.94s)
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.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.94s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.84s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
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.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.69s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.85s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.24.2 (1.27s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5662] Fetching swift-nio-extras
[285/8281] Fetching swift-nio-extras, swift-nio-transport-services
[8282/23074] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.76s)
[7438/20455] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.57s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.61s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (3.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.02s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
[1334/7934] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
[1889/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.64s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
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.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.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.90s)
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.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.08s)
Computing version for https://github.com/swift-otel/swift-w3c-trace-context.git
Computed https://github.com/swift-otel/swift-w3c-trace-context.git at 1.0.0-beta.3 (0.86s)
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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.7.0
Creating working copy for https://github.com/slashmo/swift-otel
Working copy of https://github.com/slashmo/swift-otel resolved at main (b811d52)
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/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/swift-otel/swift-w3c-trace-context.git
Working copy of https://github.com/swift-otel/swift-w3c-trace-context.git resolved at 1.0.0-beta.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.24.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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
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-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GRPCSwiftPlugin
[4/4] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[4/454] Write sources
[4/454] Copying PrivacyInfo.xcprivacy
[4/454] Write sources
[40/454] Compiling CNIOWindows WSAStartup.c
[41/454] Compiling CNIOWindows shim.c
[42/454] Compiling _AtomicsShims.c
[43/454] Compiling CNIOLinux liburing_shims.c
[44/454] Compiling CNIOWASI CNIOWASI.c
[45/454] Compiling CNIODarwin shim.c
[46/454] Compiling CNIOLLHTTP c_nio_http.c
[47/454] Compiling CNIOLinux shim.c
[48/454] Compiling fiat_p256_adx_mul.S
[49/454] Compiling fiat_p256_adx_sqr.S
[50/454] Compiling CNIOLLHTTP c_nio_api.c
[51/454] Write swift-version-24593BA9C3E375BF.txt
[52/454] Compiling fiat_curve25519_adx_square.S
[53/454] Compiling fiat_curve25519_adx_mul.S
[54/454] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/454] Compiling CNIOBoringSSLShims shims.c
[56/546] Compiling tls_method.cc
[57/546] Compiling tls_record.cc
[58/568] Compiling tls13_enc.cc
[59/568] Compiling tls13_server.cc
[61/574] Emitting module InternalCollectionsUtilities
[62/576] Emitting module CoreMetrics
[63/576] Compiling _NIODataStructures PriorityQueue.swift
[64/576] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/576] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/576] Compiling ConcurrencyHelpers LockedValueBox.swift
[67/576] Compiling Logging LogHandler.swift
[68/576] Compiling ServiceContextModule ServiceContext.swift
[69/576] Compiling ServiceContextModule ServiceContextKey.swift
[70/576] Emitting module ServiceContextModule
[71/577] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/577] Compiling InternalCollectionsUtilities Specialize.swift
[73/577] Compiling InternalCollectionsUtilities Debugging.swift
[74/577] Compiling InternalCollectionsUtilities Descriptions.swift
[75/577] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/577] Compiling InternalCollectionsUtilities Integer rank.swift
[77/577] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/577] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/577] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/577] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[81/577] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[82/577] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[84/577] Compiling CoreMetrics Metrics.swift
[85/577] Compiling _NIOBase64 Base64.swift
[86/577] Emitting module _NIOBase64
[87/578] Compiling _NIODataStructures _TinyArray.swift
[88/578] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/578] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/578] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/578] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[94/604] Compiling Instrumentation InstrumentationSystem.swift
[95/604] Compiling Instrumentation Instrument.swift
[96/604] Compiling Instrumentation NoOpInstrument.swift
[97/604] Compiling Instrumentation MultiplexInstrument.swift
[98/604] Emitting module Instrumentation
[99/604] Compiling Atomics ManagedAtomic.swift
[100/604] Compiling Atomics ManagedAtomicLazyReference.swift
[101/606] Compiling Atomics UnsafeAtomic.swift
[102/606] Compiling Atomics UnsafeAtomicLazyReference.swift
[103/606] Compiling Atomics AtomicMemoryOrderings.swift
[104/606] Compiling Atomics DoubleWord.swift
[105/606] Compiling CoreMetrics Locks.swift
[107/607] Compiling Instrumentation Locks.swift
[108/608] Compiling ConcurrencyHelpers Lock.swift
[109/608] Emitting module ConcurrencyHelpers
[110/608] Compiling Logging MetadataProvider.swift
[111/608] Emitting module Logging
[112/608] Compiling Logging Locks.swift
[113/609] Compiling Atomics Primitives.shims.swift
[114/609] Compiling Atomics AtomicInteger.swift
[115/609] Compiling Atomics AtomicOptionalWrappable.swift
[116/609] Compiling Atomics IntegerOperations.swift
[117/609] Compiling Atomics Unmanaged extensions.swift
[118/609] Compiling Atomics AtomicReference.swift
[119/609] Compiling Atomics AtomicStorage.swift
[120/609] Compiling Atomics AtomicValue.swift
[121/609] Compiling Logging Logging.swift
[122/610] Compiling _NIODataStructures Heap.swift
[123/610] Emitting module _NIODataStructures
[128/692] Compiling Tracing InstrumentationSystem+Tracing.swift
[129/692] Compiling DequeModule _DequeBuffer.swift
[130/692] Compiling DequeModule _DequeBufferHeader.swift
[131/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[132/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[133/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[134/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[135/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[136/694] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[137/694] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[138/694] Emitting module UnixSignals
[139/701] Compiling Tracing TracingTime.swift
[140/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[141/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[142/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[143/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[144/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[145/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[146/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[147/701] Compiling DequeModule Deque+Equatable.swift
[148/701] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[149/701] Compiling DequeModule Deque+CustomReflectable.swift
[150/701] Compiling DequeModule Deque+Descriptions.swift
[151/701] Emitting module Tracing
[152/701] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[163/701] Compiling tls13_client.cc
[165/712] Compiling Tracing TracerProtocol.swift
[166/712] Compiling Tracing TracerProtocol+Legacy.swift
[167/712] Compiling Tracing Tracer.swift
[168/712] Compiling UnixSignals UnixSignalsSequence.swift
[169/712] Compiling UnixSignals UnixSignal.swift
[170/713] Compiling OrderedCollections OrderedSet+Initializers.swift
[171/713] Compiling OrderedCollections OrderedSet+Insertions.swift
[172/713] Compiling OrderedCollections OrderedSet+Invariants.swift
[173/713] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[178/713] Compiling OrderedCollections OrderedDictionary.swift
[179/713] Compiling OrderedCollections OrderedSet+Codable.swift
[180/713] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[181/713] Compiling OrderedCollections OrderedSet+Descriptions.swift
[182/713] Compiling OrderedCollections OrderedSet+Diffing.swift
[183/713] Compiling OrderedCollections OrderedSet+Equatable.swift
[184/713] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[185/713] Compiling OrderedCollections OrderedSet+Hashable.swift
[187/713] Emitting module SwiftProtobuf
[188/713] Compiling DequeModule _DequeSlot.swift
[189/713] Compiling DequeModule _UnsafeWrappedBuffer.swift
[190/713] Emitting module Atomics
[191/713] Compiling DequeModule Deque+Testing.swift
[192/713] Compiling DequeModule Deque._Storage.swift
[195/713] Compiling DequeModule Deque._UnsafeHandle.swift
[196/713] Compiling DequeModule Deque.swift
[199/713] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[200/713] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[201/713] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[202/713] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[203/713] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[204/713] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[205/713] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[206/713] Compiling OrderedCollections OrderedDictionary+Values.swift
[213/713] Compiling OrderedCollections OrderedSet+Sendable.swift
[214/713] Compiling OrderedCollections OrderedSet+SubSequence.swift
[215/713] Compiling OrderedCollections OrderedSet+Testing.swift
[216/713] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[217/713] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[218/713] Compiling OrderedCollections OrderedSet.swift
[223/713] Compiling DequeModule Deque+Extras.swift
[224/713] Compiling DequeModule Deque+Hashable.swift
[249/713] Compiling Tracing SpanProtocol.swift
[250/713] Compiling Tracing NoOpTracer.swift
[252/714] Compiling DequeModule Deque+Codable.swift
[253/714] Compiling DequeModule Deque+Collection.swift
[260/715] Emitting module DequeModule
[277/716] Compiling OrderedCollections _UnsafeBitset.swift
[277/716] Compiling tls13_both.cc
[280/716] Compiling SwiftProtobuf SelectiveVisitor.swift
[281/716] Compiling SwiftProtobuf SimpleExtensionMap.swift
[282/716] Compiling SwiftProtobuf StringUtils.swift
[283/716] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[284/716] Compiling SwiftProtobuf SwiftProtobufError.swift
[285/716] Compiling SwiftProtobuf TextFormatDecoder.swift
[286/716] Compiling SwiftProtobuf TextFormatDecodingError.swift
[287/716] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[288/716] Compiling SwiftProtobuf TextFormatEncoder.swift
[289/716] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[290/716] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[291/716] Compiling SwiftProtobuf TextFormatScanner.swift
[292/716] Compiling SwiftProtobuf TimeUtils.swift
[293/716] Compiling SwiftProtobuf UnknownStorage.swift
[294/716] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[295/716] Compiling SwiftProtobuf Varint.swift
[296/716] Compiling SwiftProtobuf Version.swift
[297/716] Compiling SwiftProtobuf Visitor.swift
[298/716] Compiling SwiftProtobuf WireFormat.swift
[299/716] Compiling SwiftProtobuf ZigZag.swift
[300/716] Compiling SwiftProtobuf any.pb.swift
[300/716] Compiling t1_enc.cc
[302/716] Emitting module OrderedCollections
[303/717] Compiling ssl_x509.cc
[304/717] Compiling ssl_versions.cc
[305/769] Compiling ssl_transcript.cc
[307/769] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[308/769] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[309/769] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[310/769] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[311/769] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[312/769] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[313/769] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[314/769] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[315/769] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[316/769] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[317/769] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[318/769] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[319/769] Emitting module W3CTraceContext
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[319/769] Compiling ssl_stat.cc
[321/769] Compiling W3CTraceContext Hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[322/769] Compiling W3CTraceContext SpanID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[323/769] Compiling W3CTraceContext TraceFlags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[324/769] Compiling W3CTraceContext TraceState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[325/769] Compiling W3CTraceContext TraceContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[326/769] Compiling W3CTraceContext TraceID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[328/770] Emitting module AsyncAlgorithms
[328/776] Compiling ssl_session.cc
[329/776] Compiling ssl_privkey.cc
[331/776] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[332/776] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[333/776] Compiling AsyncAlgorithms MergeStateMachine.swift
[334/776] Compiling AsyncAlgorithms MergeStorage.swift
[335/776] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[336/776] Compiling AsyncAlgorithms Rethrow.swift
[342/776] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[343/776] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[343/776] Compiling ssl_cipher.cc
[352/776] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[353/776] Compiling AsyncAlgorithms DebounceStateMachine.swift
[354/776] Compiling AsyncAlgorithms DebounceStorage.swift
[355/776] Compiling AsyncAlgorithms Dictionary.swift
[356/776] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[357/776] Compiling AsyncAlgorithms Locking.swift
[357/776] Compiling ssl_lib.cc
[358/776] Compiling ssl_key_share.cc
[359/776] Compiling ssl_file.cc
[360/776] Compiling ssl_credential.cc
[362/776] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[363/776] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[364/776] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[365/776] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[366/776] Compiling AsyncAlgorithms AsyncChannel.swift
[367/776] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[368/776] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[369/776] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[370/776] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[371/776] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[372/776] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[373/776] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[374/776] Compiling AsyncAlgorithms ChannelStateMachine.swift
[375/776] Compiling AsyncAlgorithms ChannelStorage.swift
[376/776] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[377/776] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[378/776] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[379/776] Compiling AsyncAlgorithms CombineLatestStorage.swift
[380/776] Compiling AsyncAlgorithms SetAlgebra.swift
[381/776] Compiling AsyncAlgorithms UnsafeTransfer.swift
[382/776] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[383/776] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[384/776] Compiling AsyncAlgorithms ZipStateMachine.swift
[385/776] Compiling AsyncAlgorithms ZipStorage.swift
[386/777] Compiling ssl_buffer.cc
[387/777] Compiling ssl_cert.cc
[388/777] Compiling s3_lib.cc
[390/785] Compiling ServiceLifecycle Service.swift
[391/786] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[392/786] Emitting module ServiceLifecycle
[393/786] Compiling ServiceLifecycle ServiceRunnerError.swift
[394/786] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[394/786] Compiling ssl_asn1.cc
[395/786] Compiling ssl_aead_ctx.cc
[396/786] Compiling s3_pkt.cc
[397/786] Compiling s3_both.cc
[399/786] Compiling ServiceLifecycle CancellationWaiter.swift
[400/786] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[401/786] Compiling ServiceLifecycle GracefulShutdown.swift
[402/786] Compiling ServiceLifecycle ServiceGroup.swift
[403/787] Compiling handshake_client.cc
[404/787] Compiling handshake_server.cc
[405/787] Compiling encrypted_client_hello.cc
[406/787] Compiling handshake.cc
[407/787] Compiling handoff.cc
[408/787] Compiling extensions.cc
[409/787] Compiling dtls_record.cc
[410/787] Compiling md5-x86_64-linux.S
[411/787] Compiling md5-x86_64-apple.S
[412/787] Compiling md5-586-linux.S
[413/787] Compiling md5-586-apple.S
[414/787] Compiling dtls_method.cc
[415/787] Compiling err_data.cc
[416/787] Compiling chacha20_poly1305_x86_64-linux.S
[417/787] Compiling chacha20_poly1305_armv8-win.S
[418/787] Compiling chacha20_poly1305_x86_64-apple.S
[419/787] Compiling d1_srtp.cc
[420/787] Compiling chacha20_poly1305_armv8-apple.S
[421/787] Compiling chacha20_poly1305_armv8-linux.S
[422/787] Compiling chacha-x86_64-linux.S
[423/787] Compiling chacha-x86_64-apple.S
[424/787] Compiling chacha-x86-linux.S
[425/787] Compiling chacha-x86-apple.S
[426/787] Compiling chacha-armv8-win.S
[427/787] Compiling chacha-armv8-linux.S
[427/787] Compiling chacha-armv8-apple.S
[429/787] Compiling d1_pkt.cc
[430/787] Compiling chacha-armv4-linux.S
[431/787] Compiling aes128gcmsiv-x86_64-apple.S
[432/787] Compiling aes128gcmsiv-x86_64-linux.S
[433/787] Compiling bio_ssl.cc
[434/787] Compiling d1_lib.cc
[435/787] Compiling x86_64-mont5-apple.S
[436/787] Compiling x86_64-mont5-linux.S
[437/787] Compiling x86_64-mont-apple.S
[438/787] Compiling x86_64-mont-linux.S
[439/787] Compiling d1_both.cc
[440/787] Compiling vpaes-x86_64-apple.S
[440/787] Compiling vpaes-x86_64-linux.S
[442/787] Compiling x86-mont-linux.S
[443/787] Compiling x86-mont-apple.S
[444/787] Compiling vpaes-x86-linux.S
[445/787] Compiling vpaes-x86-apple.S
[446/787] Compiling vpaes-armv8-win.S
[447/787] Compiling vpaes-armv8-apple.S
[448/787] Compiling vpaes-armv8-linux.S
[449/787] Compiling sha512-x86_64-apple.S
[450/787] Compiling vpaes-armv7-linux.S
[451/787] Compiling sha512-x86_64-linux.S
[452/787] Compiling sha512-armv8-linux.S
[453/787] Compiling sha512-armv8-win.S
[454/787] Compiling sha512-armv4-linux.S
[455/787] Compiling sha512-armv8-apple.S
[456/787] Compiling sha512-586-linux.S
[457/787] Compiling sha512-586-apple.S
[458/787] Compiling sha256-x86_64-linux.S
[459/787] Compiling sha256-x86_64-apple.S
[460/787] Compiling sha256-armv8-linux.S
[461/787] Compiling sha256-armv4-linux.S
[462/787] Compiling sha256-armv8-win.S
[463/787] Compiling sha256-armv8-apple.S
[464/787] Compiling sha256-586-linux.S
[465/787] Compiling sha1-x86_64-linux.S
[466/787] Compiling sha256-586-apple.S
[467/787] Compiling sha1-x86_64-apple.S
[468/787] Compiling sha1-armv4-large-linux.S
[469/787] Compiling sha1-armv8-win.S
[470/787] Compiling sha1-armv8-apple.S
[470/787] Compiling sha1-armv8-linux.S
[470/787] Compiling sha1-586-linux.S
[473/787] Compiling sha1-586-apple.S
[474/787] Compiling rsaz-avx2-linux.S
[475/787] Compiling p256_beeu-x86_64-asm-linux.S
[476/787] Compiling rdrand-x86_64-linux.S
[477/787] Compiling p256_beeu-armv8-asm-win.S
[478/787] Compiling p256_beeu-x86_64-asm-apple.S
[479/787] Compiling rsaz-avx2-apple.S
[480/787] Compiling rdrand-x86_64-apple.S
[481/787] Compiling p256_beeu-armv8-asm-linux.S
[482/787] Compiling p256-armv8-asm-win.S
[483/787] Compiling p256_beeu-armv8-asm-apple.S
[483/787] Compiling p256-armv8-asm-linux.S
[485/787] Compiling p256-x86_64-asm-apple.S
[486/787] Compiling p256-x86_64-asm-linux.S
[487/787] Compiling p256-armv8-asm-apple.S
[488/787] Compiling ghashv8-armv8-win.S
[489/787] Compiling ghashv8-armv8-apple.S
[490/787] Compiling ghashv8-armv8-linux.S
[491/787] Compiling ghashv8-armv7-linux.S
[492/787] Compiling ghash-x86_64-apple.S
[493/787] Compiling ghash-x86-linux.S
[494/787] Compiling ghash-x86_64-linux.S
[495/787] Compiling ghash-x86-apple.S
[496/787] Compiling ghash-neon-armv8-win.S
[497/787] Compiling ghash-ssse3-x86_64-apple.S
[498/787] Compiling ghash-neon-armv8-apple.S
[499/787] Compiling ghash-ssse3-x86-apple.S
[500/787] Compiling ghash-neon-armv8-linux.S
[501/787] Compiling ghash-ssse3-x86_64-linux.S
[502/787] Compiling ghash-ssse3-x86-linux.S
[503/787] Compiling ghash-armv4-linux.S
[504/787] Compiling co-586-linux.S
[505/787] Compiling bn-armv8-win.S
[506/787] Compiling bsaes-armv7-linux.S
[507/787] Compiling bn-armv8-apple.S
[508/787] Compiling co-586-apple.S
[509/787] Compiling bn-armv8-linux.S
[510/787] Compiling bn-586-apple.S
[511/787] Compiling bn-586-linux.S
[512/787] Compiling armv8-mont-apple.S
[513/787] Compiling armv8-mont-linux.S
[514/787] Compiling armv8-mont-win.S
[515/787] Compiling armv4-mont-linux.S
[516/787] Compiling aesv8-gcm-armv8-win.S
[517/787] Compiling aesv8-gcm-armv8-linux.S
[518/787] Compiling aesv8-gcm-armv8-apple.S
[519/787] Compiling aesv8-armv8-linux.S
[520/787] Compiling aesv8-armv8-apple.S
[521/787] Compiling aesni-x86_64-linux.S
[521/787] Compiling aesv8-armv8-win.S
[523/787] Compiling aesni-x86_64-apple.S
[524/787] Compiling aesni-x86-apple.S
[525/787] Compiling aesv8-armv7-linux.S
[526/787] Compiling aesni-x86-linux.S
[527/787] Compiling aes-gcm-avx10-x86_64-linux.S
[528/787] Compiling aesni-gcm-x86_64-linux.S
[528/787] Compiling aes-gcm-avx2-x86_64-apple.S
[528/787] Compiling aes-gcm-avx2-x86_64-linux.S
[531/787] Compiling aes-gcm-avx10-x86_64-apple.S
[532/787] Compiling aesni-gcm-x86_64-apple.S
[533/787] Compiling x_x509a.cc
[534/787] Compiling x_x509.cc
[535/787] Compiling x_sig.cc
[536/787] Compiling x_val.cc
[537/787] Compiling x_spki.cc
[538/787] Compiling x_req.cc
[540/787] Compiling SwiftProtobuf api.pb.swift
[541/787] Compiling SwiftProtobuf descriptor.pb.swift
[542/787] Compiling SwiftProtobuf duration.pb.swift
[543/787] Compiling SwiftProtobuf empty.pb.swift
[544/787] Compiling SwiftProtobuf field_mask.pb.swift
[545/787] Compiling SwiftProtobuf source_context.pb.swift
[546/787] Compiling SwiftProtobuf struct.pb.swift
[547/787] Compiling SwiftProtobuf timestamp.pb.swift
[548/787] Compiling SwiftProtobuf type.pb.swift
[549/787] Compiling SwiftProtobuf wrappers.pb.swift
[550/787] Compiling SwiftProtobuf resource_bundle_accessor.swift
[550/787] Compiling x_pubkey.cc
[552/788] Compiling x_all.cc
[553/788] Compiling x_algor.cc
[554/788] Compiling x509spki.cc
[555/788] Compiling x_attrib.cc
[556/788] Compiling x_exten.cc
[557/788] Compiling x_name.cc
[558/788] Compiling x_crl.cc
[559/788] Compiling x509rset.cc
[560/788] Compiling x509cset.cc
[561/788] Compiling x509name.cc
[562/788] Compiling x509_vpm.cc
[563/788] Compiling x509_txt.cc
[564/788] Compiling x509_v3.cc
[565/788] Compiling x509_vfy.cc
[566/788] Compiling x509_trs.cc
[567/788] Compiling x509_set.cc
[568/788] Compiling x509_req.cc
[569/788] Compiling x509_lu.cc
[570/788] Compiling x509_obj.cc
[571/788] Compiling x509_def.cc
[572/788] Compiling x509_d2.cc
[573/788] Compiling x509_cmp.cc
[574/788] Compiling x509_ext.cc
[575/788] Compiling x509_att.cc
[576/788] Compiling x509.cc
[577/788] Compiling v3_skey.cc
[578/788] Compiling v3_utl.cc
[578/788] Compiling v3_prn.cc
[580/788] Compiling v3_purp.cc
[581/788] Compiling v3_pmaps.cc
[582/788] Compiling v3_pcons.cc
[583/788] Compiling v3_ocsp.cc
[584/788] Compiling v3_ncons.cc
[585/788] Compiling v3_int.cc
[586/788] Compiling v3_lib.cc
[587/788] Compiling v3_extku.cc
[588/788] Compiling v3_ia5.cc
[589/788] Compiling v3_genn.cc
[590/788] Compiling v3_info.cc
[591/788] Compiling v3_enum.cc
[592/788] Compiling v3_crld.cc
[593/788] Compiling v3_akey.cc
[594/788] Compiling v3_cpols.cc
[595/788] Compiling v3_conf.cc
[596/788] Compiling v3_bitst.cc
[597/788] Compiling v3_akeya.cc
[598/788] Compiling v3_alt.cc
[599/788] Compiling v3_bcons.cc
[600/788] Compiling i2d_pr.cc
[601/788] Compiling t_x509a.cc
[602/788] Compiling t_crl.cc
[603/788] Compiling t_req.cc
[604/788] Compiling t_x509.cc
[605/788] Compiling name_print.cc
[606/788] Compiling rsa_pss.cc
[607/788] Compiling policy.cc
[608/788] Compiling by_file.cc
[609/788] Compiling by_dir.cc
[610/788] Compiling asn1_gen.cc
[611/788] Compiling algorithm.cc
[612/788] Compiling voprf.cc
[613/788] Compiling a_sign.cc
[614/788] Compiling a_verify.cc
[615/788] Compiling a_digest.cc
[616/788] Compiling thread.cc
[617/788] Compiling thread_none.cc
[618/788] Compiling thread_pthread.cc
[619/788] Compiling thread_win.cc
[620/788] Compiling trust_token.cc
[621/788] Compiling pmbtoken.cc
[622/788] Compiling sha1.cc
[623/788] Compiling stack.cc
[624/788] Compiling slhdsa.cc
[625/788] Compiling sha256.cc
[626/788] Compiling sha512.cc
[627/788] Compiling rsa_print.cc
[628/788] Compiling siphash.cc
[629/788] Compiling windows.cc
[630/788] Compiling rsa_extra.cc
[631/788] Compiling refcount.cc
[632/788] Compiling spake2plus.cc
[633/788] Compiling rsa_crypt.cc
[634/788] Compiling rc4.cc
[635/788] Compiling rsa_asn1.cc
[636/788] Compiling urandom.cc
[637/788] Compiling trusty.cc
[638/788] Compiling passive.cc
[639/788] Compiling ios.cc
[640/788] Compiling poly1305_arm_asm.S
[641/788] Compiling rand.cc
[642/788] Compiling fork_detect.cc
[643/788] Compiling deterministic.cc
[644/788] Compiling getentropy.cc
[645/788] Compiling forkunsafe.cc
[646/788] Compiling poly1305_vec.cc
[647/788] Compiling poly1305_arm.cc
[648/788] Compiling poly1305.cc
[649/788] Compiling pool.cc
[650/788] Compiling p5_pbev2.cc
[651/788] Compiling pem_x509.cc
[652/788] Compiling pkcs8.cc
[653/788] Compiling pkcs7.cc
[654/788] Compiling pkcs8_x509.cc
[655/788] Compiling pem_pk8.cc
[656/788] Compiling pkcs7_x509.cc
[657/788] Compiling pem_oth.cc
[658/788] Compiling pem_xaux.cc
[659/788] Compiling pem_pkey.cc
[660/788] Compiling mlkem.cc
[661/788] Compiling mldsa.cc
[662/788] Compiling obj_xref.cc
[663/788] Compiling pem_lib.cc
[664/788] Compiling md5.cc
[665/788] Compiling obj.cc
[666/788] Compiling mem.cc
[667/788] Compiling pem_info.cc
[668/788] Compiling poly_rq_mul.S
[669/788] Compiling fips_shared_support.cc
[670/788] Compiling md4.cc
[671/788] Compiling lhash.cc
[672/788] Compiling pem_all.cc
[673/788] Compiling kyber.cc
[674/788] Compiling ex_data.cc
[675/788] Compiling hrss.cc
[676/788] Compiling sign.cc
[677/788] Compiling scrypt.cc
[678/788] Compiling pbkdf.cc
[679/788] Compiling print.cc
[680/788] Compiling hpke.cc
[681/788] Compiling p_x25519.cc
[682/788] Compiling p_rsa_asn1.cc
[683/788] Compiling p_x25519_asn1.cc
[684/788] Compiling p_rsa.cc
[685/788] Compiling p_hkdf.cc
[686/788] Compiling p_ec.cc
[687/788] Compiling p_ed25519.cc
[688/788] Compiling p_ed25519_asn1.cc
[689/788] Compiling p_dh_asn1.cc
[690/788] Compiling p_dh.cc
[691/788] Compiling evp.cc
[692/788] Compiling p_ec_asn1.cc
[693/788] Compiling evp_ctx.cc
[694/788] Compiling err.cc
[695/788] Compiling p_dsa_asn1.cc
[696/788] Compiling ecdh.cc
[697/788] Compiling engine.cc
[698/788] Compiling evp_asn1.cc
[699/788] Compiling ec_derive.cc
[700/788] Compiling ecdsa_asn1.cc
[701/788] Compiling hash_to_curve.cc
[702/788] Compiling ec_asn1.cc
[703/788] Compiling dsa.cc
[704/788] Compiling des.cc
[704/788] Compiling params.cc
[704/788] Compiling digest_extra.cc
[704/788] Compiling dh_asn1.cc
[704/788] Compiling dsa_asn1.cc
[704/788] Compiling spake25519.cc
[704/788] Compiling crypto.cc
[704/788] Compiling curve25519.cc
[704/788] Compiling cpu_arm_freebsd.cc
[704/788] Compiling cpu_intel.cc
[704/788] Compiling cpu_arm_linux.cc
[704/788] Compiling x25519-asm-arm.S
[704/788] Compiling cpu_aarch64_sysreg.cc
[704/788] Compiling cpu_aarch64_win.cc
[704/788] Compiling curve25519_64_adx.cc
[704/788] Compiling cpu_aarch64_openbsd.cc
[720/788] Compiling cpu_aarch64_linux.cc
[721/788] Compiling bcm.cc
[722/788] Compiling conf.cc
[723/788] Compiling cpu_aarch64_apple.cc
[724/788] Compiling tls_cbc.cc
[725/788] Compiling cpu_aarch64_fuchsia.cc
[726/788] Compiling e_tls.cc
[727/788] Compiling get_cipher.cc
[728/788] Compiling e_rc4.cc
[729/788] Compiling e_rc2.cc
[730/788] Compiling e_null.cc
[731/788] Compiling e_aesctrhmac.cc
[732/788] Compiling derive_key.cc
[733/788] Compiling e_chacha20poly1305.cc
[734/788] Compiling e_aesgcmsiv.cc
[735/788] Compiling e_des.cc
[736/788] Compiling chacha.cc
[737/788] Compiling cbb.cc
[738/788] Compiling unicode.cc
[739/788] Compiling buf.cc
[740/788] Compiling bn_asn1.cc
[741/788] Compiling ber.cc
[742/788] Compiling asn1_compat.cc
[743/788] Compiling blake2.cc
[744/788] Compiling convert.cc
[745/788] Compiling cbs.cc
[746/788] Compiling socket.cc
[747/788] Compiling pair.cc
[748/788] Compiling printf.cc
[749/788] Compiling socket_helper.cc
[750/788] Compiling errno.cc
[751/788] Compiling fd.cc
[752/788] Compiling connect.cc
[753/788] Compiling file.cc
[754/788] Compiling hexdump.cc
[755/788] Compiling bio_mem.cc
[756/788] Compiling tasn_new.cc
[757/788] Compiling tasn_typ.cc
[758/788] Compiling base64.cc
[759/788] Compiling posix_time.cc
[760/788] Compiling bio.cc
[761/788] Compiling tasn_fre.cc
[762/788] Compiling tasn_enc.cc
[763/788] Compiling tasn_utl.cc
[764/788] Compiling asn_pack.cc
[765/788] Compiling f_string.cc
[766/788] Compiling tasn_dec.cc
[767/788] Compiling a_utctm.cc
[768/788] Compiling f_int.cc
[769/788] Compiling asn1_par.cc
[770/788] Compiling a_octet.cc
[771/788] Compiling a_int.cc
[772/788] Compiling asn1_lib.cc
[773/788] Compiling a_strex.cc
[774/788] Compiling a_type.cc
[775/788] Compiling a_i2d_fp.cc
[776/788] Compiling a_time.cc
[777/788] Compiling a_strnid.cc
[778/788] Compiling a_mbstr.cc
[779/788] Compiling a_object.cc
[780/788] Compiling CGRPCZlib empty.c
[781/788] Compiling a_gentm.cc
[782/788] Compiling a_bool.cc
[783/788] Compiling a_dup.cc
[784/788] Compiling a_d2i_fp.cc
[785/788] Compiling a_bitstr.cc
[786/788] Compiling c-nioatomics.c
[787/788] Compiling c-atomics.c
[789/794] Compiling NIOConcurrencyHelpers lock.swift
[790/794] Compiling NIOConcurrencyHelpers atomics.swift
[791/794] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[792/794] Emitting module NIOConcurrencyHelpers
[793/794] Compiling NIOConcurrencyHelpers NIOLock.swift
[794/794] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[796/916] Compiling OTel OTelNoOpSpanProcessor.swift
[797/916] Compiling NIOCore MulticastChannel.swift
[798/916] Compiling NIOCore NIOAny.swift
[799/916] Compiling NIOCore NIOCloseOnErrorHandler.swift
[800/916] Compiling NIOCore NIOLoopBound.swift
[801/916] Compiling NIOCore NIOScheduledCallback.swift
[802/916] Compiling NIOCore NIOSendable.swift
[803/916] Compiling NIOCore RecvByteBufferAllocator.swift
[804/924] Compiling OTel FloatingPointCounter+OTelInstrument.swift
[805/924] Compiling OTel Gauge+OTelInstrument.swift
[806/924] Compiling OTel Histogram+OTelInstrument.swift
[807/924] Compiling OTel OTelTracer.swift
[808/924] Compiling OTel OTelTracing+Benchmarking.swift
[809/924] Compiling NIOCore IntegerTypes.swift
[810/924] Compiling NIOCore Interfaces.swift
[811/924] Compiling NIOCore Linux.swift
[812/924] Compiling OTel OTelManualResourceDetector.swift
[813/924] Compiling OTel OTelProcessResourceDetector.swift
[814/924] Compiling OTel Counter.swift
[815/924] Compiling OTel FloatingPointCounter.swift
[816/924] Compiling OTel Gauge.swift
[817/924] Compiling OTel Histogram.swift
[818/924] Compiling OTel OTelMetricRegistry.swift
[819/924] Compiling OTel Counter+OTelInstrument.swift
[820/924] Compiling OTel OTelPeriodicExportingMetricsReaderConfiguration.swift
[821/924] Compiling OTel Counter+SwiftMetrics.swift
[822/924] Compiling OTel FloatingPointCounter+SwiftMetrics.swift
[823/924] Compiling OTel Gauge+SwiftMetrics.swift
[824/924] Compiling OTel Histogram+SwiftMetrics.swift
[825/924] Compiling OTel OTLPMetricsFactory.swift
[826/924] Compiling OTel OTelLibrary.swift
[827/924] Compiling OTel OTelEnvironmentResourceDetector.swift
[828/924] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[829/924] Compiling NIOCore SocketAddresses.swift
[830/924] Compiling NIOCore SocketOptionProvider.swift
[831/924] Compiling NIOCore SystemCallHelpers.swift
[832/924] Compiling NIOCore TimeAmount+Duration.swift
[833/924] Compiling NIOCore TypeAssistedChannelHandler.swift
[834/924] Compiling NIOCore UniversalBootstrapSupport.swift
[835/924] Compiling NIOCore Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[845/924] Compiling OTel OTelMetricInstrument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[846/924] Compiling OTel OTelConsoleMetricExporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/924] Compiling OTel OTelMetricExporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[848/924] Compiling OTel OTelMultiplexMetricExporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[849/924] Compiling OTel OTLPMetricsDataModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[850/924] Compiling OTel OTelMetricProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[851/924] Compiling OTel OTelMetricRegistry+Produce.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[852/924] Compiling OTel OTelPeriodicExportingMetricsReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[854/932] Compiling OTel OTelEnvironment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[855/932] Compiling OTel OTelEnvironmentValueError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[856/932] Compiling OTel OTelIDGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[857/932] Compiling OTel OTelRandomIDGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/932] Compiling OTel OTelSpanContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/932] Compiling OTel ServiceContext+OTelSpanContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[860/932] Compiling OTel HookedFatalError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[861/932] Compiling OTel Timeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/932] Compiling OTel OTelLogRecordExporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[863/932] Compiling OTel Logger+OTelDisabled.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[864/932] Compiling OTel MetadataProvider+OTel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[865/932] Compiling OTel OTelLogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[866/932] Compiling OTel OTelLogRecord.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[867/932] Compiling OTel OTelBatchLogRecordProcessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[868/932] Compiling OTel OTelBatchLogRecordProcessorConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[869/932] Compiling OTel OTelLogRecordProcessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[870/932] Compiling OTel OTelMultiplexLogRecordProcessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[871/932] Compiling OTel Attribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[872/932] Emitting module OTel
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[898/932] Compiling OTel OTelMultiplexPropagator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/932] Compiling OTel OTelPropagator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[900/932] Compiling OTel OTelW3CPropagator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[901/932] Compiling OTel OTelConstantSampler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[902/932] Compiling OTel OTelParentBasedSampler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[903/932] Compiling OTel OTelSampler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[904/932] Compiling OTel OTelSamplingResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[905/932] Compiling OTel OTelTraceIDRatioBasedSampler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[916/947] Compiling OTLPCore SpanStatus+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[917/948] Compiling OTLPCore SpanKind+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[918/948] Compiling OTLPCore SpanLink+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[919/948] Compiling OTLPCore SpanEvent+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[920/948] Compiling OTLPCore SpanID+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[921/948] Compiling OTLPCore TraceID+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[922/948] Compiling OTLPCore OTelFinishedSpan+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[923/948] Compiling OTLPCore SpanAttributes+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[941/948] Emitting module OTLPCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[942/948] Compiling OTLPCore common.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[943/948] Compiling OTLPCore logs.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[944/948] Compiling OTLPCore trace.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[945/948] Compiling OTLPCore OTelMetricDataModel+Proto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[946/948] Compiling OTLPCore metrics.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[947/948] Compiling OTLPCore resource.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[949/949] Emitting module NIOCore
[951/1001] Compiling NIOEmbedded AsyncTestingChannel.swift
[952/1001] Emitting module NIOEmbedded
[953/1001] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[954/1001] Compiling NIOEmbedded Embedded.swift
[956/1002] Compiling NIOPosix IO.swift
[957/1002] Compiling NIOPosix IntegerBitPacking.swift
[958/1002] Compiling NIOPosix IntegerTypes.swift
[959/1002] Compiling NIOPosix Linux.swift
[960/1002] Compiling NIOPosix LinuxCPUSet.swift
[961/1002] Compiling NIOPosix LinuxUring.swift
[962/1002] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[963/1008] Compiling NIOPosix ThreadPosix.swift
[964/1008] Compiling NIOPosix ThreadWindows.swift
[965/1008] Compiling NIOPosix UnsafeTransfer.swift
[966/1008] Compiling NIOPosix Utilities.swift
[967/1008] Compiling NIOPosix VsockAddress.swift
[968/1008] Compiling NIOPosix VsockChannelEvents.swift
[969/1008] Compiling NIOPosix ServerSocket.swift
[970/1008] Compiling NIOPosix Socket.swift
[971/1008] Compiling NIOPosix SocketChannel.swift
[972/1008] Compiling NIOPosix SocketProtocols.swift
[973/1008] Compiling NIOPosix System.swift
[974/1008] Compiling NIOPosix Thread.swift
[975/1008] Compiling NIOPosix SelectableChannel.swift
[976/1008] Compiling NIOPosix SelectableEventLoop.swift
[977/1008] Compiling NIOPosix SelectorEpoll.swift
[978/1008] Compiling NIOPosix SelectorGeneric.swift
[979/1008] Compiling NIOPosix SelectorKqueue.swift
[980/1008] Compiling NIOPosix SelectorUring.swift
[981/1008] Compiling NIOPosix PooledRecvBufferAllocator.swift
[982/1008] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[983/1008] Compiling NIOPosix PosixSingletons.swift
[984/1008] Compiling NIOPosix RawSocketBootstrap.swift
[985/1008] Compiling NIOPosix Resolver.swift
[986/1008] Compiling NIOPosix Selectable.swift
[987/1008] Compiling NIOPosix Bootstrap.swift
[988/1008] Compiling NIOPosix ControlMessage.swift
[989/1008] Compiling NIOPosix DatagramVectorReadManager.swift
[990/1008] Compiling NIOPosix Errors+Any.swift
[991/1008] Compiling NIOPosix FileDescriptor.swift
[992/1008] Compiling NIOPosix GetaddrinfoResolver.swift
[993/1008] Compiling NIOPosix HappyEyeballs.swift
[994/1008] Compiling NIOPosix BSDSocketAPICommon.swift
[995/1008] Compiling NIOPosix BSDSocketAPIPosix.swift
[996/1008] Compiling NIOPosix BSDSocketAPIWindows.swift
[997/1008] Compiling NIOPosix BaseSocket.swift
[998/1008] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[999/1008] Compiling NIOPosix BaseSocketChannel.swift
[1000/1008] Compiling NIOPosix BaseStreamSocketChannel.swift
[1001/1008] Compiling NIOPosix NIOThreadPool.swift
[1002/1008] Compiling NIOPosix NonBlockingFileIO.swift
[1003/1008] Compiling NIOPosix PendingDatagramWritesManager.swift
[1004/1008] Compiling NIOPosix PendingWritesManager.swift
[1005/1008] Compiling NIOPosix PipeChannel.swift
[1006/1008] Compiling NIOPosix PipePair.swift
[1007/1008] Compiling NIOPosix Pool.swift
[1008/1008] Emitting module NIOPosix
[1010/1011] Compiling NIO Exports.swift
[1011/1011] Emitting module NIO
[1013/1039] Compiling NIOTLS TLSEvents.swift
[1014/1039] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1015/1039] Emitting module NIOTLS
[1016/1039] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1017/1039] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1018/1039] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1019/1039] Emitting module NIOFoundationCompat
[1020/1039] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1021/1039] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1022/1039] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1023/1039] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1024/1041] Emitting module NIOHTTP1
[1025/1041] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1027/1042] Compiling NIOTLS SNIHandler.swift
[1029/1043] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1030/1043] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1031/1043] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1032/1043] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1033/1094] Compiling NIOSSL SSLContext.swift
[1034/1094] Compiling NIOSSL SSLErrors.swift
[1035/1094] Compiling NIOSSL NIOSSLClientHandler.swift
[1036/1094] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1037/1094] Compiling NIOSSL NIOSSLHandler.swift
[1038/1094] Compiling NIOSSL NIOSSLServerHandler.swift
[1039/1094] Compiling NIOSSL ObjectIdentifier.swift
[1040/1094] Compiling NIOSSL PosixPort.swift
[1041/1094] Compiling NIOSSL SSLPKCS12Bundle.swift
[1042/1094] Compiling NIOSSL SSLPrivateKey.swift
[1043/1094] Compiling NIOSSL SSLPublicKey.swift
[1047/1096] Compiling NIOSSL SSLCertificate.swift
[1048/1096] Compiling NIOSSL SSLCertificateExtensions.swift
[1049/1096] Compiling NIOSSL SSLConnection.swift
[1052/1096] Compiling NIOSSL SSLCallbacks.swift
[1055/1096] Compiling NIOSSL SSLInit.swift
[1056/1096] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1057/1096] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1058/1096] Emitting module NIOTransportServices
[1059/1096] Compiling NIOSSL AndroidCABundle.swift
[1060/1096] Compiling NIOSSL ByteBufferBIO.swift
[1061/1096] Compiling NIOSSL CustomPrivateKey.swift
[1062/1096] Compiling NIOSSL IdentityVerification.swift
[1063/1096] Compiling NIOSSL LinuxCABundle.swift
[1070/1127] Compiling NIOHPACK IntegerCoding.swift
[1071/1128] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1072/1128] Compiling NIOExtras NIOExtrasError.swift
[1073/1130] Emitting module NIOExtras
[1074/1130] Compiling NIOHPACK IndexedHeaderTable.swift
[1075/1130] Compiling NIOSSL NIOSSLSecureBytes.swift
[1076/1130] Compiling NIOSSL RNG.swift
[1077/1130] Compiling NIOSSL SafeCompare.swift
[1078/1130] Compiling NIOSSL Zeroization.swift
[1079/1133] Compiling NIOHPACK StaticHeaderTable.swift
[1080/1133] Emitting module NIOHPACK
[1081/1133] Compiling NIOExtras RequestResponseHandler.swift
[1082/1133] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1083/1133] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1084/1133] Compiling NIOExtras NIORequestIdentifiable.swift
[1085/1133] Compiling NIOExtras PCAPRingBuffer.swift
[1086/1133] Compiling NIOExtras QuiescingHelper.swift
[1087/1133] Compiling NIOExtras DebugInboundEventsHandler.swift
[1088/1133] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1089/1133] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1090/1133] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1091/1133] Compiling NIOHPACK HuffmanCoding.swift
[1092/1133] Compiling NIOHPACK HuffmanTables.swift
[1094/1133] Compiling NIOExtras UnsafeTransfer.swift
[1095/1133] Compiling NIOExtras WritePCAPHandler.swift
[1100/1133] Compiling NIOSSL SubjectAlternativeName.swift
[1101/1133] Emitting module NIOSSL
[1104/1133] Compiling NIOExtras LengthFieldPrepender.swift
[1105/1133] Compiling NIOExtras LineBasedFrameDecoder.swift
[1112/1134] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1113/1134] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1114/1134] Compiling NIOExtras JSONRPCFraming.swift
[1118/1192] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1119/1192] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1121/1193] Compiling NIOHTTP2 Error+Any.swift
[1122/1193] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1123/1193] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1124/1193] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1125/1193] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1126/1193] Compiling NIOHTTP2 MayReceiveFrames.swift
[1127/1193] Compiling NIOHTTP2 ReceivingDataState.swift
[1128/1193] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1129/1193] Compiling NIOHTTP2 SendingRstStreamState.swift
[1130/1193] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1131/1193] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1132/1193] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1133/1193] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1134/1193] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1135/1193] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1137/1194] Compiling NIOHTTP2 MaySendFrames.swift
[1138/1194] Compiling NIOHTTP2 SendingDataState.swift
[1139/1194] Compiling NIOHTTP2 SendingGoawayState.swift
[1140/1194] Compiling NIOHTTP2 SendingHeadersState.swift
[1145/1202] Compiling NIOHTTP2 InboundWindowManager.swift
[1146/1202] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1147/1202] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1148/1202] Compiling NIOHTTP2 StreamChannelList.swift
[1149/1202] Compiling NIOHTTP2 StreamMap.swift
[1150/1202] Compiling NIOHTTP2 StreamStateMachine.swift
[1151/1202] Compiling NIOHTTP2 UnsafeTransfer.swift
[1152/1202] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1153/1202] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1154/1202] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1155/1202] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1156/1202] Compiling NIOHTTP2 HTTP2StreamID.swift
[1157/1202] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1158/1202] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1159/1202] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1160/1202] Compiling NIOHTTP2 InboundEventBuffer.swift
[1161/1202] Emitting module NIOHTTP2
[1170/1202] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1171/1202] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1172/1202] Compiling NIOHTTP2 HTTP2Frame.swift
[1173/1202] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1174/1202] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1175/1202] Compiling NIOHTTP2 HTTP2PingData.swift
[1176/1202] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1177/1202] Compiling NIOHTTP2 HTTP2Settings.swift
[1178/1202] Compiling NIOHTTP2 HTTP2Stream.swift
[1181/1202] Compiling NIOHTTP2 HasLocalSettings.swift
[1182/1202] Compiling NIOHTTP2 HasRemoteSettings.swift
[1183/1202] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1184/1202] Compiling NIOHTTP2 QuiescingState.swift
[1185/1202] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1186/1202] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1187/1202] Compiling NIOHTTP2 StateMachineResult.swift
[1188/1202] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1189/1202] Compiling NIOHTTP2 DOSHeuristics.swift
[1193/1202] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1194/1202] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1195/1202] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1196/1202] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1197/1202] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1198/1202] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1199/1202] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1200/1202] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1201/1202] Compiling NIOHTTP2 HTTP2Error.swift
[1202/1202] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1204/1330] Compiling GRPC ServerInterceptorContext.swift
[1205/1330] Compiling GRPC ServerInterceptorPipeline.swift
[1206/1330] Compiling GRPC ServerInterceptors.swift
[1207/1330] Compiling GRPC InterceptorContextList.swift
[1208/1330] Compiling GRPC LengthPrefixedMessageReader.swift
[1209/1330] Compiling GRPC Logger.swift
[1210/1330] Compiling GRPC LoggingServerErrorDelegate.swift
[1211/1330] Compiling GRPC MessageEncodingHeaderValidator.swift
[1212/1330] Compiling GRPC PlatformSupport.swift
[1213/1330] Compiling GRPC ReadWriteStates.swift
[1214/1330] Compiling GRPC Ref.swift
[1215/1330] Compiling GRPC Serialization.swift
[1216/1330] Compiling GRPC Server+NIOSSL.swift
[1217/1330] Compiling GRPC Server.swift
[1218/1330] Compiling GRPC ServerBuilder+NIOSSL.swift
[1219/1330] Compiling GRPC ServerBuilder.swift
[1220/1330] Compiling GRPC ServerCallContext.swift
[1221/1330] Compiling GRPC StreamingResponseCallContext.swift
[1222/1347] Compiling GRPC GRPCAsyncResponseStream.swift
[1223/1347] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1224/1347] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1225/1347] Compiling GRPC GRPCAsyncServerCallContext.swift
[1226/1347] Compiling GRPC GRPCAsyncServerHandler.swift
[1227/1347] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1228/1347] Compiling GRPC GRPCAsyncUnaryCall.swift
[1229/1347] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1230/1347] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1231/1347] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1232/1347] Compiling GRPC GRPCSendable.swift
[1233/1347] Compiling GRPC NIOAsyncWrappers.swift
[1234/1347] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1235/1347] Compiling GRPC ClientStreamingServerHandler.swift
[1236/1347] Compiling GRPC ServerHandlerProtocol.swift
[1237/1347] Compiling GRPC ServerStreamingServerHandler.swift
[1238/1347] Compiling GRPC UnaryServerHandler.swift
[1239/1347] Compiling GRPC CallOptions.swift
[1240/1347] Compiling GRPC Array+BoundsCheck.swift
[1241/1347] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1242/1347] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1243/1347] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1244/1347] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1245/1347] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1246/1347] Compiling GRPC ServerHandlerStateMachine.swift
[1247/1347] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1248/1347] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1249/1347] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1250/1347] Compiling GRPC ServerInterceptorStateMachine.swift
[1251/1347] Compiling GRPC StreamState.swift
[1252/1347] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1253/1347] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1254/1347] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1255/1347] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1256/1347] Compiling GRPC GRPCAsyncRequestStream.swift
[1257/1347] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1258/1347] Compiling GRPC BidirectionalStreamingCall.swift
[1259/1347] Compiling GRPC Call.swift
[1260/1347] Compiling GRPC CallDetails.swift
[1261/1347] Compiling GRPC ClientCall.swift
[1262/1347] Compiling GRPC ClientStreamingCall.swift
[1263/1347] Compiling GRPC LazyEventLoopPromise.swift
[1264/1347] Compiling GRPC ResponseContainers.swift
[1265/1347] Compiling GRPC ResponsePartContainer.swift
[1266/1347] Compiling GRPC ServerStreamingCall.swift
[1267/1347] Compiling GRPC UnaryCall.swift
[1268/1347] Compiling GRPC ClientConnection.swift
[1269/1347] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1270/1347] Compiling GRPC ClientErrorDelegate.swift
[1271/1347] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1272/1347] Compiling GRPC CompressionAlgorithm.swift
[1273/1347] Compiling GRPC DecompressionLimit.swift
[1274/1347] Compiling GRPC MessageEncoding.swift
[1275/1347] Compiling GRPC Zlib.swift
[1276/1347] Compiling GRPC DelegatingErrorHandler.swift
[1277/1347] Compiling GRPC Error+NIOSSL.swift
[1278/1347] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1279/1347] Compiling GRPC FakeChannel.swift
[1280/1347] Compiling GRPC ClientConnection+NIOSSL.swift
[1281/1347] Compiling GRPC ClientConnection+NWTLS.swift
[1282/1347] Compiling GRPC GRPCChannel.swift
[1283/1347] Compiling GRPC GRPCChannelBuilder.swift
[1284/1347] Compiling GRPC GRPCClient.swift
[1285/1347] Compiling GRPC GRPCClientChannelHandler.swift
[1286/1347] Compiling GRPC GRPCClientStateMachine.swift
[1287/1347] Compiling GRPC GRPCContentType.swift
[1288/1347] Compiling GRPC GRPCError.swift
[1289/1347] Compiling GRPC GRPCHeaderName.swift
[1290/1347] Compiling GRPC GRPCIdleHandler.swift
[1291/1347] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1292/1347] Compiling GRPC GRPCKeepaliveHandlers.swift
[1293/1347] Compiling GRPC GRPCPayload.swift
[1294/1347] Compiling GRPC UnaryResponseCallContext.swift
[1295/1347] Compiling GRPC ServerChannelErrorHandler.swift
[1296/1347] Compiling GRPC ServerErrorDelegate.swift
[1297/1347] Compiling GRPC ServerErrorProcessor.swift
[1298/1347] Compiling GRPC Stopwatch.swift
[1299/1347] Compiling GRPC StreamEvent.swift
[1300/1347] Compiling GRPC TLSVerificationHandler.swift
[1301/1347] Compiling GRPC TLSVersion.swift
[1302/1347] Compiling GRPC TimeLimit.swift
[1303/1347] Compiling GRPC UserInfo.swift
[1304/1347] Compiling GRPC Version.swift
[1305/1347] Compiling GRPC WebCORSHandler.swift
[1306/1347] Compiling GRPC WriteCapturingHandler.swift
[1307/1347] Compiling GRPC _EmbeddedThroughput.swift
[1308/1347] Compiling GRPC _FakeResponseStream.swift
[1309/1347] Compiling GRPC _GRPCClientCodecHandler.swift
[1310/1347] Compiling GRPC _MessageContext.swift
[1311/1347] Emitting module GRPC
[1312/1347] Compiling GRPC ConnectionBackoff.swift
[1313/1347] Compiling GRPC ConnectionKeepalive.swift
[1314/1347] Compiling GRPC ConnectionManager+Delegates.swift
[1315/1347] Compiling GRPC ConnectionManager.swift
[1316/1347] Compiling GRPC ConnectionManagerChannelProvider.swift
[1317/1347] Compiling GRPC ConnectionManagerID.swift
[1318/1347] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1319/1347] Compiling GRPC ConnectionPool+Waiter.swift
[1320/1347] Compiling GRPC ConnectionPool.swift
[1321/1347] Compiling GRPC ConnectionPoolIDs.swift
[1322/1347] Compiling GRPC GRPCChannelPool.swift
[1323/1347] Compiling GRPC PoolManager.swift
[1324/1347] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1325/1347] Compiling GRPC PoolManagerStateMachine.swift
[1326/1347] Compiling GRPC PooledChannel.swift
[1327/1347] Compiling GRPC StreamLender.swift
[1328/1347] Compiling GRPC ConnectivityState.swift
[1329/1347] Compiling GRPC DebugOnly.swift
[1330/1347] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1331/1347] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1332/1347] Compiling GRPC GRPCServiceDescription.swift
[1333/1347] Compiling GRPC GRPCStatus.swift
[1334/1347] Compiling GRPC GRPCStatusAndMetadata.swift
[1335/1347] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1336/1347] Compiling GRPC GRPCTLSConfiguration.swift
[1337/1347] Compiling GRPC GRPCTimeout.swift
[1338/1347] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1339/1347] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1340/1347] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1341/1347] Compiling GRPC ClientInterceptorContext.swift
[1342/1347] Compiling GRPC ClientInterceptorPipeline.swift
[1343/1347] Compiling GRPC ClientInterceptorProtocol.swift
[1344/1347] Compiling GRPC ClientInterceptors.swift
[1345/1347] Compiling GRPC ClientTransport.swift
[1346/1347] Compiling GRPC ClientTransportFactory.swift
[1347/1347] Compiling GRPC MessageParts.swift
[1349/1359] Compiling OTLPGRPC OTLPGRPCMetricExporterConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1350/1360] Compiling OTLPGRPC OTLPGRPCSpanExporterConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1351/1360] Compiling OTLPGRPC OTLPGRPCEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1352/1360] Compiling OTLPGRPC OTLPGRPCSpanExporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1353/1360] Compiling OTLPGRPC OTLPGRPCMetricExporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1354/1360] Compiling OTLPGRPC trace_service.grpc.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1355/1360] Compiling OTLPGRPC trace_service.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1356/1360] Compiling OTLPGRPC logs_service.grpc.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1357/1360] Compiling OTLPGRPC logs_service.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1358/1360] Compiling OTLPGRPC metrics_service.grpc.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1359/1360] Compiling OTLPGRPC metrics_service.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1360/1360] Emitting module OTLPGRPC
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1362/1363] Emitting module DistributedTracer
[1363/1363] Compiling DistributedTracer TestTracer.swift
Build complete! (315.91s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-otel",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/slashmo/swift-otel"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "DistributedTracer",
  "name" : "DistributedTracer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "DistributedTracer",
      "targets" : [
        "DistributedTracer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DistributedTracerTests",
      "module_type" : "SwiftTarget",
      "name" : "DistributedTracerTests",
      "path" : "Tests/DistributedTracerTests",
      "sources" : [
        "DistributedTracerTests.swift"
      ],
      "target_dependencies" : [
        "DistributedTracer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DistributedTracer",
      "module_type" : "SwiftTarget",
      "name" : "DistributedTracer",
      "path" : "Sources/DistributedTracer",
      "product_dependencies" : [
        "Logging",
        "ServiceLifecycle",
        "OTel",
        "OTLPGRPC"
      ],
      "product_memberships" : [
        "DistributedTracer"
      ],
      "sources" : [
        "TestTracer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.