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 swift-log-datadog, reference main (9ac85e), with Swift 5.9 for macOS (SPM) on 4 Dec 2024 23:05:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/swift-log-datadog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jagreenwood/swift-log-datadog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9ac85e0 Improved Swift 6 handling (#11)
Cloned https://github.com/jagreenwood/swift-log-datadog.git
Revision (git rev-parse @):
9ac85e039cd1dfbb6422812b364100d5162a0c92
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/swift-log-datadog.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jagreenwood/swift-log-datadog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling Logging MetadataProvider.swift
[2/5] Compiling Logging Locks.swift
[3/5] Emitting module Logging
[4/5] Compiling Logging LogHandler.swift
[5/5] Compiling Logging Logging.swift
[6/15] Compiling DataDogLog Site.swift
[7/15] Compiling DataDogLog Exports.swift
[8/15] Compiling DataDogLog StatusCode.swift
[9/15] Compiling DataDogLog DataDogLogHandler.swift
[10/15] Compiling DataDogLog Log.swift
[11/15] Compiling DataDogLog Metadata+Format.swift
[12/15] Compiling DataDogLog Site+URL.swift
[13/15] Compiling DataDogLog String+Timestamp.swift
[14/15] Emitting module DataDogLog
[15/15] Compiling DataDogLog NetworkClient.swift
Build complete! (9.31s)
Fetching https://github.com/apple/swift-log.git
[1/3723] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (1.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.37s)
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.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-log-datadog",
  "name" : "swift-log-datadog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DataDogLog",
      "targets" : [
        "DataDogLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DataDogLogTests",
      "module_type" : "SwiftTarget",
      "name" : "DataDogLogTests",
      "path" : "Tests/DataDogLogTests",
      "sources" : [
        "DataDogLogTests.swift"
      ],
      "target_dependencies" : [
        "DataDogLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataDogLog",
      "module_type" : "SwiftTarget",
      "name" : "DataDogLog",
      "path" : "Sources/DataDogLog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DataDogLog"
      ],
      "sources" : [
        "Internal/Extensions/Metadata+Format.swift",
        "Internal/Extensions/Site+URL.swift",
        "Internal/Extensions/String+Timestamp.swift",
        "Internal/Log.swift",
        "Internal/NetworkClient.swift",
        "Internal/StatusCode.swift",
        "Public/DataDogLogHandler.swift",
        "Public/Exports.swift",
        "Public/Site.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.