The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Publishmon, reference main (2701e4), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:11:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/supersonicbyte/Publishmon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/supersonicbyte/Publishmon
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2701e42 Update README
Cloned https://github.com/supersonicbyte/Publishmon.git
Revision (git rev-parse @):
2701e425539b59becc3a1ef6c7be755ff212004d
SUCCESS checkout https://github.com/supersonicbyte/Publishmon.git at main
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.89s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "publishmon",
      "name": "Publishmon",
      "url": "https://github.com/supersonicbyte/Publishmon.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Publishmon",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/supersonicbyte/Publishmon.git
[1/37] Fetching publishmon
Fetched https://github.com/supersonicbyte/Publishmon.git from cache (0.93s)
Creating working copy for https://github.com/supersonicbyte/Publishmon.git
Working copy of https://github.com/supersonicbyte/Publishmon.git resolved at main (2701e42)
warning: '.resolve-product-dependencies': dependency 'publishmon' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/supersonicbyte/Publishmon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write Publishmon-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/10] Emitting module ShellOut
[7/10] Compiling ShellOut ShellOut.swift
[8/13] Emitting module PublishmonCore
[9/13] Compiling PublishmonCore FileMonitor.swift
[10/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"],
[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! (7.65s)
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.