The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swiftfall 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/bmbowdish/swiftfall.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bmbowdish/swiftfall
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6ba0779 Update README for getCards function in Set
Cloned https://github.com/bmbowdish/swiftfall.git
Revision (git rev-parse @):
6ba0779a4c8562f4af84cca0c56ab6ecf8421c17
SUCCESS checkout https://github.com/bmbowdish/swiftfall.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bmbowdish/swiftfall.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/4] Emitting module Swiftfall
[4/4] Compiling Swiftfall Swiftfall.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftfall/Swiftfall.swift:558:15: warning: expression implicitly coerced from 'URL?' to 'Any'
        print(url)
              ^~~
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftfall/Swiftfall.swift:558:15: note: provide a default value to avoid this warning
        print(url)
              ^~~
                  ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftfall/Swiftfall.swift:558:15: note: force-unwrap the value to avoid this warning
        print(url)
              ^~~
                 !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftfall/Swiftfall.swift:558:15: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        print(url)
              ^~~
                  as Any
Build complete! (3.91s)
Build complete.
Done.