The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Clack, reference main (fcd94b), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 08:43:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
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
[2/95] Fetching ansiterminal
Fetched https://github.com/pakLebah/ANSITerminal.git from cache (0.95s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (0.55s)
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",
  "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",
      "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",
          "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.70s)
Fetching https://github.com/pakLebah/ANSITerminal.git from cache
Fetched https://github.com/pakLebah/ANSITerminal.git from cache (0.43s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (0.02s)
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)
Creating working copy for https://github.com/pakLebah/ANSITerminal.git
Working copy of https://github.com/pakLebah/ANSITerminal.git resolved at 0.0.3
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.0
Building package at path:  $PWD
https://github.com/polpielladev/clack-swift.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[2/8] Write ClackExample-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/13] Compiling ANSITerminal ansiScreen.swift
[7/13] Compiling ANSITerminal ansiAttribute.swift
[8/13] Compiling ANSITerminal ANSITerminal.swift
[9/13] Emitting module ANSITerminal
[10/13] Compiling ANSITerminal ansiKeyboard.swift
[11/23] Compiling Clack ANSIChar.swift
[12/23] Compiling Clack OptionState.swift
[13/23] Compiling Clack Text.swift
[14/23] Compiling Clack Picker.swift
[15/23] Compiling Clack Intro.swift
[16/23] Compiling Clack Option.swift
[17/23] Compiling Clack Outro.swift
[18/23] Compiling Clack Clack.swift
[19/23] Emitting module Clack
[20/23] Compiling Clack HeadlessUserInput.swift
[21/25] Emitting module ClackExample
[22/25] Compiling ClackExample main.swift
[22/25] Write Objects.LinkFileList
[23/25] Linking ClackExample
[24/25] Applying ClackExample
Build complete! (7.95s)
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.