The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Clack, reference main (fcd94b), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:11:55 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/polpielladev/clack-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/polpielladev/clack-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fcd94bb Adds `select` component
Cloned https://github.com/polpielladev/clack-swift.git
Revision (git rev-parse @):
fcd94bbdec8e840dd04c1b2fa74c16d803dfeebb
SUCCESS checkout https://github.com/polpielladev/clack-swift.git at main
Fetching https://github.com/pakLebah/ANSITerminal.git
[1/94] Fetching ansiterminal
Fetched https://github.com/pakLebah/ANSITerminal.git from cache (0.83s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (1.56s)
Creating working copy for https://github.com/pakLebah/ANSITerminal.git
Working copy of https://github.com/pakLebah/ANSITerminal.git resolved at 0.0.3
========================================
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": "clack-swift",
      "name": "Clack",
      "url": "https://github.com/polpielladev/clack-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/clack-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "ansiterminal",
          "name": "ANSITerminal",
          "url": "https://github.com/pakLebah/ANSITerminal.git",
          "version": "0.0.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ANSITerminal",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/polpielladev/clack-swift.git
[1/94] Fetching clack-swift
Fetched https://github.com/polpielladev/clack-swift.git from cache (0.68s)
Fetching https://github.com/pakLebah/ANSITerminal.git from cache
Fetched https://github.com/pakLebah/ANSITerminal.git from cache (0.42s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (0.49s)
Creating working copy for https://github.com/pakLebah/ANSITerminal.git
Working copy of https://github.com/pakLebah/ANSITerminal.git resolved at 0.0.3
Creating working copy for https://github.com/polpielladev/clack-swift.git
Working copy of https://github.com/polpielladev/clack-swift.git resolved at main (fcd94bb)
warning: '.resolve-product-dependencies': dependency 'clack-swift' is not used by any target
Found 1 product dependencies
  - ANSITerminal
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/polpielladev/clack-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write ClackExample-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/13] Compiling ANSITerminal ansiAttribute.swift
[7/13] Compiling ANSITerminal ANSITerminal.swift
[8/13] Compiling ANSITerminal ansiScreen.swift
[9/13] Compiling ANSITerminal ansiKeyboard.swift
[10/13] Emitting module ANSITerminal
[11/23] Compiling Clack ANSIChar.swift
[12/23] Compiling Clack Text.swift
[13/23] Compiling Clack OptionState.swift
[14/23] Compiling Clack Picker.swift
[15/23] Compiling Clack Intro.swift
[16/23] Compiling Clack Clack.swift
[17/23] Compiling Clack Option.swift
[18/23] Emitting module Clack
[19/23] Compiling Clack Outro.swift
[20/23] Compiling Clack HeadlessUserInput.swift
[21/25] Compiling ClackExample main.swift
[22/25] Emitting module ClackExample
[22/25] Write Objects.LinkFileList
[23/25] Linking ClackExample
[24/25] Applying ClackExample
Build complete! (5.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ansiterminal",
      "requirement" : {
        "exact" : [
          "0.0.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pakLebah/ANSITerminal.git"
    }
  ],
  "manifest_display_name" : "Clack",
  "name" : "Clack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Clack",
      "targets" : [
        "Clack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ClackExample",
      "targets" : [
        "ClackExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClackTests",
      "module_type" : "SwiftTarget",
      "name" : "ClackTests",
      "path" : "Tests/ClackTests",
      "sources" : [
        "ClackTests.swift"
      ],
      "target_dependencies" : [
        "Clack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClackExample",
      "module_type" : "SwiftTarget",
      "name" : "ClackExample",
      "path" : "Sources/ClackExample",
      "product_memberships" : [
        "ClackExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Clack"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Clack",
      "module_type" : "SwiftTarget",
      "name" : "Clack",
      "path" : "Sources/Clack",
      "product_dependencies" : [
        "ANSITerminal"
      ],
      "product_memberships" : [
        "Clack",
        "ClackExample"
      ],
      "sources" : [
        "Clack.swift",
        "Components/Intro/Intro.swift",
        "Components/Outro/Outro.swift",
        "Components/Picker/Option.swift",
        "Components/Picker/OptionState.swift",
        "Components/Picker/Picker.swift",
        "Components/Text/HeadlessUserInput.swift",
        "Components/Text/Text.swift",
        "Constants/ANSIChar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.