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

Successful build of SwiftReload, reference main (587b06), with Swift 6.1 for Linux on 30 Apr 2025 20:32:26 UTC.

Swift 6 data race errors: 20

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/SwiftReload.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/ShaftUI/SwiftReload
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 587b067 Update README.md
Cloned https://github.com/ShaftUI/SwiftReload.git
Revision (git rev-parse @):
587b0673a45ce058040594988a168709f424cb3b
SUCCESS checkout https://github.com/ShaftUI/SwiftReload.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ShaftUI/SwiftReload.git
https://github.com/ShaftUI/SwiftReload.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftReload",
  "name" : "SwiftReload",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftReload",
      "targets" : [
        "SwiftReload"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftReloadExample",
      "targets" : [
        "SwiftReloadExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftReloadTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadTests",
      "path" : "Tests/SwiftReloadTests",
      "sources" : [
        "SwiftReloadTests.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftReloadExample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadExample",
      "path" : "Sources/SwiftReloadExample",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "SwiftReloadExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftReload",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReload",
      "path" : "Sources/SwiftReload",
      "product_dependencies" : [
        "Yams",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SwiftReload",
        "SwiftReloadExample"
      ],
      "sources" : [
        "Build/SwiftBuildCommand.swift",
        "Build/SwiftBuildManifest.swift",
        "LocalSwiftReloader.swift",
        "Patcher/CommandPatcher.swift",
        "Patcher/Patcher.swift",
        "Patcher/PatcherState.swift",
        "ProjectExtractor/ProjectExtractor.swift",
        "ProjectExtractor/SwiftPMProjectExtractor.swift",
        "SyntaxDiff/SyntaxDiff.swift",
        "Watcher/ByteString.swift",
        "Watcher/Condition.swift",
        "Watcher/FSWatch.swift",
        "Watcher/FileInfo.swift",
        "Watcher/FileSystem.swift",
        "Watcher/PathUtils.swift",
        "Watcher/ProcessEnv.swift",
        "Watcher/RecursiveWatcher.swift",
        "Watcher/Thread.swift",
        "Watcher/WatcherUtils.swift",
        "Watcher/WritableByteStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/Yams.git
[1/10445] Fetching yams
[6895/80736] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (4.87s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.88s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.42s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.99s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Building for debugging...
[0/34] Write sources
[12/34] Compiling _SwiftSyntaxCShims dummy.c
[13/34] Compiling reader.c
[14/34] Compiling writer.c
[15/34] Compiling parser.c
[16/34] Compiling emitter.c
[17/34] Write swift-version-24593BA9C3E375BF.txt
[17/34] Compiling api.c
[19/34] Compiling scanner.c
[21/59] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/59] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/60] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/60] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/61] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/61] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/61] Compiling Yams Tag.swift
[28/61] Compiling Yams YamlAnchorProviding.swift
[31/64] Wrapping AST for SwiftSyntax509 for debugging
[32/64] Wrapping AST for SwiftSyntax600 for debugging
[33/64] Wrapping AST for SwiftSyntax510 for debugging
[35/128] Emitting module Yams
[36/128] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/128] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[38/128] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/128] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/128] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/128] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/128] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/128] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/128] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/128] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/128] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/136] Compiling SwiftSyntax SourcePresence.swift
[51/136] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[55/136] Compiling SwiftSyntax SourceLength.swift
[56/136] Compiling SwiftSyntax SourceLocation.swift
[57/136] Compiling SwiftSyntax MemoryLayout.swift
[58/136] Compiling SwiftSyntax MissingNodeInitializers.swift
[59/136] Compiling SwiftSyntax RawSyntax.swift
[63/137] Wrapping AST for Yams for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/137] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/137] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/137] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/137] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/137] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/137] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/137] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/137] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/137] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/137] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/137] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/137] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/137] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/137] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/137] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/137] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/137] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/137] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/137] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/137] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/137] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/137] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/137] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/137] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/137] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/137] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/137] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/137] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/137] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/137] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/137] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/137] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/137] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/137] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/137] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/137] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/137] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/137] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/137] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/137] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/137] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/137] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/137] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/137] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/137] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/137] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/137] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/137] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/137] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/137] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/137] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/137] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/137] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/137] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/138] Wrapping AST for SwiftSyntax for debugging
[130/195] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/195] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/196] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/196] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/196] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/196] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/196] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/196] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/196] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/196] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/196] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/196] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/196] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/196] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/196] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/197] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/197] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/198] Wrapping AST for SwiftDiagnostics for debugging
[149/198] Wrapping AST for SwiftBasicFormat for debugging
[151/198] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/203] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/203] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/203] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/203] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/203] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/203] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/203] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/203] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/203] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/203] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/203] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/203] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/203] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/203] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/203] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/203] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/203] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/203] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/203] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/203] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/203] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/203] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/203] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/203] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/203] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/203] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/203] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/203] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/203] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/203] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/203] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/203] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/203] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/203] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/203] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/203] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/203] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/203] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/203] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/203] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/203] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/204] Wrapping AST for SwiftParser for debugging
[199/217] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/217] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/218] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/218] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/218] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/218] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/218] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/218] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/218] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/218] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/218] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/218] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/218] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/218] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/219] Wrapping AST for SwiftParserDiagnostics for debugging
[215/234] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/234] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/235] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/235] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/235] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/235] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/235] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/235] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/235] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/235] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/235] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/235] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/235] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/236] Wrapping AST for SwiftSyntaxBuilder for debugging
[233/255] Compiling SwiftReload SwiftBuildCommand.swift
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:110:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
108 |             withIntermediateDirectories: true
109 |         )
110 |         FileManager.default.createFile(atPath: patchFile.path, contents: patched.data(using: .utf8))
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
111 |         print("🛠️ Patch generated at \(patchFile.path)")
112 |
[234/255] Compiling SwiftReload SwiftBuildManifest.swift
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:110:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
108 |             withIntermediateDirectories: true
109 |         )
110 |         FileManager.default.createFile(atPath: patchFile.path, contents: patched.data(using: .utf8))
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
111 |         print("🛠️ Patch generated at \(patchFile.path)")
112 |
[235/255] Compiling SwiftReload LocalSwiftReloader.swift
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:110:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
108 |             withIntermediateDirectories: true
109 |         )
110 |         FileManager.default.createFile(atPath: patchFile.path, contents: patched.data(using: .utf8))
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
111 |         print("🛠️ Patch generated at \(patchFile.path)")
112 |
[236/255] Compiling SwiftReload RecursiveWatcher.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/Thread.swift:54:41: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
52 |         }
53 |
54 |         self.thread = ThreadImpl(block: theTask)
   |                                         `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
55 |     }
56 |
[237/255] Compiling SwiftReload Thread.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/Thread.swift:54:41: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
52 |         }
53 |
54 |         self.thread = ThreadImpl(block: theTask)
   |                                         `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
55 |     }
56 |
[238/257] Emitting module SwiftReload
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:385:31: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
383 |             // O_CREAT, mkdir(2), link(2), symlink(2), bind(2) on a UNIX
384 |             // domain socket).
385 |             public static let create = WatchOptions(rawValue: IN_CREATE)
    |                               |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
386 |
387 |             // File/directory deleted from watched directory.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:388:31: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
386 |
387 |             // File/directory deleted from watched directory.
388 |             public static let delete = WatchOptions(rawValue: IN_DELETE)
    |                               |- warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 |
390 |             // Watched file/directory was itself deleted.  (This event
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:396:31: warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
394 |             // tem.)  In addition, an IN_IGNORED event will subsequently
395 |             // be generated for the watch descriptor.
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
    |                               |- warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'deleteSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:398:31: warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
    |                               |- warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'move' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
399 |
400 |             /// Watched file/directory was itself moved.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:401:31: warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
399 |
400 |             /// Watched file/directory was itself moved.
401 |             public static let moveSelf = WatchOptions(rawValue: IN_MOVE_SELF)
    |                               |- warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'moveSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:404:31: warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
404 |             public static let modify = WatchOptions(rawValue: IN_MODIFY)
    |                               |- warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'modify' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |
406 |             // File or directory was opened.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:407:31: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
405 |
406 |             // File or directory was opened.
407 |             public static let open = WatchOptions(rawValue: IN_OPEN)
    |                               |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |
409 |             // Metadata changed—for example, permissions (e.g.,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:414:31: warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
412 |             // e.g., for the target of link(2) and for unlink(2)), and
413 |             // user/group ID (e.g., chown(2)).
414 |             public static let attrib = WatchOptions(rawValue: IN_ATTRIB)
    |                               |- warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'attrib' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
415 |
416 |             // File opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:417:31: warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
415 |
416 |             // File opened for writing was closed.
417 |             public static let closeWrite = WatchOptions(rawValue: IN_CLOSE_WRITE)
    |                               |- warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 |
419 |             // File or directory not opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:420:31: warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
418 |
419 |             // File or directory not opened for writing was closed.
420 |             public static let closeNoWrite = WatchOptions(rawValue: IN_CLOSE_NOWRITE)
    |                               |- warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeNoWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:423:31: warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
423 |             public static let access = WatchOptions(rawValue: IN_ACCESS)
    |                               |- warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'access' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
424 |
425 |             /// The list of default options that can be used for watching files.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:426:31: warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
424 |
425 |             /// The list of default options that can be used for watching files.
426 |             public static let defaultFileWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultFileWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 |                 .deleteSelf, .moveSelf, .modify,
428 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:431:31: warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
429 |
430 |             /// The list of default options that can be used for watching directories.
431 |             public static let defaultDirectoryWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultDirectoryWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
432 |                 .create, .delete, .deleteSelf, .move, .moveSelf,
433 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:436:31: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
434 |
435 |             /// List of all available events.
436 |             public static let all: [WatchOptions] = [
    |                               |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
437 |                 .create,
438 |                 .delete,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:628:13: warning: var '_localFileSystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
626 | }
627 |
628 | private var _localFileSystem: FileSystem = LocalFileSystem()
    |             |- warning: var '_localFileSystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_localFileSystem' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var '_localFileSystem' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
629 |
630 | /// Public access to the local FS proxy.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/ProcessEnv.swift:85:22: warning: static property '_vars' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 83 |   public static var block: ProcessEnvironmentBlock { _vars }
 84 |
 85 |   private static var _vars = ProcessEnvironmentBlock(
    |                      |- warning: static property '_vars' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert '_vars' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property '_vars' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 |     uniqueKeysWithValues: ProcessInfo.processInfo.environment.map {
 87 |       (ProcessEnvironmentBlock.Key($0.key), $0.value)
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:829:12: warning: var 'stdoutStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
827 |
828 | /// Public stdout stream instance.
829 | public var stdoutStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
    |            |- warning: var 'stdoutStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'stdoutStream' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: add '@MainActor' to make var 'stdoutStream' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
830 |   LocalFileOutputByteStream(
831 |     filePointer: stdout,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:831:18: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
829 | public var stdoutStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
830 |   LocalFileOutputByteStream(
831 |     filePointer: stdout,
    |                  `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
832 |     closeOnDeinit: false))
833 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:835:12: warning: var 'stderrStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
833 |
834 | /// Public stderr stream instance.
835 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
    |            |- warning: var 'stderrStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'stderrStream' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: add '@MainActor' to make var 'stderrStream' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
836 |   LocalFileOutputByteStream(
837 |     filePointer: stderr,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:837:18: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
835 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
836 |   LocalFileOutputByteStream(
837 |     filePointer: stderr,
    |                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
838 |     closeOnDeinit: false))
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[239/257] Compiling SwiftReload PathUtils.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/ProcessEnv.swift:85:22: warning: static property '_vars' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 83 |   public static var block: ProcessEnvironmentBlock { _vars }
 84 |
 85 |   private static var _vars = ProcessEnvironmentBlock(
    |                      |- warning: static property '_vars' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert '_vars' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property '_vars' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 |     uniqueKeysWithValues: ProcessInfo.processInfo.environment.map {
 87 |       (ProcessEnvironmentBlock.Key($0.key), $0.value)
[240/257] Compiling SwiftReload ProcessEnv.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/ProcessEnv.swift:85:22: warning: static property '_vars' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 83 |   public static var block: ProcessEnvironmentBlock { _vars }
 84 |
 85 |   private static var _vars = ProcessEnvironmentBlock(
    |                      |- warning: static property '_vars' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert '_vars' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property '_vars' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 |     uniqueKeysWithValues: ProcessInfo.processInfo.environment.map {
 87 |       (ProcessEnvironmentBlock.Key($0.key), $0.value)
[241/257] Compiling SwiftReload CommandPatcher.swift
[242/257] Compiling SwiftReload Patcher.swift
[243/257] Compiling SwiftReload PatcherState.swift
[244/257] Compiling SwiftReload ProjectExtractor.swift
[245/257] Compiling SwiftReload SwiftPMProjectExtractor.swift
[246/257] Compiling SwiftReload SyntaxDiff.swift
[247/257] Compiling SwiftReload FileInfo.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:628:13: warning: var '_localFileSystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
626 | }
627 |
628 | private var _localFileSystem: FileSystem = LocalFileSystem()
    |             |- warning: var '_localFileSystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_localFileSystem' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var '_localFileSystem' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
629 |
630 | /// Public access to the local FS proxy.
[248/257] Compiling SwiftReload FileSystem.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:628:13: warning: var '_localFileSystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
626 | }
627 |
628 | private var _localFileSystem: FileSystem = LocalFileSystem()
    |             |- warning: var '_localFileSystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_localFileSystem' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var '_localFileSystem' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
629 |
630 | /// Public access to the local FS proxy.
[249/257] Compiling SwiftReload ByteString.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:385:31: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
383 |             // O_CREAT, mkdir(2), link(2), symlink(2), bind(2) on a UNIX
384 |             // domain socket).
385 |             public static let create = WatchOptions(rawValue: IN_CREATE)
    |                               |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
386 |
387 |             // File/directory deleted from watched directory.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:388:31: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
386 |
387 |             // File/directory deleted from watched directory.
388 |             public static let delete = WatchOptions(rawValue: IN_DELETE)
    |                               |- warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 |
390 |             // Watched file/directory was itself deleted.  (This event
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:396:31: warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
394 |             // tem.)  In addition, an IN_IGNORED event will subsequently
395 |             // be generated for the watch descriptor.
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
    |                               |- warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'deleteSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:398:31: warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
    |                               |- warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'move' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
399 |
400 |             /// Watched file/directory was itself moved.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:401:31: warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
399 |
400 |             /// Watched file/directory was itself moved.
401 |             public static let moveSelf = WatchOptions(rawValue: IN_MOVE_SELF)
    |                               |- warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'moveSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:404:31: warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
404 |             public static let modify = WatchOptions(rawValue: IN_MODIFY)
    |                               |- warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'modify' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |
406 |             // File or directory was opened.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:407:31: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
405 |
406 |             // File or directory was opened.
407 |             public static let open = WatchOptions(rawValue: IN_OPEN)
    |                               |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |
409 |             // Metadata changed—for example, permissions (e.g.,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:414:31: warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
412 |             // e.g., for the target of link(2) and for unlink(2)), and
413 |             // user/group ID (e.g., chown(2)).
414 |             public static let attrib = WatchOptions(rawValue: IN_ATTRIB)
    |                               |- warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'attrib' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
415 |
416 |             // File opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:417:31: warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
415 |
416 |             // File opened for writing was closed.
417 |             public static let closeWrite = WatchOptions(rawValue: IN_CLOSE_WRITE)
    |                               |- warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 |
419 |             // File or directory not opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:420:31: warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
418 |
419 |             // File or directory not opened for writing was closed.
420 |             public static let closeNoWrite = WatchOptions(rawValue: IN_CLOSE_NOWRITE)
    |                               |- warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeNoWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:423:31: warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
423 |             public static let access = WatchOptions(rawValue: IN_ACCESS)
    |                               |- warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'access' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
424 |
425 |             /// The list of default options that can be used for watching files.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:426:31: warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
424 |
425 |             /// The list of default options that can be used for watching files.
426 |             public static let defaultFileWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultFileWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 |                 .deleteSelf, .moveSelf, .modify,
428 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:431:31: warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
429 |
430 |             /// The list of default options that can be used for watching directories.
431 |             public static let defaultDirectoryWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultDirectoryWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
432 |                 .create, .delete, .deleteSelf, .move, .moveSelf,
433 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:436:31: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
434 |
435 |             /// List of all available events.
436 |             public static let all: [WatchOptions] = [
    |                               |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
437 |                 .create,
438 |                 .delete,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:525:17: warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
364 |
365 |     /// Bindings for inotify C APIs.
366 |     public final class Inotify {
    |                        `- note: class 'Inotify' does not conform to the 'Sendable' protocol
367 |
368 |         /// The errors encountered during inotify operations.
    :
523 |
524 |             readQueue.async {
525 |                 self.startRead()
    |                 `- warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
526 |             }
527 |         }
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:716:33: warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
364 |
365 |     /// Bindings for inotify C APIs.
366 |     public final class Inotify {
    |                        `- note: class 'Inotify' does not conform to the 'Sendable' protocol
367 |
368 |         /// The errors encountered during inotify operations.
    :
714 |                             self.collectedEvents = []
715 |                             self.callbacksQueue.async {
716 |                                 self.report(events)
    |                                 `- warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
717 |                             }
718 |                         }
[250/257] Compiling SwiftReload Condition.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:385:31: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
383 |             // O_CREAT, mkdir(2), link(2), symlink(2), bind(2) on a UNIX
384 |             // domain socket).
385 |             public static let create = WatchOptions(rawValue: IN_CREATE)
    |                               |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
386 |
387 |             // File/directory deleted from watched directory.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:388:31: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
386 |
387 |             // File/directory deleted from watched directory.
388 |             public static let delete = WatchOptions(rawValue: IN_DELETE)
    |                               |- warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 |
390 |             // Watched file/directory was itself deleted.  (This event
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:396:31: warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
394 |             // tem.)  In addition, an IN_IGNORED event will subsequently
395 |             // be generated for the watch descriptor.
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
    |                               |- warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'deleteSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:398:31: warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
    |                               |- warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'move' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
399 |
400 |             /// Watched file/directory was itself moved.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:401:31: warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
399 |
400 |             /// Watched file/directory was itself moved.
401 |             public static let moveSelf = WatchOptions(rawValue: IN_MOVE_SELF)
    |                               |- warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'moveSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:404:31: warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
404 |             public static let modify = WatchOptions(rawValue: IN_MODIFY)
    |                               |- warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'modify' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |
406 |             // File or directory was opened.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:407:31: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
405 |
406 |             // File or directory was opened.
407 |             public static let open = WatchOptions(rawValue: IN_OPEN)
    |                               |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |
409 |             // Metadata changed—for example, permissions (e.g.,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:414:31: warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
412 |             // e.g., for the target of link(2) and for unlink(2)), and
413 |             // user/group ID (e.g., chown(2)).
414 |             public static let attrib = WatchOptions(rawValue: IN_ATTRIB)
    |                               |- warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'attrib' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
415 |
416 |             // File opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:417:31: warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
415 |
416 |             // File opened for writing was closed.
417 |             public static let closeWrite = WatchOptions(rawValue: IN_CLOSE_WRITE)
    |                               |- warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 |
419 |             // File or directory not opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:420:31: warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
418 |
419 |             // File or directory not opened for writing was closed.
420 |             public static let closeNoWrite = WatchOptions(rawValue: IN_CLOSE_NOWRITE)
    |                               |- warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeNoWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:423:31: warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
423 |             public static let access = WatchOptions(rawValue: IN_ACCESS)
    |                               |- warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'access' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
424 |
425 |             /// The list of default options that can be used for watching files.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:426:31: warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
424 |
425 |             /// The list of default options that can be used for watching files.
426 |             public static let defaultFileWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultFileWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 |                 .deleteSelf, .moveSelf, .modify,
428 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:431:31: warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
429 |
430 |             /// The list of default options that can be used for watching directories.
431 |             public static let defaultDirectoryWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultDirectoryWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
432 |                 .create, .delete, .deleteSelf, .move, .moveSelf,
433 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:436:31: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
434 |
435 |             /// List of all available events.
436 |             public static let all: [WatchOptions] = [
    |                               |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
437 |                 .create,
438 |                 .delete,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:525:17: warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
364 |
365 |     /// Bindings for inotify C APIs.
366 |     public final class Inotify {
    |                        `- note: class 'Inotify' does not conform to the 'Sendable' protocol
367 |
368 |         /// The errors encountered during inotify operations.
    :
523 |
524 |             readQueue.async {
525 |                 self.startRead()
    |                 `- warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
526 |             }
527 |         }
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:716:33: warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
364 |
365 |     /// Bindings for inotify C APIs.
366 |     public final class Inotify {
    |                        `- note: class 'Inotify' does not conform to the 'Sendable' protocol
367 |
368 |         /// The errors encountered during inotify operations.
    :
714 |                             self.collectedEvents = []
715 |                             self.callbacksQueue.async {
716 |                                 self.report(events)
    |                                 `- warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
717 |                             }
718 |                         }
[251/257] Compiling SwiftReload FSWatch.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:385:31: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
383 |             // O_CREAT, mkdir(2), link(2), symlink(2), bind(2) on a UNIX
384 |             // domain socket).
385 |             public static let create = WatchOptions(rawValue: IN_CREATE)
    |                               |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
386 |
387 |             // File/directory deleted from watched directory.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:388:31: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
386 |
387 |             // File/directory deleted from watched directory.
388 |             public static let delete = WatchOptions(rawValue: IN_DELETE)
    |                               |- warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 |
390 |             // Watched file/directory was itself deleted.  (This event
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:396:31: warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
394 |             // tem.)  In addition, an IN_IGNORED event will subsequently
395 |             // be generated for the watch descriptor.
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
    |                               |- warning: static property 'deleteSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'deleteSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:398:31: warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
396 |             public static let deleteSelf = WatchOptions(rawValue: IN_DELETE_SELF)
397 |
398 |             public static let move = WatchOptions(rawValue: IN_MOVE)
    |                               |- warning: static property 'move' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'move' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
399 |
400 |             /// Watched file/directory was itself moved.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:401:31: warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
399 |
400 |             /// Watched file/directory was itself moved.
401 |             public static let moveSelf = WatchOptions(rawValue: IN_MOVE_SELF)
    |                               |- warning: static property 'moveSelf' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'moveSelf' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:404:31: warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
402 |
403 |             /// File was modified (e.g., write(2), truncate(2)).
404 |             public static let modify = WatchOptions(rawValue: IN_MODIFY)
    |                               |- warning: static property 'modify' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'modify' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |
406 |             // File or directory was opened.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:407:31: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
405 |
406 |             // File or directory was opened.
407 |             public static let open = WatchOptions(rawValue: IN_OPEN)
    |                               |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |
409 |             // Metadata changed—for example, permissions (e.g.,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:414:31: warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
412 |             // e.g., for the target of link(2) and for unlink(2)), and
413 |             // user/group ID (e.g., chown(2)).
414 |             public static let attrib = WatchOptions(rawValue: IN_ATTRIB)
    |                               |- warning: static property 'attrib' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'attrib' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
415 |
416 |             // File opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:417:31: warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
415 |
416 |             // File opened for writing was closed.
417 |             public static let closeWrite = WatchOptions(rawValue: IN_CLOSE_WRITE)
    |                               |- warning: static property 'closeWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 |
419 |             // File or directory not opened for writing was closed.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:420:31: warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
418 |
419 |             // File or directory not opened for writing was closed.
420 |             public static let closeNoWrite = WatchOptions(rawValue: IN_CLOSE_NOWRITE)
    |                               |- warning: static property 'closeNoWrite' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'closeNoWrite' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:423:31: warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
421 |
422 |             // File was accessed (e.g., read(2), execve(2)).
423 |             public static let access = WatchOptions(rawValue: IN_ACCESS)
    |                               |- warning: static property 'access' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'access' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
424 |
425 |             /// The list of default options that can be used for watching files.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:426:31: warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
424 |
425 |             /// The list of default options that can be used for watching files.
426 |             public static let defaultFileWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultFileWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultFileWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 |                 .deleteSelf, .moveSelf, .modify,
428 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:431:31: warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
429 |
430 |             /// The list of default options that can be used for watching directories.
431 |             public static let defaultDirectoryWatchOptions: WatchOptions = [
    |                               |- warning: static property 'defaultDirectoryWatchOptions' is not concurrency-safe because non-'Sendable' type 'Inotify.WatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'defaultDirectoryWatchOptions' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
432 |                 .create, .delete, .deleteSelf, .move, .moveSelf,
433 |             ]
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:436:31: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
373 |
374 |         /// The available options for a particular path.
375 |         public struct WatchOptions: OptionSet {
    |                       `- note: consider making struct 'WatchOptions' conform to the 'Sendable' protocol
376 |             public let rawValue: Int32
377 |
    :
434 |
435 |             /// List of all available events.
436 |             public static let all: [WatchOptions] = [
    |                               |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Inotify.WatchOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
437 |                 .create,
438 |                 .delete,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:525:17: warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
364 |
365 |     /// Bindings for inotify C APIs.
366 |     public final class Inotify {
    |                        `- note: class 'Inotify' does not conform to the 'Sendable' protocol
367 |
368 |         /// The errors encountered during inotify operations.
    :
523 |
524 |             readQueue.async {
525 |                 self.startRead()
    |                 `- warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
526 |             }
527 |         }
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:716:33: warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
364 |
365 |     /// Bindings for inotify C APIs.
366 |     public final class Inotify {
    |                        `- note: class 'Inotify' does not conform to the 'Sendable' protocol
367 |
368 |         /// The errors encountered during inotify operations.
    :
714 |                             self.collectedEvents = []
715 |                             self.callbacksQueue.async {
716 |                                 self.report(events)
    |                                 `- warning: capture of 'self' with non-sendable type 'Inotify' in a '@Sendable' closure; this is an error in the Swift 6 language mode
717 |                             }
718 |                         }
[252/257] Compiling SwiftReload WatcherUtils.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:829:12: warning: var 'stdoutStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
827 |
828 | /// Public stdout stream instance.
829 | public var stdoutStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
    |            |- warning: var 'stdoutStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'stdoutStream' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: add '@MainActor' to make var 'stdoutStream' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
830 |   LocalFileOutputByteStream(
831 |     filePointer: stdout,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:831:18: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
829 | public var stdoutStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
830 |   LocalFileOutputByteStream(
831 |     filePointer: stdout,
    |                  `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
832 |     closeOnDeinit: false))
833 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:835:12: warning: var 'stderrStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
833 |
834 | /// Public stderr stream instance.
835 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
    |            |- warning: var 'stderrStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'stderrStream' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: add '@MainActor' to make var 'stderrStream' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
836 |   LocalFileOutputByteStream(
837 |     filePointer: stderr,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:837:18: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
835 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
836 |   LocalFileOutputByteStream(
837 |     filePointer: stderr,
    |                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
838 |     closeOnDeinit: false))
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[253/257] Compiling SwiftReload WritableByteStream.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:829:12: warning: var 'stdoutStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
827 |
828 | /// Public stdout stream instance.
829 | public var stdoutStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
    |            |- warning: var 'stdoutStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'stdoutStream' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: add '@MainActor' to make var 'stdoutStream' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
830 |   LocalFileOutputByteStream(
831 |     filePointer: stdout,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:831:18: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
829 | public var stdoutStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
830 |   LocalFileOutputByteStream(
831 |     filePointer: stdout,
    |                  `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
832 |     closeOnDeinit: false))
833 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:835:12: warning: var 'stderrStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
833 |
834 | /// Public stderr stream instance.
835 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
    |            |- warning: var 'stderrStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'stderrStream' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: add '@MainActor' to make var 'stderrStream' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
836 |   LocalFileOutputByteStream(
837 |     filePointer: stderr,
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:837:18: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
835 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(
836 |   LocalFileOutputByteStream(
837 |     filePointer: stderr,
    |                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
838 |     closeOnDeinit: false))
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[254/258] Wrapping AST for SwiftReload for debugging
[256/260] Emitting module SwiftReloadExample
[257/260] Compiling SwiftReloadExample main.swift
/host/spi-builder-workspace/Sources/SwiftReloadExample/main.swift:12:5: warning: main actor-isolated let 'counter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 6 | LocalSwiftReloader().start()
 7 |
 8 | let counter = FastCounter()
   |     `- note: let declared here
 9 |
10 | func hello() {
   |      `- note: add '@MainActor' to make global function 'hello()' part of global actor 'MainActor'
11 |     print("hello")
12 |     counter.tick()
   |     `- warning: main actor-isolated let 'counter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
13 | }
14 |
[258/261] Wrapping AST for SwiftReloadExample for debugging
[259/261] Write Objects.LinkFileList
[260/261] Linking SwiftReloadExample
Build complete! (71.01s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftReload",
  "name" : "SwiftReload",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftReload",
      "targets" : [
        "SwiftReload"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftReloadExample",
      "targets" : [
        "SwiftReloadExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftReloadTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadTests",
      "path" : "Tests/SwiftReloadTests",
      "sources" : [
        "SwiftReloadTests.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftReloadExample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadExample",
      "path" : "Sources/SwiftReloadExample",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "SwiftReloadExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftReload",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReload",
      "path" : "Sources/SwiftReload",
      "product_dependencies" : [
        "Yams",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SwiftReload",
        "SwiftReloadExample"
      ],
      "sources" : [
        "Build/SwiftBuildCommand.swift",
        "Build/SwiftBuildManifest.swift",
        "LocalSwiftReloader.swift",
        "Patcher/CommandPatcher.swift",
        "Patcher/Patcher.swift",
        "Patcher/PatcherState.swift",
        "ProjectExtractor/ProjectExtractor.swift",
        "ProjectExtractor/SwiftPMProjectExtractor.swift",
        "SyntaxDiff/SyntaxDiff.swift",
        "Watcher/ByteString.swift",
        "Watcher/Condition.swift",
        "Watcher/FSWatch.swift",
        "Watcher/FileInfo.swift",
        "Watcher/FileSystem.swift",
        "Watcher/PathUtils.swift",
        "Watcher/ProcessEnv.swift",
        "Watcher/RecursiveWatcher.swift",
        "Watcher/Thread.swift",
        "Watcher/WatcherUtils.swift",
        "Watcher/WritableByteStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.