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 Design, reference main (0406c4), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 01:05:12 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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dl-alexandre/Design.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dl-alexandre/Design
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0406c41 AddIndex Optional Plurality
Cloned https://github.com/dl-alexandre/Design.git
Revision (git rev-parse @):
0406c414f1e50d99981baac755eadd3e1c38391e
SUCCESS checkout https://github.com/dl-alexandre/Design.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": "design",
      "name": "Design",
      "url": "https://github.com/dl-alexandre/Design.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Design",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dl-alexandre/Design.git
[1/164] Fetching design
Fetched https://github.com/dl-alexandre/Design.git from cache (0.67s)
Creating working copy for https://github.com/dl-alexandre/Design.git
Working copy of https://github.com/dl-alexandre/Design.git resolved at main (0406c41)
warning: '.resolve-product-dependencies': dependency 'design' 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/dl-alexandre/Design.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Design",
  "name" : "Design",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Design",
      "targets" : [
        "Design"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DesignTests",
      "module_type" : "SwiftTarget",
      "name" : "DesignTests",
      "path" : "Tests/DesignTests",
      "sources" : [
        "IndexTests.swift"
      ],
      "target_dependencies" : [
        "Design"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Design",
      "module_type" : "SwiftTarget",
      "name" : "Design",
      "path" : "Sources/Design",
      "product_memberships" : [
        "Design"
      ],
      "sources" : [
        "AboutView.swift",
        "AppDelegate.swift",
        "BundleID.swift",
        "Extension+Color.swift",
        "Extension+NSApplication.swift",
        "Extension+View.swift",
        "GrayRectangle.swift",
        "Notification+Copy.swift",
        "Spotlight/AddIndex.swift",
        "Spotlight/RemoveIndex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling Design Extension+View.swift
[4/13] Compiling Design AddIndex.swift
[5/13] Compiling Design Extension+NSApplication.swift
[6/13] Compiling Design Notification+Copy.swift
[7/13] Compiling Design GrayRectangle.swift
[8/13] Compiling Design Extension+Color.swift
[9/13] Compiling Design BundleID.swift
[10/13] Emitting module Design
[11/13] Compiling Design AppDelegate.swift
[12/13] Compiling Design AboutView.swift
[13/13] Compiling Design RemoveIndex.swift
Build complete! (25.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Design",
  "name" : "Design",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Design",
      "targets" : [
        "Design"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DesignTests",
      "module_type" : "SwiftTarget",
      "name" : "DesignTests",
      "path" : "Tests/DesignTests",
      "sources" : [
        "IndexTests.swift"
      ],
      "target_dependencies" : [
        "Design"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Design",
      "module_type" : "SwiftTarget",
      "name" : "Design",
      "path" : "Sources/Design",
      "product_memberships" : [
        "Design"
      ],
      "sources" : [
        "AboutView.swift",
        "AppDelegate.swift",
        "BundleID.swift",
        "Extension+Color.swift",
        "Extension+NSApplication.swift",
        "Extension+View.swift",
        "GrayRectangle.swift",
        "Notification+Copy.swift",
        "Spotlight/AddIndex.swift",
        "Spotlight/RemoveIndex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.