The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftBox, reference 1.0.1 (e69b51), with Swift 6.1 for Linux on 27 Apr 2025 11:53:49 UTC.

Swift 6 data race errors: 14

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

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