The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Degu 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/cats-oss/Degu.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cats-oss/Degu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 555dc1a Update README.md
Cloned https://github.com/cats-oss/Degu.git
Revision (git rev-parse @):
555dc1a552b4788fc29ea9363d5c9aecf27056b0
SUCCESS checkout https://github.com/cats-oss/Degu.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "degu",
      "name": "Degu",
      "url": "https://github.com/cats-oss/Degu.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Degu",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cats-oss/Degu.git
[1/308] Fetching degu
Fetched https://github.com/cats-oss/Degu.git (0.36s)
Creating working copy for https://github.com/cats-oss/Degu.git
Working copy of https://github.com/cats-oss/Degu.git resolved at master
warning: '.resolve-product-dependencies': dependency 'degu' 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...
[0/7] Compiling RuntimeHandler RuntimeHandler.m
[2/7] Compiling Degu ApplicationProxyDelegate.swift
[3/7] Compiling Degu ApplicationProxy.swift
[4/7] Compiling Degu Swizzle.swift
[5/7] Emitting module Degu
[6/7] Compiling Degu ViewController.extension.swift
[7/7] Compiling Degu Application.extension.swift
Build complete! (9.92s)
Build complete.
Done.