The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftReload, reference main (587b06), with Swift 6.1 for Android on 30 May 2025 10:27:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/10657] Fetching yams
[8421/81152] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (6.40s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.40s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (9.16s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.65s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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
Building for debugging...
[0/34] Write sources
[12/34] Compiling writer.c
[13/34] Compiling _SwiftSyntaxCShims dummy.c
[14/34] Compiling reader.c
[15/34] Compiling parser.c
[16/34] Compiling emitter.c
[17/34] Compiling api.c
[18/34] Write swift-version-24593BA9C3E375BF.txt
[19/34] Compiling scanner.c
[21/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
[22/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
[23/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
[24/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
[25/62] 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
[26/62] 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
[29/63] Wrapping AST for SwiftSyntax509 for debugging
[30/63] Wrapping AST for SwiftSyntax600 for debugging
[31/63] Wrapping AST for SwiftSyntax510 for debugging
[33/127] Compiling SwiftSyntax Convenience.swift
[34/127] Compiling SwiftSyntax CustomTraits.swift
[35/129] Emitting module Yams
[36/129] Compiling SwiftSyntax MemoryLayout.swift
[37/129] Compiling SwiftSyntax MissingNodeInitializers.swift
[38/129] Compiling SwiftSyntax RawSyntax.swift
[39/129] Compiling SwiftSyntax Identifier.swift
[40/129] Compiling SwiftSyntax SourcePresence.swift
[41/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[43/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
[44/129] Compiling SwiftSyntax SourceEdit.swift
[45/129] Compiling SwiftSyntax SourceLength.swift
[46/129] Compiling SwiftSyntax SourceLocation.swift
[47/129] Compiling Yams YamlError.swift
[48/129] Compiling Yams YamlTagProviding.swift
[49/129] Compiling SwiftSyntax Assert.swift
[50/129] Compiling SwiftSyntax BumpPtrAllocator.swift
[51/129] Compiling SwiftSyntax CommonAncestor.swift
[52/129] Compiling SwiftSyntax AbsolutePosition.swift
[53/129] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[54/129] 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
<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
<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
<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
<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
[73/138] Wrapping AST for Yams for debugging
[75/138] 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
[76/138] 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
[77/138] 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
[78/138] 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
[79/138] 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
[80/138] 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
[81/138] 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
[82/138] 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
[83/138] 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
[84/138] 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
[85/138] 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
[86/138] 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
[87/138] 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
[88/138] 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
[89/138] 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
[90/138] 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
[91/138] 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
[92/138] 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
[93/138] 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
[94/138] 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
[95/138] 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
[96/138] 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
[97/138] 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
[98/138] 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
[99/138] 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
[100/138] 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
[101/138] 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
[102/138] 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
[103/138] 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
[104/138] 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
[105/138] 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
[106/138] 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
[107/138] 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
[108/138] 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
[109/138] 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
[110/138] 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
[111/138] 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
<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
[115/138] 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
[116/138] 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
[117/138] 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
[118/138] 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
[119/138] 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
[120/138] 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
[121/138] 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
[122/138] 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
[123/138] 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
[124/138] 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
[125/138] 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
[126/138] 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
[127/138] 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
[128/138] 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
[129/139] Wrapping AST for SwiftSyntax for debugging
[131/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
[132/197] 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
[133/197] 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
[134/197] 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
[135/197] 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
[136/197] 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
[137/197] 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
[138/197] 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
[139/197] Compiling SwiftDiagnostics 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
[140/197] Compiling SwiftDiagnostics Diagnostic.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/197] 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/197] 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
[143/197] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.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/197] Compiling SwiftDiagnostics BasicDiagnosticDecorator.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
[145/197] 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
[147/198] 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
[148/198] 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
[149/199] Wrapping AST for SwiftDiagnostics for debugging
[150/199] Wrapping AST for SwiftBasicFormat for debugging
[152/199] 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
[153/204] 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
[154/204] 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
[155/204] 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
[156/204] 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
[157/204] 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
[158/204] 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
<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
[163/204] 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
[164/204] 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
[165/204] 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
[166/204] 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
[167/204] 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
[168/204] 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
[169/204] 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
[170/204] 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
[171/204] 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
[172/204] 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
[173/204] 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
[174/204] 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
[175/204] 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
[176/204] 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
[177/204] 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
[178/204] 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
[179/204] 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
[180/204] 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
[181/204] 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
[182/204] 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
[183/204] 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
[184/204] 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
[185/204] 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
[186/204] 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
[187/204] 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
[188/204] 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
[189/204] 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
[190/204] 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
[191/204] 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
[192/204] 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
[193/204] 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
[194/204] 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
[195/204] 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
[196/204] 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
[197/204] 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
[198/205] Wrapping AST for SwiftParser for debugging
[200/218] 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
[201/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
[202/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
[203/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
[204/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
[205/219] 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
[206/219] 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
[207/219] 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
[208/219] 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
[209/219] 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
[210/219] 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
[211/219] 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
[212/219] 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
[213/219] 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
[214/220] Wrapping AST for SwiftParserDiagnostics for debugging
[216/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
[217/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
[218/236] 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
[219/236] 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
[220/236] 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
[221/236] 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
[222/236] 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
[223/236] 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
[224/236] 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
[225/236] 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
[226/236] 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
[227/236] 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
[228/236] 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
[229/236] 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
[230/236] 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
[231/236] 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
[232/237] Wrapping AST for SwiftSyntaxBuilder for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[234/256] Emitting module SwiftReload
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
/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/FileSystem.swift:690:13: error: cannot find type 'dirent' in scope
688 |
689 | #if !os(Windows)
690 |   extension dirent {
    |             `- error: cannot find type 'dirent' in scope
691 |     /// Get the directory name.
692 |     ///
/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 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:63:23: note: var declared here
 61 | #if __ANDROID_API__ >= 23
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
    |                       `- note: var declared here
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
 65 |
/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))
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:64:23: note: var declared here
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
    |                       `- note: var declared here
 65 |
 66 | /* C99 and earlier plus current C++ standards say these must be macros. */
[235/258] Compiling SwiftReload CommandPatcher.swift
[236/258] Compiling SwiftReload Patcher.swift
[237/258] Compiling SwiftReload PatcherState.swift
[238/258] 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 |
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:26: error: cannot find 'dlopen' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                          `- error: cannot find 'dlopen' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:39: error: cannot find 'RTLD_NOW' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                                       `- error: cannot find 'RTLD_NOW' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:168:41: error: cannot find 'dlerror' in scope
166 |         let loadResult = dlopen(path, RTLD_NOW)
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
    |                                         `- error: cannot find 'dlerror' in scope
169 |             throw LoadLibraryError.dlopenError(error)
170 |         }
[239/258] 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 |
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:26: error: cannot find 'dlopen' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                          `- error: cannot find 'dlopen' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:39: error: cannot find 'RTLD_NOW' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                                       `- error: cannot find 'RTLD_NOW' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:168:41: error: cannot find 'dlerror' in scope
166 |         let loadResult = dlopen(path, RTLD_NOW)
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
    |                                         `- error: cannot find 'dlerror' in scope
169 |             throw LoadLibraryError.dlopenError(error)
170 |         }
[240/258] 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 |
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:26: error: cannot find 'dlopen' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                          `- error: cannot find 'dlopen' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:39: error: cannot find 'RTLD_NOW' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                                       `- error: cannot find 'RTLD_NOW' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:168:41: error: cannot find 'dlerror' in scope
166 |         let loadResult = dlopen(path, RTLD_NOW)
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
    |                                         `- error: cannot find 'dlerror' in scope
169 |             throw LoadLibraryError.dlopenError(error)
170 |         }
[241/258] Compiling SwiftReload ByteString.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
[242/258] Compiling SwiftReload Condition.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
[243/258] Compiling SwiftReload FSWatch.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
[244/258] 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 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:63:23: note: var declared here
 61 | #if __ANDROID_API__ >= 23
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
    |                       `- note: var declared here
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
 65 |
/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))
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:64:23: note: var declared here
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
    |                       `- note: var declared here
 65 |
 66 | /* C99 and earlier plus current C++ standards say these must be macros. */
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:759:36: error: cannot find 'errno' in scope
757 |   public init(_ path: AbsolutePath, closeOnDeinit: Bool = true, buffered: Bool = true) throws {
758 |     guard let filePointer = fopen(path.pathString, "wb") else {
759 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
760 |     }
761 |     self.path = path
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:787:12: error: cannot find 'errno' in scope
785 |       let n = fwrite(&contents, 1, contents.count, filePointer)
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
788 |         errorDetected(code: errno)
789 |       } else if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:788:29: error: cannot find 'errno' in scope
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
788 |         errorDetected(code: errno)
    |                             `- error: cannot find 'errno' in scope
789 |       } else if n != contents.count {
790 |         errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:801:14: error: cannot find 'errno' in scope
799 |         let n = fwrite(bytesPtr.baseAddress!, 1, bytesPtr.count, filePointer)
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
    |              `- error: cannot find 'errno' in scope
802 |           errorDetected(code: errno)
803 |         } else if n != bytesPtr.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:802:31: error: cannot find 'errno' in scope
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
802 |           errorDetected(code: errno)
    |                               `- error: cannot find 'errno' in scope
803 |         } else if n != bytesPtr.count {
804 |           errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[245/258] 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 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:63:23: note: var declared here
 61 | #if __ANDROID_API__ >= 23
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
    |                       `- note: var declared here
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
 65 |
/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))
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:64:23: note: var declared here
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
    |                       `- note: var declared here
 65 |
 66 | /* C99 and earlier plus current C++ standards say these must be macros. */
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:759:36: error: cannot find 'errno' in scope
757 |   public init(_ path: AbsolutePath, closeOnDeinit: Bool = true, buffered: Bool = true) throws {
758 |     guard let filePointer = fopen(path.pathString, "wb") else {
759 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
760 |     }
761 |     self.path = path
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:787:12: error: cannot find 'errno' in scope
785 |       let n = fwrite(&contents, 1, contents.count, filePointer)
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
788 |         errorDetected(code: errno)
789 |       } else if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:788:29: error: cannot find 'errno' in scope
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
788 |         errorDetected(code: errno)
    |                             `- error: cannot find 'errno' in scope
789 |       } else if n != contents.count {
790 |         errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:801:14: error: cannot find 'errno' in scope
799 |         let n = fwrite(bytesPtr.baseAddress!, 1, bytesPtr.count, filePointer)
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
    |              `- error: cannot find 'errno' in scope
802 |           errorDetected(code: errno)
803 |         } else if n != bytesPtr.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:802:31: error: cannot find 'errno' in scope
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
802 |           errorDetected(code: errno)
    |                               `- error: cannot find 'errno' in scope
803 |         } else if n != bytesPtr.count {
804 |           errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[246/258] Compiling SwiftReload ProjectExtractor.swift
[247/258] Compiling SwiftReload SwiftPMProjectExtractor.swift
[248/258] Compiling SwiftReload SyntaxDiff.swift
[249/258] 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 |
[250/258] 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 |
[251/258] 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)
[252/258] 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)
[253/258] 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.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:690:13: error: cannot find type 'dirent' in scope
688 |
689 | #if !os(Windows)
690 |   extension dirent {
    |             `- error: cannot find type 'dirent' in scope
691 |     /// Get the directory name.
692 |     ///
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:496:36: error: cannot find 'errno' in scope
494 |     // Open the file.
495 |     guard let fp = fopen(path.pathString, "rb") else {
496 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
497 |     }
498 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:506:12: error: cannot find 'errno' in scope
504 |       let n = fread(&tmpBuffer, 1, tmpBuffer.count, fp)
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
507 |         throw FileSystemError(.ioError(code: errno), path)
508 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:507:46: error: cannot find 'errno' in scope
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
507 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
508 |       }
509 |       if n == 0 {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:525:36: error: cannot find 'errno' in scope
523 |     // Open the file.
524 |     guard let fp = fopen(path.pathString, "wb") else {
525 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
526 |     }
527 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:534:12: error: cannot find 'errno' in scope
532 |       let n = fwrite(&contents, 1, contents.count, fp)
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
535 |         throw FileSystemError(.ioError(code: errno), path)
536 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:535:46: error: cannot find 'errno' in scope
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
535 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
536 |       }
537 |       if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[254/258] 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.
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:690:13: error: cannot find type 'dirent' in scope
688 |
689 | #if !os(Windows)
690 |   extension dirent {
    |             `- error: cannot find type 'dirent' in scope
691 |     /// Get the directory name.
692 |     ///
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:496:36: error: cannot find 'errno' in scope
494 |     // Open the file.
495 |     guard let fp = fopen(path.pathString, "rb") else {
496 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
497 |     }
498 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:506:12: error: cannot find 'errno' in scope
504 |       let n = fread(&tmpBuffer, 1, tmpBuffer.count, fp)
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
507 |         throw FileSystemError(.ioError(code: errno), path)
508 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:507:46: error: cannot find 'errno' in scope
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
507 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
508 |       }
509 |       if n == 0 {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:525:36: error: cannot find 'errno' in scope
523 |     // Open the file.
524 |     guard let fp = fopen(path.pathString, "wb") else {
525 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
526 |     }
527 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:534:12: error: cannot find 'errno' in scope
532 |       let n = fwrite(&contents, 1, contents.count, fp)
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
535 |         throw FileSystemError(.ioError(code: errno), path)
536 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:535:46: error: cannot find 'errno' in scope
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
535 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
536 |       }
537 |       if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/15] Write swift-version-24593BA9C3E375BF.txt
[2/38] Emitting module SwiftSyntax510
[3/38] Compiling SwiftSyntax510 Empty.swift
[4/42] Compiling SwiftSyntax600 Empty.swift
[5/42] Emitting module SwiftSyntax600
[6/43] Emitting module SwiftSyntax509
[7/43] Compiling SwiftSyntax509 Empty.swift
[11/41] Emitting module Yams
[12/43] Compiling Yams Tag.swift
[13/43] Compiling Yams YamlAnchorProviding.swift
[14/43] Compiling Yams Mark.swift
[15/43] Compiling Yams Node.Alias.swift
[16/43] Compiling Yams Node.Mapping.swift
[17/43] Compiling Yams Node.Scalar.swift
[18/43] Compiling Yams Node.Sequence.swift
[19/43] Compiling Yams Node.swift
[20/66] Compiling SwiftSyntax SyntaxHashable.swift
[21/66] Compiling SwiftSyntax SyntaxIdentifier.swift
[22/66] Compiling SwiftSyntax SyntaxNodeFactory.swift
[23/107] Compiling SwiftSyntax SyntaxNodeStructure.swift
[24/107] Compiling SwiftSyntax SyntaxProtocol.swift
[25/107] Compiling SwiftSyntax SourcePresence.swift
[26/107] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[27/107] Compiling SwiftSyntax Syntax.swift
[28/107] Compiling SwiftSyntax SyntaxArena.swift
[29/107] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[30/107] Compiling SwiftSyntax SourceEdit.swift
[31/107] Compiling SwiftSyntax SourceLength.swift
[32/107] Compiling SwiftSyntax SourceLocation.swift
[33/108] Wrapping AST for Yams for debugging
[35/108] Compiling SwiftSyntax MemoryLayout.swift
[36/108] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/108] Compiling SwiftSyntax RawSyntax.swift
[38/108] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/108] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/108] Compiling SwiftSyntax RawSyntaxTokenView.swift
[49/108] Compiling SwiftSyntax SyntaxChildren.swift
[50/108] Compiling SwiftSyntax SyntaxCollection.swift
[53/116] Emitting module SwiftSyntax
[54/116] Compiling SwiftSyntax SyntaxKind.swift
[55/116] Compiling SwiftSyntax SyntaxRewriter.swift
[56/116] Compiling SwiftSyntax SyntaxTraits.swift
[57/116] Compiling SwiftSyntax SyntaxVisitor.swift
[58/116] Compiling SwiftSyntax TokenKind.swift
[59/116] Compiling SwiftSyntax Tokens.swift
[60/116] Compiling SwiftSyntax TriviaPieces.swift
[61/116] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[62/116] Compiling SwiftSyntax RawSyntaxNodesC.swift
[63/116] Compiling SwiftSyntax RawSyntaxNodesD.swift
[64/116] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[65/116] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[66/116] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[67/116] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[68/116] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[69/116] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[70/116] Compiling SwiftSyntax RawSyntaxValidation.swift
[71/116] Compiling SwiftSyntax SyntaxNodesAB.swift
[72/116] Compiling SwiftSyntax AbsolutePosition.swift
[73/116] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[74/116] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[75/116] Compiling SwiftSyntax Assert.swift
[76/116] Compiling SwiftSyntax BumpPtrAllocator.swift
[77/116] Compiling SwiftSyntax CommonAncestor.swift
[78/116] Compiling SwiftSyntax Convenience.swift
[79/116] Compiling SwiftSyntax CustomTraits.swift
[80/116] Compiling SwiftSyntax Identifier.swift
[84/116] Compiling SwiftSyntax SyntaxText.swift
[85/116] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[86/116] Compiling SwiftSyntax TokenDiagnostic.swift
[87/116] Compiling SwiftSyntax TokenSequence.swift
[88/116] Compiling SwiftSyntax TokenSyntax.swift
[89/116] Compiling SwiftSyntax Trivia.swift
[90/116] Compiling SwiftSyntax Utils.swift
[91/116] Compiling SwiftSyntax ChildNameForKeyPath.swift
[92/116] Compiling SwiftSyntax Keyword.swift
[93/116] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[94/116] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[95/116] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[96/116] Compiling SwiftSyntax SyntaxBaseNodes.swift
[97/116] Compiling SwiftSyntax SyntaxCollections.swift
[98/116] Compiling SwiftSyntax SyntaxEnum.swift
[99/116] Compiling SwiftSyntax SyntaxNodesC.swift
[100/116] Compiling SwiftSyntax SyntaxNodesD.swift
[101/116] Compiling SwiftSyntax SyntaxNodesEF.swift
[102/116] Compiling SwiftSyntax SyntaxNodesGHI.swift
[103/116] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[104/116] Compiling SwiftSyntax SyntaxNodesOP.swift
[105/116] Compiling SwiftSyntax SyntaxNodesQRS.swift
[106/116] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[108/173] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[109/173] Compiling SwiftDiagnostics Message.swift
[110/174] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/174] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[112/174] Compiling SwiftParser Attributes.swift
[113/174] Compiling SwiftParser Availability.swift
[114/174] Emitting module SwiftDiagnostics
[115/174] Compiling SwiftDiagnostics Note.swift
[116/174] Compiling SwiftParser CharacterInfo.swift
[117/174] Compiling SwiftParser CollectionNodes+Parsable.swift
[118/174] Compiling SwiftBasicFormat InferIndentation.swift
[119/174] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/174] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[121/174] Compiling SwiftDiagnostics FixIt.swift
[122/174] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[123/175] Emitting module SwiftBasicFormat
[124/175] Compiling SwiftBasicFormat BasicFormat.swift
[127/174] Compiling SwiftParser Modifiers.swift
[128/174] Compiling SwiftParser Names.swift
[129/174] Compiling SwiftParser Nominals.swift
[130/174] Compiling SwiftParser Parameters.swift
[131/174] Compiling SwiftParser ParseSourceFile.swift
[132/174] Compiling SwiftParser Parser.swift
[133/179] Compiling SwiftParser LexemeSequence.swift
[134/179] Compiling SwiftParser Lexer.swift
[135/179] Compiling SwiftParser RegexLiteralLexer.swift
[136/179] Compiling SwiftParser UnicodeScalarExtensions.swift
[137/179] Compiling SwiftParser Lookahead.swift
[138/179] Compiling SwiftParser LoopProgressCondition.swift
[139/179] Emitting module SwiftParser
[140/179] Compiling SwiftParser Patterns.swift
[141/179] Compiling SwiftParser Recovery.swift
[142/179] Compiling SwiftParser Specifiers.swift
[143/179] Compiling SwiftParser Statements.swift
[144/179] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[145/179] Compiling SwiftParser StringLiterals.swift
[146/179] Compiling SwiftParser TokenSpec.swift
[147/179] Compiling SwiftParser TokenSpecSet.swift
[148/179] Compiling SwiftParser TopLevel.swift
[149/179] Compiling SwiftParser TriviaParser.swift
[150/179] Compiling SwiftParser Types.swift
[151/179] Compiling SwiftParser SwiftParserCompatibility.swift
[152/179] Compiling SwiftParser SwiftVersion.swift
[153/179] Compiling SwiftParser SyntaxUtils.swift
[154/179] Compiling SwiftParser TokenConsumer.swift
[155/179] Compiling SwiftParser TokenPrecedence.swift
[160/179] Compiling SwiftParser Declarations.swift
[161/179] Compiling SwiftParser Directives.swift
[162/179] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[163/179] Compiling SwiftParser Expressions.swift
[164/179] Compiling SwiftParser IncrementalParseTransition.swift
[165/179] Compiling SwiftParser IsValidIdentifier.swift
[166/179] Compiling SwiftParser Cursor.swift
[167/179] Compiling SwiftParser Lexeme.swift
[168/179] Compiling SwiftParser ExperimentalFeatures.swift
[169/179] Compiling SwiftParser IsLexerClassified.swift
[170/179] Compiling SwiftParser LayoutNodes+Parsable.swift
[171/179] Compiling SwiftParser Parser+TokenSpecSet.swift
[172/179] Compiling SwiftParser TokenSpecStaticMembers.swift
[174/192] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[175/193] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[176/193] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[177/193] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[178/193] Compiling SwiftParserDiagnostics Utils.swift
[179/193] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[180/193] Compiling SwiftParserDiagnostics PresenceUtils.swift
[181/193] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[182/193] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[183/193] Compiling SwiftParserDiagnostics MissingNodesError.swift
[184/193] Compiling SwiftParserDiagnostics MissingTokenError.swift
[185/193] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[186/193] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[187/193] Emitting module SwiftParserDiagnostics
[189/208] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[190/208] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[191/208] Compiling SwiftSyntaxBuilder Indenter.swift
[192/208] Compiling SwiftSyntaxBuilder ListBuilder.swift
[193/208] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[194/208] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[195/209] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[196/209] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[197/209] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[198/209] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[199/209] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[200/209] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[201/209] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[202/209] Emitting module SwiftSyntaxBuilder
[203/209] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[204/209] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[206/228] 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 |
[207/228] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[208/230] Emitting module SwiftReload
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:690:13: error: cannot find type 'dirent' in scope
688 |
689 | #if !os(Windows)
690 |   extension dirent {
    |             `- error: cannot find type 'dirent' in scope
691 |     /// Get the directory name.
692 |     ///
[209/230] 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 |
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:26: error: cannot find 'dlopen' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                          `- error: cannot find 'dlopen' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:39: error: cannot find 'RTLD_NOW' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                                       `- error: cannot find 'RTLD_NOW' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:168:41: error: cannot find 'dlerror' in scope
166 |         let loadResult = dlopen(path, RTLD_NOW)
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
    |                                         `- error: cannot find 'dlerror' in scope
169 |             throw LoadLibraryError.dlopenError(error)
170 |         }
[210/230] 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 |
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:26: error: cannot find 'dlopen' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                          `- error: cannot find 'dlopen' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:39: error: cannot find 'RTLD_NOW' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                                       `- error: cannot find 'RTLD_NOW' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:168:41: error: cannot find 'dlerror' in scope
166 |         let loadResult = dlopen(path, RTLD_NOW)
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
    |                                         `- error: cannot find 'dlerror' in scope
169 |             throw LoadLibraryError.dlopenError(error)
170 |         }
[211/230] 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 |
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:26: error: cannot find 'dlopen' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                          `- error: cannot find 'dlopen' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:166:39: error: cannot find 'RTLD_NOW' in scope
164 |         return
165 |     #else
166 |         let loadResult = dlopen(path, RTLD_NOW)
    |                                       `- error: cannot find 'RTLD_NOW' in scope
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:168:41: error: cannot find 'dlerror' in scope
166 |         let loadResult = dlopen(path, RTLD_NOW)
167 |         if loadResult == nil {
168 |             let error = String(cString: dlerror())
    |                                         `- error: cannot find 'dlerror' in scope
169 |             throw LoadLibraryError.dlopenError(error)
170 |         }
[212/230] Compiling SwiftReload ProjectExtractor.swift
[213/230] Compiling SwiftReload SwiftPMProjectExtractor.swift
[214/230] Compiling SwiftReload SyntaxDiff.swift
[215/230] Compiling SwiftReload CommandPatcher.swift
[216/230] Compiling SwiftReload Patcher.swift
[217/230] Compiling SwiftReload PatcherState.swift
[218/230] Compiling SwiftReload PathUtils.swift
[219/230] Compiling SwiftReload ProcessEnv.swift
[220/230] Compiling SwiftReload ByteString.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
[221/230] Compiling SwiftReload Condition.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
[222/230] Compiling SwiftReload FSWatch.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FSWatch.swift:131:12: error: Implementation required
129 |     extension FSEventStream: _FileWatcher {}
130 | #else
131 |     #error("Implementation required")
    |            `- error: Implementation required
132 | #endif
133 |
[223/230] Compiling SwiftReload FileInfo.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:690:13: error: cannot find type 'dirent' in scope
688 |
689 | #if !os(Windows)
690 |   extension dirent {
    |             `- error: cannot find type 'dirent' in scope
691 |     /// Get the directory name.
692 |     ///
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:496:36: error: cannot find 'errno' in scope
494 |     // Open the file.
495 |     guard let fp = fopen(path.pathString, "rb") else {
496 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
497 |     }
498 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:506:12: error: cannot find 'errno' in scope
504 |       let n = fread(&tmpBuffer, 1, tmpBuffer.count, fp)
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
507 |         throw FileSystemError(.ioError(code: errno), path)
508 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:507:46: error: cannot find 'errno' in scope
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
507 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
508 |       }
509 |       if n == 0 {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:525:36: error: cannot find 'errno' in scope
523 |     // Open the file.
524 |     guard let fp = fopen(path.pathString, "wb") else {
525 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
526 |     }
527 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:534:12: error: cannot find 'errno' in scope
532 |       let n = fwrite(&contents, 1, contents.count, fp)
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
535 |         throw FileSystemError(.ioError(code: errno), path)
536 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:535:46: error: cannot find 'errno' in scope
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
535 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
536 |       }
537 |       if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[224/230] Compiling SwiftReload FileSystem.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:690:13: error: cannot find type 'dirent' in scope
688 |
689 | #if !os(Windows)
690 |   extension dirent {
    |             `- error: cannot find type 'dirent' in scope
691 |     /// Get the directory name.
692 |     ///
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:496:36: error: cannot find 'errno' in scope
494 |     // Open the file.
495 |     guard let fp = fopen(path.pathString, "rb") else {
496 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
497 |     }
498 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:506:12: error: cannot find 'errno' in scope
504 |       let n = fread(&tmpBuffer, 1, tmpBuffer.count, fp)
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
507 |         throw FileSystemError(.ioError(code: errno), path)
508 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:507:46: error: cannot find 'errno' in scope
505 |       if n < 0 {
506 |         if errno == EINTR { continue }
507 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
508 |       }
509 |       if n == 0 {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:525:36: error: cannot find 'errno' in scope
523 |     // Open the file.
524 |     guard let fp = fopen(path.pathString, "wb") else {
525 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
526 |     }
527 |     defer { fclose(fp) }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:534:12: error: cannot find 'errno' in scope
532 |       let n = fwrite(&contents, 1, contents.count, fp)
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
535 |         throw FileSystemError(.ioError(code: errno), path)
536 |       }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/FileSystem.swift:535:46: error: cannot find 'errno' in scope
533 |       if n < 0 {
534 |         if errno == EINTR { continue }
535 |         throw FileSystemError(.ioError(code: errno), path)
    |                                              `- error: cannot find 'errno' in scope
536 |       }
537 |       if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[225/230] Compiling SwiftReload WatcherUtils.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:759:36: error: cannot find 'errno' in scope
757 |   public init(_ path: AbsolutePath, closeOnDeinit: Bool = true, buffered: Bool = true) throws {
758 |     guard let filePointer = fopen(path.pathString, "wb") else {
759 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
760 |     }
761 |     self.path = path
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:787:12: error: cannot find 'errno' in scope
785 |       let n = fwrite(&contents, 1, contents.count, filePointer)
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
788 |         errorDetected(code: errno)
789 |       } else if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:788:29: error: cannot find 'errno' in scope
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
788 |         errorDetected(code: errno)
    |                             `- error: cannot find 'errno' in scope
789 |       } else if n != contents.count {
790 |         errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:801:14: error: cannot find 'errno' in scope
799 |         let n = fwrite(bytesPtr.baseAddress!, 1, bytesPtr.count, filePointer)
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
    |              `- error: cannot find 'errno' in scope
802 |           errorDetected(code: errno)
803 |         } else if n != bytesPtr.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:802:31: error: cannot find 'errno' in scope
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
802 |           errorDetected(code: errno)
    |                               `- error: cannot find 'errno' in scope
803 |         } else if n != bytesPtr.count {
804 |           errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[226/230] Compiling SwiftReload WritableByteStream.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:759:36: error: cannot find 'errno' in scope
757 |   public init(_ path: AbsolutePath, closeOnDeinit: Bool = true, buffered: Bool = true) throws {
758 |     guard let filePointer = fopen(path.pathString, "wb") else {
759 |       throw FileSystemError(errno: errno, path)
    |                                    `- error: cannot find 'errno' in scope
760 |     }
761 |     self.path = path
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:787:12: error: cannot find 'errno' in scope
785 |       let n = fwrite(&contents, 1, contents.count, filePointer)
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
    |            `- error: cannot find 'errno' in scope
788 |         errorDetected(code: errno)
789 |       } else if n != contents.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:788:29: error: cannot find 'errno' in scope
786 |       if n < 0 {
787 |         if errno == EINTR { continue }
788 |         errorDetected(code: errno)
    |                             `- error: cannot find 'errno' in scope
789 |       } else if n != contents.count {
790 |         errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:801:14: error: cannot find 'errno' in scope
799 |         let n = fwrite(bytesPtr.baseAddress!, 1, bytesPtr.count, filePointer)
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
    |              `- error: cannot find 'errno' in scope
802 |           errorDetected(code: errno)
803 |         } else if n != bytesPtr.count {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/WritableByteStream.swift:802:31: error: cannot find 'errno' in scope
800 |         if n < 0 {
801 |           if errno == EINTR { continue }
802 |           errorDetected(code: errno)
    |                               `- error: cannot find 'errno' in scope
803 |         } else if n != bytesPtr.count {
804 |           errorDetected(code: nil)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
BUILD FAILURE 6.1 android