Build Information
Failed to build vapor-elementary, reference main (a14bc5
), with Swift 6.0 for Linux on 8 Dec 2024 17:42:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapor-elementary.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/vapor-community/vapor-elementary
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a14bc5d support for non-sendable responses (#6)
Cloned https://github.com/vapor-community/vapor-elementary.git
Revision (git rev-parse @):
a14bc5d995f06fa2c398fa7a6bb6f98f1fd54446
SUCCESS checkout https://github.com/vapor-community/vapor-elementary.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/vapor-community/vapor-elementary.git
https://github.com/vapor-community/vapor-elementary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.102.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sliemeobn/elementary.git"
}
],
"manifest_display_name" : "vapor-elementary",
"name" : "vapor-elementary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "VaporElementary",
"targets" : [
"VaporElementary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporElementaryTests",
"module_type" : "SwiftTarget",
"name" : "VaporElementaryTests",
"path" : "Tests/VaporElementaryTests",
"product_dependencies" : [
"Elementary",
"XCTVapor"
],
"sources" : [
"HTMLResponseTests.swift",
"NonSendableHTMLResponseTests.swift"
],
"target_dependencies" : [
"VaporElementary"
],
"type" : "test"
},
{
"c99name" : "VaporElementary",
"module_type" : "SwiftTarget",
"name" : "VaporElementary",
"path" : "Sources/VaporElementary",
"product_dependencies" : [
"Vapor",
"Elementary"
],
"product_memberships" : [
"VaporElementary"
],
"sources" : [
"HTMLResponse.swift",
"HTMLResponseBodyWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/sliemeobn/elementary.git
Fetching https://github.com/vapor/vapor.git
[1/1036] Fetching elementary
Fetched https://github.com/sliemeobn/elementary.git from cache (0.25s)
[1/70392] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.63s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.4.3 (0.48s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.106.7 (2.06s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2524] Fetching websocket-kit
[2525/4617] Fetching websocket-kit, multipart-kit
[3028/8340] Fetching websocket-kit, multipart-kit, swift-log
[3215/10451] Fetching websocket-kit, multipart-kit, swift-log, swift-metrics
[3962/12020] Fetching websocket-kit, multipart-kit, swift-log, swift-metrics, swift-atomics
[9225/17611] Fetching websocket-kit, multipart-kit, swift-log, swift-metrics, swift-atomics, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.38s)
[9640/15087] Fetching multipart-kit, swift-log, swift-metrics, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
[13498/20266] Fetching multipart-kit, swift-log, swift-metrics, swift-atomics, swift-algorithms, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.39s)
Fetching https://github.com/apple/swift-nio-http2.git
[13498/26246] Fetching multipart-kit, swift-log, swift-metrics, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (1.47s)
Fetched https://github.com/apple/swift-log.git from cache (1.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.48s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.48s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.54s)
Fetching https://github.com/vapor/console-kit.git
[1/20690] Fetching routing-kit
[3312/26160] Fetching routing-kit, console-kit
[4480/37390] Fetching routing-kit, console-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.05s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.34s)
Fetching https://github.com/swift-server/async-http-client.git
[18066/31920] Fetching routing-kit, swift-crypto
[19060/104157] Fetching routing-kit, swift-crypto, swift-nio
[20439/106527] Fetching routing-kit, swift-crypto, swift-nio, async-kit
[23531/120177] Fetching routing-kit, swift-crypto, swift-nio, async-kit, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (0.27s)
[29173/117807] Fetching routing-kit, swift-crypto, swift-nio, swift-nio-ssl
[29672/131124] Fetching routing-kit, swift-crypto, swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (0.95s)
[40701/110434] Fetching swift-crypto, swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.91s)
[63929/97117] Fetching swift-crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (1.62s)
[59160/85887] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.05s)
[53456/72237] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.53s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.65s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3930] Fetching swift-system
[3931/19533] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
[1093/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.47s)
Fetching https://github.com/apple/swift-http-types
[1/692] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.21s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.43s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.48s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2288] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.42s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.45s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.52s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.44s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.43s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.0 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1418] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.49s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
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.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.106.7
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.34.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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.29.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.0
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.24.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
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.23.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.2
Creating working copy for https://github.com/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.4.3
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/843] Write sources
[37/843] Compiling CNIOWindows shim.c
[38/843] Compiling CNIOWASI CNIOWASI.c
[38/843] Compiling _NumericsShims _NumericsShims.c
[40/843] Compiling CNIOWindows WSAStartup.c
[40/843] Write sources
[48/843] Compiling CNIOSHA1 c_nio_sha1.c
[49/843] Compiling _AtomicsShims.c
[50/843] Compiling CVaporBcrypt blf.c
[51/843] Compiling CNIOLinux liburing_shims.c
[52/843] Compiling CNIOExtrasZlib empty.c
[53/843] Compiling CSystem shims.c
[54/843] Compiling CNIOLLHTTP c_nio_http.c
[55/843] Compiling CNIODarwin shim.c
[56/843] Write swift-version-24593BA9C3E375BF.txt
[57/843] Compiling CVaporBcrypt bcrypt.c
[58/843] Compiling CNIOLinux shim.c
[59/843] Compiling CNIOLLHTTP c_nio_api.c
[60/843] Compiling CNIOLLHTTP c_nio_llhttp.c
[61/843] Compiling fiat_p256_adx_sqr.S
[62/843] Compiling fiat_curve25519_adx_mul.S
[62/843] Compiling fiat_p256_adx_mul.S
[64/843] Compiling fiat_curve25519_adx_square.S
[65/846] Compiling CNIOBoringSSLShims shims.c
[67/933] Emitting module _NIOBase64
[68/933] Emitting module SystemPackage
[69/936] Compiling _NIOBase64 Base64.swift
[70/937] Compiling Elementary HtmlTextRenderer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[71/937] Compiling Elementary RenderingUtils.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[72/937] Compiling CoreMetrics Metrics.swift
[73/939] Compiling Elementary HtmlElements.swift
[74/939] Compiling Elementary HtmlTags.swift
[75/939] Compiling Elementary HtmlAsyncRenderer.swift
[76/939] Compiling Elementary HtmlAttributes+Events.swift
[78/941] Compiling SystemPackage Util+StringArray.swift
[79/941] Compiling SystemPackage Util.swift
[80/941] Compiling SystemPackage UtilConsumers.swift
[81/941] Emitting module RealModule
[82/941] Compiling Elementary AsyncContent.swift
[83/941] Compiling Elementary AsyncForEach.swift
[84/941] Compiling Elementary HtmlElement+Async.swift
[85/941] Compiling Elementary Html+Rendering.swift
[86/942] Compiling RealModule Real.swift
[87/942] Compiling Elementary AttributeStorage.swift
[88/942] Compiling Elementary CoreModel.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[96/942] Emitting module InternalCollectionsUtilities
[100/942] Compiling Elementary SendOnceBox.swift
[101/942] Compiling Elementary SendableAnyHTMLBox.swift
[102/942] Compiling SystemPackage SystemString.swift
[103/942] Compiling _NIODataStructures PriorityQueue.swift
[104/942] Compiling _NIODataStructures _TinyArray.swift
[105/942] Compiling RealModule Float16+Real.swift
[106/942] Compiling Elementary Html+Attributes.swift
[107/942] Compiling Elementary Html+Elements.swift
[108/942] Compiling Elementary HtmlBuilder+Tuples.swift
[109/942] Compiling Elementary HtmlBuilder.swift
[111/942] Compiling Elementary Environment.swift
[112/942] Compiling Elementary ForEach.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[122/942] Emitting module Elementary
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[123/942] Compiling RealModule Float+Real.swift
[124/942] Compiling RealModule ElementaryFunctions.swift
[125/942] Compiling RealModule Float80+Real.swift
[126/942] Compiling SystemPackage FilePathParsing.swift
[127/942] Compiling SystemPackage FilePathString.swift
[128/942] Compiling SystemPackage FilePathSyntax.swift
[129/942] Compiling SystemPackage FilePathTemp.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[134/942] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[135/942] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[136/942] Compiling RealModule RealFunctions.swift
[141/944] Compiling Logging MetadataProvider.swift
[142/944] Emitting module CoreMetrics
[143/944] Compiling CoreMetrics Locks.swift
[144/945] Compiling Logging LogHandler.swift
[145/945] Emitting module Logging
[146/945] Compiling Logging Logging.swift
[147/945] Compiling Logging Locks.swift
[164/946] Emitting module _NIODataStructures
[165/946] Compiling _NIODataStructures Heap.swift
[169/1079] Compiling tls_record.cc
[170/1086] Compiling tls_method.cc
[172/1086] Compiling HeapModule Heap+Invariants.swift
[173/1086] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1086] Compiling HeapModule Heap+Descriptions.swift
[174/1086] Compiling tls13_server.cc
[176/1086] Compiling _RopeModule BigString+Insert.swift
[177/1086] Compiling _RopeModule BigString+Managing Breaks.swift
[178/1086] Compiling _RopeModule BigString+RemoveSubrange.swift
[179/1086] Compiling _RopeModule BigString+ReplaceSubrange.swift
[180/1086] Compiling _RopeModule BigString+Split.swift
[181/1086] Compiling _RopeModule Range+BigString.swift
[182/1086] Compiling _RopeModule BigString+UTF16View.swift
[183/1169] Compiling HeapModule _HeapNode.swift
[184/1169] Compiling HeapModule Heap.swift
[185/1176] Compiling HashTreeCollections _RawHashNode.swift
[186/1176] Compiling HashTreeCollections _UnmanagedHashNode.swift
[187/1176] Compiling HashTreeCollections _UnsafePath.swift
[188/1176] Compiling HashTreeCollections TreeDictionary+Codable.swift
[189/1176] Compiling HashTreeCollections TreeDictionary+Collection.swift
[190/1176] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[191/1176] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[192/1184] Compiling HeapModule Heap+UnsafeHandle.swift
[193/1184] Compiling HashTreeCollections _HashNode+Structural union.swift
[194/1184] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[195/1184] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[196/1184] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[197/1184] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[198/1184] Compiling HashTreeCollections _HashNode.swift
[199/1184] Compiling HashTreeCollections _HashNodeHeader.swift
[200/1184] Compiling HashTreeCollections _HashSlot.swift
[201/1184] Emitting module HeapModule
[202/1185] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[203/1185] Compiling HashTreeCollections TreeDictionary+Merge.swift
[204/1185] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[205/1185] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[206/1185] Compiling HashTreeCollections TreeDictionary+Values.swift
[207/1185] Compiling HashTreeCollections _HashTreeIterator.swift
[208/1185] Compiling HashTreeCollections _HashTreeStatistics.swift
[209/1185] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[210/1185] Compiling DequeModule Deque+CustomReflectable.swift
[211/1185] Compiling DequeModule Deque+Descriptions.swift
[213/1187] Compiling DequeModule _DequeBuffer.swift
[214/1187] Compiling DequeModule _DequeBufferHeader.swift
[215/1187] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[216/1187] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[217/1187] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[218/1187] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[219/1187] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[220/1187] Compiling HashTreeCollections _HashNode+Structural merge.swift
[221/1187] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[222/1187] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[223/1187] Compiling DequeModule Deque._UnsafeHandle.swift
[224/1187] Compiling DequeModule Deque.swift
[225/1187] Compiling DequeModule Deque+Testing.swift
[226/1187] Compiling DequeModule Deque._Storage.swift
[229/1187] Compiling DequeModule _DequeSlot.swift
[230/1187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[231/1187] Compiling DequeModule Deque+Equatable.swift
[232/1187] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[233/1187] Compiling HashTreeCollections TreeSet+Hashable.swift
[234/1187] Compiling HashTreeCollections TreeSet+Sendable.swift
[235/1187] Compiling HashTreeCollections TreeSet+Sequence.swift
[236/1187] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[237/1187] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[238/1187] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[239/1187] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[240/1187] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[241/1187] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[242/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[246/1197] Compiling tls13_enc.cc
[247/1197] Compiling DequeModule Deque+Extras.swift
[248/1197] Compiling DequeModule Deque+Hashable.swift
[249/1197] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[250/1197] Compiling HashTreeCollections TreeSet+Debugging.swift
[251/1197] Compiling HashTreeCollections TreeSet+Descriptions.swift
[252/1197] Compiling HashTreeCollections TreeSet+Equatable.swift
[253/1197] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[254/1197] Compiling HashTreeCollections TreeSet+Extras.swift
[255/1197] Compiling HashTreeCollections TreeSet+Filter.swift
BUILD FAILURE 6.0 linux