The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMJobKit, reference main (4ed936), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 07:13:19 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/IngmarStein/SMJobKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IngmarStein/SMJobKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4ed9367 Bump Podspec version
Cloned https://github.com/IngmarStein/SMJobKit.git
Revision (git rev-parse @):
4ed936712e6994a037581d33e1afbadda15e3394
SUCCESS checkout https://github.com/IngmarStein/SMJobKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/IngmarStein/SMJobKit.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] Compiling SMJobKit Client.swift
[4/6] Compiling SMJobKit ErrorTypes.swift
[5/6] Emitting module SMJobKit
[6/6] Compiling SMJobKit ClientUtility.swift
Build complete! (3.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SMJobKit",
  "name" : "SMJobKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SMJobKit",
      "targets" : [
        "SMJobKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SMJobKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SMJobKitTests",
      "path" : "Tests/SMJobKitTests",
      "sources" : [
        "ClientTests.swift",
        "MissingClient.swift",
        "TestClient.swift"
      ],
      "target_dependencies" : [
        "SMJobKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SMJobKit",
      "module_type" : "SwiftTarget",
      "name" : "SMJobKit",
      "path" : "Sources/SMJobKit",
      "product_memberships" : [
        "SMJobKit"
      ],
      "sources" : [
        "Client.swift",
        "ClientUtility.swift",
        "ErrorTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.