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

Successful build of Periphery, reference master (6cc503), with Swift 6.1 for Linux on 27 Jun 2025 20:14:37 UTC.

Swift 6 data race errors: 20

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/peripheryapp/periphery.git
Reference: master
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/peripheryapp/periphery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6cc5030 Release 3.2.0
Cloned https://github.com/peripheryapp/periphery.git
Revision (git rev-parse @):
6cc503055b9569d5565a026e1a19fb4e41c85572
SUCCESS checkout https://github.com/peripheryapp/periphery.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/peripheryapp/periphery.git
https://github.com/peripheryapp/periphery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.1",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-filename-matcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ileitch/swift-filename-matcher"
    }
  ],
  "manifest_display_name" : "Periphery",
  "name" : "Periphery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "periphery",
      "targets" : [
        "Frontend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PeripheryKit",
      "targets" : [
        "PeripheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Tests/Shared",
      "sources" : [
        "DeclarationDescription.swift",
        "DeclarationScope.swift",
        "FixtureSourceGraphTestCase.swift",
        "Helper.swift",
        "SPMSourceGraphTestCase.swift",
        "SourceGraphTestCase.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "PeripheryKit",
        "ProjectDrivers",
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyntaxAnalysis",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxAnalysis",
      "path" : "Sources/SyntaxAnalysis",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "CommentCommand.swift",
        "DeclarationSyntaxVisitor.swift",
        "ImportSyntaxVisitor.swift",
        "MultiplexingSyntaxVisitor.swift",
        "SourceLocationBuilder.swift",
        "TypeSyntaxInspector.swift",
        "UnusedParameterAnalyzer.swift",
        "UnusedParameterParser.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceGraph",
      "module_type" : "SwiftTarget",
      "name" : "SourceGraph",
      "path" : "Sources/SourceGraph",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Elements/Accessibility.swift",
        "Elements/AssetReference.swift",
        "Elements/CommentCommand.swift",
        "Elements/Declaration.swift",
        "Elements/ImportStatement.swift",
        "Elements/Location.swift",
        "Elements/ProjectFileKind.swift",
        "Elements/Reference.swift",
        "Elements/SourceFile.swift",
        "Mutators/AccessibilityCascader.swift",
        "Mutators/AncestralReferenceEliminator.swift",
        "Mutators/AssetReferenceRetainer.swift",
        "Mutators/AssignOnlyPropertyReferenceEliminator.swift",
        "Mutators/CodablePropertyRetainer.swift",
        "Mutators/CodingKeyEnumReferenceBuilder.swift",
        "Mutators/ComplexPropertyAccessorReferenceBuilder.swift",
        "Mutators/DefaultConstructorReferenceBuilder.swift",
        "Mutators/DynamicMemberRetainer.swift",
        "Mutators/EntryPointAttributeRetainer.swift",
        "Mutators/EnumCaseReferenceBuilder.swift",
        "Mutators/ExtensionReferenceBuilder.swift",
        "Mutators/ExternalOverrideRetainer.swift",
        "Mutators/ExternalTypeProtocolConformanceReferenceRemover.swift",
        "Mutators/GenericClassAndStructConstructorReferenceBuilder.swift",
        "Mutators/InterfaceBuilderPropertyRetainer.swift",
        "Mutators/ObjCAccessibleRetainer.swift",
        "Mutators/PropertyWrapperRetainer.swift",
        "Mutators/ProtocolConformanceReferenceBuilder.swift",
        "Mutators/ProtocolExtensionReferenceBuilder.swift",
        "Mutators/PubliclyAccessibleRetainer.swift",
        "Mutators/RedundantExplicitPublicAccessibilityMarker.swift",
        "Mutators/RedundantProtocolMarker.swift",
        "Mutators/ResultBuilderRetainer.swift",
        "Mutators/StringInterpolationAppendInterpolationRetainer.swift",
        "Mutators/StructImplicitInitializerReferenceBuilder.swift",
        "Mutators/SwiftTestingRetainer.swift",
        "Mutators/SwiftUIRetainer.swift",
        "Mutators/UnusedImportMarker.swift",
        "Mutators/UnusedParameterRetainer.swift",
        "Mutators/UsedDeclarationMarker.swift",
        "Mutators/XCTestRetainer.swift",
        "SourceGraph.swift",
        "SourceGraphDebugger.swift",
        "SourceGraphMutator.swift",
        "SourceGraphMutatorRunner.swift",
        "SynchronizedSourceGraph.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shared",
      "module_type" : "SwiftTarget",
      "name" : "Shared",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Benchmark.swift",
        "Constants.swift",
        "PeripheryError.swift",
        "ProjectKind.swift",
        "PropertyTypeSanitizer.swift",
        "SetupGuide.swift",
        "Shell.swift",
        "SwiftVersion.swift",
        "SwiftVersionParser.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMTests",
      "path" : "Tests/SPMTests",
      "sources" : [
        "Helper.swift",
        "SPMProjectTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectDrivers",
      "module_type" : "SwiftTarget",
      "name" : "ProjectDrivers",
      "path" : "Sources/ProjectDrivers",
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectDriver.swift",
        "GenericProjectDriver.swift",
        "ProjectDriver.swift",
        "SPM.swift",
        "SPMProjectDriver.swift",
        "XcodeProjectDriver.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeripheryTests",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryTests",
      "path" : "Tests/PeripheryTests",
      "sources" : [
        "CrossModuleRetentionTest.swift",
        "Extensions/FilePathGlobTest.swift",
        "Extensions/FilePathTest.swift",
        "Extensions/FilenameMatcherTests.swift",
        "Extensions/String+VersionTest.swift",
        "ObjcAccessibleRetentionTest.swift",
        "ObjcAnnotatedRetentionTest.swift",
        "RetentionTest.swift",
        "SwiftVersionParserTest.swift",
        "Syntax/FunctionVisitTest.swift",
        "Syntax/ImportVisitTest.swift",
        "Syntax/PropertyVisitTest.swift",
        "Syntax/TypeSyntaxInspectorTest.swift",
        "Syntax/UnusedParameterTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeripheryKit",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryKit",
      "path" : "Sources/PeripheryKit",
      "product_dependencies" : [
        "SystemPackage",
        "AEXML",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Results/Baseline.swift",
        "Results/CheckstyleFormatter.swift",
        "Results/CodeClimateFormatter.swift",
        "Results/CsvFormatter.swift",
        "Results/GitHubActionsFormatter.swift",
        "Results/GitHubMarkdownFormatter.swift",
        "Results/JsonFormatter.swift",
        "Results/OutputDeclarationFilter.swift",
        "Results/OutputFormatter.swift",
        "Results/XcodeFormatter.swift",
        "ScanResult.swift",
        "ScanResultBuilder.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Logger",
      "module_type" : "SwiftTarget",
      "name" : "Logger",
      "path" : "Sources/Logger",
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Indexer",
      "module_type" : "SwiftTarget",
      "name" : "Indexer",
      "path" : "Sources/Indexer",
      "product_dependencies" : [
        "SwiftIndexStore",
        "AEXML"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "IndexPipeline.swift",
        "IndexPlan.swift",
        "Indexer.swift",
        "InfoPlistIndexer.swift",
        "InfoPlistParser.swift",
        "JobPool.swift",
        "SourceFileCollector.swift",
        "SwiftIndexer.swift",
        "XCDataModelIndexer.swift",
        "XCDataModelParser.swift",
        "XCMappingModelIndexer.swift",
        "XCMappingModelParser.swift",
        "XibIndexer.swift",
        "XibParser.swift"
      ],
      "target_dependencies" : [
        "SyntaxAnalysis",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Frontend",
      "module_type" : "SwiftTarget",
      "name" : "Frontend",
      "path" : "Sources/Frontend",
      "product_dependencies" : [
        "ArgumentParser",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectSetupGuide.swift",
        "Commands/CheckUpdateCommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/FrontendCommand.swift",
        "Commands/ScanCommand.swift",
        "Commands/VersionCommand.swift",
        "CommonSetupGuide.swift",
        "GuidedSetup.swift",
        "Logger+Extension.swift",
        "Project.swift",
        "SPMProjectSetupGuide.swift",
        "Scan.swift",
        "UpdateChecker.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Shared",
        "Configuration",
        "SourceGraph",
        "PeripheryKit",
        "ProjectDrivers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Collection+Extension.swift",
        "FilePath+Extension.swift",
        "FilePath+Glob.swift",
        "FilenameMatcher+Extension.swift",
        "Sequence+Extension.swift",
        "Set+Extension.swift",
        "String+Extension.swift",
        "String+Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "Yams",
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Configuration.swift",
        "OutputFormat.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Shared",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityTests",
      "path" : "Tests/AccessibilityTests",
      "sources" : [
        "Helper.swift",
        "RedundantPublicAccessibilityTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit",
        "Configuration"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kateinoigakukun/swift-indexstore
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/ileitch/swift-filename-matcher
[1/2127] Fetching aexml
[1448/2190] Fetching aexml, swift-filename-matcher
[1989/2513] Fetching aexml, swift-filename-matcher, swift-indexstore
Fetched https://github.com/ileitch/swift-filename-matcher from cache (0.27s)
Fetching https://github.com/apple/swift-system
[1/10942] Fetching yams
[5691/15385] Fetching yams, swift-system
[10353/30793] Fetching yams, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.37s)
[8857/26350] Fetching yams, swift-argument-parser
[20162/97317] Fetching yams, swift-argument-parser, swift-syntax
Fetched https://github.com/tadija/AEXML from cache (1.08s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
[22297/81909] Fetching yams, swift-syntax
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (7.93s)
Fetched https://github.com/apple/swift-syntax from cache (8.04s)
Fetched https://github.com/jpsim/Yams from cache (8.07s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (11.76s)
Computing version for https://github.com/ileitch/swift-filename-matcher
Computed https://github.com/ileitch/swift-filename-matcher at 2.0.1 (1.09s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore
Computed https://github.com/kateinoigakukun/swift-indexstore at 0.4.0 (0.88s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.92s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (1.08s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (0.74s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.90s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/ileitch/swift-filename-matcher
Working copy of https://github.com/ileitch/swift-filename-matcher resolved at 2.0.1
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/60] Write sources
[22/60] Compiling _SwiftSyntaxCShims dummy.c
[23/60] Compiling reader.c
[24/60] Compiling _CIndexStore dummy.c
[25/60] Write sources
[28/60] Compiling writer.c
[29/60] Compiling parser.c
[30/60] Compiling CSystem shims.c
[31/60] Compiling emitter.c
[32/60] Compiling api.c
[33/60] Write swift-version-24593BA9C3E375BF.txt
[34/60] Compiling scanner.c
[36/111] 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
[37/111] Emitting module SystemPackage
[38/114] Compiling FilenameMatcher FilenameMatcherOptions.swift
[39/114] 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
[40/115] 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
[41/115] 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
[42/116] Compiling SwiftIndexStore OptionSetDisplayable.swift
[43/117] 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
[44/117] 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
[45/117] Compiling SystemPackage Util+StringArray.swift
[46/117] Compiling SystemPackage Util.swift
[47/117] Compiling SystemPackage UtilConsumers.swift
[48/118] Emitting module SwiftIndexStore
[49/118] Compiling SystemPackage MachPort.swift
[50/118] Compiling SystemPackage PlatformString.swift
[51/118] Compiling SystemPackage SystemString.swift
[52/118] 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
[53/118] 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
[54/119] Emitting module ArgumentParserToolInfo
[55/119] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/120] Compiling SystemPackage FilePathParsing.swift
[57/120] Compiling SystemPackage FilePathString.swift
[58/120] Compiling SystemPackage FilePathSyntax.swift
[59/120] Compiling SystemPackage FilePathTemp.swift
[60/120] Compiling SystemPackage FileOperations.swift
[61/120] Compiling SystemPackage FilePath.swift
[62/120] Compiling SystemPackage FilePathComponentView.swift
[63/120] Compiling SystemPackage FilePathComponents.swift
[64/120] Compiling SystemPackage Errno.swift
[65/120] Compiling SystemPackage ErrnoWindows.swift
[66/120] Compiling SystemPackage FileDescriptor.swift
[67/120] Compiling SystemPackage FileHelpers.swift
[72/120] Wrapping AST for SwiftSyntax600 for debugging
[74/251] Emitting module AEXML
[75/251] Compiling AEXML Builders.swift
[76/251] Compiling ArgumentParser EnumerableFlag.swift
[77/251] Compiling ArgumentParser ArgumentDefinition.swift
[78/251] Compiling ArgumentParser ArgumentSet.swift
[79/251] Compiling ArgumentParser CommandParser.swift
[80/251] Compiling ArgumentParser OptionGroup.swift
[81/251] Compiling ArgumentParser AsyncParsableCommand.swift
[82/251] Compiling ArgumentParser CommandConfiguration.swift
[83/251] Compiling ArgumentParser CommandGroup.swift
[84/251] Compiling ArgumentParser HelpCommand.swift
[85/251] Compiling ArgumentParser HelpGenerator.swift
[86/251] Compiling ArgumentParser MessageInfo.swift
[87/251] Compiling ArgumentParser UsageGenerator.swift
[88/252] Wrapping AST for SwiftSyntax601 for debugging
[90/252] Compiling SwiftIndexStore IndexStoreUnit.swift
[91/252] Compiling ArgumentParser FishCompletionsGenerator.swift
[92/252] Compiling ArgumentParser ZshCompletionsGenerator.swift
[93/252] Compiling SwiftIndexStore LibIndexStore.swift
[94/252] Compiling SwiftIndexStore Process+Extension.swift
[95/252] Compiling SwiftIndexStore SwiftIndexStore.swift
[96/252] Compiling AEXML Error.swift
[97/252] Compiling AEXML Parser.swift
[98/252] Compiling FilenameMatcher FilenameMatcher.swift
[99/252] Emitting module FilenameMatcher
[100/253] Compiling AEXML Options.swift
[101/253] Compiling SwiftIndexStore UnfairLock.swift
[102/253] Compiling Logger Logger.swift
/host/spi-builder-workspace/Sources/Logger/Logger.swift:24:23: warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | @usableFromInline var isColorOutputCapable: Bool = {
    |                       |- warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isColorOutputCapable' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make var 'isColorOutputCapable' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
/host/spi-builder-workspace/Sources/Logger/Logger.swift:27:25: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
 27 |           isatty(fileno(stdout)) != 0
    |                         `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |     else {
 29 |         return false
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:47:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 45 |
 46 |         if (info.st_mode & S_IFMT) == S_IFIFO {
 47 |             setlinebuf(stdout)
    |                        `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 48 |             setlinebuf(stderr)
 49 |         }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:48:24: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 46 |         if (info.st_mode & S_IFMT) == S_IFIFO {
 47 |             setlinebuf(stdout)
 48 |             setlinebuf(stderr)
    |                        `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 49 |         }
 50 |     }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:75:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 73 |     public func info(_ text: String, canQuiet: Bool = true) {
 74 |         guard !(quiet && canQuiet) else { return }
 75 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:81:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 79 |     public func debug(_ text: String) {
 80 |         guard verbose else { return }
 81 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 82 |     }
 83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:88:29: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 86 |         guard !quiet else { return }
 87 |         if newlinePrefix {
 88 |             log("", output: stderr)
    |                             `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:91:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
 91 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 92 |     }
 93 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:98:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 96 |     public func error(_ text: String) {
 97 |         let text = Self.colorize("error: ", .boldRed) + text
 98 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 99 |     }
100 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[103/253] Emitting module Logger
/host/spi-builder-workspace/Sources/Logger/Logger.swift:24:23: warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | @usableFromInline var isColorOutputCapable: Bool = {
    |                       |- warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isColorOutputCapable' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make var 'isColorOutputCapable' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
/host/spi-builder-workspace/Sources/Logger/Logger.swift:27:25: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
 27 |           isatty(fileno(stdout)) != 0
    |                         `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |     else {
 29 |         return false
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:75:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 73 |     public func info(_ text: String, canQuiet: Bool = true) {
 74 |         guard !(quiet && canQuiet) else { return }
 75 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:81:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 79 |     public func debug(_ text: String) {
 80 |         guard verbose else { return }
 81 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 82 |     }
 83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:88:29: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 86 |         guard !quiet else { return }
 87 |         if newlinePrefix {
 88 |             log("", output: stderr)
    |                             `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:91:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
 91 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 92 |     }
 93 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:98:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 96 |     public func error(_ text: String) {
 97 |         let text = Self.colorize("error: ", .boldRed) + text
 98 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 99 |     }
100 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[103/254] Wrapping AST for SystemPackage for debugging
[105/254] Compiling ArgumentParser BashCompletionsGenerator.swift
[106/254] Compiling ArgumentParser CompletionsGenerator.swift
[108/255] Compiling AEXML Document.swift
[109/255] Compiling AEXML Element.swift
[111/256] Wrapping AST for SwiftSyntax510 for debugging
[113/256] Wrapping AST for SwiftSyntax509 for debugging
[114/256] Wrapping AST for FilenameMatcher for debugging
[115/256] Wrapping AST for Logger for debugging
[116/264] Wrapping AST for SwiftIndexStore for debugging
[117/265] Wrapping AST for AEXML for debugging
[118/265] Wrapping AST for ArgumentParserToolInfo for debugging
[120/265] Compiling Extensions Sequence+Extension.swift
[121/266] Compiling Extensions FilenameMatcher+Extension.swift
[122/266] Compiling Extensions Array+Extension.swift
[123/266] Compiling Extensions Collection+Extension.swift
[124/266] Compiling ArgumentParser ArgumentVisibility.swift
[125/266] Compiling ArgumentParser CompletionKind.swift
[126/266] Compiling ArgumentParser Errors.swift
[127/266] Compiling ArgumentParser Flag.swift
[128/266] Compiling ArgumentParser NameSpecification.swift
[129/266] Compiling ArgumentParser Option.swift
[130/271] Emitting module ArgumentParser
[135/271] Compiling ArgumentParser Argument.swift
[136/271] Compiling ArgumentParser ArgumentHelp.swift
[137/271] Compiling Extensions FilePath+Extension.swift
[138/271] Compiling Extensions FilePath+Glob.swift
[139/271] Compiling Extensions String+Extension.swift
[140/271] Compiling Extensions Set+Extension.swift
[141/271] Compiling Extensions String+Version.swift
[142/271] Emitting module Extensions
[148/272] Wrapping AST for Extensions for debugging
[150/281] Compiling ArgumentParser Name.swift
[151/281] Compiling ArgumentParser Parsed.swift
[152/281] Compiling ArgumentParser ParsedValues.swift
[153/281] Compiling ArgumentParser ParserError.swift
[154/281] Compiling ArgumentParser SplitArguments.swift
[155/282] Compiling ArgumentParser DumpHelpGenerator.swift
[163/282] Compiling ArgumentParser InputKey.swift
[164/282] Compiling ArgumentParser InputOrigin.swift
[165/282] Compiling ArgumentParser ExpressibleByArgument.swift
[166/282] Compiling ArgumentParser ParsableArguments.swift
[167/282] Compiling ArgumentParser ParsableArgumentsValidation.swift
[168/282] Compiling ArgumentParser ParsableCommand.swift
[169/282] Compiling ArgumentParser ArgumentDecoder.swift
[170/282] Compiling Shared PropertyTypeSanitizer.swift
[171/283] Emitting module Shared
/host/spi-builder-workspace/Sources/Shared/Shell.swift:5:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import Logger
  3 |
  4 | public class ShellProcessStore {
    |              `- note: class 'ShellProcessStore' does not conform to the 'Sendable' protocol
  5 |     public static let shared = ShellProcessStore()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 |     private var processes: Set<Process> = []
[172/283] Compiling Shared SwiftVersionParser.swift
[173/283] Compiling Shared SwiftVersion.swift
[174/283] Compiling Shared PeripheryError.swift
[175/283] Compiling Shared ProjectKind.swift
[176/283] Compiling Shared Benchmark.swift
[177/283] Compiling Shared Constants.swift
[178/283] Compiling Shared Shell.swift
/host/spi-builder-workspace/Sources/Shared/Shell.swift:5:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import Logger
  3 |
  4 | public class ShellProcessStore {
    |              `- note: class 'ShellProcessStore' does not conform to the 'Sendable' protocol
  5 |     public static let shared = ShellProcessStore()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 |     private var processes: Set<Process> = []
/host/spi-builder-workspace/Sources/Shared/Shell.swift:63:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 61 |     ) throws -> (Int32, String, String) {
 62 |         let process = Process()
 63 |         process.launchPath = "/bin/bash"
    |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                 `- note: use 'executableURL' instead
 64 |         process.arguments = ["-c", cmd.joined(separator: " ")]
 65 |
/host/spi-builder-workspace/Sources/Shared/Shell.swift:79:17: warning: 'launch()' is deprecated: renamed to 'run'
 77 |         }
 78 |
 79 |         process.launch()
    |                 |- warning: 'launch()' is deprecated: renamed to 'run'
    |                 `- note: use 'run' instead
 80 |
 81 |         var standardOutput = ""
[179/283] Compiling ArgumentParser CollectionExtensions.swift
[180/283] Compiling ArgumentParser Platform.swift
[181/283] Compiling ArgumentParser SequenceExtensions.swift
[182/283] Compiling ArgumentParser StringExtensions.swift
[183/283] Compiling ArgumentParser Tree.swift
[184/283] Compiling Shared SetupGuide.swift
[185/284] Compiling Shared UnfairLock.swift
[191/287] Wrapping AST for ArgumentParser for debugging
[192/287] Wrapping AST for Shared for debugging
[194/287] Emitting module Yams
[195/287] Compiling Yams YamlError.swift
[196/287] Compiling Yams YamlTagProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/297] Wrapping AST for Yams for debugging
[232/300] Compiling Configuration OutputFormat.swift
/host/spi-builder-workspace/Sources/Configuration/OutputFormat.swift:12:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum OutputFormat: String, CaseIterable {
   |             `- note: consider making enum 'OutputFormat' conform to the 'Sendable' protocol
 4 |     case xcode
 5 |     case csv
   :
10 |     case githubMarkdown = "github-markdown"
11 |
12 |     public static let `default` = OutputFormat.xcode
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     init?(anyValue: Any) {
[233/300] Emitting module Configuration
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       |- warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultConfigurationFile' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultConfigurationFile' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 |     public init() {}
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:267:13: warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
265 | }
266 |
267 | private let filePathSetter: (Any) -> FilePath? = { value in
    |             |- warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathSetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |     if let value = value as? FilePath {
269 |         return value
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:277:13: warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
275 | }
276 |
277 | private let filePathArraySetter: (Any) -> [FilePath]? = { value in
    |             |- warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathArraySetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
278 |     if let value = value as? [FilePath] {
279 |         return value
/host/spi-builder-workspace/Sources/Configuration/OutputFormat.swift:12:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum OutputFormat: String, CaseIterable {
   |             `- note: consider making enum 'OutputFormat' conform to the 'Sendable' protocol
 4 |     case xcode
 5 |     case csv
   :
10 |     case githubMarkdown = "github-markdown"
11 |
12 |     public static let `default` = OutputFormat.xcode
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     init?(anyValue: Any) {
[234/300] Compiling Configuration Configuration.swift
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       |- warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultConfigurationFile' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultConfigurationFile' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 |     public init() {}
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:267:13: warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
265 | }
266 |
267 | private let filePathSetter: (Any) -> FilePath? = { value in
    |             |- warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathSetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |     if let value = value as? FilePath {
269 |         return value
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:277:13: warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
275 | }
276 |
277 | private let filePathArraySetter: (Any) -> [FilePath]? = { value in
    |             |- warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathArraySetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
278 |     if let value = value as? [FilePath] {
279 |         return value
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:156:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
154 |     public func save(to path: FilePath = defaultConfigurationFile) throws {
155 |         let data = try asYaml().data(using: .utf8)
156 |         FileManager.default.createFile(atPath: path.string, contents: data)
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
157 |     }
158 |
[235/301] Wrapping AST for Configuration for debugging
[237/301] 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
[238/301] 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
[239/301] 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
[240/301] 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
[241/301] 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
[242/301] 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
[243/301] 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
[244/301] 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
[245/301] 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
[246/301] 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
[247/301] 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
[248/301] 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
[249/301] 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
[250/301] 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
[251/301] 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
[252/301] 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
[253/301] 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
[254/301] 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
[255/301] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/301] 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
[263/301] 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
[264/301] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/301] 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
[284/301] 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
[285/301] 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
[286/301] 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
[287/301] 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
[288/301] 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
[289/301] 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
[290/301] 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
[291/301] 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
[292/302] Wrapping AST for SwiftSyntax for debugging
[294/385] Compiling SwiftParser Attributes.swift
[295/385] Compiling SwiftParser Availability.swift
[296/385] Compiling SwiftParser CharacterInfo.swift
[297/385] Compiling SwiftParser CollectionNodes+Parsable.swift
[298/385] Compiling SwiftParser Declarations.swift
[299/385] Compiling SwiftParser Directives.swift
[300/390] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[301/390] Compiling SwiftParser Expressions.swift
[302/390] Compiling SwiftParser IncrementalParseTransition.swift
[303/390] Compiling SwiftParser IsValidIdentifier.swift
[304/390] Compiling SwiftParser Cursor.swift
[305/390] Compiling SwiftParser Lexeme.swift
[306/390] Compiling SwiftParser LexemeSequence.swift
[307/390] Compiling SwiftParser Lexer.swift
[308/390] Compiling SwiftParser RegexLiteralLexer.swift
[309/390] Compiling SwiftParser UnicodeScalarExtensions.swift
[310/390] Compiling SwiftParser Lookahead.swift
[311/390] Compiling SwiftParser LoopProgressCondition.swift
[312/390] Compiling SwiftParser StringLiterals.swift
[313/390] Compiling SwiftParser SwiftParserCompatibility.swift
[314/390] Compiling SwiftParser SwiftVersion.swift
[315/390] Compiling SwiftParser SyntaxUtils.swift
[316/390] Compiling SwiftParser TokenConsumer.swift
[317/390] Compiling SwiftParser TokenPrecedence.swift
[318/390] Compiling SwiftParser Patterns.swift
[319/390] Compiling SwiftParser Recovery.swift
[320/390] Compiling SwiftParser Specifiers.swift
[321/390] Compiling SwiftParser Statements.swift
[322/390] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[323/390] Compiling SwiftParser Modifiers.swift
[324/390] Compiling SwiftParser Names.swift
[325/390] Compiling SwiftParser Nominals.swift
[326/390] Compiling SwiftParser Parameters.swift
[327/390] Compiling SwiftParser ParseSourceFile.swift
[328/390] Compiling SwiftParser Parser.swift
[329/390] Compiling SwiftParser TokenSpec.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[330/390] Compiling SwiftParser TokenSpecSet.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[331/390] Compiling SwiftParser TopLevel.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[332/390] Compiling SwiftParser TriviaParser.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[333/390] Compiling SwiftParser Types.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[334/390] Compiling SourceGraph Location.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[341/395] Emitting module SourceGraph
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[342/395] Compiling SwiftParser IsLexerClassified.swift
[343/395] Compiling SwiftParser LayoutNodes+Parsable.swift
[344/395] Compiling SwiftParser Parser+TokenSpecSet.swift
[345/395] Compiling SwiftParser TokenSpecStaticMembers.swift
[346/395] Compiling SourceGraph SynchronizedSourceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[353/396] 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
[354/396] Wrapping AST for SourceGraph for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[384/396] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[389/397] Wrapping AST for SwiftParser for debugging
[391/405] Compiling SyntaxAnalysis ImportSyntaxVisitor.swift
[392/406] Compiling SyntaxAnalysis TypeSyntaxInspector.swift
[393/406] Compiling SyntaxAnalysis UnusedParameterAnalyzer.swift
[394/406] Compiling SyntaxAnalysis SourceLocationBuilder.swift
[395/406] Compiling SyntaxAnalysis MultiplexingSyntaxVisitor.swift
[396/406] Emitting module SyntaxAnalysis
[397/406] Compiling SyntaxAnalysis CommentCommand.swift
[398/406] Compiling SyntaxAnalysis DeclarationSyntaxVisitor.swift
[399/406] Compiling SyntaxAnalysis UnusedParameterParser.swift
[400/407] Wrapping AST for SyntaxAnalysis for debugging
[402/421] Compiling Indexer XibIndexer.swift
[403/422] Compiling Indexer XCDataModelIndexer.swift
[404/422] Compiling Indexer XCDataModelParser.swift
[405/422] Compiling Indexer XCMappingModelIndexer.swift
[406/422] Compiling Indexer XCMappingModelParser.swift
[407/422] Compiling Indexer XibParser.swift
[408/422] Compiling Indexer InfoPlistParser.swift
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:14:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 2 | import Shared
 3 |
 4 | struct JobPool<Job> {
   |        `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 5 |     let jobs: [Job]
 6 |
   :
12 |
13 |             do {
14 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 |                 try block(job)
16 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:15:21: warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 |             do {
14 |                 let job = jobs[idx]
15 |                 try block(job)
   |                     |- warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
16 |             } catch let e {
17 |                 error = e
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:11:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
 9 |
10 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
11 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
12 |
13 |             do {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:17:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
15 |                 try block(job)
16 |             } catch let e {
17 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
18 |             }
19 |         }
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:35:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 2 | import Shared
 3 |
 4 | struct JobPool<Job> {
   |        `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 5 |     let jobs: [Job]
 6 |
   :
33 |
34 |             do {
35 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 |                 let result = try block(job)
37 |
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:36:34: warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             do {
35 |                 let job = jobs[idx]
36 |                 let result = try block(job)
   |                                  |- warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
37 |
38 |                 lock.perform {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:38:17: warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 |                 let result = try block(job)
37 |
38 |                 lock.perform {
   |                 `- warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
39 |                     results.append(contentsOf: result)
40 |                 }
/host/spi-builder-workspace/Sources/Shared/UnfairLock.swift:7:20: note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public final class UnfairLock {
   |                    `- note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 8 |     #if canImport(os)
 9 |         private var _osAllocatedUnfairLock: Any?
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Shared'
 1 | import Foundation
 2 | import Shared
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Shared'
 3 |
 4 | struct JobPool<Job> {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:39:21: warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
24 |     }
25 |
26 |     func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                  `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
27 |         var error: Error?
28 |         var results: [Result] = []
   :
37 |
38 |                 lock.perform {
39 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:32:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
30 |
31 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
32 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
33 |
34 |             do {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:39:21: warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
24 |     }
25 |
26 |     func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                  `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
27 |         var error: Error?
28 |         var results: [Result] = []
   :
37 |
38 |                 lock.perform {
39 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:39:21: warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
37 |
38 |                 lock.perform {
39 |                     results.append(contentsOf: result)
   |                     `- warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:42:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
42 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
43 |             }
44 |         }
[409/422] Compiling Indexer JobPool.swift
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:14:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 2 | import Shared
 3 |
 4 | struct JobPool<Job> {
   |        `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 5 |     let jobs: [Job]
 6 |
   :
12 |
13 |             do {
14 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 |                 try block(job)
16 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:15:21: warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 |             do {
14 |                 let job = jobs[idx]
15 |                 try block(job)
   |                     |- warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
16 |             } catch let e {
17 |                 error = e
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:11:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
 9 |
10 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
11 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
12 |
13 |             do {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:17:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
15 |                 try block(job)
16 |             } catch let e {
17 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
18 |             }
19 |         }
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:35:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 2 | import Shared
 3 |
 4 | struct JobPool<Job> {
   |        `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 5 |     let jobs: [Job]
 6 |
   :
33 |
34 |             do {
35 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 |                 let result = try block(job)
37 |
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:36:34: warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             do {
35 |                 let job = jobs[idx]
36 |                 let result = try block(job)
   |                                  |- warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
37 |
38 |                 lock.perform {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:38:17: warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 |                 let result = try block(job)
37 |
38 |                 lock.perform {
   |                 `- warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
39 |                     results.append(contentsOf: result)
40 |                 }
/host/spi-builder-workspace/Sources/Shared/UnfairLock.swift:7:20: note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public final class UnfairLock {
   |                    `- note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 8 |     #if canImport(os)
 9 |         private var _osAllocatedUnfairLock: Any?
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Shared'
 1 | import Foundation
 2 | import Shared
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Shared'
 3 |
 4 | struct JobPool<Job> {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:39:21: warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
24 |     }
25 |
26 |     func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                  `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
27 |         var error: Error?
28 |         var results: [Result] = []
   :
37 |
38 |                 lock.perform {
39 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:32:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
30 |
31 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
32 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
33 |
34 |             do {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:39:21: warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
24 |     }
25 |
26 |     func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                  `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
27 |         var error: Error?
28 |         var results: [Result] = []
   :
37 |
38 |                 lock.perform {
39 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:39:21: warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
37 |
38 |                 lock.perform {
39 |                     results.append(contentsOf: result)
   |                     `- warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
/host/spi-builder-workspace/Sources/Indexer/JobPool.swift:42:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
40 |                 }
41 |             } catch let e {
42 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
43 |             }
44 |         }
[410/422] Compiling Indexer Indexer.swift
[411/422] Compiling Indexer InfoPlistIndexer.swift
[412/422] Compiling Indexer IndexPipeline.swift
[413/422] Compiling Indexer IndexPlan.swift
[414/422] Emitting module Indexer
[415/422] Compiling Indexer SourceFileCollector.swift
[416/422] Compiling Indexer SwiftIndexer.swift
[417/423] Wrapping AST for Indexer for debugging
[419/442] Compiling ProjectDrivers XcodeProjectDriver.swift
[420/442] Compiling PeripheryKit ScanResult.swift
[421/443] Compiling ProjectDrivers ProjectDriver.swift
[422/443] Compiling PeripheryKit XcodeFormatter.swift
[423/443] Compiling ProjectDrivers SPM.swift
[424/443] Compiling ProjectDrivers SPMProjectDriver.swift
[425/443] Emitting module ProjectDrivers
[426/443] Compiling ProjectDrivers GenericProjectDriver.swift
[427/443] Compiling ProjectDrivers BazelProjectDriver.swift
[429/444] Emitting module PeripheryKit
[430/444] Compiling PeripheryKit Baseline.swift
[431/444] Compiling PeripheryKit CheckstyleFormatter.swift
[432/444] Compiling PeripheryKit CodeClimateFormatter.swift
[433/444] Compiling PeripheryKit CsvFormatter.swift
[434/444] Compiling PeripheryKit GitHubActionsFormatter.swift
[435/444] Compiling PeripheryKit GitHubMarkdownFormatter.swift
[436/444] Compiling PeripheryKit OutputFormatter.swift
[437/444] Compiling PeripheryKit JsonFormatter.swift
[438/444] Compiling PeripheryKit OutputDeclarationFilter.swift
[439/444] Compiling PeripheryKit ScanResultBuilder.swift
[439/445] Wrapping AST for ProjectDrivers for debugging
[441/452] Wrapping AST for PeripheryKit for debugging
[443/468] Compiling TestShared XCTestCase+Extensions.swift
[444/468] Compiling TestShared Helper.swift
[445/468] Compiling TestShared DeclarationScope.swift
[446/468] Emitting module Frontend
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:144:24: warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
142 |     var bazelFilter: String?
143 |
144 |     private static let defaultConfiguration = Configuration()
    |                        `- warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
145 |
146 |     func run() throws {
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:9:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
  7 | import Yams
  8 |
  9 | public final class Configuration {
    |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
 11 |
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  1 | import ArgumentParser
  2 | import Configuration
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  3 | import Foundation
  4 | import Logger
    :
142 |     var bazelFilter: String?
143 |
144 |     private static let defaultConfiguration = Configuration()
    |                        |- note: add '@MainActor' to make static property 'defaultConfiguration' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     func run() throws {
[447/468] Compiling Frontend BazelProjectSetupGuide.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/CheckUpdateCommand.swift:16:40: warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |         let logger = Logger(configuration: configuration)
15 |         let checker = UpdateChecker(logger: logger, configuration: configuration)
16 |         DispatchQueue.global().async { checker.run() }
   |                                        `- warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 |         let latestVersion = try checker.wait().get()
18 |         if latestVersion.isVersion(greaterThan: PeripheryVersion) {
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:10:13: note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
[448/468] Compiling Frontend CheckUpdateCommand.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/CheckUpdateCommand.swift:16:40: warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |         let logger = Logger(configuration: configuration)
15 |         let checker = UpdateChecker(logger: logger, configuration: configuration)
16 |         DispatchQueue.global().async { checker.run() }
   |                                        `- warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 |         let latestVersion = try checker.wait().get()
18 |         if latestVersion.isVersion(greaterThan: PeripheryVersion) {
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:10:13: note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
[449/469] Compiling Frontend SPMProjectSetupGuide.swift
[450/469] Compiling Frontend Scan.swift
[451/469] Compiling Frontend UpdateChecker.swift
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:44:23: warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
    :
 42 |
 43 |         let task = urlSession.dataTask(with: urlRequest) { [weak self] data, _, error in
 44 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 45 |
 46 |             if let error {
[452/469] Compiling Frontend Version.swift
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:44:23: warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
    :
 42 |
 43 |         let task = urlSession.dataTask(with: urlRequest) { [weak self] data, _, error in
 44 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 45 |
 46 |             if let error {
[453/469] Emitting module TestShared
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:11:16: warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
    |                |- warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'plan' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'plan' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:12:16: warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
    |                |- warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shell' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shell' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:13:16: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
    |                |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     static var results: [ScanResult] = []
 15 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:14:16: warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
    |                |- warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'results' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'results' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 |     private static var graph: SourceGraph!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:16:24: warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |     static var results: [ScanResult] = []
 15 |
 16 |     private static var graph: SourceGraph!
    |                        |- warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'graph' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'graph' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
 18 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:17:24: warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |     private static var graph: SourceGraph!
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
    |                        |- warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'allIndexedDeclarations' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'allIndexedDeclarations' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     private var scopeStack: [DeclarationScope] = []
[454/469] Compiling TestShared DeclarationDescription.swift
[455/469] Compiling Frontend Logger+Extension.swift
[456/469] Compiling Frontend Project.swift
[457/469] Compiling Frontend CommonSetupGuide.swift
/host/spi-builder-workspace/Sources/Frontend/GuidedSetup.swift:69:76: warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 67 |
 68 |         if configuration.hasNonDefaultValues {
 69 |             print(Logger.colorize("\nSave configuration to \(Configuration.defaultConfigurationFile)?", .bold))
    |                                                                            `- warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 70 |             shouldSave = selectBoolean()
 71 |
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: note: class property declared here
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       `- note: class property declared here
 11 |
 12 |     public init() {}
[458/469] Compiling Frontend GuidedSetup.swift
/host/spi-builder-workspace/Sources/Frontend/GuidedSetup.swift:69:76: warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 67 |
 68 |         if configuration.hasNonDefaultValues {
 69 |             print(Logger.colorize("\nSave configuration to \(Configuration.defaultConfigurationFile)?", .bold))
    |                                                                            `- warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 70 |             shouldSave = selectBoolean()
 71 |
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: note: class property declared here
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       `- note: class property declared here
 11 |
 12 |     public init() {}
[459/469] Compiling TestShared SPMSourceGraphTestCase.swift
[460/469] Compiling TestShared SourceGraphTestCase.swift
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:11:16: warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
    |                |- warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'plan' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'plan' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:12:16: warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
    |                |- warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shell' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shell' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:13:16: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
    |                |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     static var results: [ScanResult] = []
 15 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:14:16: warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
    |                |- warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'results' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'results' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 |     private static var graph: SourceGraph!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:16:24: warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |     static var results: [ScanResult] = []
 15 |
 16 |     private static var graph: SourceGraph!
    |                        |- warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'graph' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'graph' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
 18 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:17:24: warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |     private static var graph: SourceGraph!
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
    |                        |- warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'allIndexedDeclarations' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'allIndexedDeclarations' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     private var scopeStack: [DeclarationScope] = []
[461/469] Compiling TestShared FixtureSourceGraphTestCase.swift
[462/470] Compiling Frontend main.swift
[464/470] Compiling Frontend ClearCacheCommand.swift
[465/470] Compiling Frontend FrontendCommand.swift
[466/470] Compiling Frontend ScanCommand.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:144:24: warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
142 |     var bazelFilter: String?
143 |
144 |     private static let defaultConfiguration = Configuration()
    |                        `- warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
145 |
146 |     func run() throws {
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:9:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
  7 | import Yams
  8 |
  9 | public final class Configuration {
    |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
 11 |
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  1 | import ArgumentParser
  2 | import Configuration
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  3 | import Foundation
  4 | import Logger
    :
142 |     var bazelFilter: String?
143 |
144 |     private static let defaultConfiguration = Configuration()
    |                        |- note: add '@MainActor' to make static property 'defaultConfiguration' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     func run() throws {
[467/470] Compiling Frontend VersionCommand.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:144:24: warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
142 |     var bazelFilter: String?
143 |
144 |     private static let defaultConfiguration = Configuration()
    |                        `- warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
145 |
146 |     func run() throws {
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:9:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
  7 | import Yams
  8 |
  9 | public final class Configuration {
    |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
 11 |
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  1 | import ArgumentParser
  2 | import Configuration
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  3 | import Foundation
  4 | import Logger
    :
142 |     var bazelFilter: String?
143 |
144 |     private static let defaultConfiguration = Configuration()
    |                        |- note: add '@MainActor' to make static property 'defaultConfiguration' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     func run() throws {
[468/471] Wrapping AST for Frontend for debugging
[469/471] Write Objects.LinkFileList
[470/471] Linking periphery
Build complete! (167.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.1",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-filename-matcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ileitch/swift-filename-matcher"
    }
  ],
  "manifest_display_name" : "Periphery",
  "name" : "Periphery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "periphery",
      "targets" : [
        "Frontend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PeripheryKit",
      "targets" : [
        "PeripheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Tests/Shared",
      "sources" : [
        "DeclarationDescription.swift",
        "DeclarationScope.swift",
        "FixtureSourceGraphTestCase.swift",
        "Helper.swift",
        "SPMSourceGraphTestCase.swift",
        "SourceGraphTestCase.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "PeripheryKit",
        "ProjectDrivers",
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyntaxAnalysis",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxAnalysis",
      "path" : "Sources/SyntaxAnalysis",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "CommentCommand.swift",
        "DeclarationSyntaxVisitor.swift",
        "ImportSyntaxVisitor.swift",
        "MultiplexingSyntaxVisitor.swift",
        "SourceLocationBuilder.swift",
        "TypeSyntaxInspector.swift",
        "UnusedParameterAnalyzer.swift",
        "UnusedParameterParser.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceGraph",
      "module_type" : "SwiftTarget",
      "name" : "SourceGraph",
      "path" : "Sources/SourceGraph",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Elements/Accessibility.swift",
        "Elements/AssetReference.swift",
        "Elements/CommentCommand.swift",
        "Elements/Declaration.swift",
        "Elements/ImportStatement.swift",
        "Elements/Location.swift",
        "Elements/ProjectFileKind.swift",
        "Elements/Reference.swift",
        "Elements/SourceFile.swift",
        "Mutators/AccessibilityCascader.swift",
        "Mutators/AncestralReferenceEliminator.swift",
        "Mutators/AssetReferenceRetainer.swift",
        "Mutators/AssignOnlyPropertyReferenceEliminator.swift",
        "Mutators/CodablePropertyRetainer.swift",
        "Mutators/CodingKeyEnumReferenceBuilder.swift",
        "Mutators/ComplexPropertyAccessorReferenceBuilder.swift",
        "Mutators/DefaultConstructorReferenceBuilder.swift",
        "Mutators/DynamicMemberRetainer.swift",
        "Mutators/EntryPointAttributeRetainer.swift",
        "Mutators/EnumCaseReferenceBuilder.swift",
        "Mutators/ExtensionReferenceBuilder.swift",
        "Mutators/ExternalOverrideRetainer.swift",
        "Mutators/ExternalTypeProtocolConformanceReferenceRemover.swift",
        "Mutators/GenericClassAndStructConstructorReferenceBuilder.swift",
        "Mutators/InterfaceBuilderPropertyRetainer.swift",
        "Mutators/ObjCAccessibleRetainer.swift",
        "Mutators/PropertyWrapperRetainer.swift",
        "Mutators/ProtocolConformanceReferenceBuilder.swift",
        "Mutators/ProtocolExtensionReferenceBuilder.swift",
        "Mutators/PubliclyAccessibleRetainer.swift",
        "Mutators/RedundantExplicitPublicAccessibilityMarker.swift",
        "Mutators/RedundantProtocolMarker.swift",
        "Mutators/ResultBuilderRetainer.swift",
        "Mutators/StringInterpolationAppendInterpolationRetainer.swift",
        "Mutators/StructImplicitInitializerReferenceBuilder.swift",
        "Mutators/SwiftTestingRetainer.swift",
        "Mutators/SwiftUIRetainer.swift",
        "Mutators/UnusedImportMarker.swift",
        "Mutators/UnusedParameterRetainer.swift",
        "Mutators/UsedDeclarationMarker.swift",
        "Mutators/XCTestRetainer.swift",
        "SourceGraph.swift",
        "SourceGraphDebugger.swift",
        "SourceGraphMutator.swift",
        "SourceGraphMutatorRunner.swift",
        "SynchronizedSourceGraph.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shared",
      "module_type" : "SwiftTarget",
      "name" : "Shared",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Benchmark.swift",
        "Constants.swift",
        "PeripheryError.swift",
        "ProjectKind.swift",
        "PropertyTypeSanitizer.swift",
        "SetupGuide.swift",
        "Shell.swift",
        "SwiftVersion.swift",
        "SwiftVersionParser.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMTests",
      "path" : "Tests/SPMTests",
      "sources" : [
        "Helper.swift",
        "SPMProjectTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectDrivers",
      "module_type" : "SwiftTarget",
      "name" : "ProjectDrivers",
      "path" : "Sources/ProjectDrivers",
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectDriver.swift",
        "GenericProjectDriver.swift",
        "ProjectDriver.swift",
        "SPM.swift",
        "SPMProjectDriver.swift",
        "XcodeProjectDriver.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeripheryTests",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryTests",
      "path" : "Tests/PeripheryTests",
      "sources" : [
        "CrossModuleRetentionTest.swift",
        "Extensions/FilePathGlobTest.swift",
        "Extensions/FilePathTest.swift",
        "Extensions/FilenameMatcherTests.swift",
        "Extensions/String+VersionTest.swift",
        "ObjcAccessibleRetentionTest.swift",
        "ObjcAnnotatedRetentionTest.swift",
        "RetentionTest.swift",
        "SwiftVersionParserTest.swift",
        "Syntax/FunctionVisitTest.swift",
        "Syntax/ImportVisitTest.swift",
        "Syntax/PropertyVisitTest.swift",
        "Syntax/TypeSyntaxInspectorTest.swift",
        "Syntax/UnusedParameterTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeripheryKit",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryKit",
      "path" : "Sources/PeripheryKit",
      "product_dependencies" : [
        "SystemPackage",
        "AEXML",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Results/Baseline.swift",
        "Results/CheckstyleFormatter.swift",
        "Results/CodeClimateFormatter.swift",
        "Results/CsvFormatter.swift",
        "Results/GitHubActionsFormatter.swift",
        "Results/GitHubMarkdownFormatter.swift",
        "Results/JsonFormatter.swift",
        "Results/OutputDeclarationFilter.swift",
        "Results/OutputFormatter.swift",
        "Results/XcodeFormatter.swift",
        "ScanResult.swift",
        "ScanResultBuilder.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Logger",
      "module_type" : "SwiftTarget",
      "name" : "Logger",
      "path" : "Sources/Logger",
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Indexer",
      "module_type" : "SwiftTarget",
      "name" : "Indexer",
      "path" : "Sources/Indexer",
      "product_dependencies" : [
        "SwiftIndexStore",
        "AEXML"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "IndexPipeline.swift",
        "IndexPlan.swift",
        "Indexer.swift",
        "InfoPlistIndexer.swift",
        "InfoPlistParser.swift",
        "JobPool.swift",
        "SourceFileCollector.swift",
        "SwiftIndexer.swift",
        "XCDataModelIndexer.swift",
        "XCDataModelParser.swift",
        "XCMappingModelIndexer.swift",
        "XCMappingModelParser.swift",
        "XibIndexer.swift",
        "XibParser.swift"
      ],
      "target_dependencies" : [
        "SyntaxAnalysis",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Frontend",
      "module_type" : "SwiftTarget",
      "name" : "Frontend",
      "path" : "Sources/Frontend",
      "product_dependencies" : [
        "ArgumentParser",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectSetupGuide.swift",
        "Commands/CheckUpdateCommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/FrontendCommand.swift",
        "Commands/ScanCommand.swift",
        "Commands/VersionCommand.swift",
        "CommonSetupGuide.swift",
        "GuidedSetup.swift",
        "Logger+Extension.swift",
        "Project.swift",
        "SPMProjectSetupGuide.swift",
        "Scan.swift",
        "UpdateChecker.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Shared",
        "Configuration",
        "SourceGraph",
        "PeripheryKit",
        "ProjectDrivers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Collection+Extension.swift",
        "FilePath+Extension.swift",
        "FilePath+Glob.swift",
        "FilenameMatcher+Extension.swift",
        "Sequence+Extension.swift",
        "Set+Extension.swift",
        "String+Extension.swift",
        "String+Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "Yams",
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Configuration.swift",
        "OutputFormat.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Shared",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityTests",
      "path" : "Tests/AccessibilityTests",
      "sources" : [
        "Helper.swift",
        "RedundantPublicAccessibilityTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit",
        "Configuration"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.