The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Marshal, reference master (eeed95), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:35:01 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/utahiosmac/Marshal.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/utahiosmac/Marshal
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at eeed957 bump up deployment target
Cloned https://github.com/utahiosmac/Marshal.git
Revision (git rev-parse @):
eeed9576270c93acf2cc5166f664d394075461d3
SUCCESS checkout https://github.com/utahiosmac/Marshal.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/utahiosmac/Marshal.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/14] Compiling Marshal Migration.swift
[4/15] Compiling Marshal Marshaling.swift
[5/15] Emitting module Marshal
[6/15] Compiling Marshal Error.swift
[7/15] Compiling Marshal JSON.swift
[8/15] Compiling Marshal KeyType.swift
[9/15] Compiling Marshal MarshalDictionary.swift
[10/15] Compiling Marshal UnmarshalUpdating.swift
[11/15] Compiling Marshal UnmarshalingWithContext.swift
[12/15] Compiling Marshal Operators.swift
[13/15] Compiling Marshal Unmarshaling.swift
[14/15] Compiling Marshal MarshaledObject.swift
[15/15] Compiling Marshal ValueType.swift
Build complete! (4.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Marshal",
  "name" : "Marshal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Marshal",
      "targets" : [
        "Marshal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarshalTests",
      "module_type" : "SwiftTarget",
      "name" : "MarshalTests",
      "path" : "MarshalTests",
      "sources" : [
        "MarshalTests.swift",
        "PerformanceTestObjects.swift",
        "PerformanceTests.swift",
        "UnmarshalingWithContextTests.swift"
      ],
      "target_dependencies" : [
        "Marshal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Marshal",
      "module_type" : "SwiftTarget",
      "name" : "Marshal",
      "path" : "Sources",
      "product_memberships" : [
        "Marshal"
      ],
      "sources" : [
        "Error.swift",
        "JSON.swift",
        "KeyType.swift",
        "MarshalDictionary.swift",
        "MarshaledObject.swift",
        "Marshaling.swift",
        "Migration.swift",
        "Operators.swift",
        "UnmarshalUpdating.swift",
        "Unmarshaling.swift",
        "UnmarshalingWithContext.swift",
        "ValueType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.