The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swell, reference main (458492), with Swift 6.2 for macOS (SPM) on 6 Mar 2026 18:53:30 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 458492b fixed some build warns
Cloned https://github.com/MauriceElliott/Swell.git
Revision (git rev-parse @):
458492bef2120861d355af678e851200ef8bd78c
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/735] Fetching swell
Fetched https://github.com/MauriceElliott/Swell.git from cache (0.73s)
Creating working copy for https://github.com/MauriceElliott/Swell.git
Working copy of https://github.com/MauriceElliott/Swell.git resolved at main (458492b)
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 sources
[1/6] Write swell-entitlement.plist
[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 Parser.swift
[9/32] Compiling Swell main.swift
[10/32] Compiling Swell ProcessSpawner.swift
[11/32] Compiling Swell PromptHandler.swift
[12/32] Compiling Swell AliasCommand.swift
[13/32] Compiling Swell BuiltInCommand.swift
[14/32] Compiling Swell BuiltInRegistry.swift
[15/32] Compiling Swell HandleEnter.swift
[16/32] Compiling Swell HandleTab.swift
[17/32] Compiling Swell getPrompt.swift
[18/32] Compiling Swell FlushWrapper.swift
[19/32] Compiling Swell HandlerRegistry.swift
[20/32] Compiling Swell Command.swift
[21/32] Compiling Swell PromptState.swift
[22/32] Compiling Swell Evaluator.swift
[23/32] Compiling Swell SessionState.swift
[24/32] Compiling Swell getAlias.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.93s)
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.