The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Swell, reference main (58903b), with Swift 6.2 for macOS (SPM) on 12 Dec 2025 05:56:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MauriceElliott/Swell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MauriceElliott/Swell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 58903be fixed merge conflict
Cloned https://github.com/MauriceElliott/Swell.git
Revision (git rev-parse @):
58903bed67320578d555a86dab6587b196442b73
SUCCESS checkout https://github.com/MauriceElliott/Swell.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "swell",
      "name": "Swell",
      "url": "https://github.com/MauriceElliott/Swell.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swell",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MauriceElliott/Swell.git
[1/732] Fetching swell
Fetched https://github.com/MauriceElliott/Swell.git from cache (0.86s)
Creating working copy for https://github.com/MauriceElliott/Swell.git
Working copy of https://github.com/MauriceElliott/Swell.git resolved at main (58903be)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MauriceElliott/Swell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write swell-entitlement.plist
[1/6] Write sources
[2/6] Write swift-version-49B95AFC49DCD68C.txt
[4/30] Emitting module Swell
[5/32] Compiling Swell HandleArrowKey.swift
[6/32] Compiling Swell HandleBackspace.swift
[7/32] Compiling Swell HandleDefault.swift
[8/32] Compiling Swell Evaluator.swift
[9/32] Compiling Swell SessionState.swift
[10/32] Compiling Swell getAlias.swift
[11/32] Compiling Swell HandleEnter.swift
[12/32] Compiling Swell HandleTab.swift
[13/32] Compiling Swell AliasCommand.swift
[14/32] Compiling Swell BuiltInCommand.swift
[15/32] Compiling Swell BuiltInRegistry.swift
[16/32] Compiling Swell Parser.swift
[17/32] Compiling Swell main.swift
[18/32] Compiling Swell getPrompt.swift
[19/32] Compiling Swell FlushWrapper.swift
[20/32] Compiling Swell HandlerRegistry.swift
[21/32] Compiling Swell Command.swift
[22/32] Compiling Swell PromptState.swift
[23/32] Compiling Swell ProcessSpawner.swift
[24/32] Compiling Swell PromptHandler.swift
[25/32] Compiling Swell ReadRawInput.swift
[26/32] Compiling Swell ASTNode.swift
[27/32] Compiling Swell CdCommand.swift
[28/32] Compiling Swell ExitCommand.swift
[29/32] Compiling Swell ConfigManager.swift
[29/32] Write Objects.LinkFileList
[30/32] Linking swell
[31/32] Applying swell
Build complete! (4.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swell",
  "name" : "Swell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swell",
      "targets" : [
        "Swell"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Swell",
      "module_type" : "SwiftTarget",
      "name" : "Swell",
      "path" : "Sources",
      "product_memberships" : [
        "swell"
      ],
      "sources" : [
        "BuiltIns/AliasCommand.swift",
        "BuiltIns/BuiltInCommand.swift",
        "BuiltIns/BuiltInRegistry.swift",
        "BuiltIns/CdCommand.swift",
        "BuiltIns/ExitCommand.swift",
        "Config/ConfigManager.swift",
        "Core/Evaluator.swift",
        "Core/SessionState.swift",
        "Core/getAlias.swift",
        "Core/getPrompt.swift",
        "IO/FlushWrapper.swift",
        "IO/HandlerRegistry.swift",
        "IO/Handlers/HandleArrowKey.swift",
        "IO/Handlers/HandleBackspace.swift",
        "IO/Handlers/HandleDefault.swift",
        "IO/Handlers/HandleEnter.swift",
        "IO/Handlers/HandleTab.swift",
        "IO/ProcessSpawner.swift",
        "IO/PromptHandler.swift",
        "IO/ReadRawInput.swift",
        "Models/ASTNode.swift",
        "Models/Command.swift",
        "Models/PromptState.swift",
        "Parser/Parser.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
Done.