The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PreviewConsole, reference main (839ae3), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 06:39:50 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/disc0infern0/PreviewConsole.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/disc0infern0/PreviewConsole
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 839ae34 tagging as v 1.0.1
Cloned https://github.com/disc0infern0/PreviewConsole.git
Revision (git rev-parse @):
839ae34a55e44195c396c321d5d727cc4c016d0d
SUCCESS checkout https://github.com/disc0infern0/PreviewConsole.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/disc0infern0/PreviewConsole.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/6] Emitting module PreviewConsole
[4/6] Compiling PreviewConsole PreviewConsole.swift
[5/6] Compiling PreviewConsole Example.swift
[6/6] Compiling PreviewConsole Console.swift
Build complete! (7.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PreviewConsole",
  "name" : "PreviewConsole",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "PreviewConsole",
      "targets" : [
        "PreviewConsole"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PreviewConsole",
      "module_type" : "SwiftTarget",
      "name" : "PreviewConsole",
      "path" : "Sources/PreviewConsole",
      "product_memberships" : [
        "PreviewConsole"
      ],
      "sources" : [
        "Console.swift",
        "Example.swift",
        "PreviewConsole.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.