Build Information
Successful build of Sitrep, reference main (a303a4
), with Swift 6.1 for Android on 28 May 2025 19:53:11 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Sitrep.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/twostraws/Sitrep
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a303a41 Merge pull request #42 from henrik-dmg/main
Cloned https://github.com/twostraws/Sitrep.git
Revision (git rev-parse @):
a303a41dfbf482b6e9ea51862833ff1551dffdc2
SUCCESS checkout https://github.com/twostraws/Sitrep.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/twostraws/Sitrep.git
https://github.com/twostraws/Sitrep.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.0",
"upper_bound" : "509.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Sitrep",
"name" : "Sitrep",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SitrepCore",
"targets" : [
"SitrepCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sitrep",
"targets" : [
"Sitrep"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SitrepCoreTests",
"module_type" : "SwiftTarget",
"name" : "SitrepCoreTests",
"path" : "Tests/SitrepCoreTests",
"sources" : [
"SitrepCoreTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SitrepCore"
],
"type" : "test"
},
{
"c99name" : "SitrepCore",
"module_type" : "SwiftTarget",
"name" : "SitrepCore",
"path" : "Sources/SitrepCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser",
"Yams",
"ArgumentParser"
],
"product_memberships" : [
"SitrepCore",
"Sitrep"
],
"sources" : [
"BodyStripper.swift",
"Comment.swift",
"Configuration.swift",
"Extensions.swift",
"File.swift",
"FileVisitor.swift",
"Function.swift",
"Node.swift",
"Report.swift",
"Results.swift",
"Scan.swift",
"Type.swift"
],
"type" : "library"
},
{
"c99name" : "Sitrep",
"module_type" : "SwiftTarget",
"name" : "Sitrep",
"path" : "Sources/Sitrep",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Sitrep"
],
"sources" : [
"Sitrep.swift"
],
"target_dependencies" : [
"SitrepCore"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser
[1/10657] Fetching yams
[5650/26008] Fetching yams, swift-argument-parser
[22919/96457] Fetching yams, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (1.52s)
[19816/81106] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (5.33s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.35s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (10.05s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.73s)
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 508.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/32] Write sources
[10/32] Compiling writer.c
[11/32] Compiling parser.c
[12/32] Compiling api.c
[13/32] Compiling emitter.c
[14/32] Compiling reader.c
[15/32] Compiling scanner.c
[16/32] Write swift-version-24593BA9C3E375BF.txt
[18/92] Emitting module ArgumentParserToolInfo
[19/92] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/93] Wrapping AST for ArgumentParserToolInfo for debugging
[22/93] Compiling SwiftSyntax SyntaxData.swift
[23/93] Compiling SwiftSyntax SyntaxOtherNodes.swift
[24/93] Compiling SwiftSyntax SyntaxText.swift
[25/93] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[26/93] Compiling SwiftSyntax Utils.swift
[27/98] Compiling SwiftSyntax SourceLocation.swift
[28/98] Compiling SwiftSyntax SourcePresence.swift
[29/98] Compiling SwiftSyntax Syntax.swift
[30/98] Compiling SwiftSyntax SyntaxArena.swift
[31/98] Compiling SwiftSyntax SyntaxChildren.swift
[32/136] Compiling ArgumentParser CommandGroup.swift
[33/136] Compiling ArgumentParser EnumerableFlag.swift
[34/138] Compiling ArgumentParser ExpressibleByArgument.swift
[35/138] Compiling ArgumentParser ParsableArguments.swift
[36/138] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/138] Compiling ArgumentParser CompletionsGenerator.swift
[38/138] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/138] Compiling ArgumentParser ArgumentVisibility.swift
[40/138] Compiling ArgumentParser CompletionKind.swift
[41/138] Compiling ArgumentParser Errors.swift
[42/138] Emitting module Yams
[43/138] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/138] Compiling ArgumentParser Argument.swift
[45/138] Compiling ArgumentParser ArgumentHelp.swift
[46/138] Compiling Yams YamlError.swift
[47/138] Compiling Yams YamlTagProviding.swift
[48/138] Compiling ArgumentParser OptionGroup.swift
[49/138] Compiling ArgumentParser AsyncParsableCommand.swift
[50/138] Compiling ArgumentParser CommandConfiguration.swift
[51/138] Compiling ArgumentParser Flag.swift
[52/138] Compiling ArgumentParser NameSpecification.swift
[53/138] Compiling ArgumentParser Option.swift
[54/139] Wrapping AST for Yams for debugging
[67/144] Emitting module ArgumentParser
[78/144] Compiling ArgumentParser ArgumentDecoder.swift
[79/144] Compiling ArgumentParser ArgumentDefinition.swift
[80/144] Compiling ArgumentParser ArgumentSet.swift
[81/144] Compiling ArgumentParser CommandParser.swift
[82/144] Compiling ArgumentParser InputKey.swift
[83/144] Compiling ArgumentParser InputOrigin.swift
[84/144] Compiling ArgumentParser DumpHelpGenerator.swift
[85/144] Compiling ArgumentParser HelpCommand.swift
[86/144] Compiling ArgumentParser HelpGenerator.swift
[87/144] Compiling ArgumentParser MessageInfo.swift
[88/144] Compiling ArgumentParser UsageGenerator.swift
[89/144] Compiling ArgumentParser Name.swift
[90/144] Compiling ArgumentParser Parsed.swift
[91/144] Compiling ArgumentParser ParsedValues.swift
[92/144] Compiling ArgumentParser ParserError.swift
[93/144] Compiling ArgumentParser SplitArguments.swift
[94/144] Compiling ArgumentParser CollectionExtensions.swift
[95/144] Compiling ArgumentParser Platform.swift
[96/144] Compiling ArgumentParser SequenceExtensions.swift
[97/144] Compiling ArgumentParser StringExtensions.swift
[98/144] Compiling ArgumentParser Tree.swift
[99/145] Wrapping AST for ArgumentParser for debugging
[101/145] Emitting module SwiftSyntax
[134/152] Wrapping AST for SwiftSyntax for debugging
[135/152] Write Objects.LinkFileList
[136/152] Archiving libSwiftSyntax.a
[138/152] Compiling SwiftDiagnostics FixIt.swift
[139/152] Compiling SwiftDiagnostics Message.swift
[140/152] Compiling SwiftDiagnostics Note.swift
[141/152] Emitting module SwiftDiagnostics
[142/152] Compiling SwiftDiagnostics Diagnostic.swift
[143/152] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[144/153] Wrapping AST for SwiftDiagnostics for debugging
[146/179] Compiling SwiftParser TokenConsumer.swift
[147/179] Compiling SwiftParser TokenPrecedence.swift
[148/179] Compiling SwiftParser TopLevel.swift
[149/182] Emitting module SwiftParser
[150/182] Compiling SwiftParser TriviaParser.swift
[151/182] Compiling SwiftParser Types.swift
[152/182] Compiling SwiftParser DeclarationAttribute.swift
[153/182] Compiling SwiftParser DeclarationModifier.swift
[154/182] Compiling SwiftParser Parser+Entry.swift
[155/182] Compiling SwiftParser TypeAttribute.swift
[156/182] Compiling SwiftParser Nominals.swift
[157/182] Compiling SwiftParser Parser.swift
[158/182] Compiling SwiftParser Patterns.swift
[159/182] Compiling SwiftParser RawTokenKindSubset.swift
[160/182] Compiling SwiftParser Attributes.swift
[161/182] Compiling SwiftParser Availability.swift
[162/182] Compiling SwiftParser CharacterInfo.swift
[163/182] Compiling SwiftParser Declarations.swift
[164/182] Compiling SwiftParser Recovery.swift
[165/182] Compiling SwiftParser Statements.swift
[166/182] Compiling SwiftParser SyntaxUtils.swift
[167/182] Compiling SwiftParser Lookahead.swift
[168/182] Compiling SwiftParser LoopProgressCondition.swift
[169/182] Compiling SwiftParser Modifiers.swift
[170/182] Compiling SwiftParser Names.swift
[171/182] Compiling SwiftParser Directives.swift
[172/182] Compiling SwiftParser Expressions.swift
[173/182] Compiling SwiftParser Lexer.swift
[174/182] Compiling SwiftParser LexerDiagnosticMessages.swift
[175/183] Wrapping AST for SwiftParser for debugging
[177/186] Compiling SwiftSyntaxParser Diagnostic.swift
[178/186] Emitting module SwiftSyntaxParser
[179/186] Compiling SwiftSyntaxParser SyntaxParser.swift
[180/187] Wrapping AST for SwiftSyntaxParser for debugging
[181/187] Write Objects.LinkFileList
[182/199] Archiving libSwiftSyntaxParser.a
[184/199] Emitting module SitrepCore
/host/spi-builder-workspace/Sources/SitrepCore/Configuration.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | /// Holds the complete set of configured values and defaults.
5 | public struct Configuration: Codable {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
6 | private let excluded: [String]
7 |
8 | public static let `default`: Configuration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 | excluded: []
10 | )
[185/199] Compiling SitrepCore BodyStripper.swift
[186/199] Compiling SitrepCore Comment.swift
[187/200] Compiling SitrepCore Results.swift
[188/200] Compiling SitrepCore Report.swift
[189/200] Compiling SitrepCore Function.swift
[190/200] Compiling SitrepCore Node.swift
[191/200] Compiling SitrepCore Scan.swift
[192/200] Compiling SitrepCore Configuration.swift
/host/spi-builder-workspace/Sources/SitrepCore/Configuration.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | /// Holds the complete set of configured values and defaults.
5 | public struct Configuration: Codable {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
6 | private let excluded: [String]
7 |
8 | public static let `default`: Configuration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 | excluded: []
10 | )
[193/200] Compiling SitrepCore Extensions.swift
/host/spi-builder-workspace/Sources/SitrepCore/Configuration.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | /// Holds the complete set of configured values and defaults.
5 | public struct Configuration: Codable {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
6 | private let excluded: [String]
7 |
8 | public static let `default`: Configuration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 | excluded: []
10 | )
[194/200] Compiling SitrepCore File.swift
[195/200] Compiling SitrepCore FileVisitor.swift
[196/200] Compiling SitrepCore Type.swift
[197/201] Wrapping AST for SitrepCore for debugging
[199/203] Emitting module Sitrep
[200/203] Compiling Sitrep Sitrep.swift
[201/204] Wrapping AST for Sitrep for debugging
[202/204] Write Objects.LinkFileList
[203/204] Linking Sitrep
Build complete! (125.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.0",
"upper_bound" : "509.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Sitrep",
"name" : "Sitrep",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SitrepCore",
"targets" : [
"SitrepCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sitrep",
"targets" : [
"Sitrep"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SitrepCoreTests",
"module_type" : "SwiftTarget",
"name" : "SitrepCoreTests",
"path" : "Tests/SitrepCoreTests",
"sources" : [
"SitrepCoreTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SitrepCore"
],
"type" : "test"
},
{
"c99name" : "SitrepCore",
"module_type" : "SwiftTarget",
"name" : "SitrepCore",
"path" : "Sources/SitrepCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser",
"Yams",
"ArgumentParser"
],
"product_memberships" : [
"SitrepCore",
"Sitrep"
],
"sources" : [
"BodyStripper.swift",
"Comment.swift",
"Configuration.swift",
"Extensions.swift",
"File.swift",
"FileVisitor.swift",
"Function.swift",
"Node.swift",
"Report.swift",
"Results.swift",
"Scan.swift",
"Type.swift"
],
"type" : "library"
},
{
"c99name" : "Sitrep",
"module_type" : "SwiftTarget",
"name" : "Sitrep",
"path" : "Sources/Sitrep",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Sitrep"
],
"sources" : [
"Sitrep.swift"
],
"target_dependencies" : [
"SitrepCore"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.