The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GrowingUtils, reference 1.2.4 (1a5bb7), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:05:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growingio/growingio-sdk-ios-utilities.git
Reference: 1.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/growingio/growingio-sdk-ios-utilities
 * tag               1.2.4      -> FETCH_HEAD
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 1.2.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/growingio/growingio-sdk-ios-utilities.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Copying PrivacyInfo.xcprivacy
[1/11] Compiling GrowingUtilsAutotrackerCore_Wrapper dummy.m
[1/11] Compiling GrowingUtilsTrackerCore_Wrapper dummy.m
[3/11] Compiling GrowingULSwizzle.m
[4/11] Compiling GrowingUtilsTrackerCore resource_bundle_accessor.m
[5/11] Compiling GrowingULTimeUtil.m
[6/11] Compiling GrowingULSwizzler.m
[7/11] Compiling GrowingULApplication.m
[8/11] Compiling GrowingULAppLifecycle.m
[9/11] Compiling UIApplication+GrowingUtilsTrackerCore.m
[10/11] Compiling UIViewController+GrowingUtilsTrackerCore.m
Build complete! (3.58s)
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.