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 hummingbird-elementary, reference main (e41590), with Swift 6.0 for Linux on 8 Dec 2024 13:20:12 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/hummingbird-community/hummingbird-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/hummingbird-community/hummingbird-elementary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e41590e non-sendable support for HTMLResponse (#10)
Cloned https://github.com/hummingbird-community/hummingbird-elementary.git
Revision (git rev-parse @):
e41590e49cdb60dcf62004fc15729a10c069249c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-community/hummingbird-elementary.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/hummingbird-community/hummingbird-elementary.git
https://github.com/hummingbird-community/hummingbird-elementary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.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" : "hummingbird-elementary",
  "name" : "hummingbird-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" : "HummingbirdElementary",
      "targets" : [
        "HummingbirdElementary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdElementaryTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdElementaryTests",
      "path" : "Tests/HummingbirdElementaryTests",
      "product_dependencies" : [
        "Elementary",
        "HummingbirdTesting"
      ],
      "sources" : [
        "HTMLResponseTests.swift",
        "NonSendableHTMLResponseTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdElementary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdElementary",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdElementary",
      "path" : "Sources/HummingbirdElementary",
      "product_dependencies" : [
        "Hummingbird",
        "Elementary"
      ],
      "product_memberships" : [
        "HummingbirdElementary"
      ],
      "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/hummingbird-project/hummingbird.git
Fetching https://github.com/sliemeobn/elementary.git
[1/1036] Fetching elementary
[810/24142] Fetching elementary, hummingbird
Fetched https://github.com/sliemeobn/elementary.git from cache (1.16s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.18s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.4.3 (0.57s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.5.0 (0.46s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2288] Fetching swift-nio-transport-services
[139/7467] Fetching swift-nio-transport-services, swift-nio-extras
[2873/20784] Fetching swift-nio-transport-services, swift-nio-extras, async-http-client
[3070/23042] Fetching swift-nio-transport-services, swift-nio-extras, async-http-client, swift-service-lifecycle
[7298/34201] Fetching swift-nio-transport-services, swift-nio-extras, async-http-client, swift-service-lifecycle, swift-nio-http2
[25833/47851] Fetching swift-nio-transport-services, swift-nio-extras, async-http-client, swift-service-lifecycle, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.50s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.51s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.53s)
Fetching https://github.com/apple/swift-metrics.git
[1/4907] Fetching swift-distributed-tracing
[4908/7018] Fetching swift-distributed-tracing, swift-metrics
[7019/79255] Fetching swift-distributed-tracing, swift-metrics, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (0.88s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.44s)
Fetching https://github.com/apple/swift-collections.git
[33802/77144] Fetching swift-distributed-tracing, swift-nio
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.46s)
Fetching https://github.com/apple/swift-atomics.git
[47528/80867] Fetching swift-distributed-tracing, swift-nio, swift-log
[48124/82436] Fetching swift-distributed-tracing, swift-nio, swift-log, swift-atomics
[54987/98039] Fetching swift-distributed-tracing, swift-nio, swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
[54951/94316] Fetching swift-distributed-tracing, swift-nio, swift-atomics, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
[54162/92747] Fetching swift-distributed-tracing, swift-nio, swift-collections
[59353/97304] Fetching swift-distributed-tracing, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.32s)
[69927/92747] Fetching swift-distributed-tracing, swift-nio, swift-collections
Fetching https://github.com/apple/swift-http-types.git
[68476/77144] Fetching swift-distributed-tracing, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
[77145/77836] Fetching swift-distributed-tracing, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.22s)
Fetched https://github.com/apple/swift-nio.git from cache (4.30s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.37s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.2 (0.42s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (1.82s)
Fetching https://github.com/apple/swift-service-context.git
[1/989] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.20s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.69s)
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 (3.29s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (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.44s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.48s)
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.64s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.6.2 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.40s)
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.88s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5591] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.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.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.54s)
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.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
[1/3930] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.64s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-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-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/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.2
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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
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/51] Write sources
[37/51] Compiling _AtomicsShims.c
[38/51] Compiling CNIOWindows WSAStartup.c
[39/51] Compiling CNIOWindows shim.c
[39/51] Compiling CNIOWASI CNIOWASI.c
[41/51] Compiling CNIOLinux liburing_shims.c
[42/51] Compiling CNIODarwin shim.c
[42/51] Write sources
[44/51] Compiling CNIOLinux shim.c
[45/51] Compiling CNIOLLHTTP c_nio_http.c
[46/51] Compiling CNIOLLHTTP c_nio_api.c
[47/51] Write swift-version-24593BA9C3E375BF.txt
[48/51] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/90] Emitting module Logging
[51/90] Emitting module _NIODataStructures
[51/90] Compiling c-nioatomics.c
[52/111] Compiling c-atomics.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/114] 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
[55/116] 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
[56/116] 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
[57/116] 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
[58/116] 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
[59/116] 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
[60/116] 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
[61/116] Compiling Elementary AsyncContent.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
[62/116] Compiling Elementary AsyncForEach.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
[63/116] Compiling Elementary AttributeStorage.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
[66/118] Compiling _NIODataStructures PriorityQueue.swift
[67/118] Compiling CoreMetrics Metrics.swift
[68/118] 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
[69/118] 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
[70/118] Compiling HTTPTypes HTTPParsedFields.swift
[71/118] Compiling ServiceContextModule ServiceContextKey.swift
[72/118] Compiling ServiceContextModule ServiceContext.swift
[73/118] Emitting module ServiceContextModule
[74/118] Compiling _NIODataStructures _TinyArray.swift
[75/118] Compiling HTTPTypes HTTPRequest.swift
[76/118] Compiling Elementary HtmlDocument.swift
[78/119] Compiling Elementary HtmlElement+Async.swift
[79/119] Compiling Elementary Html+Rendering.swift
[81/120] Compiling Elementary HtmlBuilder.swift
[82/120] Compiling Elementary HtmlAttributes+Events.swift
[83/120] Compiling Elementary HtmlAttributes.swift
[84/120] Emitting module _NIOBase64
[85/120] Compiling _NIOBase64 Base64.swift
[86/120] Compiling HTTPTypes HTTPResponse.swift
[87/120] Compiling HTTPTypes HTTPField.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
<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
[97/121] Emitting module InternalCollectionsUtilities
[98/121] 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
[99/121] 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
[100/121] 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
[104/121] Compiling HTTPTypes ISOLatin1String.swift
[109/134] Compiling Instrumentation NoOpInstrument.swift
[110/134] Compiling Instrumentation MultiplexInstrument.swift
[112/137] Emitting module CoreMetrics
[113/137] Compiling CoreMetrics Locks.swift
[114/138] Compiling Logging Locks.swift
[115/138] Compiling _NIODataStructures Heap.swift
[116/138] Compiling NIOConcurrencyHelpers lock.swift
[117/138] Compiling Instrumentation Instrument.swift
[118/138] Emitting module Instrumentation
[119/138] Compiling Instrumentation Locks.swift
[120/138] Compiling Instrumentation InstrumentationSystem.swift
[121/140] Compiling HTTPTypes NIOLock.swift
[122/140] Compiling NIOConcurrencyHelpers NIOLock.swift
[123/140] Compiling Logging MetadataProvider.swift
[124/140] Compiling ConcurrencyHelpers LockedValueBox.swift
[125/140] Compiling Logging Logging.swift
[126/140] Compiling Logging LogHandler.swift
[131/141] Emitting module ConcurrencyHelpers
[132/141] Compiling ConcurrencyHelpers Lock.swift
[133/142] Emitting module NIOConcurrencyHelpers
[135/142] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[136/142] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[137/142] Compiling NIOConcurrencyHelpers atomics.swift
[139/283] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[140/283] Compiling HeapModule Heap+Descriptions.swift
[141/286] Compiling Tracing TracingTime.swift
[142/286] Compiling HeapModule _HeapNode.swift
[143/286] Compiling HeapModule Heap.swift
[144/286] Compiling HeapModule Heap+Invariants.swift
[145/286] Compiling HeapModule Heap+UnsafeHandle.swift
[146/286] Compiling Tracing TracerProtocol.swift
[147/286] Emitting module HeapModule
[148/287] Compiling UnixSignals UnixSignal.swift
[149/287] Emitting module UnixSignals
[150/287] Compiling UnixSignals UnixSignalsSequence.swift
[152/288] Compiling _RopeModule Rope+Invariants.swift
[153/288] Compiling _RopeModule Rope+_Node.swift
[154/288] Compiling _RopeModule Rope+_Storage.swift
[155/288] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[156/288] Compiling _RopeModule Rope+_UnsafeHandle.swift
[157/288] Compiling _RopeModule Rope.swift
[158/288] Compiling _RopeModule RopeElement.swift
[159/295] Compiling _RopeModule BigString+UnicodeScalarView.swift
[160/295] Compiling _RopeModule BigSubstring+UTF16View.swift
[161/295] Compiling _RopeModule BigSubstring+UTF8View.swift
[162/295] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[163/295] Compiling _RopeModule BigSubstring.swift
[164/295] Compiling _RopeModule Rope+Builder.swift
[165/295] Compiling _RopeModule Rope+Debugging.swift
[166/295] Compiling Tracing NoOpTracer.swift
[167/295] Compiling Tracing InstrumentationSystem+Tracing.swift
[168/295] Compiling Tracing SpanProtocol.swift
[169/295] Emitting module Tracing
[171/295] Compiling Tracing Tracer.swift
[172/295] Compiling Tracing TracerProtocol+Legacy.swift
[174/296] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[175/296] Compiling _RopeModule BigString+Chunk+Splitting.swift
[176/296] Compiling _RopeModule BigString+Chunk.swift
[177/296] Compiling _RopeModule BigString+BidirectionalCollection.swift
[178/296] Compiling _RopeModule BigString+Comparable.swift
[179/296] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[180/296] Compiling _RopeModule BigString+CustomStringConvertible.swift
[181/296] Compiling _RopeModule BigString+Equatable.swift
[182/296] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[183/296] Compiling _RopeModule BigString+Hashing.swift
[184/296] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[185/296] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[186/296] Compiling _RopeModule BigString+Sequence.swift
[187/296] Compiling _RopeModule BigString+TextOutputStream.swift
[188/296] Compiling _RopeModule BigString+Append.swift
[189/296] Compiling _RopeModule BigString+Initializers.swift
[190/296] Compiling _RopeModule BigString+Insert.swift
[191/296] Compiling _RopeModule BigString+Managing Breaks.swift
[192/296] Compiling _RopeModule BigString+RemoveSubrange.swift
[193/296] Compiling _RopeModule BigString+ReplaceSubrange.swift
[194/296] Compiling _RopeModule BigString+Split.swift
[195/296] Compiling _RopeModule Range+BigString.swift
[196/296] Compiling _RopeModule BigString+UTF16View.swift
[197/296] Compiling _RopeModule BigString+UTF8View.swift
[198/311] Compiling DequeModule Deque._UnsafeHandle.swift
[199/311] Compiling DequeModule Deque.swift
[200/311] Compiling DequeModule Deque+Testing.swift
[201/311] Compiling DequeModule Deque._Storage.swift
[202/311] Compiling DequeModule _DequeBuffer.swift
[203/311] Compiling DequeModule _DequeBufferHeader.swift
[204/311] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[205/311] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[206/440] Compiling BitCollections BitArray+Hashable.swift
[207/440] Compiling BitCollections BitArray+Initializers.swift
[208/442] Compiling BitCollections BitArray+Codable.swift
[209/442] Compiling BitCollections BitArray+Collection.swift
[210/442] Compiling BitCollections BitArray+Descriptions.swift
[211/442] Compiling BitCollections BitArray+Equatable.swift
[212/442] Compiling BitCollections BitArray+BitwiseOperations.swift
[213/442] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[214/442] Compiling BitCollections BitArray._UnsafeHandle.swift
[215/442] Compiling BitCollections BitArray.swift
[216/442] Compiling BitCollections BitSet+BidirectionalCollection.swift
[217/442] Compiling BitCollections BitSet+Codable.swift
[218/442] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[219/442] Compiling BitCollections BitSet+CustomReflectable.swift
[220/442] Compiling BitCollections BitSet+CustomStringConvertible.swift
[221/442] Compiling BitCollections BitSet+Equatable.swift
[222/442] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[223/442] Compiling BitCollections BitSet+Extras.swift
[228/451] Compiling BitCollections BitArray+Copy.swift
[229/451] Compiling BitCollections BitArray+CustomReflectable.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
[234/451] Compiling BitCollections BitSet+SetAlgebra union.swift
[235/451] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[236/451] Compiling BitCollections BitSet.Counted.swift
[237/451] Compiling HashTreeCollections TreeSet+Extras.swift
[238/451] Compiling HashTreeCollections TreeSet+Filter.swift
[239/451] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[240/451] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[241/451] Compiling HashTreeCollections TreeDictionary+Filter.swift
[242/451] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[243/451] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[244/451] Compiling HashTreeCollections TreeDictionary+Keys.swift
[245/451] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[246/451] Compiling HashTreeCollections TreeDictionary+Merge.swift
[247/451] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[248/451] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[249/451] Compiling HashTreeCollections TreeDictionary+Values.swift
[250/451] Compiling HashTreeCollections TreeSet+Hashable.swift
[251/451] Compiling HashTreeCollections TreeSet+Sendable.swift
[252/451] Compiling HTTPTypes HTTPFieldName.swift
[253/451] Emitting module HTTPTypes
[254/451] Compiling HTTPTypes HTTPFields.swift
BUILD FAILURE 6.0 linux