Build Information
Successful build of Scotty 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/BottleRocketStudios/iOS-Scotty.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-Scotty
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 41480d2 Merge pull request #43 from BottleRocketStudios/feature/issue_42
Cloned https://github.com/BottleRocketStudios/iOS-Scotty.git
Revision (git rev-parse @):
41480d22f73011c29ab89b8fb51089a1851aa215
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-Scotty.git at main
========================================
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": "ios-scotty",
"name": "Scotty",
"url": "https://github.com/BottleRocketStudios/iOS-Scotty.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iOS-Scotty",
"dependencies": [
]
}
]
}
Fetching https://github.com/BottleRocketStudios/iOS-Scotty.git
[1/917] Fetching ios-scotty
Fetched https://github.com/BottleRocketStudios/iOS-Scotty.git (0.30s)
Creating working copy for https://github.com/BottleRocketStudios/iOS-Scotty.git
Working copy of https://github.com/BottleRocketStudios/iOS-Scotty.git resolved at main
warning: '.resolve-product-dependencies': dependency 'ios-scotty' 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] Compiling Scotty RouteIdentifier.swift
[2/5] Compiling Scotty RouteRespondable.swift
[3/5] Compiling Scotty Route.swift
[4/5] Emitting module Scotty
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RouteController.swift:15:31: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct StoredRoute<Root> {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RouteController.swift:12:28: note: 'Root' previously declared here
open class RouteController<Root>: NSObject {
^
[5/5] Compiling Scotty RouteController.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RouteController.swift:15:31: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct StoredRoute<Root> {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RouteController.swift:12:28: note: 'Root' previously declared here
open class RouteController<Root>: NSObject {
^
Build complete! (7.74s)
Build complete.
Done.