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 master (e69b51), with Swift 6.1 for Android on 28 May 2025 14:39:18 UTC.

Swift 6 data race errors: 14

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-2":/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/allegro/swift-junit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
[1/235] Fetching swift-junit
[206/2441] Fetching swift-junit, swift-metrics
[2412/6277] Fetching swift-junit, swift-metrics, swift-log
[6248/21120] Fetching swift-junit, swift-metrics, swift-log, swift-nio-ssl
Fetched https://github.com/allegro/swift-junit.git from cache (0.75s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.75s)
[5766/18679] Fetching swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-ssl from cache (2.09s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (2.62s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.35s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.53s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (0.66s)
Fetching https://github.com/apple/swift-nio.git
[1/76084] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.21s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[572/6101] Fetching swift-system, swift-atomics
[2289/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.92s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.16s)
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-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-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
Building for debugging...
[0/452] Compiling md5-586-linux.S
[1/452] Compiling md5-x86_64-linux.S
[1/452] Write sources
[4/452] Compiling aes-gcm-avx10-x86_64-apple.S
[5/452] Write sources
[7/452] Compiling md5-x86_64-apple.S
[7/452] Write sources
[21/452] Compiling _AtomicsShims.c
[22/452] Compiling CNIOWindows shim.c
[23/452] Compiling CNIOWindows WSAStartup.c
[24/452] Compiling CNIOWASI CNIOWASI.c
[25/452] Compiling CNIOLinux liburing_shims.c
[26/452] Compiling CNIODarwin shim.c
[27/452] Compiling fiat_p256_adx_sqr.S
[28/452] Compiling CNIOLinux shim.c
[29/452] Compiling fiat_p256_adx_mul.S
[30/452] Compiling fiat_curve25519_adx_square.S
[31/452] Write swift-version-24593BA9C3E375BF.txt
[32/452] Compiling fiat_curve25519_adx_mul.S
[33/456] Compiling CNIOBoringSSLShims shims.c
[34/456] Compiling rsa_extra.cc
[35/456] Compiling a_dup.cc
[36/477] Compiling rsa_crypt.cc
[37/477] Compiling a_gentm.cc
[39/480] Emitting module InternalCollectionsUtilities
[39/481] Compiling tls_record.cc
[40/481] Compiling tls_method.cc
[41/481] Compiling tls13_server.cc
[43/481] Emitting module Logging
[43/481] Compiling tls13_client.cc
[44/481] Compiling tls13_enc.cc
[45/481] Compiling tls13_both.cc
[47/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[48/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[49/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/481] Emitting module _NIOBase64
[51/481] Compiling _NIOBase64 Base64.swift
[52/482] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/482] Compiling InternalCollectionsUtilities Debugging.swift
[54/482] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/482] Compiling InternalCollectionsUtilities Descriptions.swift
[56/482] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/482] Compiling CoreMetrics Metrics.swift
[59/482] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/482] Compiling InternalCollectionsUtilities Integer rank.swift
[61/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/482] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/482] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/483] Emitting module _NIODataStructures
[66/483] Compiling _NIODataStructures Heap.swift
[67/483] Compiling _NIODataStructures PriorityQueue.swift
[68/483] Compiling _NIODataStructures _TinyArray.swift
[70/484] Wrapping AST for _NIOBase64 for debugging
[71/484] Wrapping AST for _NIODataStructures for debugging
[72/484] Wrapping AST for InternalCollectionsUtilities for debugging
[74/499] Compiling DequeModule _DequeBuffer.swift
[75/499] Compiling DequeModule _DequeBufferHeader.swift
[76/501] Compiling DequeModule Deque+Equatable.swift
[77/501] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/501] Compiling ssl_versions.cc
[79/501] Compiling DequeModule Deque+CustomReflectable.swift
[80/501] Compiling DequeModule Deque+Descriptions.swift
[80/501] Compiling t1_enc.cc
[82/501] Compiling DequeModule _DequeSlot.swift
[83/501] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/501] Compiling DequeModule Deque+Extras.swift
[85/501] Compiling DequeModule Deque+Hashable.swift
[86/501] Compiling DequeModule Deque+Testing.swift
[87/501] Compiling DequeModule Deque._Storage.swift
[88/501] Compiling DequeModule Deque._UnsafeHandle.swift
[89/501] Compiling DequeModule Deque.swift
[90/501] Compiling DequeModule Deque+Codable.swift
[91/501] Compiling DequeModule Deque+Collection.swift
[91/501] Compiling ssl_x509.cc
[92/501] Compiling ssl_transcript.cc
[94/501] Compiling Logging Locks.swift
[95/501] Compiling Logging MetadataProvider.swift
[96/501] Emitting module CoreMetrics
[97/501] Compiling CoreMetrics Locks.swift
[98/502] Emitting module DequeModule
[99/503] Compiling Logging LogHandler.swift
[100/503] Compiling Logging Logging.swift
[103/504] Wrapping AST for DequeModule for debugging
[104/504] Compiling ssl_stat.cc
[105/506] Wrapping AST for CoreMetrics for debugging
[106/506] Wrapping AST for Logging for debugging
[107/506] Compiling ssl_privkey.cc
[108/506] Compiling ssl_session.cc
[109/506] Compiling ssl_credential.cc
[110/506] Compiling ssl_key_share.cc
[111/506] Compiling ssl_file.cc
[112/506] Compiling ssl_lib.cc
[113/506] Compiling ssl_aead_ctx.cc
[114/506] Compiling ssl_asn1.cc
[115/506] Compiling ssl_cipher.cc
[116/506] Compiling ssl_buffer.cc
[117/506] Compiling ssl_cert.cc
[118/506] Compiling handshake_server.cc
[119/506] Compiling handshake.cc
[120/506] Compiling s3_both.cc
[121/506] Compiling s3_pkt.cc
[123/506] Emitting module Metrics
[124/506] Compiling Metrics Metrics.swift
[124/507] Compiling s3_lib.cc
[126/507] Compiling handshake_client.cc
[127/507] Wrapping AST for Metrics for debugging
[128/507] Compiling encrypted_client_hello.cc
[129/507] Compiling handoff.cc
[130/507] Compiling dtls_record.cc
[131/507] Compiling md5-586-apple.S
[132/507] Compiling err_data.cc
[133/507] Compiling chacha20_poly1305_x86_64-linux.S
[134/507] Compiling dtls_method.cc
[135/507] Compiling d1_pkt.cc
[136/507] Compiling chacha20_poly1305_x86_64-apple.S
[137/507] Compiling d1_srtp.cc
[138/507] Compiling chacha20_poly1305_armv8-win.S
[139/507] Compiling chacha20_poly1305_armv8-apple.S
[140/507] Compiling chacha20_poly1305_armv8-linux.S
[141/507] Compiling chacha-x86_64-linux.S
[142/507] Compiling chacha-x86-linux.S
[143/507] Compiling chacha-x86-apple.S
[144/507] Compiling extensions.cc
[145/507] Compiling chacha-x86_64-apple.S
[146/507] Compiling chacha-armv8-win.S
[147/507] Compiling chacha-armv4-linux.S
[148/507] Compiling chacha-armv8-apple.S
[149/507] Compiling aes128gcmsiv-x86_64-linux.S
[150/507] Compiling aes128gcmsiv-x86_64-apple.S
[151/507] Compiling chacha-armv8-linux.S
[152/507] Compiling x86_64-mont5-linux.S
[153/507] Compiling x86_64-mont-linux.S
[154/507] Compiling x86_64-mont5-apple.S
[155/507] Compiling x86_64-mont-apple.S
[155/507] Compiling x86-mont-linux.S
[157/507] Compiling x86-mont-apple.S
[158/507] Compiling bio_ssl.cc
[159/507] Compiling vpaes-x86_64-linux.S
[160/507] Compiling vpaes-x86_64-apple.S
[161/507] Compiling vpaes-x86-linux.S
[162/507] Compiling vpaes-x86-apple.S
[163/507] Compiling vpaes-armv8-apple.S
[164/507] Compiling vpaes-armv8-win.S
[165/507] Compiling vpaes-armv8-linux.S
[166/507] Compiling sha512-x86_64-linux.S
[167/507] Compiling vpaes-armv7-linux.S
[168/507] Compiling sha512-x86_64-apple.S
[169/507] Compiling sha512-armv8-win.S
[170/507] Compiling d1_both.cc
[171/507] Compiling sha512-armv8-apple.S
[172/507] Compiling sha512-586-linux.S
[173/507] Compiling sha512-armv8-linux.S
[174/507] Compiling sha512-586-apple.S
[175/507] Compiling sha256-x86_64-linux.S
[176/507] Compiling sha512-armv4-linux.S
[177/507] Compiling sha256-x86_64-apple.S
[178/507] Compiling sha256-armv8-win.S
[179/507] Compiling d1_lib.cc
[180/507] Compiling sha256-armv4-linux.S
[181/507] Compiling sha256-armv8-apple.S
[182/507] Compiling sha256-586-apple.S
[183/507] Compiling sha256-586-linux.S
[184/507] Compiling sha256-armv8-linux.S
[185/507] Compiling sha1-x86_64-apple.S
[186/507] Compiling sha1-x86_64-linux.S
[187/507] Compiling sha1-armv8-win.S
[188/507] Compiling sha1-armv8-apple.S
[189/507] Compiling sha1-armv4-large-linux.S
[190/507] Compiling sha1-586-linux.S
[191/507] Compiling rsaz-avx2-linux.S
[192/507] Compiling sha1-armv8-linux.S
[193/507] Compiling rsaz-avx2-apple.S
[194/507] Compiling sha1-586-apple.S
[195/507] Compiling rdrand-x86_64-linux.S
[196/507] Compiling p256_beeu-armv8-asm-win.S
[197/507] Compiling rdrand-x86_64-apple.S
[198/507] Compiling p256_beeu-x86_64-asm-apple.S
[199/507] Compiling p256_beeu-x86_64-asm-linux.S
[200/507] Compiling p256_beeu-armv8-asm-apple.S
[201/507] Compiling p256_beeu-armv8-asm-linux.S
[202/507] Compiling p256-armv8-asm-apple.S
[203/507] Compiling p256-x86_64-asm-apple.S
[204/507] Compiling p256-armv8-asm-win.S
[205/507] Compiling ghashv8-armv8-win.S
[206/507] Compiling p256-x86_64-asm-linux.S
[207/507] Compiling p256-armv8-asm-linux.S
[208/507] Compiling ghashv8-armv8-apple.S
[209/507] Compiling ghashv8-armv8-linux.S
[210/507] Compiling ghashv8-armv7-linux.S
[211/507] Compiling ghash-x86-linux.S
[212/507] Compiling ghash-x86-apple.S
[213/507] Compiling ghash-x86_64-apple.S
[214/507] Compiling ghash-ssse3-x86_64-linux.S
[215/507] Compiling ghash-x86_64-linux.S
[216/507] Compiling ghash-ssse3-x86_64-apple.S
[217/507] Compiling ghash-ssse3-x86-linux.S
[218/507] Compiling ghash-ssse3-x86-apple.S
[219/507] Compiling ghash-neon-armv8-linux.S
[220/507] Compiling ghash-neon-armv8-apple.S
[221/507] Compiling ghash-neon-armv8-win.S
[222/507] Compiling ghash-armv4-linux.S
[223/507] Compiling co-586-linux.S
[224/507] Compiling co-586-apple.S
[225/507] Compiling bsaes-armv7-linux.S
[226/507] Compiling bn-armv8-win.S
[227/507] Compiling bn-armv8-apple.S
[228/507] Compiling bn-586-linux.S
[229/507] Compiling bn-armv8-linux.S
[230/507] Compiling bn-586-apple.S
[231/507] Compiling armv8-mont-win.S
[232/507] Compiling armv4-mont-linux.S
[233/507] Compiling armv8-mont-linux.S
[234/507] Compiling aesv8-gcm-armv8-win.S
[235/507] Compiling armv8-mont-apple.S
[236/507] Compiling aesv8-armv8-win.S
[237/507] Compiling aesv8-gcm-armv8-apple.S
[238/507] Compiling aesv8-armv7-linux.S
[239/507] Compiling aesv8-gcm-armv8-linux.S
[240/507] Compiling aesv8-armv8-linux.S
[241/507] Compiling aesv8-armv8-apple.S
[242/507] Compiling aesni-x86-linux.S
[243/507] Compiling aesni-x86_64-apple.S
[244/507] Compiling aesni-x86_64-linux.S
[245/507] Compiling aesni-gcm-x86_64-linux.S
[246/507] Compiling aesni-gcm-x86_64-apple.S
[247/507] Compiling aesni-x86-apple.S
[247/507] Compiling aes-gcm-avx2-x86_64-apple.S
[247/507] Compiling aes-gcm-avx2-x86_64-linux.S
[250/507] Compiling aes-gcm-avx10-x86_64-linux.S
[251/507] Compiling x_val.cc
[252/507] Compiling x_spki.cc
[253/507] Compiling x_x509.cc
[254/507] Compiling x_pubkey.cc
[255/507] Compiling x_x509a.cc
[256/507] Compiling x_sig.cc
[257/507] Compiling x_req.cc
[258/507] Compiling x_exten.cc
[259/507] Compiling x_name.cc
[260/507] Compiling x_crl.cc
[261/507] Compiling x509spki.cc
[262/507] Compiling x509name.cc
[263/507] Compiling x_all.cc
[264/507] Compiling x_attrib.cc
[265/507] Compiling x_algor.cc
[266/507] Compiling x509rset.cc
[267/507] Compiling x509cset.cc
[268/507] Compiling x509_vpm.cc
[269/507] Compiling x509_obj.cc
[270/507] Compiling x509_v3.cc
[271/507] Compiling x509_txt.cc
[272/507] Compiling x509_trs.cc
[273/507] Compiling x509_vfy.cc
[274/507] Compiling x509_set.cc
[275/507] Compiling x509_req.cc
[276/507] Compiling x509_ext.cc
[277/507] Compiling x509_lu.cc
[278/507] Compiling x509_def.cc
[279/507] Compiling x509_d2.cc
[280/507] Compiling x509_cmp.cc
[281/507] Compiling x509.cc
[282/507] Compiling x509_att.cc
[283/507] Compiling v3_utl.cc
[284/507] Compiling v3_skey.cc
[285/507] Compiling v3_purp.cc
[286/507] Compiling v3_prn.cc
[287/507] Compiling v3_ncons.cc
[288/507] Compiling v3_lib.cc
[289/507] Compiling v3_ocsp.cc
[290/507] Compiling v3_pmaps.cc
[291/507] Compiling v3_pcons.cc
[292/507] Compiling v3_genn.cc
[293/507] Compiling v3_int.cc
[294/507] Compiling v3_info.cc
[295/507] Compiling v3_ia5.cc
[296/507] Compiling v3_extku.cc
[297/507] Compiling v3_conf.cc
[298/507] Compiling v3_cpols.cc
[299/507] Compiling v3_enum.cc
[300/507] Compiling v3_crld.cc
[301/507] Compiling v3_bcons.cc
[302/507] Compiling v3_bitst.cc
[303/507] Compiling v3_alt.cc
[304/507] Compiling t_x509.cc
[305/507] Compiling v3_akeya.cc
[306/507] Compiling t_x509a.cc
[307/507] Compiling v3_akey.cc
[308/507] Compiling t_req.cc
[309/507] Compiling t_crl.cc
[310/507] Compiling by_dir.cc
[311/507] Compiling i2d_pr.cc
[312/507] Compiling rsa_pss.cc
[313/507] Compiling policy.cc
[314/507] Compiling name_print.cc
[315/507] Compiling by_file.cc
[316/507] Compiling trust_token.cc
[317/507] Compiling algorithm.cc
[318/507] Compiling a_verify.cc
[319/507] Compiling asn1_gen.cc
[320/507] Compiling thread_pthread.cc
[321/507] Compiling thread_none.cc
[322/507] Compiling a_digest.cc
[323/507] Compiling voprf.cc
[324/507] Compiling a_sign.cc
[325/507] Compiling thread_win.cc
[326/507] Compiling thread.cc
[327/507] Compiling pmbtoken.cc
[328/507] Compiling stack.cc
[329/507] Compiling sha256.cc
[330/507] Compiling slhdsa.cc
[331/507] Compiling sha512.cc
[332/507] Compiling siphash.cc
[333/507] Compiling sha1.cc
[334/507] Compiling spake2plus.cc
[335/507] Compiling refcount.cc
[336/507] Compiling rsa_asn1.cc
[337/507] Compiling rsa_print.cc
[338/507] Compiling rc4.cc
[339/507] Compiling urandom.cc
[340/507] Compiling trusty.cc
[341/507] Compiling windows.cc
[342/507] Compiling rand.cc
[343/507] Compiling ios.cc
[344/507] Compiling passive.cc
[345/507] Compiling fork_detect.cc
[346/507] Compiling getentropy.cc
[347/507] Compiling poly1305_arm_asm.S
[348/507] Compiling forkunsafe.cc
[349/507] Compiling deterministic.cc
[350/507] Compiling poly1305_arm.cc
[351/507] Compiling poly1305_vec.cc
[352/507] Compiling poly1305.cc
[353/507] Compiling pool.cc
[354/507] Compiling pkcs8.cc
[355/507] Compiling p5_pbev2.cc
[356/507] Compiling pkcs7_x509.cc
[357/507] Compiling pkcs8_x509.cc
[358/507] Compiling pkcs7.cc
[359/507] Compiling pem_x509.cc
[360/507] Compiling pem_pkey.cc
[361/507] Compiling pem_xaux.cc
[362/507] Compiling obj_xref.cc
[363/507] Compiling mlkem.cc
[364/507] Compiling pem_oth.cc
[365/507] Compiling pem_pk8.cc
[366/507] Compiling md5.cc
[367/507] Compiling mldsa.cc
[368/507] Compiling pem_lib.cc
[369/507] Compiling pem_info.cc
[370/507] Compiling poly_rq_mul.S
[371/507] Compiling pem_all.cc
[372/507] Compiling obj.cc
[373/507] Compiling fips_shared_support.cc
[374/507] Compiling mem.cc
[375/507] Compiling lhash.cc
[376/507] Compiling md4.cc
[377/507] Compiling ex_data.cc
[378/507] Compiling sign.cc
[379/507] Compiling scrypt.cc
[380/507] Compiling kyber.cc
[381/507] Compiling hpke.cc
[382/507] Compiling hrss.cc
[383/507] Compiling print.cc
[384/507] Compiling pbkdf.cc
[385/507] Compiling p_x25519.cc
[386/507] Compiling p_hkdf.cc
[387/507] Compiling p_ed25519_asn1.cc
[388/507] Compiling p_x25519_asn1.cc
[389/507] Compiling p_ed25519.cc
[390/507] Compiling p_rsa_asn1.cc
[391/507] Compiling p_rsa.cc
[392/507] Compiling p_ec_asn1.cc
[393/507] Compiling p_ec.cc
[394/507] Compiling p_dsa_asn1.cc
[395/507] Compiling p_dh_asn1.cc
[396/507] Compiling p_dh.cc
[397/507] Compiling engine.cc
[398/507] Compiling evp_ctx.cc
[399/507] Compiling evp.cc
[400/507] Compiling err.cc
[401/507] Compiling evp_asn1.cc
[402/507] Compiling ecdh.cc
[403/507] Compiling hash_to_curve.cc
[404/507] Compiling ec_derive.cc
[405/507] Compiling ecdsa_asn1.cc
[406/507] Compiling dsa.cc
[407/507] Compiling ec_asn1.cc
[408/507] Compiling dsa_asn1.cc
[409/507] Compiling params.cc
[410/507] Compiling bcm.cc
[411/507] Compiling des.cc
[412/507] Compiling x25519-asm-arm.S
[413/507] Compiling digest_extra.cc
[414/507] Compiling spake25519.cc
[415/507] Compiling cpu_arm_linux.cc
[416/507] Compiling curve25519_64_adx.cc
[417/507] Compiling crypto.cc
[418/507] Compiling cpu_intel.cc
[419/507] Compiling dh_asn1.cc
[420/507] Compiling cpu_aarch64_win.cc
[421/507] Compiling cpu_arm_freebsd.cc
[422/507] Compiling curve25519.cc
[423/507] Compiling cpu_aarch64_openbsd.cc
[424/507] Compiling cpu_aarch64_sysreg.cc
[425/507] Compiling cpu_aarch64_fuchsia.cc
[426/507] Compiling cpu_aarch64_apple.cc
[427/507] Compiling cpu_aarch64_linux.cc
[428/507] Compiling e_tls.cc
[429/507] Compiling conf.cc
[430/507] Compiling get_cipher.cc
[431/507] Compiling e_rc4.cc
[432/507] Compiling tls_cbc.cc
[433/507] Compiling e_rc2.cc
[434/507] Compiling e_null.cc
[435/507] Compiling e_des.cc
[436/507] Compiling e_chacha20poly1305.cc
[437/507] Compiling e_aesgcmsiv.cc
[438/507] Compiling chacha.cc
[439/507] Compiling e_aesctrhmac.cc
[440/507] Compiling derive_key.cc
[441/507] Compiling ber.cc
[442/507] Compiling unicode.cc
[443/507] Compiling cbs.cc
[444/507] Compiling buf.cc
[445/507] Compiling convert.cc
[446/507] Compiling cbb.cc
[447/507] Compiling asn1_compat.cc
[448/507] Compiling bn_asn1.cc
[449/507] Compiling blake2.cc
[450/507] Compiling printf.cc
[451/507] Compiling socket_helper.cc
[452/507] Compiling hexdump.cc
[453/507] Compiling socket.cc
[454/507] Compiling pair.cc
[455/507] Compiling errno.cc
[456/507] Compiling file.cc
[457/507] Compiling fd.cc
[458/507] Compiling bio.cc
[459/507] Compiling bio_mem.cc
[460/507] Compiling connect.cc
[461/507] Compiling tasn_typ.cc
[462/507] Compiling base64.cc
[463/507] Compiling tasn_fre.cc
[464/507] Compiling tasn_utl.cc
[465/507] Compiling tasn_new.cc
[466/507] Compiling tasn_enc.cc
[467/507] Compiling posix_time.cc
[468/507] Compiling f_int.cc
[469/507] Compiling f_string.cc
[470/507] Compiling tasn_dec.cc
[471/507] Compiling asn1_par.cc
[472/507] Compiling asn_pack.cc
[473/507] Compiling a_utctm.cc
[474/507] Compiling a_octet.cc
[475/507] Compiling a_strex.cc
[476/507] Compiling a_strnid.cc
[477/507] Compiling asn1_lib.cc
[478/507] Compiling a_object.cc
[479/507] Compiling a_type.cc
[480/507] Compiling a_time.cc
[481/507] Compiling a_d2i_fp.cc
[481/507] Write sources
[483/507] Compiling a_i2d_fp.cc
[484/507] Compiling a_bool.cc
[485/526] Compiling a_int.cc
[486/526] Compiling a_bitstr.cc
[487/526] Compiling a_mbstr.cc
[489/526] Compiling Atomics UnsafeAtomic.swift
[490/526] Compiling Atomics UnsafeAtomicLazyReference.swift
[491/528] Compiling Atomics ManagedAtomic.swift
[492/528] Compiling Atomics ManagedAtomicLazyReference.swift
[493/528] Compiling Atomics AtomicMemoryOrderings.swift
[494/528] Compiling Atomics DoubleWord.swift
[495/528] Compiling Atomics OptionalRawRepresentable.swift
[496/528] Compiling Atomics RawRepresentable.swift
[497/528] Compiling Atomics AtomicBool.swift
[498/528] Compiling Atomics AtomicReference.swift
[499/528] Compiling Atomics AtomicStorage.swift
[500/528] Compiling Atomics AtomicValue.swift
[501/528] Compiling Atomics Primitives.shims.swift
[502/528] Compiling Atomics AtomicInteger.swift
[503/528] Compiling Atomics AtomicOptionalWrappable.swift
[504/528] Compiling Atomics IntegerOperations.swift
[505/528] Compiling Atomics Unmanaged extensions.swift
[506/528] Emitting module Atomics
[507/528] Compiling Atomics IntegerConformances.swift
[508/528] Compiling Atomics PointerConformances.swift
[509/528] Compiling Atomics Primitives.native.swift
[510/529] Compiling c-nioatomics.c
[511/529] Compiling c-atomics.c
[512/529] Wrapping AST for Atomics for debugging
[514/535] Compiling NIOConcurrencyHelpers lock.swift
[515/535] Emitting module NIOConcurrencyHelpers
[516/535] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[517/535] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[518/535] Compiling NIOConcurrencyHelpers atomics.swift
[519/535] Compiling NIOConcurrencyHelpers NIOLock.swift
[520/536] Wrapping AST for NIOConcurrencyHelpers for debugging
[522/596] Compiling NIOCore MulticastChannel.swift
[523/596] Compiling NIOCore NIOAny.swift
[524/596] Compiling NIOCore NIOCloseOnErrorHandler.swift
[525/596] Compiling NIOCore NIOLoopBound.swift
[526/596] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[527/596] Compiling NIOCore NIOScheduledCallback.swift
[528/596] Compiling NIOCore NIOSendable.swift
[529/596] Compiling NIOCore RecvByteBufferAllocator.swift
[530/604] Compiling NIOCore IO.swift
[531/604] Compiling NIOCore IOData.swift
[532/604] Compiling NIOCore IPProtocol.swift
[533/604] Compiling NIOCore IntegerBitPacking.swift
[534/604] Compiling NIOCore IntegerTypes.swift
[535/604] Compiling NIOCore Interfaces.swift
[536/604] Compiling NIOCore Linux.swift
[537/604] Compiling NIOCore MarkedCircularBuffer.swift
[538/604] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[539/604] Compiling NIOCore SocketAddresses.swift
[540/604] Compiling NIOCore SocketOptionProvider.swift
[541/604] Compiling NIOCore SystemCallHelpers.swift
[542/604] Compiling NIOCore TimeAmount+Duration.swift
[543/604] Compiling NIOCore TypeAssistedChannelHandler.swift
[544/604] Compiling NIOCore UniversalBootstrapSupport.swift
[545/604] Compiling NIOCore Utilities.swift
[546/604] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[547/604] Compiling NIOCore BSDSocketAPI.swift
[548/604] Compiling NIOCore ByteBuffer-aux.swift
[549/604] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[550/604] Compiling NIOCore ByteBuffer-conversions.swift
[551/604] Compiling NIOCore ByteBuffer-core.swift
[552/604] Compiling NIOCore ByteBuffer-hex.swift
[553/604] Compiling NIOCore ByteBuffer-int.swift
[554/604] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[555/604] Compiling NIOCore CircularBuffer.swift
[556/604] Compiling NIOCore Codec.swift
[557/604] Compiling NIOCore ConvenienceOptionSupport.swift
[558/604] Compiling NIOCore DeadChannel.swift
[559/604] Compiling NIOCore DispatchQueue+WithFuture.swift
[560/604] Compiling NIOCore EventLoop+Deprecated.swift
[561/604] Compiling NIOCore EventLoop+SerialExecutor.swift
[562/604] Compiling NIOCore EventLoop.swift
[563/604] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[564/604] Compiling NIOCore EventLoopFuture+Deprecated.swift
[565/604] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[566/604] Compiling NIOCore EventLoopFuture.swift
[567/604] Compiling NIOCore FileDescriptor.swift
[568/604] Compiling NIOCore FileHandle.swift
[569/604] Compiling NIOCore FileRegion.swift
[570/604] Compiling NIOCore GlobalSingletons.swift
[571/604] Compiling NIOCore ByteBuffer-multi-int.swift
[572/604] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[573/604] Compiling NIOCore ByteBuffer-views.swift
[574/604] Compiling NIOCore Channel.swift
[575/604] Compiling NIOCore ChannelHandler.swift
[576/604] Compiling NIOCore ChannelHandlers.swift
[577/604] Compiling NIOCore ChannelInvoker.swift
[578/604] Compiling NIOCore ChannelOption.swift
[579/604] Compiling NIOCore ChannelPipeline.swift
[580/604] Compiling NIOCore AddressedEnvelope.swift
[581/604] Compiling NIOCore AsyncAwaitSupport.swift
[582/604] Compiling NIOCore AsyncChannel.swift
[583/604] Compiling NIOCore AsyncChannelHandler.swift
[584/604] Compiling NIOCore AsyncChannelInboundStream.swift
[585/604] Compiling NIOCore AsyncChannelOutboundWriter.swift
[586/604] Compiling NIOCore NIOAsyncSequenceProducer.swift
[587/604] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[588/604] Compiling NIOCore NIOAsyncWriter.swift
[589/604] Emitting module NIOCore
[590/605] Wrapping AST for NIOCore for debugging
[592/655] Compiling NIOEmbedded Embedded.swift
[593/655] Emitting module NIOEmbedded
[594/655] Compiling NIOEmbedded AsyncTestingChannel.swift
[595/655] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[596/656] Wrapping AST for NIOEmbedded for debugging
[598/656] Compiling NIOPosix IO.swift
[599/656] Compiling NIOPosix IntegerBitPacking.swift
[600/656] Compiling NIOPosix IntegerTypes.swift
[601/656] Compiling NIOPosix Linux.swift
[602/656] Compiling NIOPosix LinuxCPUSet.swift
[603/656] Compiling NIOPosix LinuxUring.swift
[604/656] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[605/662] Compiling NIOPosix ServerSocket.swift
[606/662] Compiling NIOPosix Socket.swift
[607/662] Compiling NIOPosix SocketChannel.swift
[608/662] Compiling NIOPosix SocketProtocols.swift
[609/662] Compiling NIOPosix System.swift
[610/662] Compiling NIOPosix Thread.swift
[611/662] Compiling NIOPosix ThreadPosix.swift
[612/662] Compiling NIOPosix ThreadWindows.swift
[613/662] Compiling NIOPosix UnsafeTransfer.swift
[614/662] Compiling NIOPosix Utilities.swift
[615/662] Compiling NIOPosix VsockAddress.swift
[616/662] Compiling NIOPosix VsockChannelEvents.swift
[617/662] Compiling NIOPosix BSDSocketAPICommon.swift
[618/662] Compiling NIOPosix BSDSocketAPIPosix.swift
[619/662] Compiling NIOPosix BSDSocketAPIWindows.swift
[620/662] Compiling NIOPosix BaseSocket.swift
[621/662] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[622/662] Compiling NIOPosix BaseSocketChannel.swift
[623/662] Compiling NIOPosix BaseStreamSocketChannel.swift
[624/662] Compiling NIOPosix SelectableChannel.swift
[625/662] Compiling NIOPosix SelectableEventLoop.swift
[626/662] Compiling NIOPosix SelectorEpoll.swift
[627/662] Compiling NIOPosix SelectorGeneric.swift
[628/662] Compiling NIOPosix SelectorKqueue.swift
[629/662] Compiling NIOPosix SelectorUring.swift
[630/662] Compiling NIOPosix NIOThreadPool.swift
[631/662] Compiling NIOPosix NonBlockingFileIO.swift
[632/662] Compiling NIOPosix PendingDatagramWritesManager.swift
[633/662] Compiling NIOPosix PendingWritesManager.swift
[634/662] Compiling NIOPosix PipeChannel.swift
[635/662] Compiling NIOPosix PipePair.swift
[636/662] Compiling NIOPosix Pool.swift
[637/662] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[638/662] Compiling NIOPosix PosixSingletons.swift
[639/662] Compiling NIOPosix RawSocketBootstrap.swift
[640/662] Compiling NIOPosix Resolver.swift
[641/662] Compiling NIOPosix Selectable.swift
[642/662] Emitting module NIOPosix
[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] Emitting module NIOTLS
[657/672] Compiling NIOTLS TLSEvents.swift
[658/672] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[659/672] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[660/672] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[661/672] Compiling NIOTLS SNIHandler.swift
[662/673] Wrapping AST for NIOTLS for debugging
[664/702] Compiling NIOSSL AndroidCABundle.swift
[665/702] Compiling NIOSSL ByteBufferBIO.swift
[666/702] Compiling NIOSSL CustomPrivateKey.swift
[667/702] Compiling NIOSSL IdentityVerification.swift
[668/706] Compiling NIOSSL SubjectAlternativeName.swift
[669/706] Compiling NIOSSL NIOSSLSecureBytes.swift
[670/706] Compiling NIOSSL RNG.swift
[671/706] Compiling NIOSSL SafeCompare.swift
[672/706] Emitting module NIOSSL
[673/706] Compiling NIOSSL LinuxCABundle.swift
[674/706] Compiling NIOSSL NIOSSLClientHandler.swift
[675/706] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[676/706] Compiling NIOSSL NIOSSLHandler.swift
[677/706] Compiling NIOSSL SSLPrivateKey.swift
[678/706] Compiling NIOSSL SSLPublicKey.swift
[679/706] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[680/706] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[681/706] Compiling NIOSSL SSLContext.swift
[682/706] Compiling NIOSSL SSLErrors.swift
[683/706] Compiling NIOSSL SSLInit.swift
[684/706] Compiling NIOSSL SSLPKCS12Bundle.swift
[685/706] Compiling NIOSSL NIOSSLServerHandler.swift
[686/706] Compiling NIOSSL ObjectIdentifier.swift
[687/706] Compiling NIOSSL PosixPort.swift
[688/706] Compiling NIOSSL SSLCallbacks.swift
[689/706] Compiling NIOSSL SSLCertificate.swift
[690/706] Compiling NIOSSL SSLCertificateExtensions.swift
[691/706] Compiling NIOSSL SSLCertificateName.swift
[692/706] Compiling NIOSSL SSLConnection.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 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 |
[700/713] Compiling SwiftBoxLogging PrintLogger.swift
[701/713] Compiling SwiftBoxLogging LoggerProtocol.swift
[702/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 |     }
[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/730] Archiving libSwiftBoxLogging.a
[709/730] 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.
[710/731] Compiling SwiftBoxConfig KeyPathReferenceable.swift
[711/731] Compiling SwiftBoxMetrics BaseMetricsSender.swift
[712/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 | }
[713/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)
[714/732] Compiling SwiftBoxConfig BasicKey.swift
[715/732] Compiling SwiftBoxConfig Dictionary+KeyPathReferencable.swift
[716/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]+)*$"
[717/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 {
[718/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 {
[719/732] Compiling SwiftBoxConfig EnvParser.swift
[720/732] Compiling SwiftBoxConfig Array+KeyPathReferencable.swift
[721/732] Compiling SwiftBoxMetrics StatsDClient.swift
[722/732] 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 |
[723/732] 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)
[724/732] Compiling SwiftBoxMetrics MetricTypes.swift
[726/733] 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 SwiftBoxConfig Sources.swift
[728/734] Wrapping AST for SwiftBoxMetrics for debugging
[729/734] Write Objects.LinkFileList
[730/734] Archiving libSwiftBoxMetrics.a
[731/734] Wrapping AST for SwiftBoxConfig for debugging
[732/734] Write Objects.LinkFileList
[733/734] Archiving libSwiftBoxConfig.a
Build complete! (199.84s)
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.