The Swift Package Index logo.Swift Package Index

Build Information

Successful build of emu 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/limethaw/emu.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/limethaw/emu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 47d1712 Switching to Github Actions for CI
Cloned https://github.com/limethaw/emu.git
Revision (git rev-parse @):
47d1712e2a3daebc6cd41c2bb45ccba7d998ec3b
SUCCESS checkout https://github.com/limethaw/emu.git at master
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow (0.17s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.1.5 (0.02s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.1.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "emu",
      "name": "emu",
      "url": "https://github.com/limethaw/emu.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/emu",
      "dependencies": [
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "3.2.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/limethaw/emu.git
[1/446] Fetching emu
Fetched https://github.com/limethaw/emu.git (0.26s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow (0.17s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.02s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/limethaw/emu.git
Working copy of https://github.com/limethaw/emu.git resolved at master
warning: '.resolve-product-dependencies': dependency 'emu' is not used by any target
Found 1 product dependencies
  - Rainbow
========================================
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/17] Compiling threadsafe Atomic.swift
[2/17] Compiling threadsafe Lock.swift
[3/17] Emitting module threadsafe
[4/17] Compiling functional Atomic.swift
[5/17] Emitting module functional
[6/17] Compiling functional AVLTree.swift
[7/17] Emitting module Rainbow
[8/17] Compiling Rainbow BackgroundColor.swift
[9/17] Compiling Rainbow CodesParser.swift
[10/18] Compiling Rainbow XcodeColorsSupport.swift
[11/18] Compiling Rainbow Color.swift
[12/18] Compiling Rainbow ControlCode.swift
[13/18] Compiling Rainbow Style.swift
[14/18] Compiling Rainbow StringGenerator.swift
[15/18] Compiling Rainbow String+Rainbow.swift
[16/18] Compiling Rainbow ModesExtractor.swift
[17/18] Compiling Rainbow OutputTarget.swift
[18/18] Compiling Rainbow Rainbow.swift
[19/26] Compiling emu Queue.swift
[20/27] Compiling emu InsertionSort.swift
[21/27] Compiling emu Matrix.swift
[22/27] Compiling emu FordFulkerson.swift
[23/27] Compiling emu Quicksort.swift
[24/27] Compiling emu BFS.swift
[25/27] Compiling emu Util.swift
[26/27] Emitting module emu
[27/27] Compiling emu Stack.swift
Build complete! (9.79s)
Build complete.
Done.