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 0.4.1 (e41590), with Swift 6.0 for Linux on 8 Dec 2024 13:20:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/hummingbird-community/hummingbird-elementary.git
Reference: 0.4.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/hummingbird-community/hummingbird-elementary
 * tag               0.4.1      -> FETCH_HEAD
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 0.4.1
========================================
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-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/hummingbird-project/hummingbird.git
[1/1036] Fetching elementary
[1037/24142] Fetching elementary, hummingbird
Fetched https://github.com/sliemeobn/elementary.git from cache (1.08s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.10s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.4.3 (0.45s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.5.0 (0.45s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2288] Fetching swift-nio-transport-services
[2289/7467] Fetching swift-nio-transport-services, swift-nio-extras
[7210/9725] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
[9726/23042] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client
[11325/34201] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
[14885/31913] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[28902/45563] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.79s)
[32795/43305] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (0.80s)
[19614/29988] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[20707/102225] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
[29916/104336] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, swift-metrics
[31829/109243] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.16s)
[31760/98084] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-metrics, swift-distributed-tracing
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.35s)
[30875/95973] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git
[47303/96665] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-distributed-tracing, swift-http-types
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.53s)
Fetching https://github.com/apple/swift-collections.git
[46113/91758] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.21s)
Fetching https://github.com/apple/swift-atomics.git
[47002/91066] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
[48448/94789] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-log
[63006/96358] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-log, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[60555/92635] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-atomics
[61356/108238] Fetching swift-nio-extras, swift-nio-ssl, 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.56s)
[67830/111226] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.08s)
[70993/106047] Fetching swift-nio-ssl, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.10s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
[54445/87840] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
[56345/72237] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.04s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.45s)
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.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (2.24s)
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.22s)
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.42s)
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.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.59s)
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.43s)
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.45s)
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.67s)
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 (3.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (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.79s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5591] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.49s)
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.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
[1/3930] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.80s)
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-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-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/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-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-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-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/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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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/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-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/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-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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.2
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
[35/51] Compiling CNIOWindows shim.c
[36/51] Compiling _AtomicsShims.c
[37/51] Compiling CNIOLinux liburing_shims.c
[38/51] Compiling CNIOWindows WSAStartup.c
[39/51] Compiling CNIOWASI CNIOWASI.c
[40/51] Compiling CNIOLLHTTP c_nio_http.c
[41/51] Write sources
[44/51] Compiling CNIODarwin shim.c
[45/51] Compiling CNIOLinux shim.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/85] Emitting module InternalCollectionsUtilities
[50/87] Compiling c-nioatomics.c
[51/95] Compiling c-atomics.c
[53/101] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/101] Compiling HTTPTypes HTTPParsedFields.swift
[56/101] Compiling HTTPTypes HTTPRequest.swift
[57/101] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/101] Compiling InternalCollectionsUtilities Specialize.swift
[59/101] Compiling ServiceContextModule ServiceContextKey.swift
[60/102] Compiling HTTPTypes HTTPResponse.swift
[61/102] Emitting module _NIOBase64
[62/102] Compiling _NIOBase64 Base64.swift
[63/103] Emitting module ServiceContextModule
[64/103] Compiling ServiceContextModule ServiceContext.swift
[65/103] Compiling HTTPTypes HTTPField.swift
[66/103] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[67/103] Emitting module HTTPTypes
[68/104] Compiling HTTPTypes ISOLatin1String.swift
[69/104] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/104] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/104] Compiling InternalCollectionsUtilities Debugging.swift
[72/104] Compiling InternalCollectionsUtilities Descriptions.swift
[73/104] Compiling _NIODataStructures _TinyArray.swift
[74/104] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/104] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/104] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/104] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/104] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/104] Compiling InternalCollectionsUtilities Integer rank.swift
[80/104] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/104] Compiling _NIODataStructures PriorityQueue.swift
[82/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[83/104] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[84/104] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[85/105] Compiling CoreMetrics Metrics.swift
[86/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/135] Compiling ConcurrencyHelpers LockedValueBox.swift
[91/135] Compiling Instrumentation NoOpInstrument.swift
[92/135] Emitting module ConcurrencyHelpers
[93/135] Emitting module Instrumentation
[94/135] Compiling Instrumentation Instrument.swift
[95/135] Compiling Instrumentation MultiplexInstrument.swift
[96/135] Compiling Instrumentation InstrumentationSystem.swift
[97/135] Compiling ConcurrencyHelpers Lock.swift
[98/135] Compiling HTTPTypes NIOLock.swift
[99/136] Compiling Logging MetadataProvider.swift
[100/136] Compiling CoreMetrics Locks.swift
[101/136] Emitting module CoreMetrics
[102/136] Compiling NIOConcurrencyHelpers lock.swift
[103/136] Emitting module NIOConcurrencyHelpers
[104/137] Compiling Instrumentation Locks.swift
[105/137] Emitting module Logging
[106/138] Compiling Logging LogHandler.swift
[107/138] Compiling Logging Logging.swift
[108/138] Compiling Logging Locks.swift
[109/138] Emitting module _NIODataStructures
[110/138] Compiling _NIODataStructures Heap.swift
[111/140] Compiling NIOConcurrencyHelpers atomics.swift
[112/140] Compiling NIOConcurrencyHelpers NIOLock.swift
[115/141] 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
[116/141] 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
[121/143] 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
[122/143] 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
[123/143] 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
[124/143] 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
[125/143] 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
[126/143] 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
[127/143] 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
[128/143] 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
[129/143] 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
[130/148] Compiling Elementary HtmlElements.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
[131/148] 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
[132/148] 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
[133/286] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[134/286] Compiling HeapModule Heap+Descriptions.swift
[135/286] Compiling Tracing InstrumentationSystem+Tracing.swift
[136/286] Compiling Tracing TracingTime.swift
[137/286] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.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
[138/286] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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
[139/286] Compiling OrderedCollections OrderedDictionary+Sendable.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
[140/286] Compiling OrderedCollections OrderedDictionary+Sequence.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
[141/286] Compiling OrderedCollections OrderedDictionary+Values.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
[142/286] Compiling OrderedCollections _HashTable+Bucket.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
[143/286] Compiling HeapModule _HeapNode.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[144/286] 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
[145/286] Compiling HeapModule Heap.swift
[146/286] Compiling HeapModule Heap+Invariants.swift
[147/286] Compiling HeapModule Heap+UnsafeHandle.swift
[148/286] Compiling Tracing TracerProtocol.swift
[149/286] Emitting module Tracing
[150/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[151/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[152/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[153/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[154/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[155/286] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[156/286] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[157/293] Compiling UnixSignals UnixSignal.swift
[158/293] Compiling UnixSignals UnixSignalsSequence.swift
[159/293] Emitting module UnixSignals
[160/294] Emitting module HeapModule
[161/294] Compiling Tracing TracerProtocol+Legacy.swift
[162/294] Compiling Tracing Tracer.swift
[164/295] Compiling Tracing NoOpTracer.swift
[165/295] Compiling Tracing SpanProtocol.swift
[166/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[167/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[168/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[169/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[170/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[171/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[172/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/339] Compiling HashTreeCollections _HashNode+Structural union.swift
[176/339] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[177/339] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[178/339] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[179/339] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[180/339] Compiling HashTreeCollections _HashNode.swift
[181/339] Compiling HashTreeCollections _HashNodeHeader.swift
[182/339] Compiling HashTreeCollections _HashSlot.swift
[183/396] Compiling DequeModule Deque+Testing.swift
[184/396] Compiling DequeModule Deque._Storage.swift
[185/396] Compiling DequeModule Deque._UnsafeHandle.swift
[186/396] Compiling DequeModule Deque.swift
[187/396] Compiling DequeModule _DequeBuffer.swift
[188/396] Compiling DequeModule _DequeBufferHeader.swift
[189/396] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[190/396] Compiling HashTreeCollections _HashNode+Structural filter.swift
[191/440] Compiling BitCollections BitArray+Extras.swift
[192/440] Compiling BitCollections BitArray+Fill.swift
[193/442] Compiling BitCollections BitSet+Invariants.swift
[194/442] Compiling BitCollections BitSet+Random.swift
[195/442] Compiling BitCollections BitSet+SetAlgebra basics.swift
[196/442] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[197/442] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[198/442] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[199/442] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[200/442] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[201/442] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[202/442] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[205/442] Compiling BitCollections BitArray+Hashable.swift
[206/442] Compiling BitCollections BitArray+Initializers.swift
[207/442] Compiling BitCollections BitArray+Invariants.swift
[208/442] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[209/442] Compiling BitCollections BitArray+Copy.swift
[210/442] Compiling BitCollections BitArray+CustomReflectable.swift
[215/442] Compiling HashTreeCollections TreeSet+Hashable.swift
[216/442] Compiling HashTreeCollections TreeSet+Sendable.swift
[217/442] Compiling HashTreeCollections TreeSet+Sequence.swift
[218/442] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[219/442] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[220/442] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[221/442] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[222/442] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[223/442] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[224/442] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[225/442] Compiling DequeModule _DequeSlot.swift
[226/442] Compiling DequeModule _UnsafeWrappedBuffer.swift
[227/448] Compiling BitCollections BitArray._UnsafeHandle.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
[228/448] Compiling BitCollections BitArray.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
[229/452] Compiling BitCollections BitArray+BitwiseOperations.swift
[230/452] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[231/452] Compiling HTTPTypes HTTPFieldName.swift
BUILD FAILURE 6.0 linux