The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build RetryingOperation, reference 1.2.0 (033f46), with Swift 6.1 for Wasm on 30 May 2025 00:27:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/RetryingOperation.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Frizlab/RetryingOperation
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 033f46e Use GlobalConfModule instead of SafeGlobal for the config
Cloned https://github.com/Frizlab/RetryingOperation.git
Revision (git rev-parse @):
033f46e7c4cf807c8dbfded3d16a1ba15982fc95
SUCCESS checkout https://github.com/Frizlab/RetryingOperation.git at 1.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Frizlab/RetryingOperation.git
https://github.com/Frizlab/RetryingOperation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "globalconfmodule",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/GlobalConfModule.git"
    }
  ],
  "manifest_display_name" : "RetryingOperation",
  "name" : "RetryingOperation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "RetryingOperation",
      "targets" : [
        "RetryingOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetryingOperationTests",
      "module_type" : "SwiftTarget",
      "name" : "RetryingOperationTests",
      "path" : "Tests/RetryingOperationTests",
      "sources" : [
        "Helpers/BasicAsynchronousRetryingOperation.swift",
        "Helpers/BasicSynchronousRetryableOperation.swift",
        "Helpers/BasicSynchronousRetryingOperation.swift",
        "Helpers/CustomRetrySynchronousRetryingOperation.swift",
        "RetryingOperationTests.swift"
      ],
      "target_dependencies" : [
        "RetryingOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RetryingOperation",
      "module_type" : "SwiftTarget",
      "name" : "RetryingOperation",
      "path" : "Sources/RetryingOperation",
      "product_dependencies" : [
        "Logging",
        "GlobalConfModule"
      ],
      "product_memberships" : [
        "RetryingOperation"
      ],
      "sources" : [
        "RetryHelper.swift",
        "RetryingOperation.swift",
        "RetryingOperationConfig.swift",
        "WrappedRetryingOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Frizlab/GlobalConfModule.git
[1/3836] Fetching swift-log
[78/4453] Fetching swift-log, globalconfmodule
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.44s)
[2839/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.2 (1.93s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.53s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (12.33s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (13.83s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/40] Write sources
[20/40] Compiling _SwiftSyntaxCShims dummy.c
[21/40] Write swift-version-24593BA9C3E375BF.txt
[23/56] Emitting module ServiceContextModule
[24/56] 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
[25/56] 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
[26/57] 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
[27/57] 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
[28/58] 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
[29/58] 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
[30/59] Compiling ServiceContextModule ServiceContext.swift
[31/59] Compiling ServiceContextModule ServiceContextKey.swift
[35/60] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/60] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/61] Wrapping AST for SwiftSyntax600 for debugging
[39/61] Wrapping AST for SwiftSyntax510 for debugging
[40/61] Wrapping AST for SwiftSyntax601 for debugging
[42/61] Compiling Logging MetadataProvider.swift
[43/61] Compiling Logging LogHandler.swift
[44/61] Emitting module Logging
[45/61] Compiling Logging Locks.swift
[46/61] Compiling Logging Logging.swift
[47/62] Wrapping AST for SwiftSyntax509 for debugging
[49/126] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/126] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/126] 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
[52/126] 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
[53/126] 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
[54/126] 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
[55/126] 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
[56/126] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/126] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/135] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/135] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/135] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/135] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/135] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/135] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/135] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/135] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/135] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/135] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/135] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/135] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/135] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/135] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/135] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/135] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/135] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/135] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/135] 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
[77/135] 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
[78/135] 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
[79/135] 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
[80/135] 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
[81/135] 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
[82/135] 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
[83/135] 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
[84/135] 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
[85/135] 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
[86/135] 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
[87/135] 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
[88/135] 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
[89/135] 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
[90/135] 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
[91/135] 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
[92/135] 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
[93/135] 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
[94/135] 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
[95/135] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/135] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/135] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/135] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/135] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/135] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/135] 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
[102/135] 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
[103/135] 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
[104/135] 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
[105/135] 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
[106/135] 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
[107/135] 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
[108/135] 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
[109/135] 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
[110/135] 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
[111/135] 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
[112/135] 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
[113/135] 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
[114/135] 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
[115/135] 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
[116/135] 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
[117/135] 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
[118/135] 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
[119/135] 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
[120/135] 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
[121/135] 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
[122/136] Wrapping AST for SwiftSyntax for debugging
[124/194] 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
[125/195] 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
[126/195] 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
[127/195] 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
[128/195] 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
[129/195] 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
[130/195] 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
[131/195] 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
[132/195] 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
[133/195] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/195] 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
[135/195] 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
[136/195] 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
[137/195] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/195] 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
[139/195] 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
[140/195] 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
[141/196] Wrapping AST for SwiftDiagnostics for debugging
[143/196] 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
[144/197] Wrapping AST for SwiftBasicFormat for debugging
[146/197] 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
[147/197] 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
[148/197] 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
[149/197] 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
[150/197] 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
[151/197] 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
[152/197] 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
[153/197] 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
[154/197] 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
[155/197] 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
[156/197] 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
[157/197] 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
[158/202] 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
[159/202] 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
[160/202] 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
[161/202] 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
[162/202] 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
[163/202] 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
[164/202] 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
[165/202] 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
[166/202] 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
[167/202] 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
[168/202] 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
[169/202] 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
[170/202] 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
[171/202] 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
[172/202] 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
[173/202] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[178/202] 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
[179/202] 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
[180/202] 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
[181/202] 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
[182/202] 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
[183/202] 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
[184/202] 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
[185/202] 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
[186/202] 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
[187/202] 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
[188/202] 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
[189/202] 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
[190/202] 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
[191/202] 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
[192/203] Wrapping AST for SwiftParser for debugging
[194/226] 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
[195/227] 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
[196/227] 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
[197/227] 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
[198/227] 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
[199/228] 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
[200/228] 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
[201/228] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/228] 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
[203/228] 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
[204/228] 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
[205/228] 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
[206/228] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[210/229] 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
[211/229] 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
[212/229] 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
[213/229] 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
[214/229] 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
[217/229] 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
[218/229] 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
[219/229] 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
[220/230] Wrapping AST for SwiftParserDiagnostics for debugging
[221/230] Wrapping AST for SwiftOperators for debugging
[223/245] 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
[224/245] 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
[225/245] 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
[226/245] 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
[227/246] 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
[228/246] 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
[229/246] 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
[230/246] 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
[231/246] 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
[232/246] 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
[233/246] 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
[234/246] 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
[235/246] 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
[236/246] 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
[237/246] 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
[238/246] 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
[239/247] Wrapping AST for SwiftSyntaxBuilder for debugging
[241/264] 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
[242/266] 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
[243/266] 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
[244/266] 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
[245/266] 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
[246/266] 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
[247/266] 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
[248/266] 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
[249/266] 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
[250/266] 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
[251/266] 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
[252/266] 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
[253/266] 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
[254/266] 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
[255/266] 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
[256/266] 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
[257/266] 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
[258/266] 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
[259/266] 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
[260/267] Wrapping AST for SwiftSyntaxMacros for debugging
[262/276] 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
[263/277] 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
[264/277] 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
[265/277] 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
[266/277] 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
[267/277] 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
[268/277] 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
[269/277] 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
[270/277] 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
[271/277] 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
[272/278] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[274/290] 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
[275/290] 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
[276/290] 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
[277/291] 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
[278/291] 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
[279/291] 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
[280/291] 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
[281/291] 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
[282/291] 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
[283/291] 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
[284/291] 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
[285/291] 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
[286/291] 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
[287/292] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[289/294] 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
[290/294] 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
[291/295] Wrapping AST for SwiftCompilerPlugin for debugging
[293/303] Compiling GlobalConfMacros Optional+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
[294/304] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Emitting module GlobalConfMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Compiling GlobalConfMacros  Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Compiling GlobalConfMacros DeclareConfMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Compiling GlobalConfMacros Entrypoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/304] Compiling GlobalConfMacros LabeledExprSyntax+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
[302/305] Wrapping AST for GlobalConfMacros for debugging
[303/305] Write Objects.LinkFileList
[304/305] Linking GlobalConfMacros-tool
[306/327] Emitting module GlobalConfModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[307/329] Compiling GlobalConfModule InjectedConf.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[308/329] Compiling GlobalConfModule 1-ConfKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[309/329] Compiling GlobalConfModule 2-ServiceKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/329] Compiling GlobalConfModule Conf+ConfKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule Conf+withValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] Compiling GlobalConfModule AutoInjectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[314/329] Compiling GlobalConfModule AutoInjectableMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[315/329] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule Conf.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfKeyMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfContext+ConfKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule ConfContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule InjectedConf+ConfKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule 3-NamespaceKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/329] Compiling GlobalConfModule 4-AccessorConvenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/335] Compiling RetryingOperation RetryingOperationConfig.swift
[332/335] Compiling RetryingOperation WrappedRetryingOperation.swift
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:20:38: error: cannot find type 'Operation' in scope
18 |
19 |
20 | public protocol RetryableOperation : Operation {
   |                                      `- error: cannot find type 'Operation' in scope
21 |
22 | 	/* I’d like to add “where T : Self” so that clients of the protocol know ther're given an object kind of class Self,
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:365:36: error: cannot find 'DispatchSemaphore' in scope
363 | 	}
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
367 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:27: error: cannot find 'DispatchQueue' in scope
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:112: error: cannot infer contextual base in reference to member 'utility'
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:64:101: error: cannot find type 'OperationQueue' in scope
62 | 	public let maximumNumberOfRetries: Int
63 |
64 | 	public init(maximumNumberOfRetries maxRetry: Int = -1, baseOperation: T, baseOperationQueue queue: OperationQueue? = nil) {
   |                                                                                                     `- error: cannot find type 'OperationQueue' in scope
65 | 		maximumNumberOfRetries = maxRetry
66 |
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:59:33: error: cannot find type 'OperationQueue' in scope
57 |
58 | 	 If `nil` (default), the base operation will not be launched in a queue. */
59 | 	public let baseOperationQueue: OperationQueue?
   |                                 `- error: cannot find type 'OperationQueue' in scope
60 |
61 | 	/** If `< 0`, the operation is retried indefinitely. */
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:78:15: error: value of type 'T' has no member 'isFinished'
76 | 		if isRetry {
77 | 			guard let op: T = try? currentBaseOperation.operationForRetrying() else {return baseOperationEnded()}
78 | 			assert(!op.isFinished && !op.isExecuting) /* Basic checks on operation to verify it is valid. */
   |               `- error: value of type 'T' has no member 'isFinished'
79 | 			currentBaseOperation = op
80 | 		}
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:78:33: error: value of type 'T' has no member 'isExecuting'
76 | 		if isRetry {
77 | 			guard let op: T = try? currentBaseOperation.operationForRetrying() else {return baseOperationEnded()}
78 | 			assert(!op.isFinished && !op.isExecuting) /* Basic checks on operation to verify it is valid. */
   |                                 `- error: value of type 'T' has no member 'isExecuting'
79 | 			currentBaseOperation = op
80 | 		}
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:83:55: error: value of type 'T' has no member 'start'
81 |
82 | 		if let q = baseOperationQueue {q.addOperation(currentBaseOperation)}
83 | 		else                          {currentBaseOperation.start()}
   |                                                       `- error: value of type 'T' has no member 'start'
84 | 		currentBaseOperation.waitUntilFinished()
85 |
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:84:24: error: value of type 'T' has no member 'waitUntilFinished'
82 | 		if let q = baseOperationQueue {q.addOperation(currentBaseOperation)}
83 | 		else                          {currentBaseOperation.start()}
84 | 		currentBaseOperation.waitUntilFinished()
   |                        `- error: value of type 'T' has no member 'waitUntilFinished'
85 |
86 | 		let canRetry = (maximumNumberOfRetries < 0 || numberOfRetries! < maximumNumberOfRetries)
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:91:24: error: value of type 'T' has no member 'cancel'
89 |
90 | 	public override func cancelBaseOperation() {
91 | 		currentBaseOperation.cancel()
   |                        `- error: value of type 'T' has no member 'cancel'
92 | 	}
93 |
[333/335] Compiling RetryingOperation RetryHelper.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[334/335] Emitting module RetryingOperation
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:365:36: error: cannot find 'DispatchSemaphore' in scope
363 | 	}
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
367 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:27: error: cannot find 'DispatchQueue' in scope
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:112: error: cannot infer contextual base in reference to member 'utility'
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:102:20: error: property does not override any property from its superclass
100 | 	 By default an `Operation` is synchronous, which, with no modifications on the `isAsynchronous` property, would make a RetryingOperation synchronous by default too.
101 | 	 This is not such a good behavior; we prefer forcing subclassers to explicitely say whether they’re creating a synchronous or an asynchronous operation. */
102 | 	open override var isAsynchronous: Bool {
    |                    `- error: property does not override any property from its superclass
103 | 		fatalError("isAsynchronous is abstract on a RetryingOperation")
104 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:106:29: error: method does not override any method from its superclass
104 | 	}
105 |
106 | 	public final override func start() {
    |                             `- error: method does not override any method from its superclass
107 | 		if !isAsynchronous {super.start()}
108 | 		else {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:116:29: error: method does not override any method from its superclass
114 | 	/* Note: The synchronous implementation deserves a little more tests.
115 | 	 *       Currently it is only very lightly tested with a few unit tests. */
116 | 	public final override func main() {
    |                             `- error: method does not override any method from its superclass
117 | 		assert(!isAsynchronous)
118 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:310:22: error: cannot find type 'DispatchSourceTimer' in scope
308 | 		private var hasBeenResumed = false
309 |
310 | 		private let timer: DispatchSourceTimer
    |                      `- error: cannot find type 'DispatchSourceTimer' in scope
311 | 		fileprivate let delay: TimeInterval /* For synchronous operations… */
312 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:450:29: error: method does not override any method from its superclass
448 | 	}
449 |
450 | 	public final override func cancel() {
    |                             `- error: method does not override any method from its superclass
451 | 		super.cancel()
452 | 		guard isAsynchronous else {cancelBaseOperation(); return}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:472:28: error: property does not override any property from its superclass
470 | 	private var isBaseOperationRunning = false
471 |
472 | 	public final override var isExecuting: Bool {
    |                            `- error: property does not override any property from its superclass
473 | 		guard isAsynchronous else {return super.isExecuting}
474 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:479:28: error: property does not override any property from its superclass
477 | 	}
478 |
479 | 	public final override var isFinished: Bool {
    |                            `- error: property does not override any property from its superclass
480 | 		guard isAsynchronous else {return super.isFinished}
481 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:80:32: error: cannot find type 'Operation' in scope
 78 |  A solution is to use `RetryableOperationWrapper`.
 79 |  See the doc of this class for more information. */
 80 | open class RetryingOperation : Operation, @unchecked Sendable {
    |                                `- error: cannot find type 'Operation' in scope
 81 |
 82 | 	public var numberOfRetries: Int? {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:406:48: error: cannot find 'didChangeValue' in scope
404 | 				let oldStateFinished = oldState.isFinished
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
    |                                                `- error: cannot find 'didChangeValue' in scope
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
408 | 			}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:407:48: error: cannot find 'didChangeValue' in scope
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
    |                                                `- error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:410:4: error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
410 | 			didChangeValue(forKey: "retryingState")
    |    `- error: cannot find 'didChangeValue' in scope
411 | 		}
412 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:20:38: error: cannot find type 'Operation' in scope
18 |
19 |
20 | public protocol RetryableOperation : Operation {
   |                                      `- error: cannot find type 'Operation' in scope
21 |
22 | 	/* I’d like to add “where T : Self” so that clients of the protocol know ther're given an object kind of class Self,
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:64:101: error: cannot find type 'OperationQueue' in scope
62 | 	public let maximumNumberOfRetries: Int
63 |
64 | 	public init(maximumNumberOfRetries maxRetry: Int = -1, baseOperation: T, baseOperationQueue queue: OperationQueue? = nil) {
   |                                                                                                     `- error: cannot find type 'OperationQueue' in scope
65 | 		maximumNumberOfRetries = maxRetry
66 |
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:59:33: error: cannot find type 'OperationQueue' in scope
57 |
58 | 	 If `nil` (default), the base operation will not be launched in a queue. */
59 | 	public let baseOperationQueue: OperationQueue?
   |                                 `- error: cannot find type 'OperationQueue' in scope
60 |
61 | 	/** If `< 0`, the operation is retried indefinitely. */
[335/335] Compiling RetryingOperation RetryingOperation.swift
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:365:36: error: cannot find 'DispatchSemaphore' in scope
363 | 	}
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
367 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:27: error: cannot find 'DispatchQueue' in scope
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:112: error: cannot infer contextual base in reference to member 'utility'
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:102:20: error: property does not override any property from its superclass
100 | 	 By default an `Operation` is synchronous, which, with no modifications on the `isAsynchronous` property, would make a RetryingOperation synchronous by default too.
101 | 	 This is not such a good behavior; we prefer forcing subclassers to explicitely say whether they’re creating a synchronous or an asynchronous operation. */
102 | 	open override var isAsynchronous: Bool {
    |                    `- error: property does not override any property from its superclass
103 | 		fatalError("isAsynchronous is abstract on a RetryingOperation")
104 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:106:29: error: method does not override any method from its superclass
104 | 	}
105 |
106 | 	public final override func start() {
    |                             `- error: method does not override any method from its superclass
107 | 		if !isAsynchronous {super.start()}
108 | 		else {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:116:29: error: method does not override any method from its superclass
114 | 	/* Note: The synchronous implementation deserves a little more tests.
115 | 	 *       Currently it is only very lightly tested with a few unit tests. */
116 | 	public final override func main() {
    |                             `- error: method does not override any method from its superclass
117 | 		assert(!isAsynchronous)
118 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:310:22: error: cannot find type 'DispatchSourceTimer' in scope
308 | 		private var hasBeenResumed = false
309 |
310 | 		private let timer: DispatchSourceTimer
    |                      `- error: cannot find type 'DispatchSourceTimer' in scope
311 | 		fileprivate let delay: TimeInterval /* For synchronous operations… */
312 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:450:29: error: method does not override any method from its superclass
448 | 	}
449 |
450 | 	public final override func cancel() {
    |                             `- error: method does not override any method from its superclass
451 | 		super.cancel()
452 | 		guard isAsynchronous else {cancelBaseOperation(); return}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:472:28: error: property does not override any property from its superclass
470 | 	private var isBaseOperationRunning = false
471 |
472 | 	public final override var isExecuting: Bool {
    |                            `- error: property does not override any property from its superclass
473 | 		guard isAsynchronous else {return super.isExecuting}
474 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:479:28: error: property does not override any property from its superclass
477 | 	}
478 |
479 | 	public final override var isFinished: Bool {
    |                            `- error: property does not override any property from its superclass
480 | 		guard isAsynchronous else {return super.isFinished}
481 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:80:32: error: cannot find type 'Operation' in scope
 78 |  A solution is to use `RetryableOperationWrapper`.
 79 |  See the doc of this class for more information. */
 80 | open class RetryingOperation : Operation, @unchecked Sendable {
    |                                `- error: cannot find type 'Operation' in scope
 81 |
 82 | 	public var numberOfRetries: Int? {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:107:23: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
105 |
106 | 	public final override func start() {
107 | 		if !isAsynchronous {super.start()}
    |                       `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
108 | 		else {
109 | 			/* We are in an asynchronous operation, we must start the operation ourselves. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:160:17: error: cannot find 'isCancelled' in scope
158 | 				_startBaseOperationOnQueue(isRetry: isRetry); assert(!isBaseOperationRunning)
159 |
160 | 				let ret = (!isCancelled ? syncOperationRetryHelpers : nil); syncOperationRetryHelpers = nil
    |                 `- error: cannot find 'isCancelled' in scope
161 | 				if ret != nil {retryingState = .waitingToRetry(nRetries)}
162 | 				return setFilteredRetryHelpers(helpers: ret)
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:171:6: error: cannot find 'Thread' in scope
169 | 				let startWaitTime = Date()
170 | 				repeat {
171 | 					Thread.sleep(forTimeInterval: timeToWait.map{ max(0, min(0.5, $0 + startWaitTime.timeIntervalSinceNow)) } ?? 0.5)
    |      `- error: cannot find 'Thread' in scope
172 |
173 | 					let shouldRefreshTimeToWait: Bool = retryQueue.sync{
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:174:23: error: cannot find 'isCancelled' in scope
172 |
173 | 					let shouldRefreshTimeToWait: Bool = retryQueue.sync{
174 | 						let cancelled = isCancelled
    |                       `- error: cannot find 'isCancelled' in scope
175 | 						guard syncRefreshRetryHelpers || cancelled else {return false}
176 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:265:16: error: value of type 'RetryingOperation' has no member 'isCancelled'
263 | 			self.isBaseOperationRunning = false
264 |
265 | 			guard !self.isCancelled, let retryHelpers = retryHelpers else {
    |                `- error: value of type 'RetryingOperation' has no member 'isCancelled'
266 | 				self.retryingState = .finished
267 | 				return
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:285:12: error: cannot find 'DispatchSource' in scope
283 | 			delay = d
284 |
285 | 			timer = DispatchSource.makeTimerSource(flags: [], queue: retryingOperation.retryQueue)
    |            `- error: cannot find 'DispatchSource' in scope
286 | 			timer.setEventHandler{ retryingOperation._unsafeRetry(withHelpers: nil) }
287 | 			/* We schedule the timer in setup. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:291:35: error: 'nil' requires a contextual type
289 |
290 | 		deinit {
291 | 			timer.setEventHandler(handler: nil)
    |                                   `- error: 'nil' requires a contextual type
292 | 			/* On iOS 11, releasing a timer that has never been resumed will crash. */
293 | 			if #available(iOS 11.0, *), !hasBeenResumed {timer.resume(); timer.cancel()}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:297:30: error: cannot call value of non-function type 'Date'
295 |
296 | 		public func setup() {
297 | 			timer.schedule(deadline: .now() + delay, leeway: .milliseconds(250))
    |                              `- error: cannot call value of non-function type 'Date'
298 | 			timer.resume()
299 | 			hasBeenResumed = true
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:297:54: error: cannot infer contextual base in reference to member 'milliseconds'
295 |
296 | 		public func setup() {
297 | 			timer.schedule(deadline: .now() + delay, leeway: .milliseconds(250))
    |                                                      `- error: cannot infer contextual base in reference to member 'milliseconds'
298 | 			timer.resume()
299 | 			hasBeenResumed = true
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:374:4: error: cannot find 'willChangeValue' in scope
372 | 	private var retryingState = State.inited {
373 | 		willSet(newState) {
374 | 			willChangeValue(forKey: "retryingState")
    |    `- error: cannot find 'willChangeValue' in scope
375 |
376 | 			if isAsynchronous {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:391:48: error: cannot find 'willChangeValue' in scope
389 | 				let oldStateFinished = retryingState.isFinished
390 |
391 | 				if newStateExecuting != oldStateExecuting {willChangeValue(forKey: "isExecuting")}
    |                                                `- error: cannot find 'willChangeValue' in scope
392 | 				if newStateFinished  != oldStateFinished  {willChangeValue(forKey: "isFinished")}
393 | 			}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:392:48: error: cannot find 'willChangeValue' in scope
390 |
391 | 				if newStateExecuting != oldStateExecuting {willChangeValue(forKey: "isExecuting")}
392 | 				if newStateFinished  != oldStateFinished  {willChangeValue(forKey: "isFinished")}
    |                                                `- error: cannot find 'willChangeValue' in scope
393 | 			}
394 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:406:48: error: cannot find 'didChangeValue' in scope
404 | 				let oldStateFinished = oldState.isFinished
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
    |                                                `- error: cannot find 'didChangeValue' in scope
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
408 | 			}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:407:48: error: cannot find 'didChangeValue' in scope
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
    |                                                `- error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:410:4: error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
410 | 			didChangeValue(forKey: "retryingState")
    |    `- error: cannot find 'didChangeValue' in scope
411 | 		}
412 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:417:10: error: cannot find 'isCancelled' in scope
415 | 		assert(!isBaseOperationRunning)
416 |
417 | 		guard !isCancelled else {
    |          `- error: cannot find 'isCancelled' in scope
418 | 			retryingState = .finished
419 | 			return
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:451:3: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
449 |
450 | 	public final override func cancel() {
451 | 		super.cancel()
    |   `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
452 | 		guard isAsynchronous else {cancelBaseOperation(); return}
453 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:473:37: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
471 |
472 | 	public final override var isExecuting: Bool {
473 | 		guard isAsynchronous else {return super.isExecuting}
    |                                     `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
474 |
475 | 		retryStateSemaphore.wait(); defer {retryStateSemaphore.signal()}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:480:37: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
478 |
479 | 	public final override var isFinished: Bool {
480 | 		guard isAsynchronous else {return super.isFinished}
    |                                     `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
481 |
482 | 		retryStateSemaphore.wait(); defer {retryStateSemaphore.signal()}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling SwiftSyntax509 Empty.swift
[3/35] Emitting module SwiftSyntax509
[4/35] Emitting module SwiftSyntax600
[5/36] Compiling SwiftSyntax600 Empty.swift
[6/36] Emitting module SwiftSyntax510
[7/36] Compiling SwiftSyntax510 Empty.swift
[9/37] Compiling ServiceContextModule ServiceContextKey.swift
[10/38] Compiling Logging Locks.swift
[11/38] Compiling Logging LogHandler.swift
[12/38] Compiling Logging MetadataProvider.swift
[13/38] Emitting module SwiftSyntax601
[14/38] Compiling SwiftSyntax601 Empty.swift
[15/39] Emitting module Logging
[16/39] Emitting module ServiceContextModule
[17/39] Compiling ServiceContextModule ServiceContext.swift
[22/40] Compiling Logging Logging.swift
[24/101] Compiling SwiftSyntax AbsolutePosition.swift
[25/101] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[26/101] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[27/101] Compiling SwiftSyntax Assert.swift
[28/101] Compiling SwiftSyntax BumpPtrAllocator.swift
[29/101] Compiling SwiftSyntax CommonAncestor.swift
[30/101] Compiling SwiftSyntax Convenience.swift
[31/101] Compiling SwiftSyntax CustomTraits.swift
[32/101] Compiling SwiftSyntax EditorPlaceholder.swift
[33/110] Emitting module SwiftSyntax
[34/110] Compiling SwiftSyntax RawSyntaxNodesC.swift
[35/110] Compiling SwiftSyntax RawSyntaxNodesD.swift
[36/110] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[37/110] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[38/110] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[39/110] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[40/110] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[41/110] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[42/110] Compiling SwiftSyntax RawSyntaxValidation.swift
[43/110] Compiling SwiftSyntax Identifier.swift
[44/110] Compiling SwiftSyntax MemoryLayout.swift
[45/110] Compiling SwiftSyntax MissingNodeInitializers.swift
[46/110] Compiling SwiftSyntax RawSyntax.swift
[47/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/110] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[49/110] Compiling SwiftSyntax RawSyntaxTokenView.swift
[50/110] Compiling SwiftSyntax SourceEdit.swift
[51/110] Compiling SwiftSyntax SourceLength.swift
[52/110] Compiling SwiftSyntax SourceLocation.swift
[53/110] Compiling SwiftSyntax SourcePresence.swift
[54/110] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[55/110] Compiling SwiftSyntax Syntax.swift
[56/110] Compiling SwiftSyntax SyntaxArena.swift
[57/110] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[58/110] Compiling SwiftSyntax SyntaxChildren.swift
[59/110] Compiling SwiftSyntax SyntaxCollection.swift
[60/110] Compiling SwiftSyntax SyntaxHashable.swift
[61/110] Compiling SwiftSyntax SyntaxEnum.swift
[62/110] Compiling SwiftSyntax SyntaxKind.swift
[63/110] Compiling SwiftSyntax SyntaxRewriter.swift
[64/110] Compiling SwiftSyntax SyntaxTraits.swift
[65/110] Compiling SwiftSyntax SyntaxVisitor.swift
[66/110] Compiling SwiftSyntax TokenKind.swift
[67/110] Compiling SwiftSyntax Tokens.swift
[68/110] Compiling SwiftSyntax TriviaPieces.swift
[69/110] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[70/110] Compiling SwiftSyntax Trivia.swift
[71/110] Compiling SwiftSyntax Utils.swift
[72/110] Compiling SwiftSyntax ChildNameForKeyPath.swift
[73/110] Compiling SwiftSyntax Keyword.swift
[74/110] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[75/110] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[76/110] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[77/110] Compiling SwiftSyntax SyntaxBaseNodes.swift
[78/110] Compiling SwiftSyntax SyntaxCollections.swift
[79/110] Compiling SwiftSyntax SyntaxIdentifier.swift
[80/110] Compiling SwiftSyntax SyntaxNodeFactory.swift
[81/110] Compiling SwiftSyntax SyntaxNodeStructure.swift
[82/110] Compiling SwiftSyntax SyntaxProtocol.swift
[83/110] Compiling SwiftSyntax SyntaxText.swift
[84/110] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[85/110] Compiling SwiftSyntax TokenDiagnostic.swift
[86/110] Compiling SwiftSyntax TokenSequence.swift
[87/110] Compiling SwiftSyntax TokenSyntax.swift
[88/110] Compiling SwiftSyntax SyntaxNodesAB.swift
[89/110] Compiling SwiftSyntax SyntaxNodesC.swift
[90/110] Compiling SwiftSyntax SyntaxNodesD.swift
[91/110] Compiling SwiftSyntax SyntaxNodesEF.swift
[92/110] Compiling SwiftSyntax SyntaxNodesGHI.swift
[93/110] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[94/110] Compiling SwiftSyntax SyntaxNodesOP.swift
[95/110] Compiling SwiftSyntax SyntaxNodesQRS.swift
[96/110] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[98/127] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[99/127] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[100/128] Emitting module SwiftDiagnostics
[101/128] Compiling SwiftDiagnostics Convenience.swift
[102/128] Compiling SwiftDiagnostics Diagnostic.swift
[103/128] Compiling SwiftBasicFormat Indenter.swift
[104/128] Compiling SwiftDiagnostics FixIt.swift
[105/128] Compiling SwiftDiagnostics Message.swift
[106/164] Compiling SwiftDiagnostics Note.swift
[107/169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[108/169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[109/169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[110/169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[111/169] Compiling SwiftBasicFormat InferIndentation.swift
[112/169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[113/169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[115/170] Emitting module SwiftBasicFormat
[116/170] Compiling SwiftBasicFormat BasicFormat.swift
[118/169] Compiling SwiftParser SwiftParserCompatibility.swift
[119/169] Compiling SwiftParser SwiftVersion.swift
[120/169] Compiling SwiftParser SyntaxUtils.swift
[121/169] Compiling SwiftParser TokenConsumer.swift
[122/169] Compiling SwiftParser TokenPrecedence.swift
[123/174] Emitting module SwiftParser
[124/174] Compiling SwiftParser Patterns.swift
[125/174] Compiling SwiftParser Recovery.swift
[126/174] Compiling SwiftParser Specifiers.swift
[127/174] Compiling SwiftParser Statements.swift
[128/174] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[129/174] Compiling SwiftParser StringLiterals.swift
[130/174] Compiling SwiftParser TokenSpec.swift
[131/174] Compiling SwiftParser TokenSpecSet.swift
[132/174] Compiling SwiftParser TopLevel.swift
[133/174] Compiling SwiftParser TriviaParser.swift
[134/174] Compiling SwiftParser Types.swift
[135/174] Compiling SwiftParser LexemeSequence.swift
[136/174] Compiling SwiftParser Lexer.swift
[137/174] Compiling SwiftParser RegexLiteralLexer.swift
[138/174] Compiling SwiftParser UnicodeScalarExtensions.swift
[139/174] Compiling SwiftParser Lookahead.swift
[140/174] Compiling SwiftParser LoopProgressCondition.swift
[141/174] Compiling SwiftParser Modifiers.swift
[142/174] Compiling SwiftParser Names.swift
[143/174] Compiling SwiftParser Nominals.swift
[144/174] Compiling SwiftParser Parameters.swift
[145/174] Compiling SwiftParser ParseSourceFile.swift
[146/174] Compiling SwiftParser Parser.swift
[147/174] Compiling SwiftParser Attributes.swift
[148/174] Compiling SwiftParser Availability.swift
[149/174] Compiling SwiftParser CharacterInfo.swift
[150/174] Compiling SwiftParser CollectionNodes+Parsable.swift
[151/174] Compiling SwiftParser Declarations.swift
[152/174] Compiling SwiftParser Directives.swift
[153/174] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[154/174] Compiling SwiftParser Expressions.swift
[155/174] Compiling SwiftParser IncrementalParseTransition.swift
[156/174] Compiling SwiftParser IsValidIdentifier.swift
[157/174] Compiling SwiftParser Cursor.swift
[158/174] Compiling SwiftParser Lexeme.swift
[159/174] Compiling SwiftParser ExperimentalFeatures.swift
[160/174] Compiling SwiftParser IsLexerClassified.swift
[161/174] Compiling SwiftParser LayoutNodes+Parsable.swift
[162/174] Compiling SwiftParser Parser+TokenSpecSet.swift
[163/174] Compiling SwiftParser TokenSpecStaticMembers.swift
[165/197] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[166/198] Compiling SwiftOperators PrecedenceGroup.swift
[167/199] Compiling SwiftOperators OperatorTable.swift
[168/199] Compiling SwiftOperators PrecedenceGraph.swift
[169/199] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[170/199] Compiling SwiftOperators OperatorTable+Semantics.swift
[171/199] Compiling SwiftOperators SyntaxSynthesis.swift
[172/199] Compiling SwiftOperators OperatorError.swift
[173/199] Compiling SwiftOperators OperatorTable+Defaults.swift
[174/199] Compiling SwiftOperators OperatorTable+Folding.swift
[175/199] Compiling SwiftOperators Operator.swift
[176/199] Compiling SwiftOperators OperatorError+Diagnostics.swift
[177/199] Emitting module SwiftOperators
[178/200] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[179/200] Compiling SwiftParserDiagnostics Utils.swift
[180/200] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[182/199] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[183/199] Compiling SwiftParserDiagnostics PresenceUtils.swift
[188/199] Emitting module SwiftParserDiagnostics
[189/199] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[190/199] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[192/214] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[193/214] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[194/214] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[195/214] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[196/214] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[197/214] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[198/215] Compiling SwiftSyntaxBuilder Indenter.swift
[199/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
[200/215] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[201/215] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[202/215] Emitting module SwiftSyntaxBuilder
[203/215] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[204/215] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[205/215] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[206/215] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[207/215] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[209/232] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[210/232] Compiling SwiftSyntaxMacros Macro+Format.swift
[211/234] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[212/234] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[213/234] Compiling SwiftSyntaxMacros AccessorMacro.swift
[214/234] Compiling SwiftSyntaxMacros AttachedMacro.swift
[215/234] Compiling SwiftSyntaxMacros BodyMacro.swift
[216/234] Compiling SwiftSyntaxMacros MemberMacro.swift
[217/234] Compiling SwiftSyntaxMacros PeerMacro.swift
[218/234] Compiling SwiftSyntaxMacros Macro.swift
[219/234] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[220/234] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[221/234] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[222/234] Emitting module SwiftSyntaxMacros
[223/234] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[224/234] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[225/234] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[226/234] Compiling SwiftSyntaxMacros PreambleMacro.swift
[227/234] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[229/243] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[230/244] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[231/244] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[232/244] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[233/244] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[234/244] Emitting module SwiftSyntaxMacroExpansion
[235/244] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[236/244] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[237/244] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[238/244] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[240/256] Emitting module SwiftCompilerPluginMessageHandling
[241/257] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[242/257] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[243/257] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[244/257] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[245/257] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[246/257] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[247/257] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[248/257] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[249/257] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[250/257] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[251/257] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[252/257] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[254/259] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[255/259] Emitting module SwiftCompilerPlugin
[257/267] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[258/268] Compiling GlobalConfMacros  Errors.swift
[259/268] Compiling GlobalConfMacros Optional+Utils.swift
[260/268] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[261/268] Emitting module GlobalConfMacros
[262/268] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[263/268] Compiling GlobalConfMacros DeclareConfMacro.swift
[264/268] Compiling GlobalConfMacros Entrypoint.swift
[265/268] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[266/268] Write Objects.LinkFileList
[267/268] Linking GlobalConfMacros-tool
[269/290] Compiling GlobalConfModule InjectedConf.swift
[270/290] Compiling GlobalConfModule 1-ConfKey.swift
[271/290] Compiling GlobalConfModule 2-ServiceKey.swift
[272/290] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[273/290] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[274/290] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[275/290] Compiling GlobalConfModule ConfContext+ConfKey.swift
[276/290] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[277/290] Compiling GlobalConfModule ConfContext.swift
[278/292] Emitting module GlobalConfModule
[279/292] Compiling GlobalConfModule ConfKey.swift
[280/292] Compiling GlobalConfModule ConfKeyMainActor.swift
[281/292] Compiling GlobalConfModule ConfKeys.swift
[282/292] Compiling GlobalConfModule AutoInjectable.swift
[283/292] Compiling GlobalConfModule AutoInjectableMainActor.swift
[284/292] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[285/292] Compiling GlobalConfModule Conf.swift
[286/292] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[287/292] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[288/292] Compiling GlobalConfModule Conf+ConfKey.swift
[289/292] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[290/292] Compiling GlobalConfModule Conf+withValues.swift
[291/292] Compiling GlobalConfModule 3-NamespaceKey.swift
[292/292] Compiling GlobalConfModule 4-AccessorConvenience.swift
[294/298] Compiling RetryingOperation WrappedRetryingOperation.swift
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:20:38: error: cannot find type 'Operation' in scope
18 |
19 |
20 | public protocol RetryableOperation : Operation {
   |                                      `- error: cannot find type 'Operation' in scope
21 |
22 | 	/* I’d like to add “where T : Self” so that clients of the protocol know ther're given an object kind of class Self,
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:365:36: error: cannot find 'DispatchSemaphore' in scope
363 | 	}
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
367 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:27: error: cannot find 'DispatchQueue' in scope
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:112: error: cannot infer contextual base in reference to member 'utility'
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:64:101: error: cannot find type 'OperationQueue' in scope
62 | 	public let maximumNumberOfRetries: Int
63 |
64 | 	public init(maximumNumberOfRetries maxRetry: Int = -1, baseOperation: T, baseOperationQueue queue: OperationQueue? = nil) {
   |                                                                                                     `- error: cannot find type 'OperationQueue' in scope
65 | 		maximumNumberOfRetries = maxRetry
66 |
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:59:33: error: cannot find type 'OperationQueue' in scope
57 |
58 | 	 If `nil` (default), the base operation will not be launched in a queue. */
59 | 	public let baseOperationQueue: OperationQueue?
   |                                 `- error: cannot find type 'OperationQueue' in scope
60 |
61 | 	/** If `< 0`, the operation is retried indefinitely. */
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:78:15: error: value of type 'T' has no member 'isFinished'
76 | 		if isRetry {
77 | 			guard let op: T = try? currentBaseOperation.operationForRetrying() else {return baseOperationEnded()}
78 | 			assert(!op.isFinished && !op.isExecuting) /* Basic checks on operation to verify it is valid. */
   |               `- error: value of type 'T' has no member 'isFinished'
79 | 			currentBaseOperation = op
80 | 		}
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:78:33: error: value of type 'T' has no member 'isExecuting'
76 | 		if isRetry {
77 | 			guard let op: T = try? currentBaseOperation.operationForRetrying() else {return baseOperationEnded()}
78 | 			assert(!op.isFinished && !op.isExecuting) /* Basic checks on operation to verify it is valid. */
   |                                 `- error: value of type 'T' has no member 'isExecuting'
79 | 			currentBaseOperation = op
80 | 		}
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:83:55: error: value of type 'T' has no member 'start'
81 |
82 | 		if let q = baseOperationQueue {q.addOperation(currentBaseOperation)}
83 | 		else                          {currentBaseOperation.start()}
   |                                                       `- error: value of type 'T' has no member 'start'
84 | 		currentBaseOperation.waitUntilFinished()
85 |
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:84:24: error: value of type 'T' has no member 'waitUntilFinished'
82 | 		if let q = baseOperationQueue {q.addOperation(currentBaseOperation)}
83 | 		else                          {currentBaseOperation.start()}
84 | 		currentBaseOperation.waitUntilFinished()
   |                        `- error: value of type 'T' has no member 'waitUntilFinished'
85 |
86 | 		let canRetry = (maximumNumberOfRetries < 0 || numberOfRetries! < maximumNumberOfRetries)
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:91:24: error: value of type 'T' has no member 'cancel'
89 |
90 | 	public override func cancelBaseOperation() {
91 | 		currentBaseOperation.cancel()
   |                        `- error: value of type 'T' has no member 'cancel'
92 | 	}
93 |
[295/298] Compiling RetryingOperation RetryingOperationConfig.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[296/298] Emitting module RetryingOperation
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:365:36: error: cannot find 'DispatchSemaphore' in scope
363 | 	}
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
367 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:27: error: cannot find 'DispatchQueue' in scope
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:112: error: cannot infer contextual base in reference to member 'utility'
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:102:20: error: property does not override any property from its superclass
100 | 	 By default an `Operation` is synchronous, which, with no modifications on the `isAsynchronous` property, would make a RetryingOperation synchronous by default too.
101 | 	 This is not such a good behavior; we prefer forcing subclassers to explicitely say whether they’re creating a synchronous or an asynchronous operation. */
102 | 	open override var isAsynchronous: Bool {
    |                    `- error: property does not override any property from its superclass
103 | 		fatalError("isAsynchronous is abstract on a RetryingOperation")
104 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:106:29: error: method does not override any method from its superclass
104 | 	}
105 |
106 | 	public final override func start() {
    |                             `- error: method does not override any method from its superclass
107 | 		if !isAsynchronous {super.start()}
108 | 		else {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:116:29: error: method does not override any method from its superclass
114 | 	/* Note: The synchronous implementation deserves a little more tests.
115 | 	 *       Currently it is only very lightly tested with a few unit tests. */
116 | 	public final override func main() {
    |                             `- error: method does not override any method from its superclass
117 | 		assert(!isAsynchronous)
118 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:310:22: error: cannot find type 'DispatchSourceTimer' in scope
308 | 		private var hasBeenResumed = false
309 |
310 | 		private let timer: DispatchSourceTimer
    |                      `- error: cannot find type 'DispatchSourceTimer' in scope
311 | 		fileprivate let delay: TimeInterval /* For synchronous operations… */
312 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:450:29: error: method does not override any method from its superclass
448 | 	}
449 |
450 | 	public final override func cancel() {
    |                             `- error: method does not override any method from its superclass
451 | 		super.cancel()
452 | 		guard isAsynchronous else {cancelBaseOperation(); return}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:472:28: error: property does not override any property from its superclass
470 | 	private var isBaseOperationRunning = false
471 |
472 | 	public final override var isExecuting: Bool {
    |                            `- error: property does not override any property from its superclass
473 | 		guard isAsynchronous else {return super.isExecuting}
474 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:479:28: error: property does not override any property from its superclass
477 | 	}
478 |
479 | 	public final override var isFinished: Bool {
    |                            `- error: property does not override any property from its superclass
480 | 		guard isAsynchronous else {return super.isFinished}
481 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:80:32: error: cannot find type 'Operation' in scope
 78 |  A solution is to use `RetryableOperationWrapper`.
 79 |  See the doc of this class for more information. */
 80 | open class RetryingOperation : Operation, @unchecked Sendable {
    |                                `- error: cannot find type 'Operation' in scope
 81 |
 82 | 	public var numberOfRetries: Int? {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:406:48: error: cannot find 'didChangeValue' in scope
404 | 				let oldStateFinished = oldState.isFinished
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
    |                                                `- error: cannot find 'didChangeValue' in scope
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
408 | 			}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:407:48: error: cannot find 'didChangeValue' in scope
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
    |                                                `- error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:410:4: error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
410 | 			didChangeValue(forKey: "retryingState")
    |    `- error: cannot find 'didChangeValue' in scope
411 | 		}
412 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:20:38: error: cannot find type 'Operation' in scope
18 |
19 |
20 | public protocol RetryableOperation : Operation {
   |                                      `- error: cannot find type 'Operation' in scope
21 |
22 | 	/* I’d like to add “where T : Self” so that clients of the protocol know ther're given an object kind of class Self,
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:64:101: error: cannot find type 'OperationQueue' in scope
62 | 	public let maximumNumberOfRetries: Int
63 |
64 | 	public init(maximumNumberOfRetries maxRetry: Int = -1, baseOperation: T, baseOperationQueue queue: OperationQueue? = nil) {
   |                                                                                                     `- error: cannot find type 'OperationQueue' in scope
65 | 		maximumNumberOfRetries = maxRetry
66 |
/host/spi-builder-workspace/Sources/RetryingOperation/WrappedRetryingOperation.swift:59:33: error: cannot find type 'OperationQueue' in scope
57 |
58 | 	 If `nil` (default), the base operation will not be launched in a queue. */
59 | 	public let baseOperationQueue: OperationQueue?
   |                                 `- error: cannot find type 'OperationQueue' in scope
60 |
61 | 	/** If `< 0`, the operation is retried indefinitely. */
[297/298] Compiling RetryingOperation RetryingOperation.swift
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:365:36: error: cannot find 'DispatchSemaphore' in scope
363 | 	}
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
367 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:27: error: cannot find 'DispatchQueue' in scope
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:366:112: error: cannot infer contextual base in reference to member 'utility'
364 |
365 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
366 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
367 |
368 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:102:20: error: property does not override any property from its superclass
100 | 	 By default an `Operation` is synchronous, which, with no modifications on the `isAsynchronous` property, would make a RetryingOperation synchronous by default too.
101 | 	 This is not such a good behavior; we prefer forcing subclassers to explicitely say whether they’re creating a synchronous or an asynchronous operation. */
102 | 	open override var isAsynchronous: Bool {
    |                    `- error: property does not override any property from its superclass
103 | 		fatalError("isAsynchronous is abstract on a RetryingOperation")
104 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:106:29: error: method does not override any method from its superclass
104 | 	}
105 |
106 | 	public final override func start() {
    |                             `- error: method does not override any method from its superclass
107 | 		if !isAsynchronous {super.start()}
108 | 		else {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:116:29: error: method does not override any method from its superclass
114 | 	/* Note: The synchronous implementation deserves a little more tests.
115 | 	 *       Currently it is only very lightly tested with a few unit tests. */
116 | 	public final override func main() {
    |                             `- error: method does not override any method from its superclass
117 | 		assert(!isAsynchronous)
118 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:310:22: error: cannot find type 'DispatchSourceTimer' in scope
308 | 		private var hasBeenResumed = false
309 |
310 | 		private let timer: DispatchSourceTimer
    |                      `- error: cannot find type 'DispatchSourceTimer' in scope
311 | 		fileprivate let delay: TimeInterval /* For synchronous operations… */
312 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:450:29: error: method does not override any method from its superclass
448 | 	}
449 |
450 | 	public final override func cancel() {
    |                             `- error: method does not override any method from its superclass
451 | 		super.cancel()
452 | 		guard isAsynchronous else {cancelBaseOperation(); return}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:472:28: error: property does not override any property from its superclass
470 | 	private var isBaseOperationRunning = false
471 |
472 | 	public final override var isExecuting: Bool {
    |                            `- error: property does not override any property from its superclass
473 | 		guard isAsynchronous else {return super.isExecuting}
474 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:479:28: error: property does not override any property from its superclass
477 | 	}
478 |
479 | 	public final override var isFinished: Bool {
    |                            `- error: property does not override any property from its superclass
480 | 		guard isAsynchronous else {return super.isFinished}
481 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:80:32: error: cannot find type 'Operation' in scope
 78 |  A solution is to use `RetryableOperationWrapper`.
 79 |  See the doc of this class for more information. */
 80 | open class RetryingOperation : Operation, @unchecked Sendable {
    |                                `- error: cannot find type 'Operation' in scope
 81 |
 82 | 	public var numberOfRetries: Int? {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:107:23: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
105 |
106 | 	public final override func start() {
107 | 		if !isAsynchronous {super.start()}
    |                       `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
108 | 		else {
109 | 			/* We are in an asynchronous operation, we must start the operation ourselves. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:160:17: error: cannot find 'isCancelled' in scope
158 | 				_startBaseOperationOnQueue(isRetry: isRetry); assert(!isBaseOperationRunning)
159 |
160 | 				let ret = (!isCancelled ? syncOperationRetryHelpers : nil); syncOperationRetryHelpers = nil
    |                 `- error: cannot find 'isCancelled' in scope
161 | 				if ret != nil {retryingState = .waitingToRetry(nRetries)}
162 | 				return setFilteredRetryHelpers(helpers: ret)
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:171:6: error: cannot find 'Thread' in scope
169 | 				let startWaitTime = Date()
170 | 				repeat {
171 | 					Thread.sleep(forTimeInterval: timeToWait.map{ max(0, min(0.5, $0 + startWaitTime.timeIntervalSinceNow)) } ?? 0.5)
    |      `- error: cannot find 'Thread' in scope
172 |
173 | 					let shouldRefreshTimeToWait: Bool = retryQueue.sync{
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:174:23: error: cannot find 'isCancelled' in scope
172 |
173 | 					let shouldRefreshTimeToWait: Bool = retryQueue.sync{
174 | 						let cancelled = isCancelled
    |                       `- error: cannot find 'isCancelled' in scope
175 | 						guard syncRefreshRetryHelpers || cancelled else {return false}
176 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:265:16: error: value of type 'RetryingOperation' has no member 'isCancelled'
263 | 			self.isBaseOperationRunning = false
264 |
265 | 			guard !self.isCancelled, let retryHelpers = retryHelpers else {
    |                `- error: value of type 'RetryingOperation' has no member 'isCancelled'
266 | 				self.retryingState = .finished
267 | 				return
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:285:12: error: cannot find 'DispatchSource' in scope
283 | 			delay = d
284 |
285 | 			timer = DispatchSource.makeTimerSource(flags: [], queue: retryingOperation.retryQueue)
    |            `- error: cannot find 'DispatchSource' in scope
286 | 			timer.setEventHandler{ retryingOperation._unsafeRetry(withHelpers: nil) }
287 | 			/* We schedule the timer in setup. */
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:291:35: error: 'nil' requires a contextual type
289 |
290 | 		deinit {
291 | 			timer.setEventHandler(handler: nil)
    |                                   `- error: 'nil' requires a contextual type
292 | 			/* On iOS 11, releasing a timer that has never been resumed will crash. */
293 | 			if #available(iOS 11.0, *), !hasBeenResumed {timer.resume(); timer.cancel()}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:297:30: error: cannot call value of non-function type 'Date'
295 |
296 | 		public func setup() {
297 | 			timer.schedule(deadline: .now() + delay, leeway: .milliseconds(250))
    |                              `- error: cannot call value of non-function type 'Date'
298 | 			timer.resume()
299 | 			hasBeenResumed = true
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:297:54: error: cannot infer contextual base in reference to member 'milliseconds'
295 |
296 | 		public func setup() {
297 | 			timer.schedule(deadline: .now() + delay, leeway: .milliseconds(250))
    |                                                      `- error: cannot infer contextual base in reference to member 'milliseconds'
298 | 			timer.resume()
299 | 			hasBeenResumed = true
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:374:4: error: cannot find 'willChangeValue' in scope
372 | 	private var retryingState = State.inited {
373 | 		willSet(newState) {
374 | 			willChangeValue(forKey: "retryingState")
    |    `- error: cannot find 'willChangeValue' in scope
375 |
376 | 			if isAsynchronous {
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:391:48: error: cannot find 'willChangeValue' in scope
389 | 				let oldStateFinished = retryingState.isFinished
390 |
391 | 				if newStateExecuting != oldStateExecuting {willChangeValue(forKey: "isExecuting")}
    |                                                `- error: cannot find 'willChangeValue' in scope
392 | 				if newStateFinished  != oldStateFinished  {willChangeValue(forKey: "isFinished")}
393 | 			}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:392:48: error: cannot find 'willChangeValue' in scope
390 |
391 | 				if newStateExecuting != oldStateExecuting {willChangeValue(forKey: "isExecuting")}
392 | 				if newStateFinished  != oldStateFinished  {willChangeValue(forKey: "isFinished")}
    |                                                `- error: cannot find 'willChangeValue' in scope
393 | 			}
394 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:406:48: error: cannot find 'didChangeValue' in scope
404 | 				let oldStateFinished = oldState.isFinished
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
    |                                                `- error: cannot find 'didChangeValue' in scope
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
408 | 			}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:407:48: error: cannot find 'didChangeValue' in scope
405 |
406 | 				if newStateFinished  != oldStateFinished  {didChangeValue(forKey: "isFinished")}
407 | 				if newStateExecuting != oldStateExecuting {didChangeValue(forKey: "isExecuting")}
    |                                                `- error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:410:4: error: cannot find 'didChangeValue' in scope
408 | 			}
409 |
410 | 			didChangeValue(forKey: "retryingState")
    |    `- error: cannot find 'didChangeValue' in scope
411 | 		}
412 | 	}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:417:10: error: cannot find 'isCancelled' in scope
415 | 		assert(!isBaseOperationRunning)
416 |
417 | 		guard !isCancelled else {
    |          `- error: cannot find 'isCancelled' in scope
418 | 			retryingState = .finished
419 | 			return
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:451:3: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
449 |
450 | 	public final override func cancel() {
451 | 		super.cancel()
    |   `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
452 | 		guard isAsynchronous else {cancelBaseOperation(); return}
453 |
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:473:37: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
471 |
472 | 	public final override var isExecuting: Bool {
473 | 		guard isAsynchronous else {return super.isExecuting}
    |                                     `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
474 |
475 | 		retryStateSemaphore.wait(); defer {retryStateSemaphore.signal()}
/host/spi-builder-workspace/Sources/RetryingOperation/RetryingOperation.swift:480:37: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
478 |
479 | 	public final override var isFinished: Bool {
480 | 		guard isAsynchronous else {return super.isFinished}
    |                                     `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
481 |
482 | 		retryStateSemaphore.wait(); defer {retryStateSemaphore.signal()}
[298/298] Compiling RetryingOperation RetryHelper.swift
BUILD FAILURE 6.1 wasm