Build Information
Successful build of DangerSwiftPeriphery, reference main (247641
), with Swift 6.1 for Linux on 28 Apr 2025 20:09:25 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taji-taji/DangerSwiftPeriphery.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/taji-taji/DangerSwiftPeriphery
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2476413 Merge pull request #71 from taji-taji/release/1.4.1
Cloned https://github.com/taji-taji/DangerSwiftPeriphery.git
Revision (git rev-parse @):
2476413ea55b828784dc742a64ca7dfe88131904
SUCCESS checkout https://github.com/taji-taji/DangerSwiftPeriphery.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/taji-taji/DangerSwiftPeriphery.git
https://github.com/taji-taji/DangerSwiftPeriphery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danger/swift.git"
},
{
"identity" : "swift-shell",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/taji-taji/swift-shell.git"
},
{
"identity" : "periphery",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/peripheryapp/periphery"
}
],
"manifest_display_name" : "DangerSwiftPeriphery",
"name" : "DangerSwiftPeriphery",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DangerSwiftPeriphery",
"targets" : [
"DangerSwiftPeriphery"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerDependencies"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerSwiftPeripheryTests",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftPeripheryTests",
"path" : "Tests/DangerSwiftPeripheryTests",
"sources" : [
"CheckstyleOutputParserTests.swift",
"DangerSwiftPeripheryTests.swift",
"Mocks/CheckstyleOutputParsableMock.swift",
"Mocks/PeripheryScanExecutableMock.swift",
"Mocks/PullRequestDiffProvidableMock.swift",
"Mocks/ShellExecutableMock.swift",
"Mocks/ViolationNotifierMock.swift",
"PeripheryExecutionTests.swift",
"PeripheryScanCommandBuilderTests.swift",
"PeripheryScanExecutorTests.swift",
"PeripheryScanOptionsBuilderTests.swift",
"PeripheryScanOptionsTests.swift"
],
"target_dependencies" : [
"DangerSwiftPeriphery"
],
"type" : "test"
},
{
"c99name" : "DangerSwiftPeriphery",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftPeriphery",
"path" : "Sources/DangerSwiftPeriphery",
"product_dependencies" : [
"Danger",
"periphery",
"SwiftShell"
],
"product_memberships" : [
"DangerSwiftPeriphery",
"DangerDeps"
],
"sources" : [
"CheckstyleOutputParser.swift",
"CurrentPathProvider.swift",
"DangerDSL+Extensions.swift",
"DangerPeriphery.swift",
"FileDiff.swift",
"Logger.swift",
"PeripheryScanCommandBuilder.swift",
"PeripheryScanExecutor.swift",
"PeripheryScanOptions.swift",
"PeripheryScanOptionsBuilder.swift",
"PullRequestDiffProvidable.swift",
"ShellExecutor.swift",
"Violation.swift",
"ViolationNotifier.swift"
],
"type" : "library"
},
{
"c99name" : "DangerDependencies",
"module_type" : "SwiftTarget",
"name" : "DangerDependencies",
"path" : "Sources/DangerDependencies",
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"DangerSwiftPeriphery"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/peripheryapp/periphery
Fetching https://github.com/danger/swift.git
Fetching https://github.com/taji-taji/swift-shell.git
[1/148] Fetching swift-shell
[149/10396] Fetching swift-shell, swift
Fetched https://github.com/taji-taji/swift-shell.git from cache (0.25s)
[1640/10248] Fetching swift
[10249/22348] Fetching swift, periphery
Fetched https://github.com/danger/swift.git from cache (0.45s)
[7865/12100] Fetching periphery
Fetched https://github.com/peripheryapp/periphery from cache (0.75s)
Computing version for https://github.com/taji-taji/swift-shell.git
Computed https://github.com/taji-taji/swift-shell.git at 1.0.2 (2.96s)
Computing version for https://github.com/danger/swift.git
Computed https://github.com/danger/swift.git at 3.21.1 (0.56s)
Fetching https://github.com/nerdishbynature/octokit.swift
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/mxcl/Version
[1/116] Fetching logger
[117/404] Fetching logger, version
[405/5399] Fetching logger, version, octokit.swift
Fetched https://github.com/mxcl/Version from cache (0.22s)
[1965/5111] Fetching logger, octokit.swift
Fetched https://github.com/shibapm/Logger from cache (0.22s)
[1899/4995] Fetching octokit.swift
Fetched https://github.com/nerdishbynature/octokit.swift from cache (0.32s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.80s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.25s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.79s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.56s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.23s)
Computing version for https://github.com/peripheryapp/periphery
Computed https://github.com/peripheryapp/periphery at 2.21.2 (0.54s)
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ileitch/swift-filename-matcher
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kateinoigakukun/swift-indexstore
[1/319] Fetching swift-indexstore
[116/373] Fetching swift-indexstore, swift-filename-matcher
[374/2500] Fetching swift-indexstore, swift-filename-matcher, aexml
[375/12789] Fetching swift-indexstore, swift-filename-matcher, aexml, yams
Fetched https://github.com/ileitch/swift-filename-matcher from cache (0.29s)
Fetching https://github.com/apple/swift-system
[2858/12735] Fetching swift-indexstore, aexml, yams
[4505/27685] Fetching swift-indexstore, aexml, yams, swift-argument-parser
[16256/32038] Fetching swift-indexstore, aexml, yams, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system from cache (0.43s)
[24702/27685] Fetching swift-indexstore, aexml, yams, swift-argument-parser
[25629/97930] Fetching swift-indexstore, aexml, yams, swift-argument-parser, swift-syntax
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (4.39s)
Fetched https://github.com/tadija/AEXML from cache (4.39s)
Fetched https://github.com/apple/swift-argument-parser from cache (4.40s)
Fetched https://github.com/jpsim/Yams from cache (4.43s)
Fetched https://github.com/apple/swift-syntax from cache (4.45s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore
Computed https://github.com/kateinoigakukun/swift-indexstore at 0.3.0 (4.97s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 600.0.1 (0.72s)
Computing version for https://github.com/ileitch/swift-filename-matcher
Computed https://github.com/ileitch/swift-filename-matcher at 0.1.2 (0.55s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.50s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.54s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (0.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.51s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.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.0
Creating working copy for https://github.com/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/taji-taji/swift-shell.git
Working copy of https://github.com/taji-taji/swift-shell.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
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/ileitch/swift-filename-matcher
Working copy of https://github.com/ileitch/swift-filename-matcher resolved at 0.1.2
Creating working copy for https://github.com/danger/swift.git
Working copy of https://github.com/danger/swift.git resolved at 3.21.1
Creating working copy for https://github.com/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.0
Creating working copy for https://github.com/peripheryapp/periphery
Working copy of https://github.com/peripheryapp/periphery resolved at 2.21.2
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.3.0
warning: 'octokit.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/octokit.swift/OctoKit/Info.plist
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/61] Write sources
[21/61] Compiling _SwiftSyntaxCShims dummy.c
[22/61] Compiling _CIndexStore dummy.c
[23/61] Compiling reader.c
[23/61] Compiling writer.c
[23/61] Write sources
[28/61] Compiling CSystem shims.c
[29/61] Compiling parser.c
[30/61] Compiling api.c
[31/61] Compiling emitter.c
[32/61] Compiling scanner.c
[33/61] Write swift-version-24593BA9C3E375BF.txt
[35/131] 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
[36/131] Emitting module SwiftIndexStore
[37/132] Compiling Yams Tag.swift
[38/132] Compiling Yams YamlAnchorProviding.swift
[39/134] 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
[40/135] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/135] 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
[42/136] 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
[43/136] 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
[44/137] Compiling Yams Anchor.swift
[45/137] Compiling Yams Constructor.swift
[46/137] Compiling Yams Decoder.swift
[47/137] Compiling Yams Node.Alias.swift
[48/137] Compiling Yams Node.Mapping.swift
[49/137] Compiling Yams Node.Scalar.swift
[50/140] Compiling Yams RedundancyAliasingStrategy.swift
[51/140] Compiling SystemPackage ErrnoWindows.swift
[57/146] Emitting module DangerShellExecutor
[58/146] Emitting module Yams
[59/146] Emitting module Logger
[60/146] Compiling SystemPackage Util+StringArray.swift
[61/146] Compiling SystemPackage Util.swift
[62/146] Compiling SystemPackage UtilConsumers.swift
[63/146] Compiling SystemPackage MachPort.swift
[64/146] Compiling SystemPackage PlatformString.swift
[65/146] Compiling SystemPackage SystemString.swift
[66/146] Compiling SystemPackage Mocking.swift
[67/146] Compiling SystemPackage RawBuffer.swift
[68/146] Compiling SystemPackage Syscalls.swift
[69/146] Compiling SystemPackage WindowsSyscallAdapters.swift
[70/146] Compiling Yams Emitter.swift
[71/146] Compiling Yams Encoder.swift
[72/146] Compiling Yams Mark.swift
[73/146] Compiling Yams Node.Sequence.swift
[76/146] Compiling Yams YamlError.swift
[77/146] Compiling Yams YamlTagProviding.swift
[78/146] Compiling SystemPackage Backcompat.swift
[79/146] Compiling SystemPackage CInterop.swift
[80/146] Compiling SystemPackage Constants.swift
[81/146] Compiling SystemPackage Exports.swift
[82/146] Emitting module SystemPackage
[83/147] Compiling SwiftIndexStore UnfairLock.swift
[85/147] Compiling SwiftShell ShellError.swift
[86/147] Compiling Logger Logger.swift
[87/148] Compiling SwiftIndexStore SwiftIndexStore.swift
[88/148] Emitting module SwiftShell
[89/148] Compiling SwiftShell Shell.swift
[92/149] Compiling SwiftIndexStore OptionSetDisplayable.swift
[93/149] Compiling SwiftIndexStore Process+Extension.swift
[98/149] Compiling DangerShellExecutor ShellExecutor.swift
[101/150] Compiling RequestKit RequestKitSession.swift
[102/150] Compiling RequestKit JSONPostRouter.swift
[103/150] Emitting module RequestKit
[104/150] Compiling RequestKit Router.swift
[106/151] Compiling SwiftIndexStore IndexStoreUnit.swift
[107/151] Compiling SwiftIndexStore LibIndexStore.swift
[124/217] Emitting module FilenameMatcher
[125/217] Compiling FilenameMatcher FilenameMatcher.swift
[127/218] Wrapping AST for SystemPackage for debugging
[128/218] Wrapping AST for SwiftSyntax600 for debugging
[129/224] Wrapping AST for Yams for debugging
[130/240] Wrapping AST for SwiftSyntax510 for debugging
[131/273] Wrapping AST for SwiftIndexStore for debugging
[132/273] Wrapping AST for SwiftSyntax509 for debugging
[133/273] Wrapping AST for SwiftShell for debugging
[134/273] Wrapping AST for Logger for debugging
[135/273] Wrapping AST for RequestKit for debugging
[137/273] Compiling Shared ProjectKind.swift
[138/273] Compiling Shared ProjectSetupGuide.swift
[138/275] Wrapping AST for FilenameMatcher for debugging
[140/275] Compiling AEXML Error.swift
[141/275] Compiling AEXML Options.swift
[142/275] Compiling AEXML Document.swift
[143/275] Compiling AEXML Parser.swift
[144/275] Compiling AEXML Builders.swift
[145/275] Emitting module AEXML
[146/275] Compiling AEXML Element.swift
[146/275] Wrapping AST for DangerShellExecutor for debugging
[148/276] Compiling Shared PropertyTypeSanitizer.swift
[149/276] Compiling Shared SetupGuide.swift
[151/276] Compiling Shared Array+Extension.swift
[152/276] Compiling Shared Collection+Extension.swift
[153/276] Compiling Shared FilePath+Extension.swift
[154/276] Compiling Shared Logger.swift
[155/276] Compiling Shared OutputFormat.swift
[156/276] Compiling Shared PeripheryError.swift
[157/276] Compiling Shared Set+Extension.swift
[158/276] Compiling Shared String+Extension.swift
[159/276] Compiling Shared String+Version.swift
[159/276] Wrapping AST for AEXML for debugging
[161/276] Compiling Shared FilePath+Glob.swift
[162/276] Compiling Shared FilenameMatcher+Extension.swift
[163/276] Compiling Shared Sequence+Extension.swift
[164/276] Compiling Shared Shell.swift
[165/276] Compiling Shared UnfairLock.swift
[166/276] Compiling ArgumentParserToolInfo ToolInfo.swift
[167/276] Emitting module ArgumentParserToolInfo
[170/277] Compiling OctoKit Team.swift
[171/280] Wrapping AST for ArgumentParserToolInfo for debugging
[173/280] Compiling Shared Benchmark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/280] Compiling Shared Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/280] Compiling Shared Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[182/326] Compiling ArgumentParser ArgumentDefinition.swift
[183/326] Compiling ArgumentParser ArgumentSet.swift
[184/326] Compiling ArgumentParser CommandParser.swift
[185/326] Emitting module OctoKit
[186/326] Compiling ArgumentParser BashCompletionsGenerator.swift
[187/326] Compiling ArgumentParser CompletionsGenerator.swift
[188/326] Compiling ArgumentParser FishCompletionsGenerator.swift
[189/326] Emitting module Shared
[191/327] Compiling ArgumentParser InputKey.swift
[192/327] Compiling ArgumentParser InputOrigin.swift
[193/327] Compiling ArgumentParser DumpHelpGenerator.swift
[194/327] Compiling ArgumentParser OptionGroup.swift
[195/327] Compiling ArgumentParser AsyncParsableCommand.swift
[196/327] Compiling ArgumentParser CommandConfiguration.swift
[197/327] Compiling ArgumentParser CommandGroup.swift
[198/327] Compiling ArgumentParser EnumerableFlag.swift
[198/332] Wrapping AST for Shared for debugging
[203/332] Compiling ArgumentParser ZshCompletionsGenerator.swift
[204/332] Compiling ArgumentParser Errors.swift
[205/332] Compiling ArgumentParser Flag.swift
[206/332] Compiling ArgumentParser NameSpecification.swift
[207/332] Compiling ArgumentParser Option.swift
[208/332] Compiling ArgumentParser Argument.swift
[209/332] Compiling ArgumentParser ArgumentHelp.swift
[210/332] Compiling ArgumentParser ArgumentVisibility.swift
[211/332] Compiling ArgumentParser CompletionKind.swift
[217/332] Compiling ArgumentParser ExpressibleByArgument.swift
[218/332] Compiling ArgumentParser ParsableArguments.swift
[225/333] Wrapping AST for OctoKit for debugging
[233/333] Emitting module ArgumentParser
[234/352] Compiling ArgumentParser CollectionExtensions.swift
[235/352] Compiling ArgumentParser Platform.swift
[236/352] Compiling ArgumentParser SequenceExtensions.swift
[237/352] Compiling ArgumentParser StringExtensions.swift
[238/352] Compiling ArgumentParser Tree.swift
[239/352] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/352] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/352] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/352] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/352] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/352] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/352] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/352] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/352] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/352] Compiling ArgumentParser Name.swift
[249/352] Compiling ArgumentParser Parsed.swift
[250/352] Compiling ArgumentParser ParsedValues.swift
[251/352] Compiling ArgumentParser ParserError.swift
[252/352] Compiling ArgumentParser SplitArguments.swift
[254/352] Compiling ArgumentParser HelpCommand.swift
[255/352] Compiling ArgumentParser HelpGenerator.swift
[256/352] Compiling ArgumentParser MessageInfo.swift
[257/352] Compiling ArgumentParser UsageGenerator.swift
[263/352] Compiling Danger SwiftlintReportDeleter.swift
[265/352] Compiling ArgumentParser ParsableArgumentsValidation.swift
[266/352] Compiling ArgumentParser ParsableCommand.swift
[267/352] Compiling ArgumentParser ArgumentDecoder.swift
[268/352] Compiling Danger SwiftLintViolation.swift
[270/355] Compiling Danger CurrentPathProvider.swift
[271/355] Compiling Danger SwiftLint.swift
[272/355] Wrapping AST for ArgumentParser for debugging
[274/355] Compiling Danger Report.swift
[275/355] Compiling Danger Settings.swift
[276/355] Emitting module Danger
[277/355] Compiling Danger DangerUtils.swift
[278/355] Compiling Danger DateFormatterExtensions.swift
[279/355] Compiling Danger NSRegularExpressionExtensions.swift
[280/355] Compiling Danger File.swift
[281/355] Compiling Danger GitDSL.swift
[282/355] Compiling Danger GitDiff.swift
[283/355] Compiling Danger Danger.swift
[284/355] Compiling Danger DangerDSL.swift
[285/355] Compiling Danger DangerResults.swift
[286/355] Compiling Danger BitBucketCloud.swift
[287/355] Compiling Danger BitBucketMetadata.swift
[288/355] Compiling Danger BitBucketServerDSL.swift
[289/355] Compiling Danger GitHubDSL.swift
[290/355] Compiling Danger GitLabDSL.swift
[291/356] Wrapping AST for Danger for debugging
[293/356] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[303/356] 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
[304/356] 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
[305/356] 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
[306/356] 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
[307/356] 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
[308/356] 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
[309/356] 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
[310/356] 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
[311/356] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[318/356] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[319/356] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[320/356] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[339/356] 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
[340/356] 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
[341/356] 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
[342/356] 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
[343/356] 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
[344/356] 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
[345/356] 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
[346/356] 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
[347/357] Wrapping AST for SwiftSyntax for debugging
[349/398] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[350/398] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[351/398] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[352/398] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[353/398] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[354/398] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[355/398] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[356/398] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[357/398] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[358/398] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[359/398] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[360/398] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[361/403] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/403] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[363/403] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[364/403] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[365/403] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[366/403] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[367/403] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[368/403] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[369/403] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[370/403] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[371/403] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[372/403] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[373/403] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[374/403] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[375/403] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[376/403] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[377/403] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[378/403] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[379/403] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[380/403] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[381/403] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[382/403] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[383/403] 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
[384/403] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[385/403] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[386/403] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[387/403] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[388/403] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[389/403] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[390/403] 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
[391/403] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[392/403] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[393/403] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[394/403] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[395/404] Wrapping AST for SwiftParser for debugging
[397/482] Compiling PeripheryKit ExtensionReferenceBuilder.swift
[398/482] Compiling PeripheryKit ExternalOverrideRetainer.swift
[399/482] Compiling PeripheryKit ExternalTypeProtocolConformanceReferenceRemover.swift
[400/482] Compiling PeripheryKit GenericClassAndStructConstructorReferenceBuilder.swift
[401/482] Compiling PeripheryKit InterfaceBuilderPropertyRetainer.swift
[402/482] Compiling PeripheryKit ObjCAccessibleRetainer.swift
[403/482] Compiling PeripheryKit PropertyWrapperRetainer.swift
[404/482] Compiling PeripheryKit ProtocolConformanceReferenceBuilder.swift
[405/482] Compiling PeripheryKit ProtocolExtensionReferenceBuilder.swift
[406/482] Compiling PeripheryKit PubliclyAccessibleRetainer.swift
[407/482] Compiling PeripheryKit RedundantExplicitPublicAccessibilityMarker.swift
[408/493] Compiling PeripheryKit AncestralReferenceEliminator.swift
[409/493] Compiling PeripheryKit AssetReferenceRetainer.swift
[410/493] Compiling PeripheryKit AssignOnlyPropertyReferenceEliminator.swift
[411/493] Compiling PeripheryKit CapitalSelfFunctionCallRetainer.swift
[412/493] Compiling PeripheryKit CodablePropertyRetainer.swift
[413/493] Compiling PeripheryKit CodingKeyEnumReferenceBuilder.swift
[414/493] Compiling PeripheryKit ComplexPropertyAccessorReferenceBuilder.swift
[415/493] Compiling PeripheryKit DefaultConstructorReferenceBuilder.swift
[416/493] Compiling PeripheryKit DynamicMemberLookupReferenceBuilder.swift
[417/493] Compiling PeripheryKit EntryPointAttributeRetainer.swift
[418/493] Compiling PeripheryKit EnumCaseReferenceBuilder.swift
[419/493] Compiling PeripheryKit Declaration.swift
[420/493] Compiling PeripheryKit IndexTarget.swift
[421/493] Compiling PeripheryKit Indexer.swift
[422/493] Compiling PeripheryKit InfoPlistIndexer.swift
[423/493] Compiling PeripheryKit InfoPlistParser.swift
[424/493] Compiling PeripheryKit JobPool.swift
[425/493] Compiling PeripheryKit ProjectFileKind.swift
[426/493] Compiling PeripheryKit Reference.swift
[427/493] Compiling PeripheryKit SourceFile.swift
[428/493] Compiling PeripheryKit SourceGraphDebugger.swift
[429/493] Compiling PeripheryKit SourceLocation.swift
[430/493] Compiling PeripheryKit SwiftIndexer.swift
[431/493] Compiling PeripheryKit XCDataModelIndexer.swift
[432/493] Compiling PeripheryKit XCDataModelParser.swift
[433/493] Compiling PeripheryKit XCMappingModelIndexer.swift
[434/493] Compiling PeripheryKit XCMappingModelParser.swift
[435/493] Compiling PeripheryKit XibIndexer.swift
[436/493] Compiling PeripheryKit XibParser.swift
[437/493] Compiling PeripheryKit ProjectDriver.swift
[438/493] Compiling PeripheryKit Baseline.swift
[439/493] Compiling PeripheryKit CheckstyleFormatter.swift
[440/493] Compiling PeripheryKit CodeClimateFormatter.swift
[441/493] Compiling PeripheryKit CsvFormatter.swift
[442/493] Compiling PeripheryKit GitHubActionsFormatter.swift
[443/493] Compiling PeripheryKit JsonFormatter.swift
[444/493] Compiling PeripheryKit OutputDeclarationFilter.swift
[445/493] Compiling PeripheryKit OutputFormatter.swift
[446/493] Compiling PeripheryKit XcodeFormatter.swift
[447/493] Compiling PeripheryKit SPM.swift
[448/493] Compiling PeripheryKit SPMProjectDriver.swift
[449/493] Compiling PeripheryKit ScanResult.swift
[450/493] Compiling PeripheryKit ScanResultBuilder.swift
[451/493] Compiling PeripheryKit AccessibilityCascader.swift
[452/493] Compiling PeripheryKit RedundantProtocolMarker.swift
[453/493] Compiling PeripheryKit ResultBuilderRetainer.swift
[454/493] Compiling PeripheryKit StringInterpolationAppendInterpolationRetainer.swift
[455/493] Compiling PeripheryKit StructImplicitInitializerReferenceBuilder.swift
[456/493] Compiling PeripheryKit SwiftUIRetainer.swift
[457/493] Compiling PeripheryKit UnusedImportMarker.swift
[458/493] Compiling PeripheryKit UnusedParameterRetainer.swift
[459/493] Compiling PeripheryKit UsedDeclarationMarker.swift
[460/493] Compiling PeripheryKit XCTestRetainer.swift
[461/493] Compiling PeripheryKit SourceGraph.swift
[462/493] Compiling PeripheryKit SourceGraphMutator.swift
[463/493] Compiling PeripheryKit EmptyExtensionSyntaxRemover.swift
[464/493] Compiling PeripheryKit EmptyFileVisitor.swift
[465/493] Compiling PeripheryKit PublicAccessibilitySyntaxRemover.swift
[466/493] Compiling PeripheryKit RedundantProtocolSyntaxRemover.swift
[467/493] Compiling PeripheryKit ScanResultRemover.swift
[468/493] Compiling PeripheryKit SyntaxRemover.swift
[469/493] Compiling PeripheryKit TriviaSplitting.swift
[470/493] Compiling PeripheryKit UnusedDeclarationSyntaxRemover.swift
[471/493] Compiling PeripheryKit GenericProjectDriver.swift
[472/493] Compiling PeripheryKit Accessibility.swift
[473/493] Compiling PeripheryKit AssetReference.swift
[474/493] Emitting module PeripheryKit
[475/493] Compiling PeripheryKit SourceGraphMutatorRunner.swift
[476/493] Compiling PeripheryKit SwiftVersion.swift
[477/493] Compiling PeripheryKit SwiftVersionParser.swift
[478/493] Compiling PeripheryKit CommentCommand.swift
[479/493] Compiling PeripheryKit DeclarationSyntaxVisitor.swift
[480/493] Compiling PeripheryKit ImportSyntaxVisitor.swift
[481/493] Compiling PeripheryKit MultiplexingSyntaxVisitor.swift
[482/493] Compiling PeripheryKit SourceLocationBuilder.swift
[483/493] Compiling PeripheryKit TypeSyntaxInspector.swift
[484/493] Compiling PeripheryKit UnusedParameterAnalyzer.swift
[485/493] Compiling PeripheryKit UnusedParameterParser.swift
[486/494] Wrapping AST for PeripheryKit for debugging
[488/508] Emitting module Frontend
[489/509] Compiling Frontend Version.swift
[490/509] Compiling Frontend CommonSetupGuide.swift
[491/509] Compiling Frontend GuidedSetup.swift
[492/509] Compiling Frontend Project.swift
[493/509] Compiling Frontend SPMProjectSetupGuide.swift
[494/509] Compiling Frontend Scan.swift
[495/509] Compiling Frontend UpdateChecker.swift
[496/509] Compiling Frontend main.swift
[497/509] Compiling Frontend FrontendCommand.swift
[498/509] Compiling Frontend ScanBehavior.swift
[499/509] Compiling Frontend CheckUpdateCommand.swift
[500/509] Compiling Frontend ClearCacheCommand.swift
[501/509] Compiling Frontend ScanCommand.swift
[502/509] Compiling Frontend VersionCommand.swift
[503/510] Wrapping AST for Frontend for debugging
[504/510] Write Objects.LinkFileList
[505/510] Linking periphery
[507/524] Compiling DangerSwiftPeriphery Violation.swift
[508/525] Compiling DangerSwiftPeriphery PullRequestDiffProvidable.swift
[509/525] Compiling DangerSwiftPeriphery ShellExecutor.swift
[510/525] Compiling DangerSwiftPeriphery PeripheryScanOptions.swift
[511/525] Compiling DangerSwiftPeriphery PeripheryScanOptionsBuilder.swift
[512/525] Compiling DangerSwiftPeriphery FileDiff.swift
/host/spi-builder-workspace/Sources/DangerSwiftPeriphery/Logger.swift:4:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | final class Logger {
4 | static var shared = Logger()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- 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
5 | var verbose = false
6 |
[513/525] Compiling DangerSwiftPeriphery Logger.swift
/host/spi-builder-workspace/Sources/DangerSwiftPeriphery/Logger.swift:4:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | final class Logger {
4 | static var shared = Logger()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- 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
5 | var verbose = false
6 |
[514/525] Compiling DangerSwiftPeriphery PeripheryScanCommandBuilder.swift
[515/525] Compiling DangerSwiftPeriphery PeripheryScanExecutor.swift
[516/525] Compiling DangerSwiftPeriphery ViolationNotifier.swift
[517/525] Emitting module DangerSwiftPeriphery
/host/spi-builder-workspace/Sources/DangerSwiftPeriphery/Logger.swift:4:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | final class Logger {
4 | static var shared = Logger()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- 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
5 | var verbose = false
6 |
[518/525] Compiling DangerSwiftPeriphery CheckstyleOutputParser.swift
[519/525] Compiling DangerSwiftPeriphery CurrentPathProvider.swift
[520/525] Compiling DangerSwiftPeriphery DangerDSL+Extensions.swift
[521/525] Compiling DangerSwiftPeriphery DangerPeriphery.swift
[522/526] Wrapping AST for DangerSwiftPeriphery for debugging
[524/528] Emitting module DangerDependencies
[525/528] Compiling DangerDependencies Fake.swift
[526/529] Wrapping AST for DangerDependencies for debugging
[527/529] Write Objects.LinkFileList
[528/529] Linking libDangerDeps.so
Build complete! (98.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danger/swift.git"
},
{
"identity" : "swift-shell",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/taji-taji/swift-shell.git"
},
{
"identity" : "periphery",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/peripheryapp/periphery"
}
],
"manifest_display_name" : "DangerSwiftPeriphery",
"name" : "DangerSwiftPeriphery",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DangerSwiftPeriphery",
"targets" : [
"DangerSwiftPeriphery"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerDependencies"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerSwiftPeripheryTests",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftPeripheryTests",
"path" : "Tests/DangerSwiftPeripheryTests",
"sources" : [
"CheckstyleOutputParserTests.swift",
"DangerSwiftPeripheryTests.swift",
"Mocks/CheckstyleOutputParsableMock.swift",
"Mocks/PeripheryScanExecutableMock.swift",
"Mocks/PullRequestDiffProvidableMock.swift",
"Mocks/ShellExecutableMock.swift",
"Mocks/ViolationNotifierMock.swift",
"PeripheryExecutionTests.swift",
"PeripheryScanCommandBuilderTests.swift",
"PeripheryScanExecutorTests.swift",
"PeripheryScanOptionsBuilderTests.swift",
"PeripheryScanOptionsTests.swift"
],
"target_dependencies" : [
"DangerSwiftPeriphery"
],
"type" : "test"
},
{
"c99name" : "DangerSwiftPeriphery",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftPeriphery",
"path" : "Sources/DangerSwiftPeriphery",
"product_dependencies" : [
"Danger",
"periphery",
"SwiftShell"
],
"product_memberships" : [
"DangerSwiftPeriphery",
"DangerDeps"
],
"sources" : [
"CheckstyleOutputParser.swift",
"CurrentPathProvider.swift",
"DangerDSL+Extensions.swift",
"DangerPeriphery.swift",
"FileDiff.swift",
"Logger.swift",
"PeripheryScanCommandBuilder.swift",
"PeripheryScanExecutor.swift",
"PeripheryScanOptions.swift",
"PeripheryScanOptionsBuilder.swift",
"PullRequestDiffProvidable.swift",
"ShellExecutor.swift",
"Violation.swift",
"ViolationNotifier.swift"
],
"type" : "library"
},
{
"c99name" : "DangerDependencies",
"module_type" : "SwiftTarget",
"name" : "DangerDependencies",
"path" : "Sources/DangerDependencies",
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"DangerSwiftPeriphery"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.