The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftBox, reference 1.0.1 (e69b51), with Swift 6.1 for Android on 28 May 2025 14:38:52 UTC.

Swift 6 data race errors: 14

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/allegro/swiftbox.git
Reference: 1.0.1
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/allegro/swiftbox
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at e69b51b Bumps dependencies (#13)
Cloned https://github.com/allegro/swiftbox.git
Revision (git rev-parse @):
e69b51b85c1710f4d1eaa4ddb121afa63369482f
SUCCESS checkout https://github.com/allegro/swiftbox.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/allegro/swiftbox.git
https://github.com/allegro/swiftbox.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.23.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-junit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/allegro/swift-junit.git"
    }
  ],
  "manifest_display_name" : "SwiftBox",
  "name" : "SwiftBox",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBoxLogging",
      "targets" : [
        "SwiftBoxLogging"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftBoxMetrics",
      "targets" : [
        "SwiftBoxMetrics"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftBoxConfig",
      "targets" : [
        "SwiftBoxConfig"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBoxMetricsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxMetricsTests",
      "path" : "Tests/SwiftBoxMetricsTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "MetricTypesTests.swift",
        "StatsDHandlersTests.swift",
        "TCPStatsDClientTests.swift",
        "UDPStatsDClientTests+Helpers.swift",
        "UDPStatsDClientTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxMetrics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBoxMetrics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxMetrics",
      "path" : "Sources/SwiftBoxMetrics",
      "product_dependencies" : [
        "Metrics"
      ],
      "product_memberships" : [
        "SwiftBoxMetrics"
      ],
      "sources" : [
        "BaseMetricsSender.swift",
        "LoggerHandler/LoggerHandler.swift",
        "MetricTypes.swift",
        "StatsDFactory.swift",
        "StatsDHandler/StatsDClient.swift",
        "StatsDHandler/StatsDHandler.swift",
        "StatsDHandler/TCPStatsDClient.swift",
        "StatsDHandler/UDPStatsDClient.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBoxLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxLoggingTests",
      "path" : "Tests/SwiftBoxLoggingTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "LoggingTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBoxLogging",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxLogging",
      "path" : "Sources/SwiftBoxLogging",
      "product_dependencies" : [
        "NIOSSL",
        "Logging"
      ],
      "product_memberships" : [
        "SwiftBoxLogging",
        "SwiftBoxMetrics",
        "SwiftBoxConfig"
      ],
      "sources" : [
        "ElasticsearchLogHandler.swift",
        "ElasticsearchPayload.swift",
        "LoggerProtocol.swift",
        "LoggingManager.swift",
        "PrintLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBoxConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxConfigTests",
      "path" : "Tests/SwiftBoxConfigTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "ConfigManagerTests.swift",
        "ConfigurationTests.swift",
        "FlatDictParserTests.swift",
        "SourcesTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBoxConfig",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxConfig",
      "path" : "Sources/SwiftBoxConfig",
      "product_memberships" : [
        "SwiftBoxConfig"
      ],
      "sources" : [
        "BasicKey.swift",
        "ConfigManager.swift",
        "DictionaryDecoder.swift",
        "EnvParser.swift",
        "KeyPathReferenceable/Array+KeyPathReferencable.swift",
        "KeyPathReferenceable/Dictionary+KeyPathReferencable.swift",
        "KeyPathReferenceable/KeyPathReferenceable.swift",
        "Sources.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxLogging"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/allegro/swift-junit.git
[1/235] Fetching swift-junit
[236/4071] Fetching swift-junit, swift-log
[1502/6277] Fetching swift-junit, swift-log, swift-metrics
Fetched https://github.com/allegro/swift-junit.git from cache (0.38s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
[1/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.61s)
Fetched https://github.com/apple/swift-nio-ssl from cache (1.64s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (2.15s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.31s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.37s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (0.57s)
Fetching https://github.com/apple/swift-nio.git
[1/76084] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.40s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2/6101] Fetching swift-system, swift-atomics
[3/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.31.0
Building for debugging...
[0/452] Compiling a_dup.cc
[1/452] Compiling a_bitstr.cc
[2/452] Write sources
[4/452] Compiling cpu_aarch64_apple.cc
[5/452] Write sources
[20/452] Compiling CNIOWindows shim.c
[21/452] Compiling _AtomicsShims.c
[22/452] Compiling a_i2d_fp.cc
[23/452] Compiling CNIOWindows WSAStartup.c
[24/452] Compiling CNIOWASI CNIOWASI.c
[25/452] Write swift-version-24593BA9C3E375BF.txt
[26/452] Compiling a_int.cc
[27/452] Compiling CNIOLinux liburing_shims.c
[28/452] Compiling CNIODarwin shim.c
[29/452] Compiling CNIOLinux shim.c
[30/452] Compiling a_time.cc
[31/477] Compiling CNIOBoringSSLShims shims.c
[32/480] Compiling fiat_p256_adx_sqr.S
[33/480] Compiling fiat_p256_adx_mul.S
[34/480] Compiling fiat_curve25519_adx_square.S
[35/480] Compiling fiat_curve25519_adx_mul.S
[37/480] Emitting module InternalCollectionsUtilities
[37/481] Compiling tls_record.cc
[38/481] Compiling c-nioatomics.c
[39/481] Compiling c-atomics.c
[41/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/481] Compiling CoreMetrics Metrics.swift
[43/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/481] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[45/481] Compiling InternalCollectionsUtilities Integer rank.swift
[46/481] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/481] Compiling InternalCollectionsUtilities Debugging.swift
[48/481] Compiling InternalCollectionsUtilities Descriptions.swift
[49/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/481] Emitting module _NIOBase64
[53/481] Compiling _NIOBase64 Base64.swift
[54/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[55/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[57/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/483] Compiling _NIODataStructures PriorityQueue.swift
[59/483] Compiling _NIODataStructures _TinyArray.swift
[60/483] Emitting module _NIODataStructures
[61/483] Compiling _NIODataStructures Heap.swift
[64/484] Compiling tls_method.cc
[65/484] Wrapping AST for _NIOBase64 for debugging
[66/499] Wrapping AST for InternalCollectionsUtilities for debugging
[67/500] Wrapping AST for _NIODataStructures for debugging
[69/505] Compiling DequeModule Deque+Equatable.swift
[70/505] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/507] Compiling DequeModule _DequeBuffer.swift
[72/507] Compiling DequeModule _DequeBufferHeader.swift
[73/507] Compiling NIOConcurrencyHelpers NIOLock.swift
[74/507] Compiling DequeModule _DequeSlot.swift
[75/507] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/507] Compiling DequeModule Deque+Codable.swift
[77/507] Compiling DequeModule Deque+Collection.swift
[77/507] Compiling tls13_server.cc
[79/507] Compiling NIOConcurrencyHelpers lock.swift
[80/507] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/507] Emitting module NIOConcurrencyHelpers
[82/507] Compiling DequeModule Deque+Extras.swift
[83/507] Compiling DequeModule Deque+Hashable.swift
[84/507] Compiling DequeModule Deque+CustomReflectable.swift
[85/507] Compiling DequeModule Deque+Descriptions.swift
[86/507] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/507] Compiling DequeModule Deque+Testing.swift
[88/507] Compiling DequeModule Deque._Storage.swift
[89/507] Compiling DequeModule Deque._UnsafeHandle.swift
[90/507] Compiling DequeModule Deque.swift
[91/507] Compiling NIOConcurrencyHelpers atomics.swift
[92/508] Compiling tls13_enc.cc
[93/508] Wrapping AST for NIOConcurrencyHelpers for debugging
[95/508] Emitting module DequeModule
[97/509] Emitting module CoreMetrics
[98/509] Compiling CoreMetrics Locks.swift
[99/510] Emitting module Logging
[100/510] Compiling Logging Locks.swift
[101/510] Compiling Logging LogHandler.swift
[102/510] Compiling Logging Logging.swift
[103/510] Compiling Logging MetadataProvider.swift
[103/510] Compiling tls13_both.cc
[106/511] Compiling tls13_client.cc
[107/511] Wrapping AST for DequeModule for debugging
[108/511] Wrapping AST for Logging for debugging
[109/511] Wrapping AST for CoreMetrics for debugging
[110/513] Compiling t1_enc.cc
[111/513] Compiling ssl_x509.cc
[112/513] Compiling ssl_versions.cc
[113/513] Compiling ssl_transcript.cc
[114/513] Compiling ssl_stat.cc
[115/513] Compiling ssl_session.cc
[116/513] Compiling ssl_privkey.cc
[117/513] Compiling ssl_lib.cc
[118/513] Compiling ssl_key_share.cc
[119/513] Compiling ssl_file.cc
[120/513] Compiling ssl_credential.cc
[122/513] Emitting module Metrics
[123/513] Compiling Metrics Metrics.swift
[124/514] Compiling ssl_cipher.cc
[125/514] Compiling ssl_cert.cc
[126/514] Wrapping AST for Metrics for debugging
[127/514] Compiling ssl_buffer.cc
[128/514] Compiling ssl_aead_ctx.cc
[129/514] Compiling ssl_asn1.cc
[130/514] Compiling s3_pkt.cc
[131/514] Compiling s3_lib.cc
[132/514] Compiling s3_both.cc
[133/514] Compiling handshake_client.cc
[134/514] Compiling handshake.cc
[135/514] Compiling handshake_server.cc
[136/514] Compiling handoff.cc
[137/514] Compiling dtls_record.cc
[138/514] Compiling encrypted_client_hello.cc
[139/514] Compiling md5-x86_64-linux.S
[140/514] Compiling md5-x86_64-apple.S
[141/514] Compiling md5-586-linux.S
[142/514] Compiling extensions.cc
[143/514] Compiling md5-586-apple.S
[144/514] Compiling chacha20_poly1305_x86_64-linux.S
[145/514] Compiling chacha20_poly1305_x86_64-apple.S
[146/514] Compiling dtls_method.cc
[147/514] Compiling err_data.cc
[148/514] Compiling chacha20_poly1305_armv8-win.S
[149/514] Compiling d1_pkt.cc
[150/514] Compiling d1_srtp.cc
[151/514] Compiling chacha20_poly1305_armv8-linux.S
[152/514] Compiling chacha20_poly1305_armv8-apple.S
[153/514] Compiling chacha-x86_64-linux.S
[154/514] Compiling chacha-x86-linux.S
[155/514] Compiling chacha-x86_64-apple.S
[156/514] Compiling chacha-x86-apple.S
[157/514] Compiling chacha-armv8-win.S
[158/514] Compiling chacha-armv8-apple.S
[159/514] Compiling chacha-armv4-linux.S
[160/514] Compiling aes128gcmsiv-x86_64-linux.S
[161/514] Compiling chacha-armv8-linux.S
[162/514] Compiling aes128gcmsiv-x86_64-apple.S
[163/514] Compiling x86_64-mont5-apple.S
[164/514] Compiling x86_64-mont5-linux.S
[165/514] Compiling x86_64-mont-linux.S
[166/514] Compiling x86_64-mont-apple.S
[167/514] Compiling bio_ssl.cc
[168/514] Compiling x86-mont-linux.S
[169/514] Compiling x86-mont-apple.S
[170/514] Compiling vpaes-x86_64-linux.S
[171/514] Compiling vpaes-x86-apple.S
[172/514] Compiling vpaes-x86-linux.S
[173/514] Compiling vpaes-armv8-apple.S
[174/514] Compiling vpaes-x86_64-apple.S
[175/514] Compiling vpaes-armv8-win.S
[176/514] Compiling vpaes-armv8-linux.S
[177/514] Compiling sha512-x86_64-linux.S
[178/514] Compiling sha512-armv8-win.S
[179/514] Compiling vpaes-armv7-linux.S
[179/514] Compiling sha512-x86_64-apple.S
[181/514] Compiling sha512-armv8-linux.S
[182/514] Compiling sha512-armv4-linux.S
[183/514] Compiling sha512-armv8-apple.S
[184/514] Compiling sha512-586-linux.S
[185/514] Compiling sha512-586-apple.S
[186/514] Compiling sha256-x86_64-linux.S
[187/514] Compiling d1_both.cc
[188/514] Compiling sha256-armv8-win.S
[189/514] Compiling sha256-x86_64-apple.S
[190/514] Compiling d1_lib.cc
[191/514] Compiling sha256-586-linux.S
[192/514] Compiling sha256-armv8-apple.S
[193/514] Compiling sha256-armv4-linux.S
[194/514] Compiling sha1-armv8-win.S
[194/514] Compiling sha256-armv8-linux.S
[196/514] Compiling sha256-586-apple.S
[197/514] Compiling sha1-x86_64-apple.S
[198/514] Compiling sha1-x86_64-linux.S
[198/514] Compiling sha1-armv8-apple.S
[198/514] Compiling sha1-586-linux.S
[201/514] Compiling sha1-armv4-large-linux.S
[202/514] Compiling sha1-586-apple.S
[203/514] Compiling rsaz-avx2-linux.S
[203/514] Compiling rdrand-x86_64-apple.S
[205/514] Compiling rdrand-x86_64-linux.S
[206/514] Compiling sha1-armv8-linux.S
[207/514] Compiling p256_beeu-x86_64-asm-linux.S
[208/514] Compiling rsaz-avx2-apple.S
[209/514] Compiling p256_beeu-x86_64-asm-apple.S
[210/514] Compiling p256_beeu-armv8-asm-apple.S
[211/514] Compiling p256_beeu-armv8-asm-win.S
[212/514] Compiling p256_beeu-armv8-asm-linux.S
[213/514] Compiling p256-armv8-asm-win.S
[214/514] Compiling p256-x86_64-asm-linux.S
[215/514] Compiling p256-x86_64-asm-apple.S
[216/514] Compiling p256-armv8-asm-linux.S
[217/514] Compiling p256-armv8-asm-apple.S
[218/514] Compiling ghashv8-armv8-win.S
[219/514] Compiling ghashv8-armv8-linux.S
[220/514] Compiling ghashv8-armv8-apple.S
[220/514] Compiling ghashv8-armv7-linux.S
[222/514] Compiling ghash-x86_64-linux.S
[223/514] Compiling ghash-x86-apple.S
[224/514] Compiling ghash-ssse3-x86_64-linux.S
[225/514] Compiling ghash-x86_64-apple.S
[226/514] Compiling ghash-x86-linux.S
[227/514] Compiling ghash-ssse3-x86-linux.S
[228/514] Compiling ghash-ssse3-x86_64-apple.S
[229/514] Compiling ghash-armv4-linux.S
[230/514] Compiling ghash-neon-armv8-linux.S
[231/514] Compiling co-586-linux.S
[232/514] Compiling ghash-ssse3-x86-apple.S
[233/514] Compiling ghash-neon-armv8-win.S
[234/514] Compiling ghash-neon-armv8-apple.S
[235/514] Compiling bsaes-armv7-linux.S
[236/514] Compiling co-586-apple.S
[237/514] Compiling bn-armv8-win.S
[238/514] Compiling bn-armv8-linux.S
[239/514] Compiling bn-586-linux.S
[240/514] Compiling bn-armv8-apple.S
[241/514] Compiling bn-586-apple.S
[242/514] Compiling armv8-mont-linux.S
[243/514] Compiling armv8-mont-apple.S
[244/514] Compiling armv8-mont-win.S
[245/514] Compiling armv4-mont-linux.S
[245/514] Compiling aesv8-gcm-armv8-win.S
[247/514] Compiling aesv8-gcm-armv8-apple.S
[247/514] Compiling aesv8-armv8-linux.S
[249/514] Compiling aesv8-armv7-linux.S
[250/514] Compiling aesv8-armv8-win.S
[251/514] Compiling aesv8-armv8-apple.S
[252/514] Compiling aesv8-gcm-armv8-linux.S
[253/514] Compiling aesni-x86_64-linux.S
[254/514] Compiling aesni-x86-apple.S
[255/514] Compiling aesni-x86_64-apple.S
[255/514] Compiling aesni-gcm-x86_64-linux.S
[257/514] Compiling aesni-gcm-x86_64-apple.S
[258/514] Compiling aesni-x86-linux.S
[259/514] Compiling aes-gcm-avx2-x86_64-apple.S
[260/514] Compiling aes-gcm-avx10-x86_64-linux.S
[261/514] Compiling aes-gcm-avx2-x86_64-linux.S
[262/514] Compiling aes-gcm-avx10-x86_64-apple.S
[263/514] Compiling x_req.cc
[264/514] Compiling x_sig.cc
[265/514] Compiling x_x509.cc
[266/514] Compiling x_x509a.cc
[267/514] Compiling x_name.cc
[268/514] Compiling x_spki.cc
[269/514] Compiling x_pubkey.cc
[270/514] Compiling x_val.cc
[271/514] Compiling x_exten.cc
[272/514] Compiling x_algor.cc
[273/514] Compiling x_crl.cc
[274/514] Compiling x509rset.cc
[275/514] Compiling x_attrib.cc
[276/514] Compiling x_all.cc
[277/514] Compiling x509name.cc
[278/514] Compiling x509spki.cc
[279/514] Compiling x509_v3.cc
[280/514] Compiling x509cset.cc
[281/514] Compiling x509_vpm.cc
[282/514] Compiling x509_vfy.cc
[283/514] Compiling x509_obj.cc
[284/514] Compiling x509_txt.cc
[285/514] Compiling x509_trs.cc
[286/514] Compiling x509_set.cc
[287/514] Compiling x509_req.cc
[288/514] Compiling x509_lu.cc
[289/514] Compiling x509_d2.cc
[290/514] Compiling x509_ext.cc
[291/514] Compiling x509_def.cc
[292/514] Compiling v3_utl.cc
[293/514] Compiling x509_cmp.cc
[294/514] Compiling x509_att.cc
[295/514] Compiling x509.cc
[296/514] Compiling v3_lib.cc
[297/514] Compiling v3_skey.cc
[298/514] Compiling v3_purp.cc
[299/514] Compiling v3_prn.cc
[300/514] Compiling v3_ocsp.cc
[301/514] Compiling v3_ncons.cc
[302/514] Compiling v3_pcons.cc
[303/514] Compiling v3_int.cc
[304/514] Compiling v3_pmaps.cc
[305/514] Compiling v3_extku.cc
[306/514] Compiling v3_ia5.cc
[307/514] Compiling v3_genn.cc
[308/514] Compiling v3_info.cc
[309/514] Compiling v3_cpols.cc
[310/514] Compiling v3_conf.cc
[311/514] Compiling v3_enum.cc
[312/514] Compiling v3_crld.cc
[313/514] Compiling v3_bcons.cc
[314/514] Compiling v3_bitst.cc
[315/514] Compiling v3_alt.cc
[316/514] Compiling v3_akeya.cc
[317/514] Compiling t_req.cc
[317/514] Compiling v3_akey.cc
[319/514] Compiling t_x509a.cc
[320/514] Compiling t_x509.cc
[321/514] Compiling t_crl.cc
[322/514] Compiling rsa_pss.cc
[323/514] Compiling policy.cc
[324/514] Compiling name_print.cc
[325/514] Compiling i2d_pr.cc
[326/514] Compiling by_dir.cc
[327/514] Compiling a_verify.cc
[328/514] Compiling by_file.cc
[329/514] Compiling a_sign.cc
[330/514] Compiling algorithm.cc
[331/514] Compiling asn1_gen.cc
[332/514] Compiling thread_pthread.cc
[333/514] Compiling thread_win.cc
[334/514] Compiling thread.cc
[335/514] Compiling thread_none.cc
[336/514] Compiling voprf.cc
[337/514] Compiling a_digest.cc
[338/514] Compiling stack.cc
[339/514] Compiling trust_token.cc
[340/514] Compiling pmbtoken.cc
[341/514] Compiling siphash.cc
[342/514] Compiling sha512.cc
[343/514] Compiling slhdsa.cc
[344/514] Compiling spake2plus.cc
[345/514] Compiling sha256.cc
[346/514] Compiling rsa_print.cc
[347/514] Compiling sha1.cc
[348/514] Compiling rsa_extra.cc
[349/514] Compiling windows.cc
[350/514] Compiling rsa_crypt.cc
[351/514] Compiling refcount.cc
[352/514] Compiling trusty.cc
[353/514] Compiling rc4.cc
[354/514] Compiling rand.cc
[355/514] Compiling rsa_asn1.cc
[356/514] Compiling urandom.cc
[357/514] Compiling passive.cc
[358/514] Compiling poly1305_arm_asm.S
[359/514] Compiling ios.cc
[360/514] Compiling getentropy.cc
[361/514] Compiling forkunsafe.cc
[362/514] Compiling poly1305_vec.cc
[363/514] Compiling fork_detect.cc
[364/514] Compiling deterministic.cc
[365/514] Compiling pool.cc
[366/514] Compiling poly1305_arm.cc
[367/514] Compiling poly1305.cc
[368/514] Compiling pkcs8_x509.cc
[369/514] Compiling pkcs7.cc
[370/514] Compiling pkcs7_x509.cc
[371/514] Compiling pkcs8.cc
[372/514] Compiling p5_pbev2.cc
[373/514] Compiling pem_pkey.cc
[374/514] Compiling pem_xaux.cc
[375/514] Compiling obj_xref.cc
[376/514] Compiling pem_x509.cc
[377/514] Compiling pem_oth.cc
[378/514] Compiling pem_pk8.cc
[379/514] Compiling mldsa.cc
[380/514] Compiling mlkem.cc
[381/514] Compiling pem_info.cc
[382/514] Compiling obj.cc
[383/514] Compiling lhash.cc
[384/514] Compiling pem_lib.cc
[385/514] Compiling pem_all.cc
[386/514] Compiling poly_rq_mul.S
[387/514] Compiling fips_shared_support.cc
[388/514] Compiling md4.cc
[389/514] Compiling mem.cc
[390/514] Compiling md5.cc
[391/514] Compiling scrypt.cc
[392/514] Compiling sign.cc
[393/514] Compiling ex_data.cc
[394/514] Compiling hpke.cc
[395/514] Compiling print.cc
[396/514] Compiling kyber.cc
[397/514] Compiling hrss.cc
[398/514] Compiling pbkdf.cc
[399/514] Compiling p_x25519.cc
[400/514] Compiling p_ed25519.cc
[401/514] Compiling p_x25519_asn1.cc
[402/514] Compiling p_hkdf.cc
[403/514] Compiling p_rsa_asn1.cc
[404/514] Compiling p_rsa.cc
[405/514] Compiling p_ed25519_asn1.cc
[406/514] Compiling p_ec.cc
[407/514] Compiling evp_ctx.cc
[408/514] Compiling p_ec_asn1.cc
[409/514] Compiling p_dh_asn1.cc
[410/514] Compiling p_dh.cc
[411/514] Compiling p_dsa_asn1.cc
[412/514] Compiling err.cc
[413/514] Compiling engine.cc
[414/514] Compiling evp.cc
[415/514] Compiling evp_asn1.cc
[416/514] Compiling bcm.cc
[417/514] Compiling hash_to_curve.cc
[418/514] Compiling ecdh.cc
[419/514] Compiling ec_derive.cc
[420/514] Compiling ec_asn1.cc
[421/514] Compiling ecdsa_asn1.cc
[422/514] Compiling dsa.cc
[423/514] Compiling dh_asn1.cc
[424/514] Compiling x25519-asm-arm.S
[425/514] Compiling digest_extra.cc
[426/514] Compiling dsa_asn1.cc
[427/514] Compiling des.cc
[428/514] Compiling params.cc
[429/514] Compiling spake25519.cc
[430/514] Compiling curve25519_64_adx.cc
[431/514] Compiling cpu_aarch64_sysreg.cc
[432/514] Compiling cpu_aarch64_openbsd.cc
[433/514] Compiling cpu_intel.cc
[434/514] Compiling cpu_arm_freebsd.cc
[435/514] Compiling cpu_arm_linux.cc
[436/514] Compiling crypto.cc
[437/514] Compiling cpu_aarch64_fuchsia.cc
[438/514] Compiling curve25519.cc
[439/514] Compiling cpu_aarch64_win.cc
[440/514] Compiling tls_cbc.cc
[441/514] Compiling cpu_aarch64_linux.cc
[442/514] Compiling e_tls.cc
[443/514] Compiling get_cipher.cc
[444/514] Compiling conf.cc
[445/514] Compiling e_null.cc
[446/514] Compiling e_des.cc
[447/514] Compiling e_rc4.cc
[448/514] Compiling e_rc2.cc
[449/514] Compiling e_aesctrhmac.cc
[450/514] Compiling e_chacha20poly1305.cc
[451/514] Compiling chacha.cc
[452/514] Compiling e_aesgcmsiv.cc
[453/514] Compiling derive_key.cc
[454/514] Compiling bn_asn1.cc
[455/514] Compiling buf.cc
[456/514] Compiling asn1_compat.cc
[457/514] Compiling cbb.cc
[458/514] Compiling unicode.cc
[459/514] Compiling cbs.cc
[460/514] Compiling convert.cc
[461/514] Compiling ber.cc
[462/514] Compiling blake2.cc
[463/514] Compiling socket_helper.cc
[464/514] Compiling hexdump.cc
[465/514] Compiling printf.cc
[466/514] Compiling socket.cc
[467/514] Compiling pair.cc
[468/514] Compiling file.cc
[469/514] Compiling fd.cc
[470/514] Compiling base64.cc
[471/514] Compiling errno.cc
[472/514] Compiling bio_mem.cc
[473/514] Compiling connect.cc
[474/514] Compiling bio.cc
[475/514] Compiling tasn_dec.cc
[476/514] Compiling tasn_typ.cc
[477/514] Compiling tasn_fre.cc
[478/514] Compiling tasn_utl.cc
[479/514] Compiling tasn_enc.cc
[480/514] Compiling posix_time.cc
[481/514] Compiling tasn_new.cc
[482/514] Compiling f_string.cc
[483/514] Compiling f_int.cc
[484/514] Compiling asn_pack.cc
[485/514] Compiling asn1_par.cc
[486/514] Compiling a_octet.cc
[487/514] Compiling asn1_lib.cc
[488/514] Compiling a_type.cc
[489/514] Compiling a_utctm.cc
[489/514] Write sources
[491/514] Compiling a_strex.cc
[492/533] Compiling a_strnid.cc
[493/533] Compiling a_mbstr.cc
[494/533] Compiling a_gentm.cc
[496/533] Compiling Atomics UnsafeAtomic.swift
[497/533] Compiling Atomics UnsafeAtomicLazyReference.swift
[497/535] Compiling a_d2i_fp.cc
[499/535] Compiling Atomics ManagedAtomic.swift
[500/535] Compiling Atomics ManagedAtomicLazyReference.swift
[501/535] Compiling Atomics AtomicMemoryOrderings.swift
[502/535] Compiling Atomics DoubleWord.swift
[502/535] Compiling a_bool.cc
[503/535] Compiling a_object.cc
[505/535] Compiling Atomics Primitives.shims.swift
[506/535] Compiling Atomics AtomicInteger.swift
[507/535] Compiling Atomics AtomicOptionalWrappable.swift
[508/535] Compiling Atomics AtomicReference.swift
[509/535] Compiling Atomics AtomicStorage.swift
[510/535] Compiling Atomics AtomicValue.swift
[511/535] Compiling Atomics IntegerOperations.swift
[512/535] Compiling Atomics Unmanaged extensions.swift
[513/535] Emitting module Atomics
[514/535] Compiling Atomics OptionalRawRepresentable.swift
[515/535] Compiling Atomics RawRepresentable.swift
[516/535] Compiling Atomics AtomicBool.swift
[517/535] Compiling Atomics IntegerConformances.swift
[518/535] Compiling Atomics PointerConformances.swift
[519/535] Compiling Atomics Primitives.native.swift
[520/536] Wrapping AST for Atomics for debugging
[522/596] Compiling NIOCore IO.swift
[523/596] Compiling NIOCore IOData.swift
[524/596] Compiling NIOCore IPProtocol.swift
[525/596] Compiling NIOCore IntegerBitPacking.swift
[526/596] Compiling NIOCore IntegerTypes.swift
[527/596] Compiling NIOCore Interfaces.swift
[528/596] Compiling NIOCore Linux.swift
[529/596] Compiling NIOCore MarkedCircularBuffer.swift
[530/604] Compiling NIOCore AddressedEnvelope.swift
[531/604] Compiling NIOCore AsyncAwaitSupport.swift
[532/604] Compiling NIOCore AsyncChannel.swift
[533/604] Compiling NIOCore AsyncChannelHandler.swift
[534/604] Compiling NIOCore AsyncChannelInboundStream.swift
[535/604] Compiling NIOCore AsyncChannelOutboundWriter.swift
[536/604] Compiling NIOCore NIOAsyncSequenceProducer.swift
[537/604] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[538/604] Compiling NIOCore NIOAsyncWriter.swift
[539/604] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[540/604] Compiling NIOCore BSDSocketAPI.swift
[541/604] Compiling NIOCore ByteBuffer-aux.swift
[542/604] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[543/604] Compiling NIOCore ByteBuffer-conversions.swift
[544/604] Compiling NIOCore ByteBuffer-core.swift
[545/604] Compiling NIOCore ByteBuffer-hex.swift
[546/604] Compiling NIOCore ByteBuffer-int.swift
[547/604] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[548/604] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[549/604] Compiling NIOCore SocketAddresses.swift
[550/604] Compiling NIOCore SocketOptionProvider.swift
[551/604] Compiling NIOCore SystemCallHelpers.swift
[552/604] Compiling NIOCore TimeAmount+Duration.swift
[553/604] Compiling NIOCore TypeAssistedChannelHandler.swift
[554/604] Compiling NIOCore UniversalBootstrapSupport.swift
[555/604] Compiling NIOCore Utilities.swift
[556/604] Emitting module NIOCore
[557/604] Compiling NIOCore MulticastChannel.swift
[558/604] Compiling NIOCore NIOAny.swift
[559/604] Compiling NIOCore NIOCloseOnErrorHandler.swift
[560/604] Compiling NIOCore NIOLoopBound.swift
[561/604] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[562/604] Compiling NIOCore NIOScheduledCallback.swift
[563/604] Compiling NIOCore NIOSendable.swift
[564/604] Compiling NIOCore RecvByteBufferAllocator.swift
[565/604] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[566/604] Compiling NIOCore EventLoopFuture+Deprecated.swift
[567/604] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[568/604] Compiling NIOCore EventLoopFuture.swift
[569/604] Compiling NIOCore FileDescriptor.swift
[570/604] Compiling NIOCore FileHandle.swift
[571/604] Compiling NIOCore FileRegion.swift
[572/604] Compiling NIOCore GlobalSingletons.swift
[573/604] Compiling NIOCore CircularBuffer.swift
[574/604] Compiling NIOCore Codec.swift
[575/604] Compiling NIOCore ConvenienceOptionSupport.swift
[576/604] Compiling NIOCore DeadChannel.swift
[577/604] Compiling NIOCore DispatchQueue+WithFuture.swift
[578/604] Compiling NIOCore EventLoop+Deprecated.swift
[579/604] Compiling NIOCore EventLoop+SerialExecutor.swift
[580/604] Compiling NIOCore EventLoop.swift
[581/604] Compiling NIOCore ByteBuffer-multi-int.swift
[582/604] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[583/604] Compiling NIOCore ByteBuffer-views.swift
[584/604] Compiling NIOCore Channel.swift
[585/604] Compiling NIOCore ChannelHandler.swift
[586/604] Compiling NIOCore ChannelHandlers.swift
[587/604] Compiling NIOCore ChannelInvoker.swift
[588/604] Compiling NIOCore ChannelOption.swift
[589/604] Compiling NIOCore ChannelPipeline.swift
[590/605] Wrapping AST for NIOCore for debugging
[592/655] Emitting module NIOEmbedded
[593/655] Compiling NIOEmbedded AsyncTestingChannel.swift
[594/655] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[595/655] Compiling NIOEmbedded Embedded.swift
[596/656] Wrapping AST for NIOEmbedded for debugging
[598/656] Emitting module NIOPosix
[599/662] Compiling NIOPosix Pool.swift
[600/662] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[601/662] Compiling NIOPosix PosixSingletons.swift
[602/662] Compiling NIOPosix RawSocketBootstrap.swift
[603/662] Compiling NIOPosix Resolver.swift
[604/662] Compiling NIOPosix Selectable.swift
[605/662] Compiling NIOPosix SelectableChannel.swift
[606/662] Compiling NIOPosix SelectableEventLoop.swift
[607/662] Compiling NIOPosix SelectorEpoll.swift
[608/662] Compiling NIOPosix SelectorGeneric.swift
[609/662] Compiling NIOPosix SelectorKqueue.swift
[610/662] Compiling NIOPosix SelectorUring.swift
[611/662] Compiling NIOPosix IO.swift
[612/662] Compiling NIOPosix IntegerBitPacking.swift
[613/662] Compiling NIOPosix IntegerTypes.swift
[614/662] Compiling NIOPosix Linux.swift
[615/662] Compiling NIOPosix LinuxCPUSet.swift
[616/662] Compiling NIOPosix LinuxUring.swift
[617/662] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[618/662] Compiling NIOPosix NIOThreadPool.swift
[619/662] Compiling NIOPosix NonBlockingFileIO.swift
[620/662] Compiling NIOPosix PendingDatagramWritesManager.swift
[621/662] Compiling NIOPosix PendingWritesManager.swift
[622/662] Compiling NIOPosix PipeChannel.swift
[623/662] Compiling NIOPosix PipePair.swift
[624/662] Compiling NIOPosix BSDSocketAPICommon.swift
[625/662] Compiling NIOPosix BSDSocketAPIPosix.swift
[626/662] Compiling NIOPosix BSDSocketAPIWindows.swift
[627/662] Compiling NIOPosix BaseSocket.swift
[628/662] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[629/662] Compiling NIOPosix BaseSocketChannel.swift
[630/662] Compiling NIOPosix BaseStreamSocketChannel.swift
[631/662] Compiling NIOPosix ThreadPosix.swift
[632/662] Compiling NIOPosix ThreadWindows.swift
[633/662] Compiling NIOPosix UnsafeTransfer.swift
[634/662] Compiling NIOPosix Utilities.swift
[635/662] Compiling NIOPosix VsockAddress.swift
[636/662] Compiling NIOPosix VsockChannelEvents.swift
[637/662] Compiling NIOPosix ServerSocket.swift
[638/662] Compiling NIOPosix Socket.swift
[639/662] Compiling NIOPosix SocketChannel.swift
[640/662] Compiling NIOPosix SocketProtocols.swift
[641/662] Compiling NIOPosix System.swift
[642/662] Compiling NIOPosix Thread.swift
[643/662] Compiling NIOPosix Bootstrap.swift
[644/662] Compiling NIOPosix ControlMessage.swift
[645/662] Compiling NIOPosix DatagramVectorReadManager.swift
[646/662] Compiling NIOPosix Errors+Any.swift
[647/662] Compiling NIOPosix FileDescriptor.swift
[648/662] Compiling NIOPosix GetaddrinfoResolver.swift
[649/662] Compiling NIOPosix HappyEyeballs.swift
[650/663] Wrapping AST for NIOPosix for debugging
[652/665] Emitting module NIO
[653/665] Compiling NIO Exports.swift
[654/666] Wrapping AST for NIO for debugging
[656/672] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[657/672] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[658/672] Emitting module NIOTLS
[659/672] Compiling NIOTLS TLSEvents.swift
[660/672] Compiling NIOTLS SNIHandler.swift
[661/672] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[662/673] Wrapping AST for NIOTLS for debugging
[664/702] Emitting module NIOSSL
[665/706] Compiling NIOSSL SubjectAlternativeName.swift
[666/706] Compiling NIOSSL NIOSSLSecureBytes.swift
[667/706] Compiling NIOSSL RNG.swift
[668/706] Compiling NIOSSL SafeCompare.swift
[669/706] Compiling NIOSSL SSLPrivateKey.swift
[670/706] Compiling NIOSSL SSLPublicKey.swift
[671/706] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[672/706] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[673/706] Compiling NIOSSL AndroidCABundle.swift
[674/706] Compiling NIOSSL ByteBufferBIO.swift
[675/706] Compiling NIOSSL CustomPrivateKey.swift
[676/706] Compiling NIOSSL IdentityVerification.swift
[677/706] Compiling NIOSSL NIOSSLServerHandler.swift
[678/706] Compiling NIOSSL ObjectIdentifier.swift
[679/706] Compiling NIOSSL PosixPort.swift
[680/706] Compiling NIOSSL SSLCallbacks.swift
[681/706] Compiling NIOSSL LinuxCABundle.swift
[682/706] Compiling NIOSSL NIOSSLClientHandler.swift
[683/706] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[684/706] Compiling NIOSSL NIOSSLHandler.swift
[685/706] Compiling NIOSSL SSLCertificate.swift
[686/706] Compiling NIOSSL SSLCertificateExtensions.swift
[687/706] Compiling NIOSSL SSLCertificateName.swift
[688/706] Compiling NIOSSL SSLConnection.swift
[689/706] Compiling NIOSSL SSLContext.swift
[690/706] Compiling NIOSSL SSLErrors.swift
[691/706] Compiling NIOSSL SSLInit.swift
[692/706] Compiling NIOSSL SSLPKCS12Bundle.swift
[693/706] Compiling NIOSSL Zeroization.swift
[694/706] Compiling NIOSSL TLSConfiguration.swift
[695/706] Compiling NIOSSL UniversalBootstrapSupport.swift
[696/706] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[697/707] Wrapping AST for NIOSSL for debugging
[699/713] Compiling SwiftBoxLogging PrintLogger.swift
[700/713] Compiling SwiftBoxLogging LoggerProtocol.swift
[701/713] Compiling SwiftBoxLogging LoggingManager.swift
/host/spi-builder-workspace/Sources/SwiftBoxLogging/LoggingManager.swift:4:24: warning: static property 'factory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | public enum Logging {
 4 |     private static var factory: (String) -> LoggerProtocol = { _ in
   |                        |- warning: static property 'factory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'factory' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'factory' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |         PrintLogger()
 6 |     }
[702/713] Compiling SwiftBoxLogging ElasticsearchLogHandler.swift
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:6:14: warning: non-final class 'ElasticsearchLogHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 | public typealias PrintHandler = (String) -> Void
 5 |
 6 | public class ElasticsearchLogHandler: LogHandler {
   |              `- warning: non-final class 'ElasticsearchLogHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 7 |     let label: String
 8 |     let printFunction: PrintHandler
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:8:9: warning: stored property 'printFunction' of 'Sendable'-conforming class 'ElasticsearchLogHandler' has non-sendable type 'PrintHandler' (aka '(String) -> ()'); this is an error in the Swift 6 language mode
 6 | public class ElasticsearchLogHandler: LogHandler {
 7 |     let label: String
 8 |     let printFunction: PrintHandler
   |         |- warning: stored property 'printFunction' of 'Sendable'-conforming class 'ElasticsearchLogHandler' has non-sendable type 'PrintHandler' (aka '(String) -> ()'); this is an error in the Swift 6 language mode
   |         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 9 |
10 |     public var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:10:16: warning: stored property 'metadata' of 'Sendable'-conforming class 'ElasticsearchLogHandler' is mutable; this is an error in the Swift 6 language mode
 8 |     let printFunction: PrintHandler
 9 |
10 |     public var metadata: Logger.Metadata = [:]
   |                `- warning: stored property 'metadata' of 'Sendable'-conforming class 'ElasticsearchLogHandler' is mutable; this is an error in the Swift 6 language mode
11 |     public var logLevel: Logger.Level = .debug
12 |
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:50:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 |
49 |         printFunction(payload.toJSON())
50 |         fflush(stdout)
   |                `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
51 |     }
52 |     // swiftlint:enable function_parameter_count
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:63:23: note: var declared here
 61 | #if __ANDROID_API__ >= 23
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
    |                       `- note: var declared here
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
 65 |
[703/713] Emitting module SwiftBoxLogging
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:6:14: warning: non-final class 'ElasticsearchLogHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 | public typealias PrintHandler = (String) -> Void
 5 |
 6 | public class ElasticsearchLogHandler: LogHandler {
   |              `- warning: non-final class 'ElasticsearchLogHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 7 |     let label: String
 8 |     let printFunction: PrintHandler
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:8:9: warning: stored property 'printFunction' of 'Sendable'-conforming class 'ElasticsearchLogHandler' has non-sendable type 'PrintHandler' (aka '(String) -> ()'); this is an error in the Swift 6 language mode
 6 | public class ElasticsearchLogHandler: LogHandler {
 7 |     let label: String
 8 |     let printFunction: PrintHandler
   |         |- warning: stored property 'printFunction' of 'Sendable'-conforming class 'ElasticsearchLogHandler' has non-sendable type 'PrintHandler' (aka '(String) -> ()'); this is an error in the Swift 6 language mode
   |         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 9 |
10 |     public var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/Sources/SwiftBoxLogging/ElasticsearchLogHandler.swift:10:16: warning: stored property 'metadata' of 'Sendable'-conforming class 'ElasticsearchLogHandler' is mutable; this is an error in the Swift 6 language mode
 8 |     let printFunction: PrintHandler
 9 |
10 |     public var metadata: Logger.Metadata = [:]
   |                `- warning: stored property 'metadata' of 'Sendable'-conforming class 'ElasticsearchLogHandler' is mutable; this is an error in the Swift 6 language mode
11 |     public var logLevel: Logger.Level = .debug
12 |
/host/spi-builder-workspace/Sources/SwiftBoxLogging/LoggingManager.swift:4:24: warning: static property 'factory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | public enum Logging {
 4 |     private static var factory: (String) -> LoggerProtocol = { _ in
   |                        |- warning: static property 'factory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'factory' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'factory' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |         PrintLogger()
 6 |     }
[704/713] Compiling SwiftBoxLogging ElasticsearchPayload.swift
[705/714] Wrapping AST for SwiftBoxLogging for debugging
[706/714] Write Objects.LinkFileList
[707/725] Archiving libSwiftBoxLogging.a
[709/730] Compiling SwiftBoxConfig KeyPathReferenceable.swift
[710/731] Compiling SwiftBoxMetrics TCPStatsDClient.swift
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/TCPStatsDClient.swift:6:13: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  4 | import SwiftBoxLogging
  5 |
  6 | private var logger = Logging.make(#file)
    |             |- warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |
  8 | public typealias TCPConnectionFactoryType = (TCPConnectionConfig) -> EventLoopFuture<Channel>
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/TCPStatsDClient.swift:10:12: warning: let 'TCPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(TCPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | public typealias TCPConnectionFactoryType = (TCPConnectionConfig) -> EventLoopFuture<Channel>
  9 |
 10 | public let TCPConnectionFactory: (TCPConnectionConfig) -> EventLoopFuture<Channel> = { config in
    |            |- warning: let 'TCPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(TCPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'TCPConnectionFactory' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     let bootstrap = ClientBootstrap(group: config.threadGroup)
 12 |             .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/TCPStatsDClient.swift:102:17: warning: capture of 'self' with non-sendable type 'TCPStatsDClient' in a '@Sendable' closure
 61 | /// Opens a socket connection in separate thread.
 62 | /// Client has ability to retry on socket IO failure
 63 | public class TCPStatsDClient: StatsDClientProtocol {
    |              `- note: class 'TCPStatsDClient' does not conform to the 'Sendable' protocol
 64 |     private var config: TCPConnectionConfig
 65 |     private var connection: EventLoopFuture<Channel>?
    :
100 |             }.whenFailure { error in
101 |                 logger.warning(error.localizedDescription)
102 |                 self.connection = nil
    |                 `- warning: capture of 'self' with non-sendable type 'TCPStatsDClient' in a '@Sendable' closure
103 |                 if retriesLeft > 0 {
104 |                     Thread.sleep(forTimeInterval: Double(self.config.pushRetryInterval.nanoseconds) / 1_000_000_000)
[711/732] Compiling SwiftBoxMetrics StatsDFactory.swift
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDFactory.swift:9:7: warning: non-final class 'StatsDMetricsFactory' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | class StatsDMetricsFactory: MetricsFactory {
   |       `- warning: non-final class 'StatsDMetricsFactory' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
10 |     let senderFactory: MetricsHandlerFactory
11 |     let baseMetricPath: String
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDFactory.swift:10:9: warning: stored property 'senderFactory' of 'Sendable'-conforming class 'StatsDMetricsFactory' has non-sendable type 'MetricsHandlerFactory' (aka '(String) -> any MetricsHandler'); this is an error in the Swift 6 language mode
 8 |
 9 | class StatsDMetricsFactory: MetricsFactory {
10 |     let senderFactory: MetricsHandlerFactory
   |         |- warning: stored property 'senderFactory' of 'Sendable'-conforming class 'StatsDMetricsFactory' has non-sendable type 'MetricsHandlerFactory' (aka '(String) -> any MetricsHandler'); this is an error in the Swift 6 language mode
   |         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |     let baseMetricPath: String
12 |     static let basePathRegex = "^[a-z]+(?:\\.[a-z]+)*$"
[712/732] Compiling SwiftBoxMetrics MetricTypes.swift
[713/732] Compiling SwiftBoxMetrics StatsDClient.swift
[714/732] Compiling SwiftBoxMetrics StatsDHandler.swift
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/StatsDHandler.swift:6:17: warning: stored property 'client' of 'Sendable'-conforming class 'StatsDMetricsHandler' has non-sendable type 'any StatsDClientProtocol'; this is an error in the Swift 6 language mode
 4 | public final class StatsDMetricsHandler: BaseMetricsHandler {
 5 |     private let path: String
 6 |     private let client: StatsDClientProtocol
   |                 `- warning: stored property 'client' of 'Sendable'-conforming class 'StatsDMetricsHandler' has non-sendable type 'any StatsDClientProtocol'; this is an error in the Swift 6 language mode
 7 |
 8 |     public init(
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/StatsDClient.swift:6:17: note: protocol 'StatsDClientProtocol' does not conform to the 'Sendable' protocol
4 | public typealias Connection = EventLoopFuture<Channel>
5 |
6 | public protocol StatsDClientProtocol {
  |                 `- note: protocol 'StatsDClientProtocol' does not conform to the 'Sendable' protocol
7 |     func pushMetric(metricLine: String)
8 | }
[715/732] Compiling SwiftBoxConfig BasicKey.swift
[716/732] Compiling SwiftBoxMetrics BaseMetricsSender.swift
[717/732] Compiling SwiftBoxMetrics LoggerHandler.swift
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/LoggerHandler/LoggerHandler.swift:5:13: warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import SwiftBoxLogging
 4 |
 5 | private let logger = Logging.make("Metrics")
   |             `- warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | public final class LoggerMetricsHandler: BaseMetricsHandler {
/host/spi-builder-workspace/Sources/SwiftBoxLogging/LoggerProtocol.swift:1:17: note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 1 | public protocol LoggerProtocol {
   |                 `- note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 2 |     func trace(_ message: String)
 3 |     func info(_ message: String)
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/LoggerHandler/LoggerHandler.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
 1 | import Foundation
 2 | import Metrics
 3 | import SwiftBoxLogging
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
 4 |
 5 | private let logger = Logging.make("Metrics")
   |             |- note: add '@MainActor' to make let 'logger' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |
 7 | public final class LoggerMetricsHandler: BaseMetricsHandler {
[718/732] Emitting module SwiftBoxMetrics
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/LoggerHandler/LoggerHandler.swift:5:13: warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
 3 | import SwiftBoxLogging
 4 |
 5 | private let logger = Logging.make("Metrics")
   |             `- warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | public final class LoggerMetricsHandler: BaseMetricsHandler {
/host/spi-builder-workspace/Sources/SwiftBoxLogging/LoggerProtocol.swift:1:17: note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 1 | public protocol LoggerProtocol {
   |                 `- note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 2 |     func trace(_ message: String)
 3 |     func info(_ message: String)
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/LoggerHandler/LoggerHandler.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
 1 | import Foundation
 2 | import Metrics
 3 | import SwiftBoxLogging
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
 4 |
 5 | private let logger = Logging.make("Metrics")
   |             |- note: add '@MainActor' to make let 'logger' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |
 7 | public final class LoggerMetricsHandler: BaseMetricsHandler {
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDFactory.swift:9:7: warning: non-final class 'StatsDMetricsFactory' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | class StatsDMetricsFactory: MetricsFactory {
   |       `- warning: non-final class 'StatsDMetricsFactory' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
10 |     let senderFactory: MetricsHandlerFactory
11 |     let baseMetricPath: String
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDFactory.swift:10:9: warning: stored property 'senderFactory' of 'Sendable'-conforming class 'StatsDMetricsFactory' has non-sendable type 'MetricsHandlerFactory' (aka '(String) -> any MetricsHandler'); this is an error in the Swift 6 language mode
 8 |
 9 | class StatsDMetricsFactory: MetricsFactory {
10 |     let senderFactory: MetricsHandlerFactory
   |         |- warning: stored property 'senderFactory' of 'Sendable'-conforming class 'StatsDMetricsFactory' has non-sendable type 'MetricsHandlerFactory' (aka '(String) -> any MetricsHandler'); this is an error in the Swift 6 language mode
   |         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |     let baseMetricPath: String
12 |     static let basePathRegex = "^[a-z]+(?:\\.[a-z]+)*$"
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/StatsDHandler.swift:6:17: warning: stored property 'client' of 'Sendable'-conforming class 'StatsDMetricsHandler' has non-sendable type 'any StatsDClientProtocol'; this is an error in the Swift 6 language mode
 4 | public final class StatsDMetricsHandler: BaseMetricsHandler {
 5 |     private let path: String
 6 |     private let client: StatsDClientProtocol
   |                 `- warning: stored property 'client' of 'Sendable'-conforming class 'StatsDMetricsHandler' has non-sendable type 'any StatsDClientProtocol'; this is an error in the Swift 6 language mode
 7 |
 8 |     public init(
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/StatsDClient.swift:6:17: note: protocol 'StatsDClientProtocol' does not conform to the 'Sendable' protocol
4 | public typealias Connection = EventLoopFuture<Channel>
5 |
6 | public protocol StatsDClientProtocol {
  |                 `- note: protocol 'StatsDClientProtocol' does not conform to the 'Sendable' protocol
7 |     func pushMetric(metricLine: String)
8 | }
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/TCPStatsDClient.swift:6:13: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  4 | import SwiftBoxLogging
  5 |
  6 | private var logger = Logging.make(#file)
    |             |- warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  7 |
  8 | public typealias TCPConnectionFactoryType = (TCPConnectionConfig) -> EventLoopFuture<Channel>
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/TCPStatsDClient.swift:10:12: warning: let 'TCPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(TCPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | public typealias TCPConnectionFactoryType = (TCPConnectionConfig) -> EventLoopFuture<Channel>
  9 |
 10 | public let TCPConnectionFactory: (TCPConnectionConfig) -> EventLoopFuture<Channel> = { config in
    |            |- warning: let 'TCPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(TCPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'TCPConnectionFactory' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     let bootstrap = ClientBootstrap(group: config.threadGroup)
 12 |             .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/UDPStatsDClient.swift:5:13: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | import SwiftBoxLogging
 4 |
 5 | private var logger = Logging.make(#file)
   |             |- warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |
 7 | public typealias UDPConnectionFactoryType = (UDPConnectionConfig) -> EventLoopFuture<Channel>
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/UDPStatsDClient.swift:9:12: warning: let 'UDPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(UDPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public typealias UDPConnectionFactoryType = (UDPConnectionConfig) -> EventLoopFuture<Channel>
 8 |
 9 | public let UDPConnectionFactory: (UDPConnectionConfig) -> EventLoopFuture<Channel> = { config in
   |            |- warning: let 'UDPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(UDPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'UDPConnectionFactory' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     let bootstrap = DatagramBootstrap(group: config.threadGroup)
11 |             .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
[719/732] Compiling SwiftBoxConfig EnvParser.swift
[720/732] Emitting module SwiftBoxConfig
/host/spi-builder-workspace/Sources/SwiftBoxConfig/ConfigManager.swift:5:13: warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | import SwiftBoxLogging
  4 |
  5 | private let logger = Logging.make(#file)
    |             `- warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
  6 |
  7 | /// Config Manager protocol that Application Configuration Manager must conform to.
/host/spi-builder-workspace/Sources/SwiftBoxLogging/LoggerProtocol.swift:1:17: note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 1 | public protocol LoggerProtocol {
   |                 `- note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 2 |     func trace(_ message: String)
 3 |     func info(_ message: String)
/host/spi-builder-workspace/Sources/SwiftBoxConfig/ConfigManager.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
  1 | import Foundation
  2 |
  3 | import SwiftBoxLogging
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
  4 |
  5 | private let logger = Logging.make(#file)
    |             |- note: add '@MainActor' to make let 'logger' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 | /// Config Manager protocol that Application Configuration Manager must conform to.
/host/spi-builder-workspace/Sources/SwiftBoxConfig/DictionaryDecoder.swift:5:13: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | import SwiftBoxLogging
  4 |
  5 | private var logger = Logging.make(#file)
    |             |- warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 | public enum DecoderError: Error {
[721/732] Compiling SwiftBoxConfig Sources.swift
[722/732] Compiling SwiftBoxConfig Dictionary+KeyPathReferencable.swift
[723/732] Compiling SwiftBoxConfig Array+KeyPathReferencable.swift
[724/732] Compiling SwiftBoxConfig ConfigManager.swift
/host/spi-builder-workspace/Sources/SwiftBoxConfig/ConfigManager.swift:5:13: warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | import SwiftBoxLogging
  4 |
  5 | private let logger = Logging.make(#file)
    |             `- warning: let 'logger' is not concurrency-safe because non-'Sendable' type 'any LoggerProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
  6 |
  7 | /// Config Manager protocol that Application Configuration Manager must conform to.
/host/spi-builder-workspace/Sources/SwiftBoxLogging/LoggerProtocol.swift:1:17: note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 1 | public protocol LoggerProtocol {
   |                 `- note: protocol 'LoggerProtocol' does not conform to the 'Sendable' protocol
 2 |     func trace(_ message: String)
 3 |     func info(_ message: String)
/host/spi-builder-workspace/Sources/SwiftBoxConfig/ConfigManager.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
  1 | import Foundation
  2 |
  3 | import SwiftBoxLogging
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftBoxLogging'
  4 |
  5 | private let logger = Logging.make(#file)
    |             |- note: add '@MainActor' to make let 'logger' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 | /// Config Manager protocol that Application Configuration Manager must conform to.
[725/732] Compiling SwiftBoxConfig DictionaryDecoder.swift
/host/spi-builder-workspace/Sources/SwiftBoxConfig/DictionaryDecoder.swift:5:13: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | import SwiftBoxLogging
  4 |
  5 | private var logger = Logging.make(#file)
    |             |- warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 | public enum DecoderError: Error {
[727/733] Compiling SwiftBoxMetrics UDPStatsDClient.swift
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/UDPStatsDClient.swift:5:13: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | import SwiftBoxLogging
 4 |
 5 | private var logger = Logging.make(#file)
   |             |- warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |
 7 | public typealias UDPConnectionFactoryType = (UDPConnectionConfig) -> EventLoopFuture<Channel>
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/UDPStatsDClient.swift:9:12: warning: let 'UDPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(UDPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public typealias UDPConnectionFactoryType = (UDPConnectionConfig) -> EventLoopFuture<Channel>
 8 |
 9 | public let UDPConnectionFactory: (UDPConnectionConfig) -> EventLoopFuture<Channel> = { config in
   |            |- warning: let 'UDPConnectionFactory' is not concurrency-safe because non-'Sendable' type '(UDPConnectionConfig) -> EventLoopFuture<any Channel>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'UDPConnectionFactory' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     let bootstrap = DatagramBootstrap(group: config.threadGroup)
11 |             .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
/host/spi-builder-workspace/Sources/SwiftBoxMetrics/StatsDHandler/UDPStatsDClient.swift:76:77: warning: capture of 'self' with non-sendable type 'UDPStatsDClient' in a '@Sendable' closure
44 | /// Opens a socket connection in separate thread.
45 | /// Client has ability to retry on socket IO failure
46 | public class UDPStatsDClient: StatsDClientProtocol {
   |              `- note: class 'UDPStatsDClient' does not conform to the 'Sendable' protocol
47 |     private var config: UDPConnectionConfig
48 |     private var connection: EventLoopFuture<Channel>?
   :
74 |                 logger.debug("Sending line: \"\(metricLine)\"")
75 |
76 |                 let remoteAddr = try SocketAddress.makeAddressResolvingHost(self.config.host, port: self.config.port)
   |                                                                             `- warning: capture of 'self' with non-sendable type 'UDPStatsDClient' in a '@Sendable' closure
77 |                 logger.debug("\(remoteAddr)")
78 |
[728/734] Wrapping AST for SwiftBoxConfig for debugging
[729/734] Write Objects.LinkFileList
[730/734] Wrapping AST for SwiftBoxMetrics for debugging
[731/734] Write Objects.LinkFileList
[732/734] Archiving libSwiftBoxConfig.a
[733/734] Archiving libSwiftBoxMetrics.a
Build complete! (190.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.23.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-junit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/allegro/swift-junit.git"
    }
  ],
  "manifest_display_name" : "SwiftBox",
  "name" : "SwiftBox",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBoxLogging",
      "targets" : [
        "SwiftBoxLogging"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftBoxMetrics",
      "targets" : [
        "SwiftBoxMetrics"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftBoxConfig",
      "targets" : [
        "SwiftBoxConfig"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBoxMetricsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxMetricsTests",
      "path" : "Tests/SwiftBoxMetricsTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "MetricTypesTests.swift",
        "StatsDHandlersTests.swift",
        "TCPStatsDClientTests.swift",
        "UDPStatsDClientTests+Helpers.swift",
        "UDPStatsDClientTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxMetrics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBoxMetrics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxMetrics",
      "path" : "Sources/SwiftBoxMetrics",
      "product_dependencies" : [
        "Metrics"
      ],
      "product_memberships" : [
        "SwiftBoxMetrics"
      ],
      "sources" : [
        "BaseMetricsSender.swift",
        "LoggerHandler/LoggerHandler.swift",
        "MetricTypes.swift",
        "StatsDFactory.swift",
        "StatsDHandler/StatsDClient.swift",
        "StatsDHandler/StatsDHandler.swift",
        "StatsDHandler/TCPStatsDClient.swift",
        "StatsDHandler/UDPStatsDClient.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBoxLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxLoggingTests",
      "path" : "Tests/SwiftBoxLoggingTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "LoggingTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBoxLogging",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxLogging",
      "path" : "Sources/SwiftBoxLogging",
      "product_dependencies" : [
        "NIOSSL",
        "Logging"
      ],
      "product_memberships" : [
        "SwiftBoxLogging",
        "SwiftBoxMetrics",
        "SwiftBoxConfig"
      ],
      "sources" : [
        "ElasticsearchLogHandler.swift",
        "ElasticsearchPayload.swift",
        "LoggerProtocol.swift",
        "LoggingManager.swift",
        "PrintLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBoxConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxConfigTests",
      "path" : "Tests/SwiftBoxConfigTests",
      "product_dependencies" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "ConfigManagerTests.swift",
        "ConfigurationTests.swift",
        "FlatDictParserTests.swift",
        "SourcesTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBoxConfig",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoxConfig",
      "path" : "Sources/SwiftBoxConfig",
      "product_memberships" : [
        "SwiftBoxConfig"
      ],
      "sources" : [
        "BasicKey.swift",
        "ConfigManager.swift",
        "DictionaryDecoder.swift",
        "EnvParser.swift",
        "KeyPathReferenceable/Array+KeyPathReferencable.swift",
        "KeyPathReferenceable/Dictionary+KeyPathReferencable.swift",
        "KeyPathReferenceable/KeyPathReferenceable.swift",
        "Sources.swift"
      ],
      "target_dependencies" : [
        "SwiftBoxLogging"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.