Build Information
Successful build of SlackKit, reference main (8b1596
), with Swift 6.1 for Linux on 27 Apr 2025 07:07:45 UTC.
Swift 6 data race errors: 5
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/pvzig/SlackKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pvzig/SlackKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8b1596e Update README.md
Cloned https://github.com/pvzig/SlackKit.git
Revision (git rev-parse @):
8b1596e12e8b28638af592922ed5e8ef61dbcd38
SUCCESS checkout https://github.com/pvzig/SlackKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pvzig/SlackKit.git
https://github.com/pvzig/SlackKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swifter",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/httpswift/swifter"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit"
},
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.4",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream"
}
],
"manifest_display_name" : "SlackKit",
"name" : "SlackKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SlackKit",
"targets" : [
"SlackKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKClient",
"targets" : [
"SKClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKCore",
"targets" : [
"SKCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKRTMAPI",
"targets" : [
"SKRTMAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKServer",
"targets" : [
"SKServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKWebAPI",
"targets" : [
"SKWebAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SlackKitTests",
"module_type" : "SwiftTarget",
"name" : "SlackKitTests",
"path" : "SlackKitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/SlackKitTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SKClient/SKClientTests.swift",
"SKCore/SKCoreTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SlackKit",
"SKCore",
"SKClient",
"SKRTMAPI",
"SKServer"
],
"type" : "test"
},
{
"c99name" : "SlackKit",
"module_type" : "SwiftTarget",
"name" : "SlackKit",
"path" : "SlackKit/Sources",
"product_memberships" : [
"SlackKit"
],
"sources" : [
"ClientConnection.swift",
"SlackKit.swift"
],
"target_dependencies" : [
"SKCore",
"SKClient",
"SKRTMAPI",
"SKServer"
],
"type" : "library"
},
{
"c99name" : "SKWebAPI",
"module_type" : "SwiftTarget",
"name" : "SKWebAPI",
"path" : "SKWebAPI/Sources",
"product_memberships" : [
"SlackKit",
"SKRTMAPI",
"SKServer",
"SKWebAPI"
],
"sources" : [
"Endpoint.swift",
"NetworkInterface.swift",
"WebAPI.swift"
],
"target_dependencies" : [
"SKCore"
],
"type" : "library"
},
{
"c99name" : "SKServer",
"module_type" : "SwiftTarget",
"name" : "SKServer",
"path" : "SKServer/Sources",
"product_dependencies" : [
"Swifter"
],
"product_memberships" : [
"SlackKit",
"SKServer"
],
"sources" : [
"Conformers/SwifterServer.swift",
"Middleware/MessageActionMiddleware.swift",
"Middleware/OAuthMiddleware.swift",
"Middleware/RedirectMiddleware.swift",
"Middleware/ResponseMiddleware.swift",
"Model/AuthorizeResponse.swift",
"Model/IncomingWebhook.swift",
"Model/MessageActionRequest.swift",
"Model/MessageActionRoute.swift",
"Model/OAuthResponse.swift",
"Model/RequestRoute.swift",
"Model/SKResponse.swift",
"Model/WebhookRequest.swift",
"SKServer.swift",
"SlackKitResponder.swift",
"Titan/Titan/Titan.swift",
"Titan/Titan404/Titan404.swift",
"Titan/TitanCORS/TitanCORS.swift",
"Titan/TitanCore/TitanCore.swift",
"Titan/TitanCore/TitanError.swift",
"Titan/TitanCore/TitanHeader.swift",
"Titan/TitanCore/TitanLogs.swift",
"Titan/TitanCore/TitanMethod.swift",
"Titan/TitanCore/TitanRequest.swift",
"Titan/TitanCore/TitanResponse.swift",
"Titan/TitanErrorHandling/TitanErrorHandling.swift",
"Titan/TitanFormURLEncodedBodyParser/TitanFormURLEncodedBodyParser.swift",
"Titan/TitanHealthz/TitanHealthz.swift",
"Titan/TitanJSON/TitanJSONRequestBody.swift",
"Titan/TitanJSON/TitanJSONResponseBody.swift",
"Titan/TitanQueryString/TitanQueryString.swift",
"Titan/TitanRouter/InitializerOverloads.swift",
"Titan/TitanRouter/PathParameterSupport.swift",
"Titan/TitanRouter/TitanParameterizedRoutes.swift",
"Titan/TitanRouter/TitanRoutesByMethod.swift",
"Titan/TitanRouter/TitanRoutingExtension.swift"
],
"target_dependencies" : [
"SKCore",
"SKWebAPI"
],
"type" : "library"
},
{
"c99name" : "SKRTMAPI",
"module_type" : "SwiftTarget",
"name" : "SKRTMAPI",
"path" : "SKRTMAPI/Sources",
"product_dependencies" : [
"Starscream",
"WebSocketKit"
],
"product_memberships" : [
"SlackKit",
"SKRTMAPI"
],
"sources" : [
"Conformers/StarscreamRTM.swift",
"Conformers/VaporEngineRTM.swift",
"SKRTMAPI.swift"
],
"target_dependencies" : [
"SKCore",
"SKWebAPI"
],
"type" : "library"
},
{
"c99name" : "SKCore",
"module_type" : "SwiftTarget",
"name" : "SKCore",
"path" : "SKCore/Sources",
"product_memberships" : [
"SlackKit",
"SKClient",
"SKCore",
"SKRTMAPI",
"SKServer",
"SKWebAPI"
],
"sources" : [
"Action.swift",
"Attachment.swift",
"AttachmentField.swift",
"BlockComposition.swift",
"BlockElement.swift",
"BlockLayout.swift",
"Bot.swift",
"Channel.swift",
"Comment.swift",
"CustomProfile.swift",
"CustomProfileField.swift",
"DoNotDisturbStatus.swift",
"Edited.swift",
"Event.swift",
"Extensions.swift",
"File.swift",
"History.swift",
"Item.swift",
"Message.swift",
"OAuthConfig.swift",
"RTMOptions.swift",
"Reaction.swift",
"Reply.swift",
"Scope.swift",
"SlackError.swift",
"Team.swift",
"TeamIcon.swift",
"Topic.swift",
"User.swift",
"UserGroup.swift"
],
"type" : "library"
},
{
"c99name" : "SKClient",
"module_type" : "SwiftTarget",
"name" : "SKClient",
"path" : "SKClient/Sources",
"product_memberships" : [
"SlackKit",
"SKClient"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"SKCore"
],
"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/httpswift/swifter
Fetching https://github.com/daltoniam/Starscream
Fetching https://github.com/vapor/websocket-kit
[1/2596] Fetching websocket-kit
[1196/8646] Fetching websocket-kit, swifter
[4170/13679] Fetching websocket-kit, swifter, starscream
Fetched https://github.com/vapor/websocket-kit from cache (0.60s)
Fetched https://github.com/daltoniam/Starscream from cache (0.61s)
Fetched https://github.com/httpswift/swifter from cache (0.62s)
Computing version for https://github.com/httpswift/swifter
Computed https://github.com/httpswift/swifter at 1.5.0 (1.09s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (0.47s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.0 (0.42s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[630/8281] Fetching swift-nio-transport-services, swift-nio-extras
[4563/9986] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[9987/85417] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio
[10742/100210] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.46s)
[74936/94548] Fetching swift-nio-transport-services, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.49s)
[60898/79755] Fetching swift-nio-transport-services, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.87s)
Fetched https://github.com/apple/swift-nio.git from cache (3.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.37s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/13523] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
[2377/19426] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
[8776/17395] Fetching swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
[2988/11492] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.33s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.90s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.44s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-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.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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/httpswift/swifter
Working copy of https://github.com/httpswift/swifter resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/websocket-kit
Working copy of https://github.com/vapor/websocket-kit resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/439] Write sources
[20/439] Compiling CNIOWASI CNIOWASI.c
[21/439] Compiling CNIOWindows WSAStartup.c
[21/439] Write sources
[26/439] Compiling CNIOWindows shim.c
[27/439] Compiling CNIOLinux liburing_shims.c
[28/439] Compiling _AtomicsShims.c
[29/439] Compiling CNIODarwin shim.c
[30/439] Compiling CNIOLLHTTP c_nio_http.c
[31/439] Compiling CNIOSHA1 c_nio_sha1.c
[32/439] Compiling CNIOLinux shim.c
[33/439] Compiling CNIOLLHTTP c_nio_api.c
[34/439] Compiling fiat_p256_adx_sqr.S
[35/439] Compiling fiat_p256_adx_mul.S
[36/439] Compiling fiat_curve25519_adx_square.S
[37/439] Compiling fiat_curve25519_adx_mul.S
[38/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/439] Compiling CNIOBoringSSLShims shims.c
[42/445] Emitting module _NIODataStructures
[42/445] Compiling tls_method.cc
[43/445] Compiling tls_record.cc
[44/445] Compiling tls13_server.cc
[45/445] Compiling tls13_enc.cc
[46/445] Compiling tls13_client.cc
[47/509] Compiling tls13_both.cc
[49/509] Emitting module InternalCollectionsUtilities
[49/511] Compiling t1_enc.cc
[50/511] Compiling ssl_versions.cc
[52/511] Compiling InternalCollectionsUtilities Debugging.swift
[53/511] Compiling InternalCollectionsUtilities Descriptions.swift
[54/511] Compiling _NIODataStructures _TinyArray.swift
[55/511] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/511] Compiling InternalCollectionsUtilities Integer rank.swift
[57/511] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/511] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/511] Compiling InternalCollectionsUtilities Specialize.swift
[60/511] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/511] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/511] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/511] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/511] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/511] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/511] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/511] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/511] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/511] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/511] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/512] Emitting module _NIOBase64
[72/512] Compiling _NIOBase64 Base64.swift
[73/513] Compiling _NIODataStructures PriorityQueue.swift
[73/513] Compiling ssl_x509.cc
[77/513] Compiling SKCore SlackError.swift
[78/513] Compiling SKCore Team.swift
[79/513] Compiling SKCore TeamIcon.swift
[83/516] Compiling ssl_transcript.cc
[85/516] Emitting module SKCore
[94/531] Compiling _NIODataStructures Heap.swift
[95/532] Compiling SKCore Topic.swift
[96/532] Compiling SKCore User.swift
[97/532] Compiling SKCore UserGroup.swift
[98/532] Compiling ssl_stat.cc
[100/532] Compiling DequeModule _DequeBuffer.swift
[101/532] Compiling DequeModule _DequeBufferHeader.swift
[102/534] Compiling DequeModule Deque+Equatable.swift
[103/534] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/534] Compiling DequeModule Deque+CustomReflectable.swift
[105/534] Compiling DequeModule Deque+Descriptions.swift
[106/534] Compiling DequeModule Deque+Extras.swift
[107/534] Compiling DequeModule Deque+Hashable.swift
[107/534] Compiling ssl_privkey.cc
[111/534] Compiling SKCore Reply.swift
[112/534] Compiling SKCore Scope.swift
[113/534] Compiling SKCore History.swift
[114/534] Compiling SKCore Item.swift
[115/534] Compiling SKCore Message.swift
[116/534] Compiling SKCore OAuthConfig.swift
[119/534] Compiling DequeModule _DequeSlot.swift
[120/534] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/535] Emitting module Swifter
[128/535] Compiling DequeModule Deque+Codable.swift
[129/535] Compiling DequeModule Deque+Collection.swift
[134/537] Compiling DequeModule Deque+Testing.swift
[135/537] Compiling DequeModule Deque._Storage.swift
[136/537] Compiling DequeModule Deque._UnsafeHandle.swift
[137/537] Compiling DequeModule Deque.swift
[140/537] Compiling ssl_session.cc
[147/537] Compiling ssl_lib.cc
[151/537] Emitting module DequeModule
[152/544] Compiling ssl_file.cc
[153/544] Compiling ssl_key_share.cc
[155/544] Emitting module SKClient
[156/544] Emitting module SKWebAPI
[156/544] Compiling ssl_credential.cc
[158/544] Compiling Swifter String+SHA1.swift
[159/544] Compiling Swifter WebSockets.swift
[160/544] Compiling SKWebAPI Endpoint.swift
[161/544] Compiling SKWebAPI NetworkInterface.swift
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:70:17: warning: capture of 'successClosure' with non-sendable type '([String : Any]) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
68 | session.dataTask(with: request) {(data, response, publicError) in
69 | do {
70 | successClosure(try NetworkInterface.handleResponse(data, response: response, publicError: publicError))
| |- warning: capture of 'successClosure' with non-sendable type '([String : Any]) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
71 | } catch let error {
72 | errorClosure(error as? SlackError ?? SlackError.unknownError)
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:72:17: warning: capture of 'errorClosure' with non-sendable type '(SlackError) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
70 | successClosure(try NetworkInterface.handleResponse(data, response: response, publicError: publicError))
71 | } catch let error {
72 | errorClosure(error as? SlackError ?? SlackError.unknownError)
| |- warning: capture of 'errorClosure' with non-sendable type '(SlackError) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
73 | }
74 | }.resume()
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:88:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
86 | let semaphore = DispatchSemaphore(value: 0)
87 | session.dataTask(with: request) { (reqData, reqResponse, reqError) in
88 | data = reqData
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
89 | response = reqResponse
90 | error = reqError
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:89:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
87 | session.dataTask(with: request) { (reqData, reqResponse, reqError) in
88 | data = reqData
89 | response = reqResponse
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
90 | error = reqError
91 | if data == nil, let error = error { print(error) }
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:90:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
88 | data = reqData
89 | response = reqResponse
90 | error = reqError
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
91 | if data == nil, let error = error { print(error) }
92 | semaphore.signal()
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:91:16: warning: reference to captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
89 | response = reqResponse
90 | error = reqError
91 | if data == nil, let error = error { print(error) }
| `- warning: reference to captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
92 | semaphore.signal()
93 | }.resume()
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:91:41: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
89 | response = reqResponse
90 | error = reqError
91 | if data == nil, let error = error { print(error) }
| `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
92 | semaphore.signal()
93 | }.resume()
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:118:17: warning: capture of 'success' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
116 | session.dataTask(with: request) {(data, response, publicError) in
117 | if publicError == nil {
118 | success(true)
| |- warning: capture of 'success' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
119 | } else {
120 | errorClosure(SlackError.clientNetworkError)
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:120:17: warning: capture of 'errorClosure' with non-sendable type '(SlackError) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
118 | success(true)
119 | } else {
120 | errorClosure(SlackError.clientNetworkError)
| |- warning: capture of 'errorClosure' with non-sendable type '(SlackError) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
121 | }
122 | }.resume()
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:149:17: warning: capture of 'successClosure' with non-sendable type '([String : Any]) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
147 | session.dataTask(with: request) {(data, response, publicError) in
148 | do {
149 | successClosure(try NetworkInterface.handleResponse(data, response: response, publicError: publicError))
| |- warning: capture of 'successClosure' with non-sendable type '([String : Any]) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
150 | } catch let error {
151 | errorClosure(error as? SlackError ?? SlackError.unknownError)
/host/spi-builder-workspace/SKWebAPI/Sources/NetworkInterface.swift:151:17: warning: capture of 'errorClosure' with non-sendable type '(SlackError) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
149 | successClosure(try NetworkInterface.handleResponse(data, response: response, publicError: publicError))
150 | } catch let error {
151 | errorClosure(error as? SlackError ?? SlackError.unknownError)
| |- warning: capture of 'errorClosure' with non-sendable type '(SlackError) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
152 | }
153 | }.resume()
[163/545] Compiling SKClient Client.swift
/host/spi-builder-workspace/SKClient/Sources/Client.swift:288:28: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
286 | let timeout = DispatchTime.now() + Double(Int64(5.0 * Double(UInt64.nanosecondsPerSecond))) / Double(UInt64.nanosecondsPerSecond)
287 | DispatchQueue.main.asyncAfter(deadline: timeout, execute: {
288 | if let index = self.channels[channelID]?.usersTyping.firstIndex(of: userID) {
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
289 | self.channels[channelID]?.usersTyping.remove(at: index)
290 | }
[163/546] Compiling ssl_cipher.cc
[165/546] Compiling ssl_cert.cc
[166/546] Compiling ssl_buffer.cc
[168/546] Compiling SKWebAPI WebAPI.swift
[168/547] Compiling ssl_aead_ctx.cc
[169/547] Compiling ssl_asn1.cc
[171/547] Compiling s3_lib.cc
[172/547] Compiling s3_pkt.cc
[173/580] Compiling s3_both.cc
[175/580] Compiling SKServer TitanJSONRequestBody.swift
[176/580] Compiling SKServer TitanJSONResponseBody.swift
[177/580] Compiling SKServer TitanQueryString.swift
[178/580] Compiling SKServer InitializerOverloads.swift
[179/584] Compiling SKServer TitanResponse.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanErrorHandling/TitanErrorHandling.swift:16:12: warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Foundation
15 |
16 | public let defaultErrorHandler: (Error) -> (ResponseType) = { err in
| |- warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultErrorHandler' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | do {
18 | return try Response(code: 500, body: String(describing: err), headers: HTTPHeaders())
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanHealthz/TitanHealthz.swift:17:12: warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | /// A basic healthcheck route that returns 200 and diagnostic info
17 | public let healthz: TitanFunc = healthzWithCheck(check: { return nil })
| |- warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'healthz' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // Workaround for https://bugs.swift.org/browse/SR-6391
[180/584] Compiling SKServer TitanErrorHandling.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanErrorHandling/TitanErrorHandling.swift:16:12: warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Foundation
15 |
16 | public let defaultErrorHandler: (Error) -> (ResponseType) = { err in
| |- warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultErrorHandler' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | do {
18 | return try Response(code: 500, body: String(describing: err), headers: HTTPHeaders())
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanHealthz/TitanHealthz.swift:17:12: warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | /// A basic healthcheck route that returns 200 and diagnostic info
17 | public let healthz: TitanFunc = healthzWithCheck(check: { return nil })
| |- warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'healthz' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // Workaround for https://bugs.swift.org/browse/SR-6391
[181/584] Compiling SKServer TitanFormURLEncodedBodyParser.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanErrorHandling/TitanErrorHandling.swift:16:12: warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Foundation
15 |
16 | public let defaultErrorHandler: (Error) -> (ResponseType) = { err in
| |- warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultErrorHandler' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | do {
18 | return try Response(code: 500, body: String(describing: err), headers: HTTPHeaders())
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanHealthz/TitanHealthz.swift:17:12: warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | /// A basic healthcheck route that returns 200 and diagnostic info
17 | public let healthz: TitanFunc = healthzWithCheck(check: { return nil })
| |- warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'healthz' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // Workaround for https://bugs.swift.org/browse/SR-6391
[182/584] Compiling SKServer TitanHealthz.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanErrorHandling/TitanErrorHandling.swift:16:12: warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Foundation
15 |
16 | public let defaultErrorHandler: (Error) -> (ResponseType) = { err in
| |- warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultErrorHandler' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | do {
18 | return try Response(code: 500, body: String(describing: err), headers: HTTPHeaders())
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanHealthz/TitanHealthz.swift:17:12: warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | /// A basic healthcheck route that returns 200 and diagnostic info
17 | public let healthz: TitanFunc = healthzWithCheck(check: { return nil })
| |- warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'healthz' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // Workaround for https://bugs.swift.org/browse/SR-6391
[182/584] Compiling handshake_server.cc
[184/584] Compiling SKServer RequestRoute.swift
[185/584] Compiling SKServer SKResponse.swift
[186/584] Compiling SKServer WebhookRequest.swift
[187/584] Compiling SKServer SKServer.swift
[188/584] Compiling SKServer SlackKitResponder.swift
[189/584] Compiling SKServer Titan.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/Titan404/Titan404.swift:24:12: warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
22 | effectively overwrite it.
23 | */
24 | public let defaultTo404: TitanFunc = { (request, response) -> (RequestType, ResponseType) in
| |- warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultTo404' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | do {
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:27:12: warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | /// If one isn't present, insert a wildcard CORS allowed origin header
27 | public let allowAllOrigins: TitanFunc = { req, res in
| |- warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'allowAllOrigins' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | var allowAllOriginHeaders = HTTPHeaders(dictionaryLiteral: allowAllOriginsHeader)
29 | // swiftlint:disable shorthand_operator
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:36:12: warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | /// Respond to a CORS preflight request, allowing all methods requested in the preflight.
36 | public let respondToPreflightAllowingAllMethods: TitanFunc = { req, res in
| |- warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'respondToPreflightAllowingAllMethods' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | guard req.method == .options else {
38 | return (req, res)
[190/584] Compiling SKServer Titan404.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/Titan404/Titan404.swift:24:12: warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
22 | effectively overwrite it.
23 | */
24 | public let defaultTo404: TitanFunc = { (request, response) -> (RequestType, ResponseType) in
| |- warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultTo404' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | do {
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:27:12: warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | /// If one isn't present, insert a wildcard CORS allowed origin header
27 | public let allowAllOrigins: TitanFunc = { req, res in
| |- warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'allowAllOrigins' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | var allowAllOriginHeaders = HTTPHeaders(dictionaryLiteral: allowAllOriginsHeader)
29 | // swiftlint:disable shorthand_operator
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:36:12: warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | /// Respond to a CORS preflight request, allowing all methods requested in the preflight.
36 | public let respondToPreflightAllowingAllMethods: TitanFunc = { req, res in
| |- warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'respondToPreflightAllowingAllMethods' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | guard req.method == .options else {
38 | return (req, res)
[191/584] Compiling SKServer TitanCORS.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/Titan404/Titan404.swift:24:12: warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
22 | effectively overwrite it.
23 | */
24 | public let defaultTo404: TitanFunc = { (request, response) -> (RequestType, ResponseType) in
| |- warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultTo404' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | do {
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:27:12: warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | /// If one isn't present, insert a wildcard CORS allowed origin header
27 | public let allowAllOrigins: TitanFunc = { req, res in
| |- warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'allowAllOrigins' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | var allowAllOriginHeaders = HTTPHeaders(dictionaryLiteral: allowAllOriginsHeader)
29 | // swiftlint:disable shorthand_operator
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:36:12: warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | /// Respond to a CORS preflight request, allowing all methods requested in the preflight.
36 | public let respondToPreflightAllowingAllMethods: TitanFunc = { req, res in
| |- warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'respondToPreflightAllowingAllMethods' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | guard req.method == .options else {
38 | return (req, res)
[192/584] Compiling SKServer TitanCore.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/Titan404/Titan404.swift:24:12: warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
22 | effectively overwrite it.
23 | */
24 | public let defaultTo404: TitanFunc = { (request, response) -> (RequestType, ResponseType) in
| |- warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultTo404' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | do {
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:27:12: warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | /// If one isn't present, insert a wildcard CORS allowed origin header
27 | public let allowAllOrigins: TitanFunc = { req, res in
| |- warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'allowAllOrigins' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | var allowAllOriginHeaders = HTTPHeaders(dictionaryLiteral: allowAllOriginsHeader)
29 | // swiftlint:disable shorthand_operator
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:36:12: warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | /// Respond to a CORS preflight request, allowing all methods requested in the preflight.
36 | public let respondToPreflightAllowingAllMethods: TitanFunc = { req, res in
| |- warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'respondToPreflightAllowingAllMethods' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | guard req.method == .options else {
38 | return (req, res)
[193/584] Compiling SKServer TitanError.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/Titan404/Titan404.swift:24:12: warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
22 | effectively overwrite it.
23 | */
24 | public let defaultTo404: TitanFunc = { (request, response) -> (RequestType, ResponseType) in
| |- warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultTo404' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | do {
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:27:12: warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | /// If one isn't present, insert a wildcard CORS allowed origin header
27 | public let allowAllOrigins: TitanFunc = { req, res in
| |- warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'allowAllOrigins' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | var allowAllOriginHeaders = HTTPHeaders(dictionaryLiteral: allowAllOriginsHeader)
29 | // swiftlint:disable shorthand_operator
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:36:12: warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | /// Respond to a CORS preflight request, allowing all methods requested in the preflight.
36 | public let respondToPreflightAllowingAllMethods: TitanFunc = { req, res in
| |- warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'respondToPreflightAllowingAllMethods' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | guard req.method == .options else {
38 | return (req, res)
[194/584] Compiling SKServer TitanHeader.swift
[195/584] Compiling SKServer TitanLogs.swift
[196/584] Compiling SKServer TitanMethod.swift
[197/584] Compiling SKServer TitanRequest.swift
[198/584] Compiling SKServer AuthorizeResponse.swift
[199/584] Compiling SKServer IncomingWebhook.swift
[200/584] Compiling SKServer MessageActionRequest.swift
[201/584] Compiling SKServer MessageActionRoute.swift
[202/584] Compiling SKServer OAuthResponse.swift
[203/584] Compiling SKServer PathParameterSupport.swift
[204/584] Compiling SKServer TitanParameterizedRoutes.swift
[205/584] Compiling SKServer TitanRoutesByMethod.swift
[206/584] Compiling SKServer TitanRoutingExtension.swift
[207/584] Compiling SKServer SwifterServer.swift
/host/spi-builder-workspace/SKServer/Sources/Conformers/SwifterServer.swift:82:43: warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
80 | #if os(Linux)
81 | //swiftlint:disable force_cast
82 | return .ok(.json(json as! AnyObject))
| `- warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
83 | //swiftlint:enable force_cast
84 | #else
[208/584] Compiling SKServer MessageActionMiddleware.swift
/host/spi-builder-workspace/SKServer/Sources/Conformers/SwifterServer.swift:82:43: warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
80 | #if os(Linux)
81 | //swiftlint:disable force_cast
82 | return .ok(.json(json as! AnyObject))
| `- warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
83 | //swiftlint:enable force_cast
84 | #else
[209/584] Compiling SKServer OAuthMiddleware.swift
/host/spi-builder-workspace/SKServer/Sources/Conformers/SwifterServer.swift:82:43: warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
80 | #if os(Linux)
81 | //swiftlint:disable force_cast
82 | return .ok(.json(json as! AnyObject))
| `- warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
83 | //swiftlint:enable force_cast
84 | #else
[210/584] Compiling SKServer RedirectMiddleware.swift
/host/spi-builder-workspace/SKServer/Sources/Conformers/SwifterServer.swift:82:43: warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
80 | #if os(Linux)
81 | //swiftlint:disable force_cast
82 | return .ok(.json(json as! AnyObject))
| `- warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
83 | //swiftlint:enable force_cast
84 | #else
[211/584] Compiling SKServer ResponseMiddleware.swift
/host/spi-builder-workspace/SKServer/Sources/Conformers/SwifterServer.swift:82:43: warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
80 | #if os(Linux)
81 | //swiftlint:disable force_cast
82 | return .ok(.json(json as! AnyObject))
| `- warning: forced cast from 'Any' to 'AnyObject' always succeeds; did you mean to use 'as'?
83 | //swiftlint:enable force_cast
84 | #else
[212/584] Emitting module SKServer
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/Titan404/Titan404.swift:24:12: warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
22 | effectively overwrite it.
23 | */
24 | public let defaultTo404: TitanFunc = { (request, response) -> (RequestType, ResponseType) in
| |- warning: let 'defaultTo404' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultTo404' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | do {
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:27:12: warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | /// If one isn't present, insert a wildcard CORS allowed origin header
27 | public let allowAllOrigins: TitanFunc = { req, res in
| |- warning: let 'allowAllOrigins' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'allowAllOrigins' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | var allowAllOriginHeaders = HTTPHeaders(dictionaryLiteral: allowAllOriginsHeader)
29 | // swiftlint:disable shorthand_operator
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanCORS/TitanCORS.swift:36:12: warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | /// Respond to a CORS preflight request, allowing all methods requested in the preflight.
36 | public let respondToPreflightAllowingAllMethods: TitanFunc = { req, res in
| |- warning: let 'respondToPreflightAllowingAllMethods' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'respondToPreflightAllowingAllMethods' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | guard req.method == .options else {
38 | return (req, res)
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanErrorHandling/TitanErrorHandling.swift:16:12: warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Foundation
15 |
16 | public let defaultErrorHandler: (Error) -> (ResponseType) = { err in
| |- warning: let 'defaultErrorHandler' is not concurrency-safe because non-'Sendable' type '(any Error) -> any ResponseType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultErrorHandler' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | do {
18 | return try Response(code: 500, body: String(describing: err), headers: HTTPHeaders())
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/SKServer/Sources/Titan/TitanHealthz/TitanHealthz.swift:17:12: warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | /// A basic healthcheck route that returns 200 and diagnostic info
17 | public let healthz: TitanFunc = healthzWithCheck(check: { return nil })
| |- warning: let 'healthz' is not concurrency-safe because non-'Sendable' type 'TitanFunc' (aka '(any RequestType, any ResponseType) -> (request: any RequestType, response: any ResponseType)') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'healthz' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // Workaround for https://bugs.swift.org/browse/SR-6391
[212/585] Compiling extensions.cc
[213/585] Compiling handshake.cc
[214/585] Compiling handoff.cc
[216/585] Compiling handshake_client.cc
[217/585] Compiling dtls_record.cc
[218/585] Compiling md5-x86_64-linux.S
[219/585] Compiling md5-x86_64-apple.S
[220/585] Compiling md5-586-linux.S
[221/585] Compiling md5-586-apple.S
[222/585] Compiling encrypted_client_hello.cc
[223/585] Compiling chacha20_poly1305_x86_64-linux.S
[224/585] Compiling chacha20_poly1305_x86_64-apple.S
[225/585] Compiling err_data.cc
[226/585] Compiling chacha20_poly1305_armv8-win.S
[227/585] Compiling chacha20_poly1305_armv8-linux.S
[228/585] Compiling chacha-x86_64-linux.S
[229/585] Compiling chacha20_poly1305_armv8-apple.S
[230/585] Compiling bio_ssl.cc
[231/585] Compiling chacha-x86_64-apple.S
[232/585] Compiling chacha-x86-apple.S
[233/585] Compiling dtls_method.cc
[234/585] Compiling chacha-x86-linux.S
[235/585] Compiling chacha-armv8-win.S
[236/585] Compiling chacha-armv8-linux.S
[237/585] Compiling chacha-armv8-apple.S
[238/585] Compiling d1_srtp.cc
[239/585] Compiling chacha-armv4-linux.S
[240/585] Compiling aes128gcmsiv-x86_64-linux.S
[241/585] Compiling aes128gcmsiv-x86_64-apple.S
[242/585] Compiling x86_64-mont5-linux.S
[243/585] Compiling x86_64-mont5-apple.S
[244/585] Compiling x86_64-mont-linux.S
[245/585] Compiling x86_64-mont-apple.S
[246/585] Compiling x86-mont-linux.S
[247/585] Compiling x86-mont-apple.S
[248/585] Compiling vpaes-x86_64-linux.S
[249/585] Compiling vpaes-x86-linux.S
[250/585] Compiling vpaes-x86-apple.S
[251/585] Compiling vpaes-x86_64-apple.S
[252/585] Compiling vpaes-armv8-win.S
[253/585] Compiling vpaes-armv8-linux.S
[254/585] Compiling vpaes-armv8-apple.S
[255/585] Compiling vpaes-armv7-linux.S
[256/585] Compiling sha512-x86_64-linux.S
[257/585] Compiling d1_lib.cc
[258/585] Compiling sha512-armv8-win.S
[259/585] Compiling sha512-armv8-apple.S
[260/585] Compiling sha512-x86_64-apple.S
[261/585] Compiling sha512-armv8-linux.S
[262/585] Compiling sha512-armv4-linux.S
[263/585] Compiling sha256-x86_64-apple.S
[264/585] Compiling sha512-586-linux.S
[265/585] Compiling sha512-586-apple.S
[266/585] Compiling sha256-armv8-win.S
[267/585] Compiling sha256-armv8-linux.S
[268/585] Compiling sha256-x86_64-linux.S
[269/585] Compiling sha256-armv4-linux.S
[270/585] Compiling sha256-586-apple.S
[271/585] Compiling sha256-586-linux.S
[272/585] Compiling sha256-armv8-apple.S
[273/585] Compiling sha1-x86_64-apple.S
[274/585] Compiling sha1-x86_64-linux.S
[275/585] Compiling sha1-armv8-apple.S
[276/585] Compiling d1_both.cc
[277/585] Compiling sha1-armv8-win.S
[278/585] Compiling sha1-armv4-large-linux.S
[279/585] Compiling sha1-armv8-linux.S
[280/585] Compiling sha1-586-linux.S
[281/585] Compiling sha1-586-apple.S
[282/585] Compiling rsaz-avx2-linux.S
[283/585] Compiling rsaz-avx2-apple.S
[284/585] Compiling rdrand-x86_64-apple.S
[285/585] Compiling p256_beeu-x86_64-asm-linux.S
[286/585] Compiling rdrand-x86_64-linux.S
[287/585] Compiling d1_pkt.cc
[288/585] Compiling p256_beeu-armv8-asm-win.S
[289/585] Compiling p256_beeu-x86_64-asm-apple.S
[290/585] Compiling p256_beeu-armv8-asm-linux.S
[291/585] Compiling p256_beeu-armv8-asm-apple.S
[292/585] Compiling p256-x86_64-asm-apple.S
[293/585] Compiling p256-armv8-asm-win.S
[294/585] Compiling p256-armv8-asm-apple.S
[295/585] Compiling p256-x86_64-asm-linux.S
[296/585] Compiling p256-armv8-asm-linux.S
[297/585] Compiling ghashv8-armv8-linux.S
[298/585] Compiling ghashv8-armv8-win.S
[299/585] Compiling ghashv8-armv8-apple.S
[300/585] Compiling ghashv8-armv7-linux.S
[301/585] Compiling ghash-x86_64-linux.S
[302/585] Compiling ghash-x86-apple.S
[303/585] Compiling ghash-x86-linux.S
[304/585] Compiling ghash-x86_64-apple.S
[305/585] Compiling ghash-ssse3-x86_64-linux.S
[306/585] Compiling ghash-ssse3-x86_64-apple.S
[307/585] Compiling ghash-ssse3-x86-linux.S
[308/585] Compiling ghash-ssse3-x86-apple.S
[309/585] Compiling ghash-neon-armv8-apple.S
[310/585] Compiling ghash-neon-armv8-linux.S
[311/585] Compiling ghash-armv4-linux.S
[312/585] Compiling ghash-neon-armv8-win.S
[313/585] Compiling co-586-linux.S
[314/585] Compiling co-586-apple.S
[315/585] Compiling bsaes-armv7-linux.S
[316/585] Compiling bn-armv8-linux.S
[317/585] Compiling bn-armv8-win.S
[318/585] Compiling armv8-mont-win.S
[319/585] Compiling bn-586-apple.S
[320/585] Compiling bn-armv8-apple.S
[321/585] Compiling bn-586-linux.S
[322/585] Compiling armv8-mont-linux.S
[323/585] Compiling armv4-mont-linux.S
[324/585] Compiling armv8-mont-apple.S
[325/585] Compiling aesv8-gcm-armv8-linux.S
[326/585] Compiling aesv8-armv8-win.S
[327/585] Compiling aesv8-armv8-linux.S
[328/585] Compiling aesv8-gcm-armv8-win.S
[329/585] Compiling aesv8-gcm-armv8-apple.S
[330/585] Compiling aesv8-armv8-apple.S
[331/585] Compiling aesv8-armv7-linux.S
[332/585] Compiling aesni-x86_64-apple.S
[333/585] Compiling aesni-x86-linux.S
[334/585] Compiling aesni-x86_64-linux.S
[335/585] Compiling aesni-x86-apple.S
[336/585] Compiling aesni-gcm-x86_64-linux.S
[337/585] Compiling aesni-gcm-x86_64-apple.S
[338/585] Compiling aes-gcm-avx2-x86_64-apple.S
[339/585] Compiling aes-gcm-avx10-x86_64-linux.S
[340/585] Compiling aes-gcm-avx2-x86_64-linux.S
[341/585] Compiling aes-gcm-avx10-x86_64-apple.S
[342/585] Compiling x_sig.cc
[343/585] Compiling x_val.cc
[344/585] Compiling x_name.cc
[345/585] Compiling x_x509a.cc
[346/585] Compiling x_x509.cc
[347/585] Compiling x_req.cc
[348/585] Compiling x_spki.cc
[349/585] Compiling x_pubkey.cc
[350/585] Compiling x_exten.cc
[351/585] Compiling x_algor.cc
[352/585] Compiling x509name.cc
[353/585] Compiling x_attrib.cc
[354/585] Compiling x509spki.cc
[355/585] Compiling x_all.cc
[356/585] Compiling x_crl.cc
[357/585] Compiling x509rset.cc
[358/585] Compiling x509cset.cc
[359/585] Compiling x509_vfy.cc
[360/585] Compiling x509_vpm.cc
[361/585] Compiling x509_set.cc
[362/585] Compiling x509_v3.cc
[363/585] Compiling x509_txt.cc
[364/585] Compiling x509_trs.cc
[365/585] Compiling x509_req.cc
[366/585] Compiling x509_obj.cc
[367/585] Compiling x509_def.cc
[368/585] Compiling x509_d2.cc
[369/585] Compiling x509_lu.cc
[370/585] Compiling x509.cc
[371/585] Compiling x509_ext.cc
[372/585] Compiling x509_cmp.cc
[373/585] Compiling x509_att.cc
[374/585] Compiling v3_utl.cc
[375/585] Compiling v3_skey.cc
[376/585] Compiling v3_prn.cc
[377/585] Compiling v3_pmaps.cc
[378/585] Compiling v3_ncons.cc
[379/585] Compiling v3_pcons.cc
[380/585] Compiling v3_purp.cc
[381/585] Compiling v3_ocsp.cc
[382/585] Compiling v3_lib.cc
[383/585] Compiling v3_int.cc
[384/585] Compiling v3_info.cc
[385/585] Compiling v3_ia5.cc
[386/585] Compiling v3_genn.cc
[387/585] Compiling v3_extku.cc
[388/585] Compiling v3_crld.cc
[389/585] Compiling v3_enum.cc
[390/585] Compiling v3_conf.cc
[391/585] Compiling v3_akeya.cc
[392/585] Compiling v3_cpols.cc
[393/585] Compiling v3_bcons.cc
[394/585] Compiling v3_alt.cc
[395/585] Compiling v3_akey.cc
[396/585] Compiling v3_bitst.cc
[397/585] Compiling t_x509a.cc
[398/585] Compiling rsa_pss.cc
[399/585] Compiling i2d_pr.cc
[400/585] Compiling t_crl.cc
[401/585] Compiling name_print.cc
[402/585] Compiling policy.cc
[403/585] Compiling by_file.cc
[404/585] Compiling t_x509.cc
[405/585] Compiling t_req.cc
[406/585] Compiling by_dir.cc
[407/585] Compiling algorithm.cc
[408/585] Compiling a_verify.cc
[409/585] Compiling asn1_gen.cc
[410/585] Compiling trust_token.cc
[411/585] Compiling thread_win.cc
[412/585] Compiling thread_pthread.cc
[413/585] Compiling voprf.cc
[414/585] Compiling a_sign.cc
[415/585] Compiling thread_none.cc
[416/585] Compiling a_digest.cc
[417/585] Compiling pmbtoken.cc
[418/585] Compiling thread.cc
[419/585] Compiling siphash.cc
[420/585] Compiling sha512.cc
[421/585] Compiling stack.cc
[422/585] Compiling sha256.cc
[423/585] Compiling sha1.cc
[424/585] Compiling slhdsa.cc
[425/585] Compiling spake2plus.cc
[426/585] Compiling rsa_extra.cc
[427/585] Compiling rsa_print.cc
[428/585] Compiling rc4.cc
[429/585] Compiling refcount.cc
[430/585] Compiling rsa_crypt.cc
[431/585] Compiling windows.cc
[432/585] Compiling trusty.cc
[433/585] Compiling rsa_asn1.cc
[434/585] Compiling rand.cc
[435/585] Compiling urandom.cc
[436/585] Compiling ios.cc
[437/585] Compiling getentropy.cc
[438/585] Compiling passive.cc
[439/585] Compiling poly1305_arm_asm.S
[440/585] Compiling fork_detect.cc
[441/585] Compiling forkunsafe.cc
[442/585] Compiling poly1305_arm.cc
[443/585] Compiling deterministic.cc
[444/585] Compiling poly1305_vec.cc
[445/585] Compiling pool.cc
[446/585] Compiling poly1305.cc
[447/585] Compiling pkcs8.cc
[448/585] Compiling pkcs7.cc
[449/585] Compiling pkcs7_x509.cc
[450/585] Compiling pem_pkey.cc
[451/585] Compiling pem_x509.cc
[452/585] Compiling pem_xaux.cc
[453/585] Compiling pkcs8_x509.cc
[454/585] Compiling p5_pbev2.cc
[455/585] Compiling pem_oth.cc
[456/585] Compiling pem_pk8.cc
[457/585] Compiling pem_all.cc
[458/585] Compiling mldsa.cc
[459/585] Compiling pem_lib.cc
[460/585] Compiling mlkem.cc
[461/585] Compiling obj_xref.cc
[462/585] Compiling md4.cc
[463/585] Compiling obj.cc
[464/585] Compiling mem.cc
[465/585] Compiling pem_info.cc
[466/585] Compiling md5.cc
[467/585] Compiling fips_shared_support.cc
[468/585] Compiling poly_rq_mul.S
[469/585] Compiling lhash.cc
[470/585] Compiling kyber.cc
[471/585] Compiling hrss.cc
[472/585] Compiling scrypt.cc
[473/585] Compiling ex_data.cc
[474/585] Compiling sign.cc
[475/585] Compiling pbkdf.cc
[476/585] Compiling print.cc
[477/585] Compiling p_x25519.cc
[478/585] Compiling hpke.cc
[479/585] Compiling p_x25519_asn1.cc
[480/585] Compiling p_rsa_asn1.cc
[481/585] Compiling p_ed25519.cc
[482/585] Compiling p_hkdf.cc
[483/585] Compiling p_rsa.cc
[484/585] Compiling p_ec.cc
[485/585] Compiling p_ed25519_asn1.cc
[486/585] Compiling p_ec_asn1.cc
[487/585] Compiling p_dh_asn1.cc
[488/585] Compiling p_dsa_asn1.cc
[489/585] Compiling p_dh.cc
[490/585] Compiling evp_ctx.cc
[491/585] Compiling err.cc
[492/585] Compiling engine.cc
[493/585] Compiling evp.cc
[494/585] Compiling ecdh.cc
[495/585] Compiling hash_to_curve.cc
[496/585] Compiling evp_asn1.cc
[497/585] Compiling ec_derive.cc
[498/585] Compiling ecdsa_asn1.cc
[499/585] Compiling dsa.cc
[500/585] Compiling des.cc
[501/585] Compiling dsa_asn1.cc
[502/585] Compiling ec_asn1.cc
[503/585] Compiling digest_extra.cc
[504/585] Compiling x25519-asm-arm.S
[505/585] Compiling params.cc
[506/585] Compiling dh_asn1.cc
[507/585] Compiling crypto.cc
[508/585] Compiling spake25519.cc
[509/585] Compiling cpu_arm_freebsd.cc
[510/585] Compiling cpu_arm_linux.cc
[511/585] Compiling curve25519.cc
[512/585] Compiling cpu_intel.cc
[513/585] Compiling bcm.cc
[514/585] Compiling cpu_aarch64_win.cc
[515/585] Compiling cpu_aarch64_openbsd.cc
[516/585] Compiling cpu_aarch64_sysreg.cc
[517/585] Compiling cpu_aarch64_apple.cc
[518/585] Compiling cpu_aarch64_fuchsia.cc
[519/585] Compiling curve25519_64_adx.cc
[520/585] Compiling tls_cbc.cc
[521/585] Compiling cpu_aarch64_linux.cc
[522/585] Compiling conf.cc
[523/585] Compiling get_cipher.cc
[524/585] Compiling e_tls.cc
[525/585] Compiling e_rc4.cc
[526/585] Compiling e_rc2.cc
[526/585] Compiling e_des.cc
[526/585] Compiling e_null.cc
[526/585] Compiling e_chacha20poly1305.cc
[526/585] Compiling e_aesctrhmac.cc
[526/585] Compiling derive_key.cc
[526/585] Compiling e_aesgcmsiv.cc
[526/585] Compiling chacha.cc
[526/585] Compiling unicode.cc
[526/585] Compiling buf.cc
[526/585] Compiling ber.cc
[526/585] Compiling cbs.cc
[526/585] Compiling socket.cc
[526/585] Compiling bn_asn1.cc
[526/585] Compiling printf.cc
[526/585] Compiling blake2.cc
[526/585] Compiling asn1_compat.cc
[526/585] Compiling cbb.cc
[526/585] Compiling convert.cc
[545/585] Compiling file.cc
[546/585] Compiling socket_helper.cc
[547/585] Compiling errno.cc
[548/585] Compiling bio_mem.cc
[548/585] Compiling hexdump.cc
[550/585] Compiling fd.cc
[551/585] Compiling connect.cc
[552/585] Compiling pair.cc
[553/585] Compiling bio.cc
[554/585] Compiling base64.cc
[555/585] Compiling tasn_enc.cc
[556/585] Compiling tasn_fre.cc
[557/585] Compiling tasn_typ.cc
[558/585] Compiling tasn_utl.cc
[559/585] Compiling tasn_new.cc
[560/585] Compiling posix_time.cc
[561/585] Compiling f_string.cc
[562/585] Compiling tasn_dec.cc
[563/585] Compiling f_int.cc
[564/585] Compiling asn1_par.cc
[565/585] Compiling asn_pack.cc
[566/585] Compiling asn1_lib.cc
[567/585] Compiling a_utctm.cc
[568/585] Compiling a_type.cc
[569/585] Compiling a_time.cc
[570/585] Compiling a_strex.cc
[571/585] Compiling a_strnid.cc
[572/585] Compiling a_octet.cc
[573/585] Compiling a_i2d_fp.cc
[574/585] Compiling a_object.cc
[575/585] Compiling a_dup.cc
[576/585] Compiling a_gentm.cc
[577/585] Write sources
[578/585] Compiling a_int.cc
[579/585] Compiling a_mbstr.cc
[580/585] Compiling a_d2i_fp.cc
[581/602] Compiling a_bitstr.cc
[582/604] Compiling a_bool.cc
[584/604] Compiling Atomics UnsafeAtomic.swift
[585/604] Compiling Atomics UnsafeAtomicLazyReference.swift
[586/604] Compiling Atomics AtomicMemoryOrderings.swift
[587/604] Compiling Atomics DoubleWord.swift
[588/604] Compiling Atomics ManagedAtomic.swift
[589/604] Compiling Atomics ManagedAtomicLazyReference.swift
[590/606] Compiling Atomics Primitives.shims.swift
[591/606] Compiling Atomics AtomicInteger.swift
[592/606] Compiling Atomics AtomicOptionalWrappable.swift
[593/606] Compiling Atomics AtomicReference.swift
[594/606] Compiling Atomics AtomicStorage.swift
[595/606] Compiling Atomics AtomicValue.swift
[596/606] Compiling Atomics IntegerOperations.swift
[597/606] Compiling Atomics Unmanaged extensions.swift
[598/606] Emitting module Atomics
[598/606] Compiling c-nioatomics.c
[600/606] Compiling Atomics OptionalRawRepresentable.swift
[601/606] Compiling Atomics RawRepresentable.swift
[602/606] Compiling Atomics AtomicBool.swift
[603/606] Compiling Atomics IntegerConformances.swift
[604/606] Compiling Atomics PointerConformances.swift
[605/606] Compiling Atomics Primitives.native.swift
[606/607] Compiling c-atomics.c
[608/613] Compiling NIOConcurrencyHelpers lock.swift
[609/613] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[610/613] Compiling NIOConcurrencyHelpers NIOLock.swift
[611/613] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[612/613] Emitting module NIOConcurrencyHelpers
[613/613] Compiling NIOConcurrencyHelpers atomics.swift
[615/673] Compiling NIOCore GlobalSingletons.swift
[616/673] Compiling NIOCore IO.swift
[617/673] Compiling NIOCore IOData.swift
[618/673] Compiling NIOCore IPProtocol.swift
[619/673] Compiling NIOCore IntegerBitPacking.swift
[620/673] Compiling NIOCore IntegerTypes.swift
[621/673] Compiling NIOCore Interfaces.swift
[622/673] Compiling NIOCore Linux.swift
[623/681] Compiling NIOCore AddressedEnvelope.swift
[624/681] Compiling NIOCore AsyncAwaitSupport.swift
[625/681] Compiling NIOCore AsyncChannel.swift
[626/681] Compiling NIOCore AsyncChannelHandler.swift
[627/681] Compiling NIOCore AsyncChannelInboundStream.swift
[628/681] Compiling NIOCore AsyncChannelOutboundWriter.swift
[629/681] Compiling NIOCore NIOAsyncSequenceProducer.swift
[630/681] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[631/681] Compiling NIOCore NIOAsyncWriter.swift
[632/681] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[633/681] Compiling NIOCore BSDSocketAPI.swift
[634/681] Compiling NIOCore ByteBuffer-aux.swift
[635/681] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[636/681] Compiling NIOCore ByteBuffer-conversions.swift
[637/681] Compiling NIOCore ByteBuffer-core.swift
[638/681] Compiling NIOCore ByteBuffer-hex.swift
[639/681] Compiling NIOCore ByteBuffer-int.swift
[640/681] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[641/681] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[642/681] Compiling NIOCore SocketAddresses.swift
[643/681] Compiling NIOCore SocketOptionProvider.swift
[644/681] Compiling NIOCore SystemCallHelpers.swift
[645/681] Compiling NIOCore TimeAmount+Duration.swift
[646/681] Compiling NIOCore TypeAssistedChannelHandler.swift
[647/681] Compiling NIOCore UniversalBootstrapSupport.swift
[648/681] Compiling NIOCore Utilities.swift
[649/681] Compiling NIOCore EventLoop.swift
[650/681] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[651/681] Compiling NIOCore EventLoopFuture+Deprecated.swift
[652/681] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[653/681] Compiling NIOCore EventLoopFuture.swift
[654/681] Compiling NIOCore FileDescriptor.swift
[655/681] Compiling NIOCore FileHandle.swift
[656/681] Compiling NIOCore FileRegion.swift
[657/681] Compiling NIOCore MarkedCircularBuffer.swift
[658/681] Compiling NIOCore MulticastChannel.swift
[659/681] Compiling NIOCore NIOAny.swift
[660/681] Compiling NIOCore NIOCloseOnErrorHandler.swift
[661/681] Compiling NIOCore NIOLoopBound.swift
[662/681] Compiling NIOCore NIOScheduledCallback.swift
[663/681] Compiling NIOCore NIOSendable.swift
[664/681] Compiling NIOCore RecvByteBufferAllocator.swift
[665/681] Compiling NIOCore ChannelPipeline.swift
[666/681] Compiling NIOCore CircularBuffer.swift
[667/681] Compiling NIOCore Codec.swift
[668/681] Compiling NIOCore ConvenienceOptionSupport.swift
[669/681] Compiling NIOCore DeadChannel.swift
[670/681] Compiling NIOCore DispatchQueue+WithFuture.swift
[671/681] Compiling NIOCore EventLoop+Deprecated.swift
[672/681] Compiling NIOCore EventLoop+SerialExecutor.swift
[673/681] Compiling NIOCore ByteBuffer-multi-int.swift
[674/681] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[675/681] Compiling NIOCore ByteBuffer-views.swift
[676/681] Compiling NIOCore Channel.swift
[677/681] Compiling NIOCore ChannelHandler.swift
[678/681] Compiling NIOCore ChannelHandlers.swift
[679/681] Compiling NIOCore ChannelInvoker.swift
[680/681] Compiling NIOCore ChannelOption.swift
[681/681] Emitting module NIOCore
[683/733] Emitting module NIOEmbedded
[684/733] Compiling NIOEmbedded Embedded.swift
[685/733] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[686/733] Compiling NIOEmbedded AsyncTestingChannel.swift
[688/734] Compiling NIOPosix IO.swift
[689/734] Compiling NIOPosix IntegerBitPacking.swift
[690/734] Compiling NIOPosix IntegerTypes.swift
[691/734] Compiling NIOPosix Linux.swift
[692/734] Compiling NIOPosix LinuxCPUSet.swift
[693/734] Compiling NIOPosix LinuxUring.swift
[694/734] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[695/740] Emitting module NIOPosix
[696/740] Compiling NIOPosix ThreadPosix.swift
[697/740] Compiling NIOPosix ThreadWindows.swift
[698/740] Compiling NIOPosix UnsafeTransfer.swift
[699/740] Compiling NIOPosix Utilities.swift
[700/740] Compiling NIOPosix VsockAddress.swift
[701/740] Compiling NIOPosix VsockChannelEvents.swift
[702/740] Compiling NIOPosix ServerSocket.swift
[703/740] Compiling NIOPosix Socket.swift
[704/740] Compiling NIOPosix SocketChannel.swift
[705/740] Compiling NIOPosix SocketProtocols.swift
[706/740] Compiling NIOPosix System.swift
[707/740] Compiling NIOPosix Thread.swift
[708/740] Compiling NIOPosix NIOThreadPool.swift
[709/740] Compiling NIOPosix NonBlockingFileIO.swift
[710/740] Compiling NIOPosix PendingDatagramWritesManager.swift
[711/740] Compiling NIOPosix PendingWritesManager.swift
[712/740] Compiling NIOPosix PipeChannel.swift
[713/740] Compiling NIOPosix PipePair.swift
[714/740] Compiling NIOPosix Pool.swift
[715/740] Compiling NIOPosix PooledRecvBufferAllocator.swift
[716/740] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[717/740] Compiling NIOPosix PosixSingletons.swift
[718/740] Compiling NIOPosix RawSocketBootstrap.swift
[719/740] Compiling NIOPosix Resolver.swift
[720/740] Compiling NIOPosix Selectable.swift
[721/740] Compiling NIOPosix Bootstrap.swift
[722/740] Compiling NIOPosix ControlMessage.swift
[723/740] Compiling NIOPosix DatagramVectorReadManager.swift
[724/740] Compiling NIOPosix Errors+Any.swift
[725/740] Compiling NIOPosix FileDescriptor.swift
[726/740] Compiling NIOPosix GetaddrinfoResolver.swift
[727/740] Compiling NIOPosix HappyEyeballs.swift
[728/740] Compiling NIOPosix SelectableChannel.swift
[729/740] Compiling NIOPosix SelectableEventLoop.swift
[730/740] Compiling NIOPosix SelectorEpoll.swift
[731/740] Compiling NIOPosix SelectorGeneric.swift
[732/740] Compiling NIOPosix SelectorKqueue.swift
[733/740] Compiling NIOPosix SelectorUring.swift
[734/740] Compiling NIOPosix BSDSocketAPICommon.swift
[735/740] Compiling NIOPosix BSDSocketAPIPosix.swift
[736/740] Compiling NIOPosix BSDSocketAPIWindows.swift
[737/740] Compiling NIOPosix BaseSocket.swift
[738/740] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[739/740] Compiling NIOPosix BaseSocketChannel.swift
[740/740] Compiling NIOPosix BaseStreamSocketChannel.swift
[742/743] Emitting module NIO
[743/743] Compiling NIO Exports.swift
[745/771] Emitting module NIOTLS
[746/771] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[747/771] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[748/771] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[749/771] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[750/771] Compiling NIOTLS TLSEvents.swift
[751/771] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[752/771] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[753/771] Compiling NIOTLS SNIHandler.swift
[754/772] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[755/772] Emitting module NIOFoundationCompat
[757/773] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[758/773] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[760/780] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[761/780] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[762/804] Compiling NIOSSL IdentityVerification.swift
[763/804] Compiling NIOSSL LinuxCABundle.swift
[764/804] Compiling NIOSSL NIOSSLClientHandler.swift
[765/804] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[766/826] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[767/826] Compiling NIOTransportServices NIOTSSingletons.swift
[768/826] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[769/826] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[770/826] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[771/826] Compiling NIOTransportServices NIOTSListenerChannel.swift
[772/828] Compiling NIOTransportServices NIOTSBootstraps.swift
[773/828] Compiling NIOTransportServices NIOTSChannelOptions.swift
[774/828] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[775/828] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[776/828] Compiling NIOTransportServices NIOTSErrors.swift
[777/828] Compiling NIOTransportServices NIOTSEventLoop.swift
[778/828] Compiling NIOTransportServices StateManagedChannel.swift
[779/828] Compiling NIOTransportServices StateManagedListenerChannel.swift
[780/828] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[781/828] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[782/828] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[783/828] Emitting module NIOTransportServices
[784/828] Compiling NIOTransportServices AcceptHandler.swift
[785/828] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[786/828] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[787/828] Compiling NIOTransportServices NIOTSDatagramListener.swift
[788/828] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[789/828] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[795/829] Emitting module NIOHTTP1
[802/858] Emitting module NIOSSL
[803/858] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[804/858] Compiling NIOExtras NIOExtrasError.swift
[805/863] Compiling NIOWebSocket WebSocketOpcode.swift
[806/864] Compiling NIOSSL NIOSSLSecureBytes.swift
[807/864] Compiling NIOSSL RNG.swift
[808/864] Compiling NIOSSL SafeCompare.swift
[809/864] Compiling NIOSSL Zeroization.swift
[810/864] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[811/864] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[815/864] Compiling NIOSSL SubjectAlternativeName.swift
[816/864] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[817/864] Compiling NIOExtras NIOLengthFieldBitLength.swift
[818/864] Compiling NIOExtras NIORequestIdentifiable.swift
[819/864] Compiling NIOExtras PCAPRingBuffer.swift
[820/864] Compiling NIOExtras QuiescingHelper.swift
[821/864] Compiling NIOExtras RequestResponseHandler.swift
[822/864] Compiling NIOExtras RequestResponseWithIDHandler.swift
[823/864] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[824/864] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[825/864] Emitting module NIOWebSocket
[826/864] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[827/864] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[829/864] Compiling NIOExtras UnsafeTransfer.swift
[830/864] Compiling NIOExtras WritePCAPHandler.swift
[832/864] Compiling NIOExtras LineBasedFrameDecoder.swift
[840/864] Emitting module NIOExtras
[841/864] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[842/864] Compiling NIOExtras JSONRPCFraming.swift
[843/864] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[844/864] Compiling NIOExtras LengthFieldPrepender.swift
[845/864] Compiling NIOWebSocket WebSocketErrorCodes.swift
[846/864] Compiling NIOWebSocket WebSocketFrame.swift
[860/866] Compiling NIOSSL TLSConfiguration.swift
[861/866] Compiling NIOSSL UniversalBootstrapSupport.swift
[862/866] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[868/875] Compiling WebSocketKit Exports.swift
[869/875] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[870/875] Compiling WebSocketKit WebSocket+Concurrency.swift
[871/875] Emitting module WebSocketKit
[872/875] Compiling WebSocketKit WebSocketHandler.swift
[873/875] Compiling WebSocketKit WebSocket+Connect.swift
[874/875] Compiling WebSocketKit WebSocket.swift
[875/875] Compiling WebSocketKit WebSocketClient.swift
[877/880] Emitting module SKRTMAPI
[878/880] Compiling SKRTMAPI StarscreamRTM.swift
[879/880] Compiling SKRTMAPI VaporEngineRTM.swift
/host/spi-builder-workspace/SKRTMAPI/Sources/Conformers/VaporEngineRTM.swift:48:17: warning: capture of 'self' with non-sendable type 'VaporEngineRTM?' in a '@Sendable' closure
28 |
29 | // Builds with *Swift Package Manager ONLY*
30 | public class VaporEngineRTM: RTMWebSocket {
| `- note: class 'VaporEngineRTM' does not conform to the 'Sendable' protocol
31 |
32 | private let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
:
46 | futureWebsocket = WebSocketClient(eventLoopGroupProvider: .shared(eventLoopGroup))
47 | .connect(scheme: url.scheme ?? "ws", host: host, port: 8080, path: url.path, query: nil, headers: [:]) { [weak self] webSocket in
48 | self?.didConnect(websocket: webSocket)
| `- warning: capture of 'self' with non-sendable type 'VaporEngineRTM?' in a '@Sendable' closure
49 | }
50 | }
/host/spi-builder-workspace/SKRTMAPI/Sources/Conformers/VaporEngineRTM.swift:58:13: warning: capture of 'self' with non-sendable type 'VaporEngineRTM' in a '@Sendable' closure
28 |
29 | // Builds with *Swift Package Manager ONLY*
30 | public class VaporEngineRTM: RTMWebSocket {
| `- note: class 'VaporEngineRTM' does not conform to the 'Sendable' protocol
31 |
32 | private let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
:
56 |
57 | websocket.onText { ws, text in
58 | self.delegate?.receivedMessage(text)
| `- warning: capture of 'self' with non-sendable type 'VaporEngineRTM' in a '@Sendable' closure
59 | }
60 |
/host/spi-builder-workspace/SKRTMAPI/Sources/Conformers/VaporEngineRTM.swift:63:17: warning: capture of 'self' with non-sendable type 'VaporEngineRTM?' in a '@Sendable' closure
28 |
29 | // Builds with *Swift Package Manager ONLY*
30 | public class VaporEngineRTM: RTMWebSocket {
| `- note: class 'VaporEngineRTM' does not conform to the 'Sendable' protocol
31 |
32 | private let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
:
61 | websocket.onClose
62 | .whenComplete { [weak self] _ in
63 | self?.delegate?.disconnected()
| `- warning: capture of 'self' with non-sendable type 'VaporEngineRTM?' in a '@Sendable' closure
64 | }
65 | }
[880/880] Compiling SKRTMAPI SKRTMAPI.swift
/host/spi-builder-workspace/SKRTMAPI/Sources/SKRTMAPI.swift:159:19: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
157 | let delay = DispatchTime.now() + pingInterval
158 | DispatchQueue.main.asyncAfter(deadline: delay) {
159 | guard self.connected && self.isConnectionTimedOut else {
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
160 | self.disconnect()
161 | return
[882/884] Compiling SlackKit ClientConnection.swift
[883/884] Compiling SlackKit SlackKit.swift
[884/884] Emitting module SlackKit
Build complete! (111.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "swifter",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/httpswift/swifter"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit"
},
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.4",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream"
}
],
"manifest_display_name" : "SlackKit",
"name" : "SlackKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SlackKit",
"targets" : [
"SlackKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKClient",
"targets" : [
"SKClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKCore",
"targets" : [
"SKCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKRTMAPI",
"targets" : [
"SKRTMAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKServer",
"targets" : [
"SKServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKWebAPI",
"targets" : [
"SKWebAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SlackKitTests",
"module_type" : "SwiftTarget",
"name" : "SlackKitTests",
"path" : "SlackKitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/SlackKitTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SKClient/SKClientTests.swift",
"SKCore/SKCoreTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SlackKit",
"SKCore",
"SKClient",
"SKRTMAPI",
"SKServer"
],
"type" : "test"
},
{
"c99name" : "SlackKit",
"module_type" : "SwiftTarget",
"name" : "SlackKit",
"path" : "SlackKit/Sources",
"product_memberships" : [
"SlackKit"
],
"sources" : [
"ClientConnection.swift",
"SlackKit.swift"
],
"target_dependencies" : [
"SKCore",
"SKClient",
"SKRTMAPI",
"SKServer"
],
"type" : "library"
},
{
"c99name" : "SKWebAPI",
"module_type" : "SwiftTarget",
"name" : "SKWebAPI",
"path" : "SKWebAPI/Sources",
"product_memberships" : [
"SlackKit",
"SKRTMAPI",
"SKServer",
"SKWebAPI"
],
"sources" : [
"Endpoint.swift",
"NetworkInterface.swift",
"WebAPI.swift"
],
"target_dependencies" : [
"SKCore"
],
"type" : "library"
},
{
"c99name" : "SKServer",
"module_type" : "SwiftTarget",
"name" : "SKServer",
"path" : "SKServer/Sources",
"product_dependencies" : [
"Swifter"
],
"product_memberships" : [
"SlackKit",
"SKServer"
],
"sources" : [
"Conformers/SwifterServer.swift",
"Middleware/MessageActionMiddleware.swift",
"Middleware/OAuthMiddleware.swift",
"Middleware/RedirectMiddleware.swift",
"Middleware/ResponseMiddleware.swift",
"Model/AuthorizeResponse.swift",
"Model/IncomingWebhook.swift",
"Model/MessageActionRequest.swift",
"Model/MessageActionRoute.swift",
"Model/OAuthResponse.swift",
"Model/RequestRoute.swift",
"Model/SKResponse.swift",
"Model/WebhookRequest.swift",
"SKServer.swift",
"SlackKitResponder.swift",
"Titan/Titan/Titan.swift",
"Titan/Titan404/Titan404.swift",
"Titan/TitanCORS/TitanCORS.swift",
"Titan/TitanCore/TitanCore.swift",
"Titan/TitanCore/TitanError.swift",
"Titan/TitanCore/TitanHeader.swift",
"Titan/TitanCore/TitanLogs.swift",
"Titan/TitanCore/TitanMethod.swift",
"Titan/TitanCore/TitanRequest.swift",
"Titan/TitanCore/TitanResponse.swift",
"Titan/TitanErrorHandling/TitanErrorHandling.swift",
"Titan/TitanFormURLEncodedBodyParser/TitanFormURLEncodedBodyParser.swift",
"Titan/TitanHealthz/TitanHealthz.swift",
"Titan/TitanJSON/TitanJSONRequestBody.swift",
"Titan/TitanJSON/TitanJSONResponseBody.swift",
"Titan/TitanQueryString/TitanQueryString.swift",
"Titan/TitanRouter/InitializerOverloads.swift",
"Titan/TitanRouter/PathParameterSupport.swift",
"Titan/TitanRouter/TitanParameterizedRoutes.swift",
"Titan/TitanRouter/TitanRoutesByMethod.swift",
"Titan/TitanRouter/TitanRoutingExtension.swift"
],
"target_dependencies" : [
"SKCore",
"SKWebAPI"
],
"type" : "library"
},
{
"c99name" : "SKRTMAPI",
"module_type" : "SwiftTarget",
"name" : "SKRTMAPI",
"path" : "SKRTMAPI/Sources",
"product_dependencies" : [
"Starscream",
"WebSocketKit"
],
"product_memberships" : [
"SlackKit",
"SKRTMAPI"
],
"sources" : [
"Conformers/StarscreamRTM.swift",
"Conformers/VaporEngineRTM.swift",
"SKRTMAPI.swift"
],
"target_dependencies" : [
"SKCore",
"SKWebAPI"
],
"type" : "library"
},
{
"c99name" : "SKCore",
"module_type" : "SwiftTarget",
"name" : "SKCore",
"path" : "SKCore/Sources",
"product_memberships" : [
"SlackKit",
"SKClient",
"SKCore",
"SKRTMAPI",
"SKServer",
"SKWebAPI"
],
"sources" : [
"Action.swift",
"Attachment.swift",
"AttachmentField.swift",
"BlockComposition.swift",
"BlockElement.swift",
"BlockLayout.swift",
"Bot.swift",
"Channel.swift",
"Comment.swift",
"CustomProfile.swift",
"CustomProfileField.swift",
"DoNotDisturbStatus.swift",
"Edited.swift",
"Event.swift",
"Extensions.swift",
"File.swift",
"History.swift",
"Item.swift",
"Message.swift",
"OAuthConfig.swift",
"RTMOptions.swift",
"Reaction.swift",
"Reply.swift",
"Scope.swift",
"SlackError.swift",
"Team.swift",
"TeamIcon.swift",
"Topic.swift",
"User.swift",
"UserGroup.swift"
],
"type" : "library"
},
{
"c99name" : "SKClient",
"module_type" : "SwiftTarget",
"name" : "SKClient",
"path" : "SKClient/Sources",
"product_memberships" : [
"SlackKit",
"SKClient"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"SKCore"
],
"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.