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