This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SwiftNumberPad with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openalloc/SwiftNumberPad.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftNumberPad
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4bc141a formatting
Cloned https://github.com/openalloc/SwiftNumberPad.git
Revision (git rev-parse @):
4bc141a30dfb60e49452b731260127d577f60bf4
SUCCESS checkout https://github.com/openalloc/SwiftNumberPad.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/openalloc/SwiftNumberPad.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying README.md
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/12] Compiling NumberPad NPDecimalConfig.swift
[5/12] Compiling NumberPad NumberPadExample.swift
[6/12] Compiling NumberPad NumberPadEnum.swift
[7/12] Compiling NumberPad NumberPad.swift
[8/12] Compiling NumberPad NPIntegerConfig.swift
[9/12] Compiling NumberPad NPBaseConfig.swift
[10/12] Compiling NumberPad NPFloatConfig.swift
[11/12] Compiling NumberPad resource_bundle_accessor.swift
[12/12] Emitting module NumberPad
Build complete! (32.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftNumberPad",
  "name" : "SwiftNumberPad",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NumberPad",
      "targets" : [
        "NumberPad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NumberPadTests",
      "module_type" : "SwiftTarget",
      "name" : "NumberPadTests",
      "path" : "Tests",
      "sources" : [
        "DecimalTests.swift",
        "FloatTests.swift",
        "IntegerTests.swift"
      ],
      "target_dependencies" : [
        "NumberPad"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NumberPad",
      "module_type" : "SwiftTarget",
      "name" : "NumberPad",
      "path" : "Sources",
      "product_memberships" : [
        "NumberPad"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/README.md",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NPBaseConfig.swift",
        "NPDecimalConfig.swift",
        "NPFloatConfig.swift",
        "NPIntegerConfig.swift",
        "NumberPad.swift",
        "NumberPadEnum.swift",
        "NumberPadExample.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.