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 main (c486c0), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 25 Jul 2024 11:06:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dodobrands/BlackBox
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.8
Building package at path:  $PWD
https://github.com/dodobrands/BlackBox.git
Command line invocation:
    /Applications/Xcode-14.3.1.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:
  BlackBox: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.0.0
resolved source packages: BlackBox, SwiftDocCPlugin
2024-07-25 07:05:50.682 xcodebuild[470:2547] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-07-25 07:06:04.736 xcodebuild[470:2547] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600001231400: name:Documentation.docc path:absolute:/Users/admin/builder/spi-builder-workspace/Sources/BlackBox/Documentation.docc> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/Sources/BlackBox/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
{
  "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"
    ]
  }
}
2024-07-25 07:06:14.998 xcodebuild[913:4449] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-07-25 07:06:20.824 xcodebuild[913:4449] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x6000034f0000: name:Documentation.docc path:absolute:/Users/admin/builder/spi-builder-workspace/Sources/BlackBox/Documentation.docc> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/Sources/BlackBox/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BlackBox -destination platform=macOS,arch=arm64
Build complete.
Done.