The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Eumorphic 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/ollieatkinson/Eumorphic.git
Reference: trunk
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ollieatkinson/Eumorphic
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at bf244f4 remove label for typed subscript return
Cloned https://github.com/ollieatkinson/Eumorphic.git
Revision (git rev-parse @):
bf244f4369d872fccbcef27da8fedb5a7a91f7aa
SUCCESS checkout https://github.com/ollieatkinson/Eumorphic.git at trunk
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "eumorphic",
      "name": "Eumorphic",
      "url": "https://github.com/ollieatkinson/Eumorphic.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Eumorphic",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ollieatkinson/Eumorphic.git
[2/128] Fetching eumorphic
Fetched https://github.com/ollieatkinson/Eumorphic.git (0.39s)
Creating working copy for https://github.com/ollieatkinson/Eumorphic.git
Working copy of https://github.com/ollieatkinson/Eumorphic.git resolved at trunk
warning: '.resolve-product-dependencies': dependency 'eumorphic' 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/5] Emitting module Eumorphic
[2/5] Compiling Eumorphic Utilities.swift
[3/5] Compiling Eumorphic Eumorphic.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Eumorphic/Eumorphic.swift:69:14: warning: type '(String, Path)' is not optional, value can never be nil; this is an error in Swift 6
        case nil: return
             ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Eumorphic/Eumorphic.swift:90:14: warning: type '(Int, Path)' is not optional, value can never be nil; this is an error in Swift 6
        case nil: return
             ^
[4/5] Compiling Eumorphic Path.swift
[5/5] Compiling Eumorphic AnyValue.swift
Build complete! (11.06s)
Build complete.
Done.