The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fastfood 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/artemnovichkov/fastfood.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/artemnovichkov/fastfood
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 901c90a Update Makefile
Cloned https://github.com/artemnovichkov/fastfood.git
Revision (git rev-parse @):
901c90a4172a5517f0e025f331de77394dfd81fe
SUCCESS checkout https://github.com/artemnovichkov/fastfood.git at master
Fetching https://github.com/JohnSundell/Files.git from cache
Fetched https://github.com/JohnSundell/Files.git (0.31s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (0.09s)
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fastfood",
      "name": "Fastfood",
      "url": "https://github.com/artemnovichkov/fastfood.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fastfood",
      "dependencies": [
        {
          "identity": "files",
          "name": "Files",
          "url": "https://github.com/JohnSundell/Files.git",
          "version": "2.3.0",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/artemnovichkov/fastfood.git
[1/536] Fetching fastfood
Fetched https://github.com/artemnovichkov/fastfood.git (0.29s)
Fetching https://github.com/JohnSundell/Files.git from cache
Fetched https://github.com/JohnSundell/Files.git (0.18s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (0.02s)
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.0
Creating working copy for https://github.com/artemnovichkov/fastfood.git
Working copy of https://github.com/artemnovichkov/fastfood.git resolved at master
warning: '.resolve-product-dependencies': dependency 'fastfood' is not used by any target
Found 1 product dependencies
  - Files
========================================
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] Compiling Files Files.swift
[2/2] Emitting module Files
[3/9] Compiling FastfoodCore Tag.swift
[4/9] Compiling FastfoodCore Arguments.swift
[5/9] Compiling FastfoodCore ConsoleIO.swift
[6/9] Compiling FastfoodCore Fastfood.swift
[7/9] Emitting module FastfoodCore
[8/9] Compiling FastfoodCore GitService.swift
[9/9] Compiling FastfoodCore FastfileService.swift
[10/11] Compiling Fastfood main.swift
[11/11] Emitting module Fastfood
Build complete! (9.99s)
warning: 'spi-builder-workspace': the target name Fastfood has different case on the filesystem and the Package.swift manifest file
warning: 'spi-builder-workspace': The target named 'Fastfood' was identified as an executable target but a non-executable product with this name already exists.
Build complete.
Done.