The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJSONLines, reference 0.0.4 (a96f39), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 06:23:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumito-ito/SwiftyJSONLines.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumito-ito/SwiftyJSONLines
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at a96f39c agent: run `swift build` and fix any errors if exists.
Cloned https://github.com/fumito-ito/SwiftyJSONLines.git
Revision (git rev-parse @):
a96f39c20f9d9ed5abf3a4dc3294e69d0e3521cc
SUCCESS checkout https://github.com/fumito-ito/SwiftyJSONLines.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fumito-ito/SwiftyJSONLines.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SwiftyJSONLines SwiftyJSONLines.swift
[4/4] Emitting module SwiftyJSONLines
Build complete! (4.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyJSONLines",
  "name" : "SwiftyJSONLines",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyJSONLines",
      "targets" : [
        "SwiftyJSONLines"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyJSONLinesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSONLinesTests",
      "path" : "Tests/SwiftyJSONLinesTests",
      "sources" : [
        "SwiftyJSONLTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyJSONLines"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyJSONLines",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSONLines",
      "path" : "Sources/SwiftyJSONLines",
      "product_memberships" : [
        "SwiftyJSONLines"
      ],
      "sources" : [
        "SwiftyJSONLines.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.