Build Information
Successful build of Periphery, reference 3.1.0 (241bbd
), with Swift 6.0 for Linux on 5 Apr 2025 22:44:53 UTC.
Swift 6 data race errors: 7
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/peripheryapp/periphery.git
Reference: 3.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/peripheryapp/periphery
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at 241bbdc Release 3.1.0
Cloned https://github.com/peripheryapp/periphery.git
Revision (git rev-parse @):
241bbdca5b36c54158acbfd51115003d85f7a148
SUCCESS checkout https://github.com/peripheryapp/periphery.git at 3.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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"
],
"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/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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ileitch/swift-filename-matcher
Fetching https://github.com/kateinoigakukun/swift-indexstore
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/jpsim/Yams
[1/2127] Fetching aexml
[2128/2446] Fetching aexml, swift-indexstore
[2447/2500] Fetching aexml, swift-indexstore, swift-filename-matcher
[2501/12787] Fetching aexml, swift-indexstore, swift-filename-matcher, yams
Fetched https://github.com/tadija/AEXML from cache (0.25s)
[785/10660] Fetching swift-indexstore, swift-filename-matcher, yams
Fetched https://github.com/ileitch/swift-filename-matcher from cache (0.25s)
[834/10606] Fetching swift-indexstore, yams
Fetching https://github.com/apple/swift-system
[6287/25433] Fetching swift-indexstore, yams, swift-argument-parser
[7531/29657] Fetching swift-indexstore, yams, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system from cache (0.34s)
[20250/25433] Fetching swift-indexstore, yams, swift-argument-parser
[23686/95300] Fetching swift-indexstore, yams, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (1.07s)
[25977/80473] Fetching swift-indexstore, yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (1.11s)
[17786/70186] Fetching swift-indexstore, swift-syntax
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (3.74s)
Fetched https://github.com/apple/swift-syntax from cache (3.79s)
Computing version for https://github.com/ileitch/swift-filename-matcher
Computed https://github.com/ileitch/swift-filename-matcher at 2.0.0 (1.92s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (0.69s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore
Computed https://github.com/kateinoigakukun/swift-indexstore at 0.3.0 (0.82s)
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.76s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.49s)
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/kateinoigakukun/swift-indexstore
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.3.0
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.0
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/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/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/60] Write sources
[22/60] Compiling _CIndexStore dummy.c
[23/60] Compiling _SwiftSyntaxCShims dummy.c
[24/60] Compiling writer.c
[24/60] Compiling reader.c
[24/60] Write sources
[29/60] Compiling CSystem shims.c
[30/60] Compiling parser.c
[31/60] Compiling emitter.c
[32/60] Compiling api.c
[33/60] Compiling scanner.c
[34/60] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/127] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[37/127] 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: annotate 'isColorOutputCapable' with '@MainActor' if property should only be accessed from the main actor
| `- 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
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 = colorize("warning: ", .boldYellow) + text
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 = 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 |
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 = 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 |
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/127] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[39/127] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[40/127] Emitting module SwiftIndexStore
/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: annotate 'isColorOutputCapable' with '@MainActor' if property should only be accessed from the main actor
| `- 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
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 | }
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 = colorize("warning: ", .boldYellow) + text
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/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 = 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 |
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/127] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/127] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/27] Write swift-version-24593BA9C3E375BF.txt
[3/69] Compiling SwiftSyntax600 Empty.swift
[4/69] Compiling SwiftSyntax509 Empty.swift
[5/69] Emitting module SwiftSyntax601
[6/69] Emitting module SwiftSyntax509
[7/69] Compiling SwiftSyntax601 Empty.swift
[8/69] Emitting module SwiftSyntax510
[9/69] Compiling SwiftSyntax510 Empty.swift
[10/69] Emitting module SwiftSyntax600
[15/73] Compiling SwiftIndexStore Process+Extension.swift
[16/73] Compiling SwiftIndexStore OptionSetDisplayable.swift
[17/74] Compiling FilenameMatcher FilenameMatcherOptions.swift
[18/74] Compiling Yams Decoder.swift
[19/74] Compiling Yams Node.Alias.swift
[19/74] Wrapping AST for SwiftSyntax600 for debugging
[21/74] Compiling SwiftIndexStore IndexStoreUnit.swift
[22/74] Compiling SwiftIndexStore LibIndexStore.swift
[23/74] Compiling SwiftIndexStore UnfairLock.swift
[24/74] Compiling Yams Tag.swift
[25/74] Compiling Yams YamlAnchorProviding.swift
[26/74] Compiling Yams Resolver.swift
[27/74] Compiling Yams String+Yams.swift
[28/112] Compiling SystemPackage Errno.swift
[29/112] Compiling SystemPackage ErrnoWindows.swift
[30/113] Compiling SystemPackage FilePathTempPosix.swift
[31/113] Compiling SystemPackage FilePathTempWindows.swift
[32/113] Emitting module FilenameMatcher
[33/113] Compiling FilenameMatcher FilenameMatcher.swift
[34/114] Emitting module SwiftIndexStore
[35/114] Compiling SwiftIndexStore SwiftIndexStore.swift
[36/115] Emitting module ArgumentParserToolInfo
[37/115] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/180] Compiling AEXML Builders.swift
[41/180] Emitting module AEXML
[42/180] Wrapping AST for SwiftSyntax601 for debugging
[44/180] Emitting module Logger
[45/180] Compiling Logger Logger.swift
[45/181] Wrapping AST for SwiftSyntax510 for debugging
[46/181] Wrapping AST for SwiftSyntax509 for debugging
[48/181] Compiling AEXML Error.swift
[49/181] Compiling AEXML Options.swift
[50/181] Compiling AEXML Document.swift
[51/181] Compiling AEXML Parser.swift
[52/181] Wrapping AST for SwiftIndexStore for debugging
[53/181] Wrapping AST for FilenameMatcher for debugging
[54/181] Wrapping AST for ArgumentParserToolInfo for debugging
[56/181] Compiling AEXML Element.swift
[57/182] Compiling SwiftSyntax SourceLocation.swift
[58/182] Compiling SwiftSyntax SourcePresence.swift
[58/182] Wrapping AST for Logger for debugging
[61/220] Compiling ArgumentParser ZshCompletionsGenerator.swift
[62/220] Compiling ArgumentParser Argument.swift
[63/220] Compiling ArgumentParser ArgumentHelp.swift
[64/220] Compiling ArgumentParser Flag.swift
[65/220] Compiling ArgumentParser NameSpecification.swift
[66/220] Compiling ArgumentParser Option.swift
[67/220] Compiling ArgumentParser ArgumentVisibility.swift
[68/220] Compiling ArgumentParser CompletionKind.swift
[69/220] Compiling ArgumentParser Errors.swift
[69/220] Wrapping AST for AEXML for debugging
[71/220] Compiling ArgumentParser OptionGroup.swift
[72/220] Compiling ArgumentParser AsyncParsableCommand.swift
[73/220] Compiling ArgumentParser CommandConfiguration.swift
[74/220] Compiling ArgumentParser CommandGroup.swift
[75/223] Compiling ArgumentParser EnumerableFlag.swift
[76/223] Compiling ArgumentParser ExpressibleByArgument.swift
[77/223] Compiling ArgumentParser ParsableArguments.swift
[78/223] Compiling ArgumentParser ParsableArgumentsValidation.swift
[79/223] Compiling ArgumentParser ArgumentSet.swift
[80/223] Compiling ArgumentParser CommandParser.swift
[81/223] Compiling ArgumentParser InputKey.swift
[82/223] Compiling ArgumentParser InputOrigin.swift
[83/223] Compiling ArgumentParser ParsableCommand.swift
[84/223] Compiling ArgumentParser ArgumentDecoder.swift
[85/223] Compiling ArgumentParser ArgumentDefinition.swift
[86/223] Emitting module Yams
[87/223] Compiling ArgumentParser BashCompletionsGenerator.swift
[88/223] Compiling ArgumentParser CompletionsGenerator.swift
[89/223] Compiling ArgumentParser FishCompletionsGenerator.swift
[90/224] Wrapping AST for Yams for debugging
[100/224] Emitting module SystemPackage
[105/224] Compiling SystemPackage Util+StringArray.swift
[106/224] Compiling SystemPackage Util.swift
[107/224] Compiling SystemPackage UtilConsumers.swift
[109/225] Emitting module ArgumentParser
[109/230] Wrapping AST for SystemPackage for debugging
[117/239] Compiling Extensions Sequence+Extension.swift
[118/239] Compiling Extensions Array+Extension.swift
[119/239] Compiling Extensions Collection+Extension.swift
[131/240] Compiling Extensions FilePath+Extension.swift
[132/240] Compiling Extensions FilePath+Glob.swift
[133/240] Compiling Extensions String+Version.swift
[134/240] Compiling Extensions Set+Extension.swift
[135/240] Compiling Extensions FilenameMatcher+Extension.swift
[136/240] Compiling Extensions String+Extension.swift
[137/240] Emitting module Extensions
[138/241] Compiling ArgumentParser CollectionExtensions.swift
[139/241] Compiling ArgumentParser Platform.swift
[140/241] Compiling ArgumentParser SequenceExtensions.swift
[141/241] Compiling ArgumentParser StringExtensions.swift
[142/241] Compiling ArgumentParser Tree.swift
[147/241] Compiling ArgumentParser ParserError.swift
[148/241] Compiling ArgumentParser SplitArguments.swift
[149/241] Compiling ArgumentParser DumpHelpGenerator.swift
[150/241] Compiling ArgumentParser HelpCommand.swift
[151/241] Compiling ArgumentParser HelpGenerator.swift
[152/241] Compiling ArgumentParser MessageInfo.swift
[153/241] Compiling ArgumentParser UsageGenerator.swift
[163/241] Wrapping AST for Extensions for debugging
[174/259] Wrapping AST for ArgumentParser for debugging
[176/261] Emitting module Shared
[177/262] Compiling Shared SwiftVersion.swift
[178/262] Compiling Shared SwiftVersionParser.swift
[179/262] Compiling Shared Shell.swift
/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 = ""
[180/262] Compiling Shared PropertyTypeSanitizer.swift
[181/262] Compiling Shared SetupGuide.swift
[182/262] Compiling Shared Benchmark.swift
[183/262] Compiling Shared Constants.swift
[184/262] Compiling Shared PeripheryError.swift
[185/262] Compiling Shared ProjectKind.swift
[204/262] Compiling Shared UnfairLock.swift
[205/263] Wrapping AST for Shared for debugging
[207/266] Compiling Configuration OutputFormat.swift
[208/266] Emitting module Configuration
[209/266] Compiling Configuration Configuration.swift
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:153:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
151 | public func save(to path: FilePath = defaultConfigurationFile) throws {
152 | let data = try asYaml().data(using: .utf8)
153 | FileManager.default.createFile(atPath: path.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
154 | }
155 |
[210/267] Wrapping AST for Configuration for debugging
[212/267] Emitting module SwiftSyntax
[213/267] Compiling SwiftSyntax SyntaxEnum.swift
[214/267] Compiling SwiftSyntax SyntaxKind.swift
[215/267] Compiling SwiftSyntax SyntaxRewriter.swift
[216/267] Compiling SwiftSyntax SyntaxTraits.swift
[217/267] Compiling SwiftSyntax SyntaxVisitor.swift
[218/267] Compiling SwiftSyntax TokenKind.swift
[219/267] Compiling SwiftSyntax Tokens.swift
[220/267] Compiling SwiftSyntax TriviaPieces.swift
[221/267] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[222/267] Compiling SwiftSyntax RawSyntaxNodesC.swift
[223/267] Compiling SwiftSyntax RawSyntaxNodesD.swift
[224/267] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[225/267] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[226/267] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[227/267] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[228/267] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[229/267] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[230/267] Compiling SwiftSyntax RawSyntaxValidation.swift
[246/267] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[247/267] Compiling SwiftSyntax SyntaxBaseNodes.swift
[248/267] Compiling SwiftSyntax SyntaxCollections.swift
[249/267] Compiling SwiftSyntax SyntaxNodesAB.swift
[250/267] Compiling SwiftSyntax SyntaxNodesC.swift
[251/267] Compiling SwiftSyntax SyntaxNodesD.swift
[252/267] Compiling SwiftSyntax SyntaxNodesEF.swift
[253/267] Compiling SwiftSyntax SyntaxNodesGHI.swift
[254/267] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[255/267] Compiling SwiftSyntax SyntaxNodesOP.swift
[256/267] Compiling SwiftSyntax SyntaxNodesQRS.swift
[257/267] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[258/268] Wrapping AST for SwiftSyntax for debugging
[260/351] Compiling SourceGraph AssignOnlyPropertyReferenceEliminator.swift
[261/351] Compiling SourceGraph CodablePropertyRetainer.swift
[262/351] Compiling SourceGraph CodingKeyEnumReferenceBuilder.swift
[263/351] Compiling SourceGraph ComplexPropertyAccessorReferenceBuilder.swift
[264/351] Compiling SourceGraph DefaultConstructorReferenceBuilder.swift
[265/351] Compiling SourceGraph DynamicMemberRetainer.swift
[266/351] Compiling SourceGraph EntryPointAttributeRetainer.swift
[267/351] Compiling SourceGraph EnumCaseReferenceBuilder.swift
[268/351] Compiling SourceGraph ExtensionReferenceBuilder.swift
[269/351] Compiling SourceGraph ExternalOverrideRetainer.swift
[270/351] Compiling SourceGraph ExternalTypeProtocolConformanceReferenceRemover.swift
[271/351] Compiling SourceGraph GenericClassAndStructConstructorReferenceBuilder.swift
[272/351] Compiling SourceGraph ProjectFileKind.swift
[273/351] Compiling SourceGraph Reference.swift
[274/351] Compiling SourceGraph SourceFile.swift
[275/351] Compiling SourceGraph AccessibilityCascader.swift
[276/351] Compiling SourceGraph AncestralReferenceEliminator.swift
[277/351] Compiling SourceGraph AssetReferenceRetainer.swift
[278/356] Compiling SourceGraph Accessibility.swift
[279/356] Compiling SourceGraph AssetReference.swift
[280/356] Compiling SourceGraph CommentCommand.swift
[281/356] Compiling SourceGraph Declaration.swift
[282/356] Compiling SourceGraph ImportStatement.swift
[283/356] Compiling SourceGraph Location.swift
[284/356] Compiling SourceGraph InterfaceBuilderPropertyRetainer.swift
[285/356] Compiling SourceGraph ObjCAccessibleRetainer.swift
[286/356] Compiling SourceGraph PropertyWrapperRetainer.swift
[287/356] Compiling SourceGraph ProtocolConformanceReferenceBuilder.swift
[288/356] Compiling SourceGraph ProtocolExtensionReferenceBuilder.swift
[289/356] Compiling SourceGraph PubliclyAccessibleRetainer.swift
[290/356] Compiling SourceGraph RedundantExplicitPublicAccessibilityMarker.swift
[291/356] Compiling SourceGraph RedundantProtocolMarker.swift
[292/356] Compiling SourceGraph ResultBuilderRetainer.swift
[293/356] Compiling SourceGraph StringInterpolationAppendInterpolationRetainer.swift
[294/356] Compiling SourceGraph StructImplicitInitializerReferenceBuilder.swift
[295/356] Compiling SourceGraph SwiftTestingRetainer.swift
[296/356] Compiling SourceGraph SwiftUIRetainer.swift
[297/356] Compiling SourceGraph UnusedImportMarker.swift
[298/356] Compiling SourceGraph UnusedParameterRetainer.swift
[299/356] Compiling SourceGraph UsedDeclarationMarker.swift
[300/356] Compiling SourceGraph XCTestRetainer.swift
[301/356] Emitting module SourceGraph
[302/356] Compiling SourceGraph SourceGraph.swift
[303/356] Compiling SourceGraph SourceGraphDebugger.swift
[304/356] Compiling SourceGraph SourceGraphMutator.swift
[305/356] Compiling SourceGraph SourceGraphMutatorRunner.swift
[306/356] Compiling SourceGraph SynchronizedSourceGraph.swift
[307/357] Emitting module SwiftParser
[308/362] Wrapping AST for SourceGraph for debugging
[350/362] Compiling SwiftParser ExperimentalFeatures.swift
[351/362] Compiling SwiftParser IsLexerClassified.swift
[352/362] Compiling SwiftParser LayoutNodes+Parsable.swift
[353/362] Compiling SwiftParser Parser+TokenSpecSet.swift
[354/362] Compiling SwiftParser TokenSpecStaticMembers.swift
[355/363] Wrapping AST for SwiftParser for debugging
[357/371] Compiling SyntaxAnalysis TypeSyntaxInspector.swift
[358/371] Compiling SyntaxAnalysis SourceLocationBuilder.swift
[359/372] Compiling SyntaxAnalysis UnusedParameterAnalyzer.swift
[360/372] Compiling SyntaxAnalysis ImportSyntaxVisitor.swift
[361/372] Compiling SyntaxAnalysis MultiplexingSyntaxVisitor.swift
[362/372] Compiling SyntaxAnalysis DeclarationSyntaxVisitor.swift
[363/372] Compiling SyntaxAnalysis CommentCommand.swift
[364/372] Emitting module SyntaxAnalysis
[365/372] Compiling SyntaxAnalysis UnusedParameterParser.swift
[366/373] Wrapping AST for SyntaxAnalysis for debugging
[368/387] Emitting module Indexer
[369/387] Compiling Indexer IndexPipeline.swift
[370/387] Compiling Indexer IndexPlan.swift
[371/388] Compiling Indexer XibIndexer.swift
[372/388] Compiling Indexer XCMappingModelIndexer.swift
[373/388] Compiling Indexer XCMappingModelParser.swift
[374/388] Compiling Indexer XibParser.swift
[375/388] Compiling Indexer Indexer.swift
[376/388] Compiling Indexer InfoPlistIndexer.swift
[377/388] Compiling Indexer XCDataModelIndexer.swift
[378/388] Compiling Indexer XCDataModelParser.swift
[379/388] Compiling Indexer InfoPlistParser.swift
[380/388] Compiling Indexer JobPool.swift
[381/388] Compiling Indexer SourceFileCollector.swift
[382/388] Compiling Indexer SwiftIndexer.swift
[383/389] Wrapping AST for Indexer for debugging
[385/407] Compiling ProjectDrivers XcodeProjectDriver.swift
[386/407] Compiling ProjectDrivers SPMProjectDriver.swift
[387/407] Compiling PeripheryKit ScanResult.swift
[388/408] Emitting module ProjectDrivers
[389/408] Compiling ProjectDrivers ProjectDriver.swift
[390/408] Compiling ProjectDrivers GenericProjectDriver.swift
[391/408] Compiling ProjectDrivers SPM.swift
[392/408] Compiling ProjectDrivers BazelProjectDriver.swift
[393/409] Compiling PeripheryKit XcodeFormatter.swift
[394/409] Compiling PeripheryKit Baseline.swift
[395/409] Compiling PeripheryKit CheckstyleFormatter.swift
[397/409] Compiling PeripheryKit CodeClimateFormatter.swift
[398/409] Compiling PeripheryKit CsvFormatter.swift
[399/409] Emitting module PeripheryKit
[400/409] Compiling PeripheryKit GitHubActionsFormatter.swift
[401/409] Compiling PeripheryKit JsonFormatter.swift
[402/409] Compiling PeripheryKit OutputDeclarationFilter.swift
[403/409] Compiling PeripheryKit OutputFormatter.swift
[403/409] Wrapping AST for ProjectDrivers for debugging
[405/409] Compiling PeripheryKit ScanResultBuilder.swift
[406/410] Wrapping AST for PeripheryKit for debugging
[408/433] Emitting module TestShared
[409/433] Compiling TestShared DeclarationScope.swift
[410/433] Compiling Frontend Logger+Extension.swift
[411/433] Compiling Frontend Project.swift
[412/434] Emitting module Frontend
[413/434] Compiling Frontend CommonSetupGuide.swift
[414/434] Compiling Frontend GuidedSetup.swift
[415/434] Compiling Frontend UpdateChecker.swift
[416/434] Compiling Frontend Version.swift
[417/434] Compiling Frontend SPMProjectSetupGuide.swift
[418/434] Compiling Frontend Scan.swift
[419/434] Compiling TestShared XCTestCase+Extensions.swift
[420/434] Compiling TestShared SPMSourceGraphTestCase.swift
[421/434] Compiling TestShared Helper.swift
[422/434] Compiling TestShared FixtureSourceGraphTestCase.swift
[423/434] Compiling TestShared DeclarationDescription.swift
[424/434] Compiling TestShared SourceGraphTestCase.swift
[425/435] Compiling Frontend main.swift
[427/435] Compiling Frontend ScanCommand.swift
[428/435] Compiling Frontend VersionCommand.swift
[429/435] Compiling Frontend ClearCacheCommand.swift
[430/435] Compiling Frontend FrontendCommand.swift
[431/435] Compiling Frontend BazelProjectSetupGuide.swift
[432/435] Compiling Frontend CheckUpdateCommand.swift
[433/436] Wrapping AST for Frontend for debugging
[434/436] Write Objects.LinkFileList
[435/436] Linking periphery
Build complete! (61.94s)
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"
],
"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/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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.