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 SwiftUI Apple Watch Decimal Pad, reference 1.0.4 (9053d7), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 10:01:06 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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at 9053d7c Merge pull request #7 from andylin2004/main
Cloned https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
Revision (git rev-parse @):
9053d7c278be988e51ec4fbcfd4aa32cc24bf309
SUCCESS checkout https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git at 1.0.4
========================================
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": "swiftui-apple-watch-decimal-pad",
      "name": "SwiftUI Apple Watch Decimal Pad",
      "url": "https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUI-Apple-Watch-Decimal-Pad",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
[5/448] Fetching swiftui-apple-watch-decimal-pad
Fetched https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git from cache (1.24s)
Creating working copy for https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
Working copy of https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git resolved at 1.0.4 (9053d7c)
warning: '.resolve-product-dependencies': dependency 'swiftui-apple-watch-decimal-pad' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/5] Compiling SwiftUI_Apple_Watch_Decimal_Pad DigetPadView.swift
[4/5] Compiling SwiftUI_Apple_Watch_Decimal_Pad Modifiers.swift
[5/5] Emitting module SwiftUI_Apple_Watch_Decimal_Pad
Build complete! (10.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUI Apple Watch Decimal Pad",
  "name" : "SwiftUI Apple Watch Decimal Pad",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUI Apple Watch Decimal Pad",
      "targets" : [
        "SwiftUI Apple Watch Decimal Pad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftUI_Apple_Watch_Decimal_Pad",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUI Apple Watch Decimal Pad",
      "path" : "Sources/SwiftUI Apple Watch Decimal Pad",
      "product_memberships" : [
        "SwiftUI Apple Watch Decimal Pad"
      ],
      "sources" : [
        "DigetPadView.swift",
        "Modifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.