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 Clack, reference main (fcd94b), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:27:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/polpielladev/clack-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.txt
[6/13] Compiling ANSITerminal ansiAttribute.swift
[7/13] Compiling ANSITerminal ansiKeyboard.swift
[8/13] Compiling ANSITerminal ansiScreen.swift
[9/13] Compiling ANSITerminal ANSITerminal.swift
[10/13] Emitting module ANSITerminal
[11/23] Compiling Clack ANSIChar.swift
[12/23] Compiling Clack Picker.swift
[13/23] Compiling Clack Option.swift
[14/23] Compiling Clack OptionState.swift
[15/23] Compiling Clack Outro.swift
[16/23] Compiling Clack Text.swift
[17/23] Compiling Clack Intro.swift
[18/23] Compiling Clack Clack.swift
[19/23] Emitting module Clack
[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! (7.03s)
Fetching https://github.com/pakLebah/ANSITerminal.git
[1/94] Fetching ansiterminal
Fetched https://github.com/pakLebah/ANSITerminal.git from cache (0.80s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (1.41s)
Creating working copy for https://github.com/pakLebah/ANSITerminal.git
Working copy of https://github.com/pakLebah/ANSITerminal.git resolved at 0.0.3
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.