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 GrowingUtils, reference master (1a5bb7), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 18:45:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growingio/growingio-sdk-ios-utilities.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/growingio/growingio-sdk-ios-utilities
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1a5bb72 fix: compatible for general implementations that avoid doesNotRecognizeSelector crash (#5)
Cloned https://github.com/growingio/growingio-sdk-ios-utilities.git
Revision (git rev-parse @):
1a5bb72dce9061ddfe7c9b89471cb7560de89606
SUCCESS checkout https://github.com/growingio/growingio-sdk-ios-utilities.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/growingio/growingio-sdk-ios-utilities.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/11] Copying PrivacyInfo.xcprivacy
[1/11] Compiling GrowingUtilsTrackerCore_Wrapper dummy.m
[2/11] Compiling GrowingUtilsAutotrackerCore_Wrapper dummy.m
[3/11] Compiling GrowingULSwizzle.m
[4/11] Compiling GrowingULTimeUtil.m
[5/11] Compiling GrowingUtilsTrackerCore resource_bundle_accessor.m
[6/11] Compiling GrowingULSwizzler.m
[7/11] Compiling UIViewController+GrowingUtilsTrackerCore.m
[8/11] Compiling UIApplication+GrowingUtilsTrackerCore.m
[9/11] Compiling GrowingULApplication.m
[10/11] Compiling GrowingULAppLifecycle.m
Build complete! (4.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GrowingUtils",
  "name" : "GrowingUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GrowingUtilsTrackerCore",
      "targets" : [
        "GrowingUtilsTrackerCore_Wrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingUtilsAutotrackerCore",
      "targets" : [
        "GrowingUtilsAutotrackerCore_Wrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GrowingUtilsTrackerCore_Wrapper",
      "module_type" : "ClangTarget",
      "name" : "GrowingUtilsTrackerCore_Wrapper",
      "path" : "SwiftPM-Wrap/TrackerCore-Wrapper",
      "product_memberships" : [
        "GrowingUtilsTrackerCore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GrowingUtilsTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingUtilsTrackerCore",
      "module_type" : "ClangTarget",
      "name" : "GrowingUtilsTrackerCore",
      "path" : "Sources/TrackerCore",
      "product_memberships" : [
        "GrowingUtilsTrackerCore",
        "GrowingUtilsAutotrackerCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TrackerCore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Category/UIApplication+GrowingUtilsTrackerCore.m",
        "Category/UIViewController+GrowingUtilsTrackerCore.m",
        "Extension/GrowingULApplication.m",
        "Lifecycle/GrowingULAppLifecycle.m",
        "Swizzle/GrowingULSwizzle.m",
        "Swizzle/GrowingULSwizzler.m",
        "TimeUtil/GrowingULTimeUtil.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingUtilsAutotrackerCore_Wrapper",
      "module_type" : "ClangTarget",
      "name" : "GrowingUtilsAutotrackerCore_Wrapper",
      "path" : "SwiftPM-Wrap/AutotrackerCore-Wrapper",
      "product_memberships" : [
        "GrowingUtilsAutotrackerCore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GrowingUtilsAutotrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingUtilsAutotrackerCore",
      "module_type" : "ClangTarget",
      "name" : "GrowingUtilsAutotrackerCore",
      "path" : "Sources/AutotrackerCore",
      "product_memberships" : [
        "GrowingUtilsAutotrackerCore"
      ],
      "sources" : [
        "Lifecycle/GrowingULViewControllerLifecycle.m"
      ],
      "target_dependencies" : [
        "GrowingUtilsTrackerCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.