The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build vapor-elementary, reference 0.2.1 (a14bc5), with Swift 6.0 for Linux on 8 Dec 2024 17:43:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 0.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/vapor-elementary
 * tag               0.2.1      -> FETCH_HEAD
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 0.2.1
========================================
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-4609320-1":/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/vapor/vapor.git
Fetching https://github.com/sliemeobn/elementary.git
[1/1036] Fetching elementary
Fetched https://github.com/sliemeobn/elementary.git from cache (0.44s)
[1/70392] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.69s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.4.3 (0.80s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.106.7 (3.17s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2093] Fetching multipart-kit
[504/4204] Fetching multipart-kit, swift-metrics
[800/7927] Fetching multipart-kit, swift-metrics, swift-log
[1219/9496] Fetching multipart-kit, swift-metrics, swift-log, swift-atomics
[6141/15087] Fetching multipart-kit, swift-metrics, swift-log, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (0.44s)
[11107/12976] Fetching multipart-kit, swift-log, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio-ssl.git
[2073/8841] Fetching multipart-kit, swift-atomics, swift-nio-extras
[3265/11365] Fetching multipart-kit, swift-atomics, swift-nio-extras, websocket-kit
[7794/22524] Fetching multipart-kit, swift-atomics, swift-nio-extras, websocket-kit, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (0.33s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.45s)
Fetching https://github.com/vapor/routing-kit.git
[4751/14821] Fetching multipart-kit, swift-atomics, swift-nio-http2
[13232/35511] Fetching multipart-kit, swift-atomics, swift-nio-http2, routing-kit
[13646/49161] Fetching multipart-kit, swift-atomics, swift-nio-http2, routing-kit, swift-nio-ssl
[32802/121398] Fetching multipart-kit, swift-atomics, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.57s)
[38134/119829] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.65s)
[40952/117736] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.18s)
[32926/106577] Fetching routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
[58669/108947] Fetching routing-kit, swift-nio-ssl, swift-nio, async-kit
[61822/120177] Fetching routing-kit, swift-nio-ssl, swift-nio, async-kit, swift-crypto
[62870/125647] Fetching routing-kit, swift-nio-ssl, swift-nio, async-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[73642/123277] Fetching routing-kit, swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.17s)
[55704/102587] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.48s)
[54447/97117] Fetching swift-nio-ssl, swift-nio, swift-crypto
[61085/110434] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.32s)
[72946/96784] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.00s)
[63241/83467] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.76s)
[56345/72237] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.82s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.60s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3930] Fetching swift-system
[3931/19533] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.42s)
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.79s)
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.80s)
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.31s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.73s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.77s)
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.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.76s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.76s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (3.54s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.07s)
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.97s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.58s)
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.89s)
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.45s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.0 (0.68s)
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.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (2.01s)
Fetching https://github.com/apple/swift-asn1.git
[1/1418] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.74s)
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-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/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.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.23.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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.106.7
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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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/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-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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-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/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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
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
[44/843] Compiling CNIOWindows shim.c
[45/843] Compiling CNIOWindows WSAStartup.c
[46/843] Compiling _NumericsShims _NumericsShims.c
[47/843] Compiling _AtomicsShims.c
[48/843] Compiling CNIOWASI CNIOWASI.c
[49/843] Compiling CSystem shims.c
[50/843] Compiling CVaporBcrypt blf.c
[50/843] Compiling CVaporBcrypt bcrypt.c
[52/843] Compiling CNIOLinux liburing_shims.c
[53/843] Compiling CNIOSHA1 c_nio_sha1.c
[54/843] Compiling CNIOExtrasZlib empty.c
[55/843] Compiling CNIOLLHTTP c_nio_http.c
[56/843] Compiling CNIODarwin shim.c
[57/843] Compiling CNIOLinux shim.c
[58/843] Compiling fiat_p256_adx_sqr.S
[59/843] Compiling fiat_p256_adx_mul.S
[60/843] Compiling fiat_curve25519_adx_square.S
[61/843] Compiling CNIOLLHTTP c_nio_api.c
[62/843] Compiling fiat_curve25519_adx_mul.S
[63/843] Write swift-version-24593BA9C3E375BF.txt
[64/843] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/845] Compiling CNIOBoringSSLShims shims.c
[66/849] Compiling tls_record.cc
[67/849] Compiling tls_method.cc
[68/849] Compiling tls13_client.cc
[69/849] Compiling tls13_enc.cc
[70/849] Compiling tls13_server.cc
[71/854] Compiling tls13_both.cc
[73/909] Emitting module _NIODataStructures
[74/933] Emitting module Logging
[75/933] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/935] 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
[77/935] Emitting module SystemPackage
[78/940] Compiling _NIOBase64 Base64.swift
[79/940] Emitting module _NIOBase64
[80/941] Compiling Elementary AsyncContent.swift
[81/941] Compiling Elementary AsyncForEach.swift
[82/941] 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
[83/941] Compiling Elementary HtmlTags.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
[84/941] Compiling Elementary HtmlAsyncRenderer.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
[85/941] 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
[86/941] 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
[87/941] Compiling Elementary HtmlBuilder.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
[88/941] Compiling Elementary HtmlElement+Async.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
[89/941] Compiling Elementary Html+Rendering.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
[90/941] Compiling Elementary HtmlAttributes+Events.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
[91/941] Compiling Elementary HtmlAttributes.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
[92/941] Compiling Elementary HtmlDocument.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
[93/941] Compiling SystemPackage MachPort.swift
[94/941] Compiling SystemPackage PlatformString.swift
[95/941] Compiling SystemPackage SystemString.swift
[99/941] Compiling Elementary Html+Attributes.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
[100/941] Compiling Elementary Html+Elements.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
[101/941] Compiling Elementary HtmlBuilder+Tuples.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
[102/941] 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
[103/941] Compiling Elementary Environment.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
[104/941] 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
[109/941] Compiling CoreMetrics Metrics.swift
[112/941] Compiling Elementary AttributeStorage.swift
[115/941] Compiling SystemPackage Util+StringArray.swift
[118/941] Compiling SystemPackage Util.swift
[119/941] Compiling SystemPackage UtilConsumers.swift
[120/941] Emitting module RealModule
<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
[127/943] Compiling _NIODataStructures PriorityQueue.swift
[128/943] Compiling RealModule Float80+Real.swift
[129/943] Compiling RealModule Float16+Real.swift
[130/943] Compiling RealModule Real.swift
[131/943] Compiling _NIODataStructures _TinyArray.swift
[132/943] Compiling RealModule ElementaryFunctions.swift
[135/943] Compiling RealModule Float+Real.swift
[147/943] Compiling RealModule RealFunctions.swift
[149/1012] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[150/1012] Compiling _RopeModule BigString+Chunk+Breaks.swift
[151/1012] Compiling _RopeModule BigString+Chunk+Counts.swift
[152/1012] Compiling _RopeModule BigString+Chunk+Description.swift
[153/1012] Compiling _NIODataStructures Heap.swift
[154/1012] Compiling Logging MetadataProvider.swift
[155/1012] Compiling _RopeModule BigString+Insert.swift
[156/1012] Compiling _RopeModule BigString+Managing Breaks.swift
[157/1012] Compiling _RopeModule BigString+RemoveSubrange.swift
[158/1012] Compiling _RopeModule BigString+ReplaceSubrange.swift
[159/1012] Compiling _RopeModule BigString+Summary.swift
[160/1012] Compiling _RopeModule BigString.swift
[161/1012] Compiling _RopeModule BigString+Append.swift
[162/1012] Compiling _RopeModule BigString+Initializers.swift
[163/1012] Compiling _RopeModule BigString+Split.swift
[164/1012] Compiling _RopeModule Range+BigString.swift
[165/1012] Compiling _RopeModule BigString+UTF16View.swift
[166/1012] Compiling _RopeModule BigString+UTF8View.swift
[167/1012] Emitting module CoreMetrics
[168/1012] Compiling CoreMetrics Locks.swift
[169/1014] Compiling Logging Locks.swift
[170/1014] Compiling Logging LogHandler.swift
[171/1015] Compiling Logging Logging.swift
[176/1086] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[177/1086] Compiling HeapModule Heap+Descriptions.swift
[178/1086] Compiling HeapModule _HeapNode.swift
[179/1086] Compiling HeapModule Heap.swift
[179/1086] Compiling t1_enc.cc
[181/1086] Compiling HeapModule Heap+Invariants.swift
[182/1086] Compiling HeapModule Heap+UnsafeHandle.swift
[183/1086] Emitting module HeapModule
[184/1163] Compiling HashTreeCollections TreeDictionary+Collection.swift
[185/1163] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[186/1163] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[187/1163] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[188/1163] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[189/1163] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[190/1163] Compiling HashTreeCollections TreeDictionary+Filter.swift
[191/1170] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[192/1170] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[193/1170] Compiling HashTreeCollections TreeDictionary+Keys.swift
[194/1170] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[195/1170] Compiling HashTreeCollections TreeDictionary+Merge.swift
[196/1170] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[197/1170] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[198/1170] Compiling ssl_x509.cc
[200/1185] Compiling DequeModule Deque+Testing.swift
[201/1185] Compiling DequeModule Deque._Storage.swift
[202/1185] Compiling DequeModule Deque._UnsafeHandle.swift
[203/1185] Compiling DequeModule Deque.swift
[204/1185] Compiling DequeModule _DequeBuffer.swift
[205/1185] Compiling DequeModule _DequeBufferHeader.swift
[206/1185] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[207/1185] Compiling HashTreeCollections _HashNode+Structural filter.swift
[208/1185] Compiling DequeModule Deque+CustomReflectable.swift
[209/1185] Compiling DequeModule Deque+Descriptions.swift
[210/1187] Compiling HashTreeCollections _HashNode+Structural union.swift
[211/1187] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[212/1187] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[213/1187] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[214/1187] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[215/1187] Compiling HashTreeCollections _HashNode.swift
[216/1187] Compiling HashTreeCollections _HashNodeHeader.swift
[217/1187] Compiling HashTreeCollections _HashSlot.swift
[218/1187] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[219/1187] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[220/1187] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[221/1187] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[222/1187] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[223/1187] Compiling HashTreeCollections _HashNode+Structural merge.swift
[224/1187] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[225/1187] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[226/1187] Compiling HashTreeCollections _HashStack.swift
[227/1187] Compiling HashTreeCollections _HashTreeIterator.swift
[228/1187] Compiling HashTreeCollections _HashTreeStatistics.swift
[229/1187] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[230/1187] Compiling HashTreeCollections _RawHashNode.swift
[231/1187] Compiling HashTreeCollections _UnmanagedHashNode.swift
[232/1187] Compiling HashTreeCollections _UnsafePath.swift
[233/1187] Compiling HashTreeCollections TreeDictionary+Codable.swift
[236/1187] Compiling DequeModule Deque+Equatable.swift
[237/1187] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[251/1187] Compiling DequeModule _DequeSlot.swift
[252/1187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[257/1196] Compiling OrderedCollections OrderedSet+SubSequence.swift
[258/1196] Compiling OrderedCollections OrderedSet+Testing.swift
[259/1196] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[260/1196] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[261/1196] Compiling OrderedCollections OrderedSet.swift
[262/1196] Compiling OrderedCollections _UnsafeBitset.swift
[263/1196] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[264/1196] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[265/1196] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[266/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[267/1206] Compiling DequeModule Deque+Extras.swift
[268/1206] Compiling DequeModule Deque+Hashable.swift
[284/1206] Compiling OrderedCollections OrderedSet+Sendable.swift
[300/1206] Compiling DequeModule Deque+Codable.swift
[301/1206] Compiling DequeModule Deque+Collection.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
[313/1206] Compiling ssl_versions.cc
BUILD FAILURE 6.0 linux