The Swift Package Index logo.Swift Package Index

Build Information

Successful build of emu, reference master (47d171), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 17:52:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/limethaw/emu.git
Reference: master
Initialized empty Git repository in /Users/admin/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
[1/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.86s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.1.5 (1.57s)
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/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "emu",
      "name": "emu",
      "url": "https://github.com/limethaw/emu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/emu",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "3.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/limethaw/emu.git
[1/446] Fetching emu
Fetched https://github.com/limethaw/emu.git from cache (0.78s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.44s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.50s)
Creating working copy for https://github.com/limethaw/emu.git
Working copy of https://github.com/limethaw/emu.git resolved at master (47d1712)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
warning: '.resolve-product-dependencies': dependency 'emu' is not used by any target
Found 1 product dependencies
  - Rainbow
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/limethaw/emu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/22] Compiling threadsafe Atomic.swift
[7/22] Compiling threadsafe Lock.swift
[8/22] Emitting module threadsafe
[9/22] Compiling functional AVLTree.swift
[10/22] Emitting module functional
[11/22] Compiling functional Atomic.swift
[12/22] Compiling Rainbow StringGenerator.swift
[13/22] Compiling Rainbow String+Rainbow.swift
[14/22] Compiling Rainbow Style.swift
[15/23] Compiling Rainbow XcodeColorsSupport.swift
[16/23] Compiling Rainbow OutputTarget.swift
[17/23] Compiling Rainbow ModesExtractor.swift
[18/23] Compiling Rainbow ControlCode.swift
[19/23] Compiling Rainbow Color.swift
[20/23] Compiling Rainbow BackgroundColor.swift
[21/23] Compiling Rainbow CodesParser.swift
[22/23] Compiling Rainbow Rainbow.swift
[23/23] Emitting module Rainbow
[24/32] Compiling emu Stack.swift
[25/32] Compiling emu Quicksort.swift
[26/32] Compiling emu InsertionSort.swift
[27/32] Compiling emu Util.swift
[28/32] Compiling emu BFS.swift
[29/32] Compiling emu Queue.swift
[30/32] Compiling emu FordFulkerson.swift
[31/32] Emitting module emu
[32/32] Compiling emu Matrix.swift
Build complete! (6.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "emu",
  "name" : "emu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "emu",
      "targets" : [
        "emu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "threadsafe",
      "module_type" : "SwiftTarget",
      "name" : "threadsafe",
      "path" : "Sources/threadsafe",
      "product_memberships" : [
        "emu"
      ],
      "sources" : [
        "algorithms/Atomic.swift",
        "datastructures/Lock.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "functionalTests",
      "module_type" : "SwiftTarget",
      "name" : "functionalTests",
      "path" : "Tests/functionalTests",
      "sources" : [
        "datastructures/AVLTreeTest.swift"
      ],
      "target_dependencies" : [
        "functional"
      ],
      "type" : "test"
    },
    {
      "c99name" : "functional",
      "module_type" : "SwiftTarget",
      "name" : "functional",
      "path" : "Sources/functional",
      "product_memberships" : [
        "emu"
      ],
      "sources" : [
        "algorithms/Atomic.swift",
        "datastructures/AVLTree.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "emuTests",
      "module_type" : "SwiftTarget",
      "name" : "emuTests",
      "path" : "Tests/emuTests",
      "sources" : [
        "algorithms/BFSTests.swift",
        "algorithms/FordFulkersonTests.swift",
        "algorithms/InsertionSortTests.swift",
        "algorithms/QuicksortTests.swift",
        "datastructures/MatrixTests.swift",
        "datastructures/QueueTests.swift",
        "datastructures/StackTests.swift"
      ],
      "target_dependencies" : [
        "emu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "emu",
      "module_type" : "SwiftTarget",
      "name" : "emu",
      "path" : "Sources/emu",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "emu"
      ],
      "sources" : [
        "Util.swift",
        "algorithms/BFS.swift",
        "algorithms/FordFulkerson.swift",
        "algorithms/InsertionSort.swift",
        "algorithms/Quicksort.swift",
        "datastructures/Matrix.swift",
        "datastructures/Queue.swift",
        "datastructures/Stack.swift"
      ],
      "target_dependencies" : [
        "functional",
        "threadsafe"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.