The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Publishmon, reference v0.1.0 (b48671), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 12:04:22 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/supersonicbyte/Publishmon.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/supersonicbyte/Publishmon
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at b48671a Update README
Cloned https://github.com/supersonicbyte/Publishmon.git
Revision (git rev-parse @):
b48671a8e11c2b115573082863601c0ec25b84bf
SUCCESS checkout https://github.com/supersonicbyte/Publishmon.git at v0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/supersonicbyte/Publishmon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write Publishmon-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/10] Emitting module ShellOut
[7/10] Compiling ShellOut ShellOut.swift
[8/13] Compiling PublishmonCore PublishmonCore.swift
/Users/admin/builder/spi-builder-workspace/Sources/PublishmonCore/PublishmonCore.swift:61:17: warning: variable 'generateProcess' was never mutated; consider changing to 'let' constant
 59 |         // Generate new files with publish
 60 |         do {
 61 |             var generateProcess = Process()
    |                 `- warning: variable 'generateProcess' was never mutated; consider changing to 'let' constant
 62 |             try shellOut(
 63 |                 to: ["publish generate"],
[9/13] Compiling PublishmonCore FileMonitor.swift
[10/13] Emitting module PublishmonCore
[11/15] Emitting module Publishmon
[12/15] Compiling Publishmon main.swift
[12/15] Write Objects.LinkFileList
[13/15] Linking Publishmon
[14/15] Applying Publishmon
Build complete! (9.93s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.75s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.33s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "Publishmon",
  "name" : "Publishmon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Publishmon",
      "targets" : [
        "Publishmon"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PublishmonCore",
      "module_type" : "SwiftTarget",
      "name" : "PublishmonCore",
      "path" : "Sources/PublishmonCore",
      "product_dependencies" : [
        "ShellOut"
      ],
      "product_memberships" : [
        "Publishmon"
      ],
      "sources" : [
        "FileMonitor.swift",
        "PublishmonCore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Publishmon",
      "module_type" : "SwiftTarget",
      "name" : "Publishmon",
      "path" : "Sources/Publishmon",
      "product_memberships" : [
        "Publishmon"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PublishmonCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Done.