The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Moxie, reference master (086450), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:42:56 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/DarthStrom/Moxie.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DarthStrom/Moxie
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0864501 Update 1-Installation.md
Cloned https://github.com/DarthStrom/Moxie.git
Revision (git rev-parse @):
0864501b0e07e3c0b844a757a2201d92359e2848
SUCCESS checkout https://github.com/DarthStrom/Moxie.git at master
========================================
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": "moxie",
      "name": "Moxie",
      "url": "https://github.com/DarthStrom/Moxie.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Moxie",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DarthStrom/Moxie.git
[1/1391] Fetching moxie
Fetched https://github.com/DarthStrom/Moxie.git from cache (1.01s)
Creating working copy for https://github.com/DarthStrom/Moxie.git
Working copy of https://github.com/DarthStrom/Moxie.git resolved at master (0864501)
warning: '.resolve-product-dependencies': dependency 'moxie' 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/DarthStrom/Moxie.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling Moxie Moxie.swift
[4/6] Compiling Moxie Mock.swift
[5/6] Emitting module Moxie
[6/6] Compiling Moxie MockInvocation.swift
Build complete! (0.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Moxie",
  "name" : "Moxie",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Moxie",
      "targets" : [
        "Moxie"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MoxieTests",
      "module_type" : "SwiftTarget",
      "name" : "MoxieTests",
      "path" : "Tests/MoxieTests",
      "sources" : [
        "ExplainTests.swift",
        "MockTests.swift",
        "StubbingTests.swift",
        "VerificationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Moxie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Moxie",
      "module_type" : "SwiftTarget",
      "name" : "Moxie",
      "path" : "Sources/Moxie",
      "product_memberships" : [
        "Moxie"
      ],
      "sources" : [
        "Mock.swift",
        "MockInvocation.swift",
        "Moxie.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.