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 ColorPopoverWell, reference main (0c6fdb), with Swift 6.0 for macOS (SPM) on 9 Nov 2024 06:08:24 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.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KarlKraft/ColorPopoverWell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KarlKraft/ColorPopoverWell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c6fdb4 chore: update pre-commit hooks (#27)
Cloned https://github.com/KarlKraft/ColorPopoverWell.git
Revision (git rev-parse @):
0c6fdb4fb05e010b309da62c9e9bb6fd23c005a4
SUCCESS checkout https://github.com/KarlKraft/ColorPopoverWell.git at main
========================================
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": "colorpopoverwell",
      "name": "ColorPopoverWell",
      "url": "https://github.com/KarlKraft/ColorPopoverWell.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorPopoverWell",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/KarlKraft/ColorPopoverWell.git
[1/408] Fetching colorpopoverwell
Fetched https://github.com/KarlKraft/ColorPopoverWell.git from cache (1.13s)
Creating working copy for https://github.com/KarlKraft/ColorPopoverWell.git
Working copy of https://github.com/KarlKraft/ColorPopoverWell.git resolved at main (0c6fdb4)
warning: '.resolve-product-dependencies': dependency 'colorpopoverwell' 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/KarlKraft/ColorPopoverWell.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/3] Write sources
[1/3] Copying ColorPopoverWell.xib
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/9] Compiling ColorPopoverWell resource_bundle_accessor.swift
[5/9] Compiling ColorPopoverWell PaintCode.swift
[6/9] Compiling ColorPopoverWell ColorPopoverGradientSwatch.swift
[7/9] Compiling ColorPopoverWell ColorPopoverSwatch.swift
[8/9] Emitting module ColorPopoverWell
[9/9] Compiling ColorPopoverWell ColorPopoverWell.swift
Build complete! (9.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorPopoverWell",
  "name" : "ColorPopoverWell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ColorPopoverWell",
      "targets" : [
        "ColorPopoverWell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorPopoverWellTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorPopoverWellTests",
      "path" : "Tests/ColorPopoverWellTests",
      "sources" : [
        "ColorPopoverWellTests.swift"
      ],
      "target_dependencies" : [
        "ColorPopoverWell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorPopoverWell",
      "module_type" : "SwiftTarget",
      "name" : "ColorPopoverWell",
      "path" : "Sources/ColorPopoverWell",
      "product_memberships" : [
        "ColorPopoverWell"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ColorPopoverWell/Resources/ColorPopoverWell.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ColorPopoverWell.swift",
        "Internal/ColorPopoverGradientSwatch.swift",
        "Internal/ColorPopoverSwatch.swift",
        "Internal/PaintCode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.