The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Eumorphic with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ollieatkinson/Eumorphic.git
Reference: trunk
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ollieatkinson/Eumorphic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/7] Compiling Eumorphic Utilities.swift
[4/7] Compiling Eumorphic Eumorphic.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
             ^
[5/7] Compiling Eumorphic AnyValue.swift
[6/7] Compiling Eumorphic Path.swift
[7/7] Emitting module Eumorphic
Build complete! (9.35s)
Build complete.
Done.