The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MTAnalytics, reference main (1eba84), with Swift 6.0 for iOS using Xcode 16.2 on 31 Mar 2026 21:18:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MTAnalytics -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MTSWebServices/mts-analytics-ios-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MTSWebServices/mts-analytics-ios-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1eba84a Release version 6.4.0
Cloned https://github.com/MTSWebServices/mts-analytics-ios-sdk.git
Revision (git rev-parse @):
1eba84acb88c8bcafb4f2df042a6c412a2e24909
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MTSWebServices/mts-analytics-ios-sdk.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MTSWebServices/mts-analytics-ios-sdk.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/groue/GRDB.swift
Fetching from https://github.com/microsoft/plcrashreporter.git
Fetching from https://github.com/apple/swift-protobuf.git
Creating working copy of package ‘plcrashreporter’
Checking out 1.12.2 of package ‘plcrashreporter’
Creating working copy of package ‘GRDB.swift’
Checking out 6.29.3 of package ‘GRDB.swift’
Creating working copy of package ‘swift-protobuf’
Checking out 1.36.1 of package ‘swift-protobuf’
dependency 'plcrashreporter' is not used by any targetdependency 'grdb.swift' is not used by any targetResolve Package Graph
dependency 'plcrashreporter' is not used by any targetdependency 'grdb.swift' is not used by any target
Resolved source packages:
  GRDB: https://github.com/groue/GRDB.swift @ 6.29.3
  MTAnalytics: /Users/admin/builder/spi-builder-workspace
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
  PLCrashReporter: https://github.com/microsoft/plcrashreporter.git @ 1.12.2
resolved source packages: GRDB, MTAnalytics, SwiftProtobuf, PLCrashReporter
{
  "dependencies" : [
    {
      "identity" : "plcrashreporter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/plcrashreporter.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grdb.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.29.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/GRDB.swift"
    }
  ],
  "manifest_display_name" : "MTAnalytics",
  "name" : "MTAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MTAnalytics",
      "targets" : [
        "MTAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MTAnalytics",
      "module_type" : "BinaryTarget",
      "name" : "MTAnalytics",
      "path" : "remote/archive/MTAnalytics-6.4.0.zip",
      "product_memberships" : [
        "MTAnalytics"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GRDB-Package",
      "MTAnalytics"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GRDB-Package",
      "MTAnalytics"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MTAnalytics -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MTAnalytics -destination generic/platform=iOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
dependency 'plcrashreporter' is not used by any targetdependency 'grdb.swift' is not used by any target
Resolve Package Graph
dependency 'plcrashreporter' is not used by any targetdependency 'grdb.swift' is not used by any target
Resolved source packages:
  PLCrashReporter: https://github.com/microsoft/plcrashreporter.git @ 1.12.2
  MTAnalytics: /Users/admin/builder/spi-builder-workspace
  GRDB: https://github.com/groue/GRDB.swift @ 6.29.3
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'MTAnalytics' in project 'MTAnalytics' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
Build description signature: caf692ead7ca6951b125f37834376d7f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/caf692ead7ca6951b125f37834376d7f.xcbuilddata
ProcessXCFramework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MTAnalytics/MTAnalytics.xcframework /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MTAnalytics.framework ios
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-process-xcframework --xcframework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MTAnalytics/MTAnalytics.xcframework --platform ios --target-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MTAnalytics/MTAnalytics.xcframework:1:1: note: The identity of “MTAnalytics.xcframework” is not recorded in your project.
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "plcrashreporter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/plcrashreporter.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grdb.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.29.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/GRDB.swift"
    }
  ],
  "manifest_display_name" : "MTAnalytics",
  "name" : "MTAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MTAnalytics",
      "targets" : [
        "MTAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MTAnalytics",
      "module_type" : "BinaryTarget",
      "name" : "MTAnalytics",
      "path" : "remote/archive/MTAnalytics-6.4.0.zip",
      "product_memberships" : [
        "MTAnalytics"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.8"
}
Done.