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 CounterPicker, reference 1.0.0 (e55773), with Swift 6.0 for macOS (SPM) on 2 Dec 2025 13:13:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/oleksiikolomiietssnapp/CounterPicker.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oleksiikolomiietssnapp/CounterPicker
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e55773b add license
Cloned https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Revision (git rev-parse @):
e55773b6eb85bd45050d734f0795829393163788
SUCCESS checkout https://github.com/oleksiikolomiietssnapp/CounterPicker.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling CounterPicker DigitPickerView.swift
[4/9] Compiling CounterPicker Double+Extensions.swift
[5/9] Compiling CounterPicker DigitSection.swift
[6/9] Compiling CounterPicker SeparatorView.swift
[7/9] Emitting module CounterPicker
[8/9] Compiling CounterPicker Counter.swift
[9/9] Compiling CounterPicker CounterView.swift
Build complete! (8.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CounterPicker",
  "name" : "CounterPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "CounterPicker",
      "targets" : [
        "CounterPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CounterPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "CounterPickerTests",
      "path" : "Tests",
      "sources" : [
        "CounterTests.swift",
        "DigitSectionTests.swift",
        "ExtensionTests/DigitsTests.swift",
        "ExtensionTests/DoubleExtensionsIntegrationTests.swift",
        "ExtensionTests/FractionsTests.swift",
        "ExtensionTests/RoundedTo3DigitsTests.swift"
      ],
      "target_dependencies" : [
        "CounterPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CounterPicker",
      "module_type" : "SwiftTarget",
      "name" : "CounterPicker",
      "path" : "Sources",
      "product_memberships" : [
        "CounterPicker"
      ],
      "sources" : [
        "CounterView.swift",
        "Models/Counter.swift",
        "Models/DigitSection.swift",
        "Utils/Double+Extensions.swift",
        "Views/DigitPickerView.swift",
        "Views/SeparatorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.