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 MapboxMobileEvents, reference main (990bab), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 10:18:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/mapbox-events-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mapbox/mapbox-events-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 990bab7 Update Package.swift (#362)
Cloned https://github.com/mapbox/mapbox-events-ios.git
Revision (git rev-parse @):
990bab73cf50242a05f29b6a9cfeb30592150c13
SUCCESS checkout https://github.com/mapbox/mapbox-events-ios.git at main
warning: 'spi-builder-workspace': "Mapbox token wasn\'t founded in ~/.netrc. Fix this issue to integrate Mapbox SDK. Otherwise, you will see \'invalid status code 401\' or \'no XCFramework found. To clean issue in Xcode, remove ~/Library/Developer/Xcode/DerivedData folder"
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-events-ios/releases/ios/packages/2.0.0/MapboxMobileEvents.zip
[2599/2599] Downloading https://api.mapbox.com/downloads/v2/mapbox-events-ios/releases/ios/packages/2.0.0/MapboxMobileEvents.zip
Downloaded https://api.mapbox.com/downloads/v2/mapbox-events-ios/releases/ios/packages/2.0.0/MapboxMobileEvents.zip (1.54s)
========================================
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": "mapbox-events-ios",
      "name": "MapboxMobileEvents",
      "url": "https://github.com/mapbox/mapbox-events-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mapbox-events-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mapbox/mapbox-events-ios.git
[1/9270] Fetching mapbox-events-ios
Fetched https://github.com/mapbox/mapbox-events-ios.git from cache (3.73s)
warning: 'mapbox-events-ios': "Mapbox token wasn\'t founded in ~/.netrc. Fix this issue to integrate Mapbox SDK. Otherwise, you will see \'invalid status code 401\' or \'no XCFramework found. To clean issue in Xcode, remove ~/Library/Developer/Xcode/DerivedData folder"
Creating working copy for https://github.com/mapbox/mapbox-events-ios.git
Working copy of https://github.com/mapbox/mapbox-events-ios.git resolved at main (990bab7)
warning: 'mapbox-events-ios': "Mapbox token wasn\'t founded in ~/.netrc. Fix this issue to integrate Mapbox SDK. Otherwise, you will see \'invalid status code 401\' or \'no XCFramework found. To clean issue in Xcode, remove ~/Library/Developer/Xcode/DerivedData folder"
Fetching binary artifact https://api.mapbox.com/downloads/v2/mapbox-events-ios/releases/ios/packages/2.0.0/MapboxMobileEvents.zip from cache
Fetched https://api.mapbox.com/downloads/v2/mapbox-events-ios/releases/ios/packages/2.0.0/MapboxMobileEvents.zip from cache (0.28s)
warning: '.resolve-product-dependencies': dependency 'mapbox-events-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mapbox/mapbox-events-ios.git
https://github.com/mapbox/mapbox-events-ios.git
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "MapboxMobileEvents",
  "name" : "MapboxMobileEvents",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "MapboxMobileEvents",
      "targets" : [
        "MapboxMobileEvents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxMobileEventsTests",
      "module_type" : "ClangTarget",
      "name" : "MapboxMobileEventsTests",
      "path" : "Tests/MapboxMobileEventsTests",
      "sources" : [
        "Fakes/MMEAPIClientFake.m",
        "Fakes/MMEBundleInfoFake.m",
        "Fakes/MMEDateFakes.m",
        "Fakes/MMEDispatchManagerFake.m",
        "Fakes/MMEEventFake.m",
        "Fakes/MMELocationManagerFake.m",
        "Fakes/MMENSURLSessionWrapperFake.m",
        "Fakes/MMETimerManagerFake.m",
        "Fakes/MMEUIApplicationWrapperFake.m",
        "Fakes/MMEUniqueIdentifierFake.m",
        "MMEAPIClientTests.m",
        "MMEAPIConfigTests.m",
        "MMECertPinTests.m",
        "MMEDateTests.m",
        "MMEEventTests.m",
        "MMEEventsManagerTests.m",
        "MMELocationManagerTests.m",
        "MMEMetricsManagerTests.m",
        "MMERunningLockTests.m",
        "MMETimerManagerTests.m",
        "MMEUniqueIdentifierTests.m",
        "NSProcessInfoTests+SystemInfo.m",
        "NSString+MMEVersions_Tests.m",
        "NSUserDefaults+MMEConfigurationTests.m",
        "Utilities/MMEExceptionalDictionary.m",
        "Utilities/MMERunningLock.m",
        "Utilities/MMEServiceFixture.m",
        "Utilities/MMETestStub.m"
      ],
      "target_dependencies" : [
        "MapboxMobileEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxMobileEventsSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxMobileEventsSwiftTests",
      "path" : "Tests/MapboxMobileEventsSwiftTests",
      "sources" : [
        "MMESwiftTests.swift"
      ],
      "target_dependencies" : [
        "MapboxMobileEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxMobileEvents",
      "module_type" : "BinaryTarget",
      "name" : "MapboxMobileEvents",
      "path" : "remote/archive/MapboxMobileEvents.zip",
      "product_memberships" : [
        "MapboxMobileEvents"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
Build complete! (0.05s)
warning: 'spi-builder-workspace': "Mapbox token wasn\'t founded in ~/.netrc. Fix this issue to integrate Mapbox SDK. Otherwise, you will see \'invalid status code 401\' or \'no XCFramework found. To clean issue in Xcode, remove ~/Library/Developer/Xcode/DerivedData folder"
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "MapboxMobileEvents",
  "name" : "MapboxMobileEvents",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "MapboxMobileEvents",
      "targets" : [
        "MapboxMobileEvents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxMobileEventsTests",
      "module_type" : "ClangTarget",
      "name" : "MapboxMobileEventsTests",
      "path" : "Tests/MapboxMobileEventsTests",
      "sources" : [
        "Fakes/MMEAPIClientFake.m",
        "Fakes/MMEBundleInfoFake.m",
        "Fakes/MMEDateFakes.m",
        "Fakes/MMEDispatchManagerFake.m",
        "Fakes/MMEEventFake.m",
        "Fakes/MMELocationManagerFake.m",
        "Fakes/MMENSURLSessionWrapperFake.m",
        "Fakes/MMETimerManagerFake.m",
        "Fakes/MMEUIApplicationWrapperFake.m",
        "Fakes/MMEUniqueIdentifierFake.m",
        "MMEAPIClientTests.m",
        "MMEAPIConfigTests.m",
        "MMECertPinTests.m",
        "MMEDateTests.m",
        "MMEEventTests.m",
        "MMEEventsManagerTests.m",
        "MMELocationManagerTests.m",
        "MMEMetricsManagerTests.m",
        "MMERunningLockTests.m",
        "MMETimerManagerTests.m",
        "MMEUniqueIdentifierTests.m",
        "NSProcessInfoTests+SystemInfo.m",
        "NSString+MMEVersions_Tests.m",
        "NSUserDefaults+MMEConfigurationTests.m",
        "Utilities/MMEExceptionalDictionary.m",
        "Utilities/MMERunningLock.m",
        "Utilities/MMEServiceFixture.m",
        "Utilities/MMETestStub.m"
      ],
      "target_dependencies" : [
        "MapboxMobileEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxMobileEventsSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxMobileEventsSwiftTests",
      "path" : "Tests/MapboxMobileEventsSwiftTests",
      "sources" : [
        "MMESwiftTests.swift"
      ],
      "target_dependencies" : [
        "MapboxMobileEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxMobileEvents",
      "module_type" : "BinaryTarget",
      "name" : "MapboxMobileEvents",
      "path" : "remote/archive/MapboxMobileEvents.zip",
      "product_memberships" : [
        "MapboxMobileEvents"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': "Mapbox token wasn\'t founded in ~/.netrc. Fix this issue to integrate Mapbox SDK. Otherwise, you will see \'invalid status code 401\' or \'no XCFramework found. To clean issue in Xcode, remove ~/Library/Developer/Xcode/DerivedData folder"
Done.