Build Information
Successful build of SwiftCompilationDatabase, reference master (810f04), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:29:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jerrymarino/SwiftCompilationDatabase.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jerrymarino/SwiftCompilationDatabase.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write SwiftCompilationDatabase-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Emitting module LogParser
[6/9] Compiling LogParser LogParser.swift
/Users/admin/builder/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 |
/Users/admin/builder/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>
[7/11] Emitting module SwiftCompilationDatabase
[8/11] Compiling SwiftCompilationDatabase main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking SwiftCompilationDatabase
[10/11] Applying SwiftCompilationDatabase
Build complete! (3.56s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCompilationDatabase",
"name" : "SwiftCompilationDatabase",
"path" : "/Users/admin/builder/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"
}
Done.