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 BlackBox, reference 3.1.0 (c486c0), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 25 Jul 2024 11:09:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BlackBox -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dodobrands/BlackBox.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dodobrands/BlackBox
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at c486c08 Updated Xcode (#64)
Cloned https://github.com/dodobrands/BlackBox.git
Revision (git rev-parse @):
c486c08751bd1453681c2e261c2878f500b6062c
SUCCESS checkout https://github.com/dodobrands/BlackBox.git at 3.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $PWD
https://github.com/dodobrands/BlackBox.git
Command line invocation:
    /Applications/Xcode-15.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/apple/swift-docc-plugin
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.0.0 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.0.0
  BlackBox: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftDocCPlugin, BlackBox
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "BlackBox",
  "name" : "BlackBox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "BlackBox",
      "targets" : [
        "BlackBox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ExampleModule",
      "module_type" : "SwiftTarget",
      "name" : "ExampleModule",
      "path" : "Sources/ExampleModule",
      "sources" : [
        "ExampleService.swift"
      ],
      "target_dependencies" : [
        "BlackBox"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlackBoxTests",
      "module_type" : "SwiftTarget",
      "name" : "BlackBoxTests",
      "path" : "Tests/BlackBoxTests",
      "sources" : [
        "BackwardsCompatibilityTests.swift",
        "BlackBoxEndEventTests.swift",
        "BlackBoxErrorEventTests.swift",
        "BlackBoxGenericEventTests.swift",
        "BlackBoxStartEventTests.swift",
        "BlackBoxTestCase.swift",
        "Helpers/AnakinKills.swift",
        "Helpers/Lightsaber.swift",
        "LoggerMock.swift",
        "OSLoggerTests.swift",
        "OSSignpostLoggerTests.swift"
      ],
      "target_dependencies" : [
        "BlackBox",
        "ExampleModule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BlackBox",
      "module_type" : "SwiftTarget",
      "name" : "BlackBox",
      "path" : "Sources/BlackBox",
      "product_memberships" : [
        "BlackBox"
      ],
      "sources" : [
        "BBLogFormat.swift",
        "BBLogLevel.swift",
        "BBLoggerProtocol.swift",
        "BlackBox.swift",
        "BlackBoxEvents.swift",
        "Helpers/BBHelpers.swift",
        "Loggers/FSLogger.swift",
        "Loggers/OSLogger.swift",
        "Loggers/OSSignpostLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BlackBox"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BlackBox -destination platform=macOS,arch=arm64
Build complete.
Done.