Build Information
Successful build of SwiftCompilationDatabase, reference master (810f04), with Swift 6.3 for Linux on 11 Apr 2026 15:22:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jerrymarino/SwiftCompilationDatabase.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/jerrymarino/SwiftCompilationDatabase
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 810f040 Spartan Message Parser library
Cloned https://github.com/jerrymarino/SwiftCompilationDatabase.git
Revision (git rev-parse @):
810f040e97ebe97210d64a644d8d386e35a6358d
SUCCESS checkout https://github.com/jerrymarino/SwiftCompilationDatabase.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/jerrymarino/SwiftCompilationDatabase.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/9] Emitting module LogParser
[5/9] Compiling LogParser LogParser.swift
/host/spi-builder-workspace/Sources/LogParser/LogParser.swift:30:10: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
28 | return LogParser
29 | .readInput(logPath: logPath)
30 | .flatMap { try? JSONDecoder().decode(Message.self, from: $0 ) }
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
| `- note: use 'compactMap(_:)' instead
31 | }
32 |
/host/spi-builder-workspace/Sources/LogParser/LogParser.swift:36:28: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
34 | public func renderCompileCommands(messages: [Message],
35 | dir: String = FileManager.default.currentDirectoryPath) -> String {
36 | let entries = messages.flatMap {
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
| `- note: use 'compactMap(_:)' instead
37 | msg -> String? in
38 | // Load compile inputs
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/10] Wrapping AST for LogParser for debugging
[8/12] Compiling SwiftCompilationDatabase main.swift
[9/12] Emitting module SwiftCompilationDatabase
[10/13] Wrapping AST for SwiftCompilationDatabase for debugging
[11/13] Write Objects.LinkFileList
[12/13] Linking SwiftCompilationDatabase
Build complete! (12.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCompilationDatabase",
"name" : "SwiftCompilationDatabase",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LogParser",
"targets" : [
"SwiftCompilationDatabase"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftCompilationDatabase",
"targets" : [
"SwiftCompilationDatabase"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftCompilationDatabase",
"module_type" : "SwiftTarget",
"name" : "SwiftCompilationDatabase",
"path" : "Sources/SwiftCompilationDatabase",
"product_memberships" : [
"LogParser",
"SwiftCompilationDatabase"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LogParser"
],
"type" : "executable"
},
{
"c99name" : "LogParser",
"module_type" : "SwiftTarget",
"name" : "LogParser",
"path" : "Sources/LogParser",
"product_memberships" : [
"LogParser",
"SwiftCompilationDatabase"
],
"sources" : [
"LogParser.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.