The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCompilationDatabase with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jerrymarino/SwiftCompilationDatabase.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftcompilationdatabase",
      "name": "SwiftCompilationDatabase",
      "url": "https://github.com/jerrymarino/SwiftCompilationDatabase.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCompilationDatabase",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jerrymarino/SwiftCompilationDatabase.git
[1/28] Fetching swiftcompilationdatabase
Fetched https://github.com/jerrymarino/SwiftCompilationDatabase.git (0.25s)
Creating working copy for https://github.com/jerrymarino/SwiftCompilationDatabase.git
Working copy of https://github.com/jerrymarino/SwiftCompilationDatabase.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftcompilationdatabase' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling LogParser LogParser.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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
        .flatMap { try? JSONDecoder().decode(Message.self, from: $0 ) }
         ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LogParser/LogParser.swift:30:10: note: use 'compactMap(_:)' instead
        .flatMap { try? JSONDecoder().decode(Message.self, from: $0 ) }
         ^~~~~~~
         compactMap
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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
    let entries = messages.flatMap {
                           ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LogParser/LogParser.swift:36:28: note: use 'compactMap(_:)' instead
    let entries = messages.flatMap {
                           ^~~~~~~
                           compactMap
[2/3] Emitting module LogParser
[3/5] Compiling SwiftCompilationDatabase main.swift
[4/5] Emitting module SwiftCompilationDatabase
[4/5] Linking SwiftCompilationDatabase
Build complete! (9.14s)
Build complete.
Done.