The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swiftfall 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/bmbowdish/swiftfall.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftfall",
      "name": "Swiftfall",
      "url": "https://github.com/bmbowdish/swiftfall.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftfall",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bmbowdish/swiftfall.git
[1/665] Fetching swiftfall
Fetched https://github.com/bmbowdish/swiftfall.git (0.30s)
Creating working copy for https://github.com/bmbowdish/swiftfall.git
Working copy of https://github.com/bmbowdish/swiftfall.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftfall' 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/2] Emitting module Swiftfall
[2/2] Compiling Swiftfall Swiftfall.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftfall/Swiftfall.swift:558:15: warning: expression implicitly coerced from 'URL?' to 'Any'
        print(url)
              ^~~
/Users/builder/builds/TDmZkXJm/0/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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftfall/Swiftfall.swift:558:15: note: force-unwrap the value to avoid this warning
        print(url)
              ^~~
                 !
/Users/builder/builds/TDmZkXJm/0/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! (9.34s)
Build complete.
Done.