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 main (9f28e2), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 13:13:14 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oleksiikolomiietssnapp/CounterPicker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f28e2f Simplify license section to just MIT License link
Cloned https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Revision (git rev-parse @):
9f28e2fa4c9533f6f8a71255bf82993390cf29f4
SUCCESS checkout https://github.com/oleksiikolomiietssnapp/CounterPicker.git at main
========================================
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.12s)
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.