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 swift-log-sentry, reference main (d523bd), with Swift 5.10 for macOS (SPM) on 31 Aug 2025 16:55:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/idolize/swift-log-sentry.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/idolize/swift-log-sentry
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d523bd9 Update version in README
Cloned https://github.com/idolize/swift-log-sentry.git
Revision (git rev-parse @):
d523bd969fa833e3866990d86221e3b8280d18a7
SUCCESS checkout https://github.com/idolize/swift-log-sentry.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/idolize/swift-log-sentry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Sentry.framework
[3/4] Write swift-version-33747A42983211AE.txt
[5/9] Compiling Logging Locks.swift
[6/9] Compiling Logging MetadataProvider.swift
[7/9] Emitting module Logging
[8/9] Compiling Logging Logging.swift
[9/9] Compiling Logging LogHandler.swift
[10/13] Compiling LoggingSentry BreadcrumbTracker.swift
[11/13] Compiling LoggingSentry BreadcrumbTracker+Live.swift
[12/13] Compiling LoggingSentry LogHandler.swift
[13/13] Emitting module LoggingSentry
Build complete! (30.06s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/getsentry/sentry-cocoa.git
[1/3897] Fetching swift-log
[3898/182862] Fetching swift-log, sentry-cocoa
Fetched https://github.com/getsentry/sentry-cocoa.git from cache (9.52s)
Fetched https://github.com/apple/swift-log.git from cache (9.52s)
Computing version for https://github.com/getsentry/sentry-cocoa.git
Computed https://github.com/getsentry/sentry-cocoa.git at 8.55.0 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.34s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/getsentry/sentry-cocoa.git
Working copy of https://github.com/getsentry/sentry-cocoa.git resolved at 8.55.0
[32750/46529798] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip
[12940773/159177484] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip
[15691842/269770338] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry.xcframework.zip (3.61s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic.xcframework.zip (6.65s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.55.0/Sentry-Dynamic-WithARM64e.xcframework.zip (6.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.55.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa.git"
    }
  ],
  "manifest_display_name" : "swift-log-sentry",
  "name" : "swift-log-sentry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "LoggingSentry",
      "targets" : [
        "LoggingSentry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingSentryTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingSentryTests",
      "path" : "Tests/LoggingSentryTests",
      "product_dependencies" : [
        "Logging",
        "Sentry"
      ],
      "sources" : [
        "LoggingSentryTests.swift"
      ],
      "target_dependencies" : [
        "LoggingSentry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingSentry",
      "module_type" : "SwiftTarget",
      "name" : "LoggingSentry",
      "path" : "Sources/LoggingSentry",
      "product_dependencies" : [
        "Logging",
        "Sentry"
      ],
      "product_memberships" : [
        "LoggingSentry"
      ],
      "sources" : [
        "BreadcrumbTracker+Live.swift",
        "BreadcrumbTracker.swift",
        "LogHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.