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 QuickConstraint, reference develop (14a36d), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 15:41: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/nakkht/quick-constraint.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nakkht/quick-constraint
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 14a36dc Removed tvOS platform on latest builds on iOS 16
Cloned https://github.com/nakkht/quick-constraint.git
Revision (git rev-parse @):
14a36dcb494bec6625327c753c47c0e5e174617e
SUCCESS checkout https://github.com/nakkht/quick-constraint.git at develop
========================================
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": "quick-constraint",
      "name": "QuickConstraint",
      "url": "https://github.com/nakkht/quick-constraint.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/quick-constraint",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nakkht/quick-constraint.git
[12/1101] Fetching quick-constraint
Fetched https://github.com/nakkht/quick-constraint.git from cache (1.10s)
Creating working copy for https://github.com/nakkht/quick-constraint.git
Working copy of https://github.com/nakkht/quick-constraint.git resolved at develop (14a36dc)
warning: '.resolve-product-dependencies': dependency 'quick-constraint' 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/nakkht/quick-constraint.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/12] Compiling QuickConstraint StackView.swift
[4/12] Compiling QuickConstraint Typealias.swift
[5/12] Compiling QuickConstraint Dimension.swift
[6/12] Compiling QuickConstraint UICollectionView.swift
[7/12] Compiling QuickConstraint UICollectionReusableView.swift
[8/12] Compiling QuickConstraint Axis.swift
[9/12] Emitting module QuickConstraint
[10/12] Compiling QuickConstraint Anchor.swift
[11/12] Compiling QuickConstraint LayoutConstraint.swift
[12/12] Compiling QuickConstraint View+AutoLayout.swift
Build complete! (14.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "QuickConstraint",
  "name" : "QuickConstraint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "QuickConstraint",
      "targets" : [
        "QuickConstraint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "QuickConstraint",
      "module_type" : "SwiftTarget",
      "name" : "QuickConstraint",
      "path" : "Sources/QuickConstraint",
      "product_memberships" : [
        "QuickConstraint"
      ],
      "sources" : [
        "Anchor.swift",
        "Axis.swift",
        "CollectionView/UICollectionReusableView.swift",
        "CollectionView/UICollectionView.swift",
        "Dimension.swift",
        "LayoutConstraint.swift",
        "StackView/StackView.swift",
        "Typealias.swift",
        "View+AutoLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.