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.1 for macOS (SPM) on 2 Dec 2025 13:13:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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.1
Building package at path:  $PWD
https://github.com/oleksiikolomiietssnapp/CounterPicker.git
https://github.com/oleksiikolomiietssnapp/CounterPicker.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling CounterPicker DigitPickerView.swift
[4/9] Compiling CounterPicker SeparatorView.swift
[5/9] Compiling CounterPicker Double+Extensions.swift
[6/9] Compiling CounterPicker Counter.swift
[7/9] Compiling CounterPicker CounterView.swift
[8/9] Emitting module CounterPicker
[9/9] Compiling CounterPicker DigitSection.swift
Build complete! (8.66s)
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.