The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Marshal with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/utahiosmac/Marshal.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "marshal",
      "name": "Marshal",
      "url": "https://github.com/utahiosmac/Marshal.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Marshal",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/utahiosmac/Marshal.git
[1/1291] Fetching marshal
Fetched https://github.com/utahiosmac/Marshal.git (0.32s)
Creating working copy for https://github.com/utahiosmac/Marshal.git
Working copy of https://github.com/utahiosmac/Marshal.git resolved at master
warning: '.resolve-product-dependencies': dependency 'marshal' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling Marshal MarshaledObject.swift
[2/12] Compiling Marshal Marshaling.swift
[3/12] Compiling Marshal UnmarshalUpdating.swift
[4/12] Compiling Marshal UnmarshalingWithContext.swift
[5/12] Compiling Marshal Migration.swift
[6/12] Compiling Marshal Operators.swift
[7/12] Emitting module Marshal
[8/12] Compiling Marshal Unmarshaling.swift
[9/13] Compiling Marshal Error.swift
[10/13] Compiling Marshal JSON.swift
[11/13] Compiling Marshal KeyType.swift
[12/13] Compiling Marshal MarshalDictionary.swift
[13/13] Compiling Marshal ValueType.swift
Build complete! (7.77s)
Build complete.
Done.