The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Subtweak, reference main (9d9c8d), with Swift 6.1 for Linux on 27 Apr 2025 23:40:29 UTC.

Swift 6 data race errors: 12

Build Command

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

Build Log

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/juri/subtweak
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d9c8d4 Remove private(set) on SubEditor.subs
Cloned https://github.com/juri/subtweak.git
Revision (git rev-parse @):
9d9c8d4fae1e05840c220bbff76bd5368338e3e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/subtweak.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/juri/subtweak.git
https://github.com/juri/subtweak.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    }
  ],
  "manifest_display_name" : "Subtweak",
  "name" : "Subtweak",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SubtweakLib",
      "targets" : [
        "SubEdit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "subtweak",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Subtitles",
      "module_type" : "SwiftTarget",
      "name" : "Subtitles",
      "path" : "Sources/Subtitles",
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "Subtitle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SubEditTests",
      "module_type" : "SwiftTarget",
      "name" : "SubEditTests",
      "path" : "Tests/SubEditTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "AppendTests.swift",
        "InputOutputTests.swift",
        "InsertTests.swift",
        "ListGapsTests.swift",
        "RemoveTests.swift",
        "SetDurationTests.swift",
        "SetEndTests.swift",
        "SetStartTests.swift",
        "SetTextTests.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "SubEdit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SubEdit",
      "module_type" : "SwiftTarget",
      "name" : "SubEdit",
      "path" : "Sources/SubEdit",
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "Encoding.swift",
        "IO.swift",
        "SubEditor.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "Subtitles"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SRTParseTests",
      "module_type" : "SwiftTarget",
      "name" : "SRTParseTests",
      "path" : "Tests/SRTParseTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "ConversionTests.swift",
        "SRTTests.swift"
      ],
      "target_dependencies" : [
        "SRTParse"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRTParse",
      "module_type" : "SwiftTarget",
      "name" : "SRTParse",
      "path" : "Sources/SRTParse",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "Conversion.swift",
        "DocumentIO.swift",
        "SRT.swift"
      ],
      "target_dependencies" : [
        "Subtitles"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "subtweak"
      ],
      "sources" : [
        "CommandLine.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "SubEdit"
      ],
      "type" : "executable"
    }
  ],
  "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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-parsing.git
[1/14950] Fetching swift-argument-parser
[14951/19531] Fetching swift-argument-parser, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (1.14s)
[1/97881] Fetching swift-parsing
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.46s)
Fetched https://github.com/pointfreeco/swift-parsing.git from cache (5.58s)
Computing version for https://github.com/pointfreeco/swift-parsing.git
Computed https://github.com/pointfreeco/swift-parsing.git at 0.14.1 (6.99s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4368] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.56s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.24s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.55s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.97s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (2.32s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70233] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.03s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (7.55s)
Creating working copy for https://github.com/pointfreeco/swift-parsing.git
Working copy of https://github.com/pointfreeco/swift-parsing.git resolved at 0.14.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/61] Write sources
[28/61] Compiling _SwiftSyntaxCShims dummy.c
[29/61] Write swift-version-24593BA9C3E375BF.txt
[31/92] 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
[32/92] 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
[33/92] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/94] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/94] Compiling SwiftSyntax601 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
[36/95] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/95] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/95] Emitting module ArgumentParserToolInfo
[39/95] Compiling ArgumentParserToolInfo ToolInfo.swift
[40/96] 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
[41/96] 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
[43/97] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/97] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/97] 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
[47/98] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/98] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/98] 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
[51/99] Wrapping AST for ArgumentParserToolInfo for debugging
[52/99] Wrapping AST for SwiftSyntax601 for debugging
[53/99] Wrapping AST for SwiftSyntax600 for debugging
[55/99] Wrapping AST for SwiftSyntax510 for debugging
[56/201] Wrapping AST for SwiftSyntax509 for debugging
[58/201] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/201] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/201] Compiling Subtitles Subtitle.swift
[61/201] Emitting module Subtitles
[62/202] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/202] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/202] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/202] 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
[66/202] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/202] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/202] Wrapping AST for Subtitles for debugging
[70/202] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/202] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/202] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/202] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/202] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/202] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/203] Wrapping AST for IssueReporting for debugging
[78/206] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/206] Compiling SwiftSyntax AbsolutePosition.swift
[83/206] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[85/211] Compiling SwiftSyntax SyntaxIdentifier.swift
[86/211] Compiling SwiftSyntax SyntaxNodeFactory.swift
[87/211] Compiling SwiftSyntax SyntaxNodeStructure.swift
[88/211] Compiling SwiftSyntax SyntaxProtocol.swift
[89/211] Compiling SwiftSyntax SyntaxText.swift
[90/211] Emitting module ArgumentParser
[97/211] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/211] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/212] Compiling SwiftSyntax CustomTraits.swift
[104/212] Wrapping AST for XCTestDynamicOverlay for debugging
[106/222] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[107/222] Compiling SwiftSyntax TokenDiagnostic.swift
[108/222] Compiling SwiftSyntax TokenSequence.swift
[109/222] Compiling SwiftSyntax TokenSyntax.swift
[110/222] Compiling SwiftSyntax Trivia.swift
[111/222] Compiling SwiftSyntax EditorPlaceholder.swift
[112/222] Compiling SwiftSyntax SourceLocation.swift
[113/222] Compiling SwiftSyntax SourcePresence.swift
[114/222] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[115/222] Compiling SwiftSyntax Syntax.swift
[116/222] Compiling SwiftSyntax SyntaxArena.swift
[117/222] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[118/222] Compiling SwiftSyntax SyntaxChildren.swift
[119/222] Compiling SwiftSyntax SyntaxCollection.swift
[120/222] Compiling SwiftSyntax SyntaxHashable.swift
[121/222] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/223] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/223] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/223] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/223] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/223] Compiling ArgumentParser CollectionExtensions.swift
[127/223] Compiling ArgumentParser Platform.swift
[128/223] Compiling ArgumentParser SequenceExtensions.swift
[129/223] Compiling ArgumentParser StringExtensions.swift
[130/223] Compiling ArgumentParser Tree.swift
[131/224] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/224] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/224] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/224] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/224] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/224] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/225] Wrapping AST for ArgumentParser for debugging
[139/225] Wrapping AST for CasePathsCore for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[168/234] 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
[169/234] 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
[170/234] 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
[171/234] 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
[172/234] 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
[173/234] 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
[174/234] 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
[175/234] 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
[176/234] 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
[177/234] 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
[178/234] 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
[179/234] 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
[180/234] 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
[181/234] 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
[182/234] 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
[183/234] 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
[184/234] 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
[185/234] 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
[186/234] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[202/234] 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
[203/234] 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
[204/234] 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
[205/234] 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
[206/234] 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
[207/234] 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
[208/234] 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
[209/234] 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
[210/234] 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
[211/234] 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
[212/234] 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
[213/234] 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
[214/235] Wrapping AST for SwiftSyntax for debugging
[216/293] 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
[217/294] 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
[218/294] 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
[219/294] 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
[220/294] 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
[221/294] 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
[222/294] 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
[223/294] Compiling SwiftBasicFormat 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
[224/294] 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
[225/294] 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
[226/294] 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
[227/294] 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
[228/294] 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
[229/294] 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
[230/294] 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
[231/294] 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
[233/295] 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
[234/295] 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
[235/296] Wrapping AST for SwiftDiagnostics for debugging
[236/296] Wrapping AST for SwiftBasicFormat for debugging
[238/296] 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
[239/296] 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
[240/296] 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
[241/296] 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
[242/296] 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
[243/296] 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
[244/301] 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
[245/301] 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
[246/301] 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
[247/301] 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
[248/301] 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
[249/301] 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
[250/301] 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
[251/301] 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
[252/301] 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
[253/301] 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
[254/301] 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
[255/301] 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
[256/301] 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
[257/301] 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
[258/301] 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
[259/301] 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
[260/301] 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
[261/301] 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
[262/301] 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
[263/301] 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
[264/301] 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
[265/301] 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
[266/301] 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
[267/301] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/301] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/301] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/301] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/301] 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
[272/301] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/301] 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
[278/301] 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
[279/301] 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
[280/301] 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
[281/301] 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
[282/301] 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
[283/301] 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
[284/302] Wrapping AST for SwiftParser for debugging
[286/325] 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
[287/326] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/326] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[289/326] 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
[290/326] 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
[291/326] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/326] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/326] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/327] 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
[295/327] 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
[296/327] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[297/327] 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
[298/327] 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
[299/327] 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
[300/327] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[301/328] Wrapping AST for SwiftOperators for debugging
[303/328] 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
[304/328] 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
[305/328] 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
[306/328] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[311/328] 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
[312/328] 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
[313/329] Wrapping AST for SwiftParserDiagnostics for debugging
[315/344] 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
[316/344] 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
[317/345] 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
[318/345] 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
[319/345] 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
[320/345] 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
[321/345] 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
[322/345] 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
[323/345] 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
[324/345] 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
[325/345] 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
[326/345] 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
[327/345] 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
[328/345] 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
[329/345] 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
[330/345] 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
[331/346] Wrapping AST for SwiftSyntaxBuilder for debugging
[333/363] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[334/363] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[335/363] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[336/363] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[337/365] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[338/365] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[339/365] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[340/365] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[341/365] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[342/365] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[343/365] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[344/365] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[345/365] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[346/365] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[347/365] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[348/365] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[349/365] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[350/365] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[351/365] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[352/366] Wrapping AST for SwiftSyntaxMacros for debugging
[354/375] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[355/376] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[356/376] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[357/376] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[358/376] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[359/376] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[360/376] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[361/376] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/376] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[363/376] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[364/377] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[366/389] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[367/389] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[368/390] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[369/390] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[370/390] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[371/390] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[372/390] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[373/390] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[374/390] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[375/390] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[376/390] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[377/390] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[378/390] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[379/391] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[381/393] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[382/393] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[383/394] Wrapping AST for SwiftCompilerPlugin for debugging
[385/397] Compiling CasePathsMacros Plugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[386/397] Emitting module CasePathsMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[387/397] Compiling CasePathsMacros CasePathableMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[388/398] Wrapping AST for CasePathsMacros for debugging
[389/398] Write Objects.LinkFileList
[390/398] Linking CasePathsMacros-tool
[392/405] Compiling CasePaths Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[393/405] Compiling CasePaths Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[394/405] Compiling CasePaths LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[395/405] Compiling CasePaths XCTestSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[396/405] Compiling CasePaths Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[397/405] Compiling CasePaths EnumReflection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[398/405] Emitting module CasePaths
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[399/406] Wrapping AST for CasePaths for debugging
[401/473] Compiling Parsing Identity.swift
[402/473] Compiling Parsing JSON.swift
[403/473] Compiling Parsing LosslessStringConvertible.swift
[404/473] Compiling Parsing Memberwise.swift
[405/473] Compiling Parsing ParseableFormatStyleConversion.swift
[406/473] Compiling Parsing RawRepresentable.swift
[407/473] Compiling Parsing String.swift
[408/473] Compiling Parsing Substring.swift
[409/473] Compiling Parsing UTF8View.swift
[410/473] Compiling Parsing ConvertingError.swift
[411/482] Compiling Parsing OneOfBuilder.swift
[412/482] Compiling Parsing ParserBuilder.swift
[413/482] Compiling Parsing Conversion.swift
[414/482] Compiling Parsing AnyConversion.swift
[415/482] Compiling Parsing BinaryFloatingPoint.swift
[416/482] Compiling Parsing ConversionMap.swift
[417/482] Compiling Parsing Conversions.swift
[418/482] Compiling Parsing Data.swift
[419/482] Compiling Parsing Enum.swift
[420/482] Compiling Parsing FixedWidthInteger.swift
[421/482] Compiling Parsing OneOf.swift
[422/482] Compiling Parsing OneOfMany.swift
[423/482] Compiling Parsing Optional.swift
[424/482] Compiling Parsing Optionally.swift
[425/482] Compiling Parsing Parse.swift
[426/482] Compiling Parsing ParseableFormatStyle.swift
[427/482] Compiling Parsing Peek.swift
[428/482] Compiling Parsing Pipe.swift
[429/482] Compiling Parsing Prefix.swift
[430/482] Compiling Parsing CaseIterableRawRepresentable.swift
[431/482] Compiling Parsing CharacterSet.swift
[432/482] Compiling Parsing Conditional.swift
[433/482] Compiling Parsing Consumed.swift
[434/482] Compiling Parsing Digits.swift
[435/482] Compiling Parsing End.swift
[436/482] Compiling Parsing Fail.swift
[437/482] Compiling Parsing Filter.swift
[438/482] Compiling Parsing First.swift
[439/482] Compiling Parsing PrefixThrough.swift
[440/482] Compiling Parsing PrefixUpTo.swift
[441/482] Compiling Parsing Printing.swift
[442/482] Compiling Parsing Pullback.swift
[443/482] Compiling Parsing ReplaceError.swift
[444/482] Compiling Parsing Rest.swift
[445/482] Compiling Parsing Skip.swift
[446/482] Compiling Parsing StartsWith.swift
[447/482] Compiling Parsing UUID.swift
[448/482] Compiling Parsing CountingRange.swift
[449/482] Compiling Parsing EmptyInitializable.swift
[450/482] Compiling Parsing AnyEquatable.swift
[451/482] Compiling Parsing Deprecations.swift
[452/482] Compiling Parsing Parser.swift
[453/482] Compiling Parsing ParserPrinter.swift
[454/482] Compiling Parsing Always.swift
[455/482] Compiling Parsing AnyParserPrinter.swift
[456/482] Compiling Parsing Backtracking.swift
[457/482] Compiling Parsing Bool.swift
[458/482] Compiling Parsing Float.swift
[459/482] Compiling Parsing From.swift
[460/482] Compiling Parsing Int.swift
[461/482] Compiling Parsing Lazy.swift
[462/482] Compiling Parsing Literal.swift
[463/482] Compiling Parsing Many.swift
[464/482] Compiling Parsing Map.swift
[465/482] Compiling Parsing Newline.swift
[466/482] Compiling Parsing Not.swift
[467/482] Emitting module Parsing
[468/482] Compiling Parsing Whitespace.swift
[469/482] Compiling Parsing AnyParser.swift
[470/482] Compiling Parsing CompactMap.swift
[471/482] Compiling Parsing FlatMap.swift
[472/482] Compiling Parsing Parsers.swift
[473/482] Compiling Parsing Stream.swift
[474/482] Compiling Parsing ParsingError.swift
[475/482] Compiling Parsing PrependableCollection.swift
[476/482] Compiling Parsing PrintingError.swift
[477/483] Wrapping AST for Parsing for debugging
[479/487] Compiling SRTParse Conversion.swift
[480/487] Compiling SRTParse DocumentIO.swift
[481/487] Emitting module SRTParse
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:34:12: warning: let 'timestamp' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>' may have shared mutable state; this is an error in the Swift 6 language mode
 32 |
 33 | /// Parser for a SRT timestamp.
 34 | public let timestamp = ParsePrint(input: Substring.self) {
    |            `- warning: let 'timestamp' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     Digits(2)
 36 |     ":"
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Map.swift:121:17: note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
119 |   /// You will not typically need to interact with this type directly. Instead you will usually use
120 |   /// the ``Parser/map(_:)-4hsj5`` operation, which constructs this type.
121 |   public struct MapConversion<Upstream: ParserPrinter, Downstream: Conversion>: ParserPrinter
    |                 `- note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
122 |   where Downstream.Input == Upstream.Output {
123 |     public let upstream: Upstream
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
  1 | import Foundation
  2 | import Parsing
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
  3 |
  4 | /*
    :
 32 |
 33 | /// Parser for a SRT timestamp.
 34 | public let timestamp = ParsePrint(input: Substring.self) {
    |            |- note: add '@MainActor' to make let 'timestamp' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 35 |     Digits(2)
 36 |     ":"
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:76:5: warning: let 'subtitle' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>' (aka 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>') may have shared mutable state; this is an error in the Swift 6 language mode
 74 | }
 75 |
 76 | let subtitle = ParsePrint(input: Substring.self) {
    |     |- warning: let 'subtitle' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>' (aka 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: add '@MainActor' to make let 'subtitle' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |     Int.parser()
 78 |     "\n"
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Map.swift:121:17: note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
119 |   /// You will not typically need to interact with this type directly. Instead you will usually use
120 |   /// the ``Parser/map(_:)-4hsj5`` operation, which constructs this type.
121 |   public struct MapConversion<Upstream: ParserPrinter, Downstream: Conversion>: ParserPrinter
    |                 `- note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
122 |   where Downstream.Input == Upstream.Output {
123 |     public let upstream: Upstream
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:96:5: warning: let 'subtitles' is not concurrency-safe because non-'Sendable' type 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>' (aka 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>') may have shared mutable state; this is an error in the Swift 6 language mode
 94 | )
 95 |
 96 | let subtitles = Many {
    |     |- warning: let 'subtitles' is not concurrency-safe because non-'Sendable' type 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>' (aka 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>') may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: add '@MainActor' to make let 'subtitles' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 |     subtitle
 98 | }
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Many.swift:75:15: note: generic struct 'Many' does not conform to the 'Sendable' protocol
 73 | /// //   |     ^ expected integer
 74 | /// ```
 75 | public struct Many<
    |               `- note: generic struct 'Many' does not conform to the 'Sendable' protocol
 76 |   Input, Element: Parser, Result, Separator: Parser, Terminator: Parser, Printability
 77 | >: Parser
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:100:5: warning: let 'subtitlesDocument' is not concurrency-safe because non-'Sendable' type 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>' (aka 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>') may have shared mutable state; this is an error in the Swift 6 language mode
 98 | }
 99 |
100 | let subtitlesDocument = ParsePrint {
    |     |- warning: let 'subtitlesDocument' is not concurrency-safe because non-'Sendable' type 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>' (aka 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: add '@MainActor' to make let 'subtitlesDocument' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     subtitles
102 |     Whitespace()
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Parse.swift:197:15: note: generic struct 'ParsePrint' does not conform to the 'Sendable' protocol
195 | /// `ParsePrint` is a type alias for the ``Parse`` parser with its underlying parser constrained to
196 | /// ``ParserPrinter``.
197 | public struct ParsePrint<Input, ParserPrinters: ParserPrinter>: ParserPrinter
    |               `- note: generic struct 'ParsePrint' does not conform to the 'Sendable' protocol
198 | where Input == ParserPrinters.Input {
199 |   public let parserPrinters: ParserPrinters
[482/487] Compiling SRTParse SRT.swift
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:34:12: warning: let 'timestamp' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>' may have shared mutable state; this is an error in the Swift 6 language mode
 32 |
 33 | /// Parser for a SRT timestamp.
 34 | public let timestamp = ParsePrint(input: Substring.self) {
    |            `- warning: let 'timestamp' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     Digits(2)
 36 |     ":"
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Map.swift:121:17: note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
119 |   /// You will not typically need to interact with this type directly. Instead you will usually use
120 |   /// the ``Parser/map(_:)-4hsj5`` operation, which constructs this type.
121 |   public struct MapConversion<Upstream: ParserPrinter, Downstream: Conversion>: ParserPrinter
    |                 `- note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
122 |   where Downstream.Input == Upstream.Output {
123 |     public let upstream: Upstream
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
  1 | import Foundation
  2 | import Parsing
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
  3 |
  4 | /*
    :
 32 |
 33 | /// Parser for a SRT timestamp.
 34 | public let timestamp = ParsePrint(input: Substring.self) {
    |            |- note: add '@MainActor' to make let 'timestamp' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 35 |     Digits(2)
 36 |     ":"
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:76:5: warning: let 'subtitle' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>' (aka 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>') may have shared mutable state; this is an error in the Swift 6 language mode
 74 | }
 75 |
 76 | let subtitle = ParsePrint(input: Substring.self) {
    |     |- warning: let 'subtitle' is not concurrency-safe because non-'Sendable' type 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>' (aka 'Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: add '@MainActor' to make let 'subtitle' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |     Int.parser()
 78 |     "\n"
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Map.swift:121:17: note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
119 |   /// You will not typically need to interact with this type directly. Instead you will usually use
120 |   /// the ``Parser/map(_:)-4hsj5`` operation, which constructs this type.
121 |   public struct MapConversion<Upstream: ParserPrinter, Downstream: Conversion>: ParserPrinter
    |                 `- note: generic struct 'MapConversion' does not conform to the 'Sendable' protocol
122 |   where Downstream.Input == Upstream.Output {
123 |     public let upstream: Upstream
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:96:5: warning: let 'subtitles' is not concurrency-safe because non-'Sendable' type 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>' (aka 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>') may have shared mutable state; this is an error in the Swift 6 language mode
 94 | )
 95 |
 96 | let subtitles = Many {
    |     |- warning: let 'subtitles' is not concurrency-safe because non-'Sendable' type 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>' (aka 'Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>') may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: add '@MainActor' to make let 'subtitles' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 |     subtitle
 98 | }
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Many.swift:75:15: note: generic struct 'Many' does not conform to the 'Sendable' protocol
 73 | /// //   |     ^ expected integer
 74 | /// ```
 75 | public struct Many<
    |               `- note: generic struct 'Many' does not conform to the 'Sendable' protocol
 76 |   Input, Element: Parser, Result, Separator: Parser, Terminator: Parser, Printability
 77 | >: Parser
/host/spi-builder-workspace/Sources/SRTParse/SRT.swift:100:5: warning: let 'subtitlesDocument' is not concurrency-safe because non-'Sendable' type 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>' (aka 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>') may have shared mutable state; this is an error in the Swift 6 language mode
 98 | }
 99 |
100 | let subtitlesDocument = ParsePrint {
    |     |- warning: let 'subtitlesDocument' is not concurrency-safe because non-'Sendable' type 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, String.SubSequence), Subtitle>>, [Subtitle], Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>' (aka 'ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<Many<Substring, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<From<Conversions.SubstringToUTF8View, Substring.UTF8View, Parsers.IntParser<Substring.UTF8View, Int>>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp)>, String>, Parsers.MapConversion<ParsePrint<Substring, ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<ParserBuilder<Substring>.Take2<ParserBuilder<Substring>.SkipSecond<Digits<Int, Conversions.SubstringToUTF8View>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int)>, String>, Digits<Int, Conversions.SubstringToUTF8View>>.Map<(Int, Int, Int)>, String>, Prefix<Substring>>.Map<(Int, Int, Int, Substring)>>, AnyConversion<(Int, Int, Int, Substring), Timestamp>>>.Map<(Int, Timestamp, Timestamp)>, String>, PrefixUpTo<Substring>>.Map<(Int, Timestamp, Timestamp, Substring)>, String>>, AnyConversion<(Int, Timestamp, Timestamp, Substring), Subtitle>>, Array<Subtitle>, Always<Substring, ()>, Always<Substring, ()>, ()>, From<Conversions.SubstringToUTF8View, Substring.UTF8View, Whitespace<PartialRangeFrom<Int>, Conversions.Identity<Substring.UTF8View>>>>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: add '@MainActor' to make let 'subtitlesDocument' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     subtitles
102 |     Whitespace()
/host/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/ParserPrinters/Parse.swift:197:15: note: generic struct 'ParsePrint' does not conform to the 'Sendable' protocol
195 | /// `ParsePrint` is a type alias for the ``Parse`` parser with its underlying parser constrained to
196 | /// ``ParserPrinter``.
197 | public struct ParsePrint<Input, ParserPrinters: ParserPrinter>: ParserPrinter
    |               `- note: generic struct 'ParsePrint' does not conform to the 'Sendable' protocol
198 | where Input == ParserPrinters.Input {
199 |   public let parserPrinters: ParserPrinters
[483/488] Wrapping AST for SRTParse for debugging
[485/492] Compiling SubEdit IO.swift
[486/492] Emitting module SubEdit
/host/spi-builder-workspace/Sources/SubEdit/SubEditor.swift:302:16: warning: stored property 'input' of 'Sendable'-conforming struct 'InputDecodingError' has non-sendable type 'Input'; this is an error in the Swift 6 language mode
300 | /// Error thrown when decoding of the input fails.
301 | public struct InputDecodingError: Error, Equatable {
302 |     public var input: Input
    |                `- warning: stored property 'input' of 'Sendable'-conforming struct 'InputDecodingError' has non-sendable type 'Input'; this is an error in the Swift 6 language mode
303 |
304 |     public init(input: Input) {
/host/spi-builder-workspace/Sources/SubEdit/IO.swift:4:13: note: consider making enum 'Input' conform to the 'Sendable' protocol
 2 |
 3 | /// Input source for subtitle editing.
 4 | public enum Input: Equatable {
   |             `- note: consider making enum 'Input' conform to the 'Sendable' protocol
 5 |     /// Read from standard input.
 6 |     case stdin
/host/spi-builder-workspace/Sources/SubEdit/SubEditor.swift:339:16: warning: stored property 'requestedTime' of 'Sendable'-conforming struct 'TimeOverlapError' has non-sendable type 'TimeOverlapError.TimeField'; this is an error in the Swift 6 language mode
329 | /// Error thrown when editor operation would result in overlapping subtitle times.
330 | public struct TimeOverlapError: Error, Equatable {
331 |     public enum TimeField: Equatable {
    |                 `- note: consider making enum 'TimeField' conform to the 'Sendable' protocol
332 |         case start(Duration)
333 |         case duration(Duration)
    :
337 |     public var targetNumber: Int
338 |     public var targetSub: Sub
339 |     public var requestedTime: TimeField
    |                `- warning: stored property 'requestedTime' of 'Sendable'-conforming struct 'TimeOverlapError' has non-sendable type 'TimeOverlapError.TimeField'; this is an error in the Swift 6 language mode
340 |     public var overlappingNumber: Int
341 |     public var overlappingSub: Sub
[487/492] Compiling SubEdit Encoding.swift
[488/492] Compiling SubEdit SubEditor.swift
/host/spi-builder-workspace/Sources/SubEdit/SubEditor.swift:302:16: warning: stored property 'input' of 'Sendable'-conforming struct 'InputDecodingError' has non-sendable type 'Input'; this is an error in the Swift 6 language mode
300 | /// Error thrown when decoding of the input fails.
301 | public struct InputDecodingError: Error, Equatable {
302 |     public var input: Input
    |                `- warning: stored property 'input' of 'Sendable'-conforming struct 'InputDecodingError' has non-sendable type 'Input'; this is an error in the Swift 6 language mode
303 |
304 |     public init(input: Input) {
/host/spi-builder-workspace/Sources/SubEdit/IO.swift:4:13: note: consider making enum 'Input' conform to the 'Sendable' protocol
 2 |
 3 | /// Input source for subtitle editing.
 4 | public enum Input: Equatable {
   |             `- note: consider making enum 'Input' conform to the 'Sendable' protocol
 5 |     /// Read from standard input.
 6 |     case stdin
/host/spi-builder-workspace/Sources/SubEdit/SubEditor.swift:339:16: warning: stored property 'requestedTime' of 'Sendable'-conforming struct 'TimeOverlapError' has non-sendable type 'TimeOverlapError.TimeField'; this is an error in the Swift 6 language mode
329 | /// Error thrown when editor operation would result in overlapping subtitle times.
330 | public struct TimeOverlapError: Error, Equatable {
331 |     public enum TimeField: Equatable {
    |                 `- note: consider making enum 'TimeField' conform to the 'Sendable' protocol
332 |         case start(Duration)
333 |         case duration(Duration)
    :
337 |     public var targetNumber: Int
338 |     public var targetSub: Sub
339 |     public var requestedTime: TimeField
    |                `- warning: stored property 'requestedTime' of 'Sendable'-conforming struct 'TimeOverlapError' has non-sendable type 'TimeOverlapError.TimeField'; this is an error in the Swift 6 language mode
340 |     public var overlappingNumber: Int
341 |     public var overlappingSub: Sub
[489/493] Wrapping AST for SubEdit for debugging
[491/495] Emitting module CLI
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  6 | @main
  7 | struct Edit: ParsableCommand {
  8 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |         commandName: "subtweak",
 10 |         abstract: "Edit SRT file.",
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:16:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 | struct Remove: ParsableCommand {
 16 |     static var configuration
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |         = CommandConfiguration(abstract: "Remove a subtitle entry from file.")
 18 |
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:37:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |
 36 | struct SetStart: ParsableCommand {
 37 |     static var configuration
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         = CommandConfiguration(abstract: "Set the start time of an entry.")
 39 |
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:64:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 62 |
 63 | struct SetDuration: ParsableCommand {
 64 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |         abstract: "Set the duration of an entry.",
 66 |         discussion: "See also set-end to set the end with a time stamp."
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:97:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 95 |
 96 | struct SetEnd: ParsableCommand {
 97 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         abstract: "Set the end time of an entry.",
 99 |         discussion: "See also set-duration to set the end relative to the start of the subtitle."
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:130:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | struct ListGaps: ParsableCommand {
130 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
131 |         abstract: "List gaps following subtitles in range.",
132 |         discussion: "Finds the subtitles in the specified range and lists the gaps after them."
[492/495] Compiling CLI CommandLine.swift
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  6 | @main
  7 | struct Edit: ParsableCommand {
  8 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |         commandName: "subtweak",
 10 |         abstract: "Edit SRT file.",
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:16:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 | struct Remove: ParsableCommand {
 16 |     static var configuration
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |         = CommandConfiguration(abstract: "Remove a subtitle entry from file.")
 18 |
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:37:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |
 36 | struct SetStart: ParsableCommand {
 37 |     static var configuration
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         = CommandConfiguration(abstract: "Set the start time of an entry.")
 39 |
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:64:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 62 |
 63 | struct SetDuration: ParsableCommand {
 64 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |         abstract: "Set the duration of an entry.",
 66 |         discussion: "See also set-end to set the end with a time stamp."
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:97:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 95 |
 96 | struct SetEnd: ParsableCommand {
 97 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         abstract: "Set the end time of an entry.",
 99 |         discussion: "See also set-duration to set the end relative to the start of the subtitle."
/host/spi-builder-workspace/Sources/CLI/CommandLine.swift:130:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | struct ListGaps: ParsableCommand {
130 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
131 |         abstract: "List gaps following subtitles in range.",
132 |         discussion: "Finds the subtitles in the specified range and lists the gaps after them."
[493/496] Wrapping AST for CLI for debugging
[494/496] Write Objects.LinkFileList
[495/496] Linking subtweak
Build complete! (114.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    }
  ],
  "manifest_display_name" : "Subtweak",
  "name" : "Subtweak",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SubtweakLib",
      "targets" : [
        "SubEdit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "subtweak",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Subtitles",
      "module_type" : "SwiftTarget",
      "name" : "Subtitles",
      "path" : "Sources/Subtitles",
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "Subtitle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SubEditTests",
      "module_type" : "SwiftTarget",
      "name" : "SubEditTests",
      "path" : "Tests/SubEditTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "AppendTests.swift",
        "InputOutputTests.swift",
        "InsertTests.swift",
        "ListGapsTests.swift",
        "RemoveTests.swift",
        "SetDurationTests.swift",
        "SetEndTests.swift",
        "SetStartTests.swift",
        "SetTextTests.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "SubEdit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SubEdit",
      "module_type" : "SwiftTarget",
      "name" : "SubEdit",
      "path" : "Sources/SubEdit",
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "Encoding.swift",
        "IO.swift",
        "SubEditor.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "Subtitles"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SRTParseTests",
      "module_type" : "SwiftTarget",
      "name" : "SRTParseTests",
      "path" : "Tests/SRTParseTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "ConversionTests.swift",
        "SRTTests.swift"
      ],
      "target_dependencies" : [
        "SRTParse"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRTParse",
      "module_type" : "SwiftTarget",
      "name" : "SRTParse",
      "path" : "Sources/SRTParse",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "Conversion.swift",
        "DocumentIO.swift",
        "SRT.swift"
      ],
      "target_dependencies" : [
        "Subtitles"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "subtweak"
      ],
      "sources" : [
        "CommandLine.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "SubEdit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.