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 GBig, reference 1.0.0 (eb3c5c), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 09:28:52 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/rockfordwei/gbig.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rockfordwei/gbig
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at eb3c5c7 Init
Cloned https://github.com/rockfordwei/gbig.git
Revision (git rev-parse @):
eb3c5c7d73ebde6133642cf5934b5c001bad0597
SUCCESS checkout https://github.com/rockfordwei/gbig.git at 1.0.0
========================================
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": "gbig",
      "name": "GBig",
      "url": "https://github.com/rockfordwei/gbig.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gbig",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rockfordwei/gbig.git
[3/12] Fetching gbig
Fetched https://github.com/rockfordwei/gbig.git from cache (0.69s)
Creating working copy for https://github.com/rockfordwei/gbig.git
Working copy of https://github.com/rockfordwei/gbig.git resolved at 1.0.0 (eb3c5c7)
warning: '.resolve-product-dependencies': dependency 'gbig' 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/rockfordwei/gbig.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/4] Emitting module GBig
/Users/admin/builder/spi-builder-workspace/Sources/GBig/GBig.swift:29:3: warning: 'public' modifier is redundant for property declared in a public extension
27 |
28 | public extension String {
29 |   public var big5: String {
   |   `- warning: 'public' modifier is redundant for property declared in a public extension
30 |     return GBig.traditionalize(self)
31 |   }
/Users/admin/builder/spi-builder-workspace/Sources/GBig/GBig.swift:32:3: warning: 'public' modifier is redundant for property declared in a public extension
30 |     return GBig.traditionalize(self)
31 |   }
32 |   public var gb: String {
   |   `- warning: 'public' modifier is redundant for property declared in a public extension
33 |     return GBig.simplify(self)
34 |   }
[4/4] Compiling GBig GBig.swift
/Users/admin/builder/spi-builder-workspace/Sources/GBig/GBig.swift:29:3: warning: 'public' modifier is redundant for property declared in a public extension
27 |
28 | public extension String {
29 |   public var big5: String {
   |   `- warning: 'public' modifier is redundant for property declared in a public extension
30 |     return GBig.traditionalize(self)
31 |   }
/Users/admin/builder/spi-builder-workspace/Sources/GBig/GBig.swift:32:3: warning: 'public' modifier is redundant for property declared in a public extension
30 |     return GBig.traditionalize(self)
31 |   }
32 |   public var gb: String {
   |   `- warning: 'public' modifier is redundant for property declared in a public extension
33 |     return GBig.simplify(self)
34 |   }
Build complete! (5.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GBig",
  "name" : "GBig",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GBig",
      "targets" : [
        "GBig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GBigTests",
      "module_type" : "SwiftTarget",
      "name" : "GBigTests",
      "path" : "Tests/GBigTests",
      "sources" : [
        "GBigTests.swift"
      ],
      "target_dependencies" : [
        "GBig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GBig",
      "module_type" : "SwiftTarget",
      "name" : "GBig",
      "path" : "Sources/GBig",
      "product_memberships" : [
        "GBig"
      ],
      "sources" : [
        "GBig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.