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 BunnySdk, reference v0.0.0 (f253bf), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 16 Aug 2024 05:30:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jlarmstrongiv/bunny-sdk-swift.git
Reference: v0.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jlarmstrongiv/bunny-sdk-swift
 * tag               v0.0.0     -> FETCH_HEAD
HEAD is now at f253bf6 docs: readme
Cloned https://github.com/jlarmstrongiv/bunny-sdk-swift.git
Revision (git rev-parse @):
f253bf6e26b964314f0aaa6f5ddc7a874802b6ae
SUCCESS checkout https://github.com/jlarmstrongiv/bunny-sdk-swift.git at v0.0.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/jlarmstrongiv/bunny-sdk-swift.git
Command line invocation:
    /Applications/Xcode-15.4.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
Resolved source packages:
  BunnySdk: /Users/admin/builder/spi-builder-workspace
resolved source packages: BunnySdk
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BunnySdk",
  "name" : "BunnySdk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BunnySdk",
      "targets" : [
        "BunnySdk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BunnySdkTests",
      "module_type" : "SwiftTarget",
      "name" : "BunnySdkTests",
      "path" : "Tests/BunnySdkTests",
      "sources" : [
        "BunnySdkTests.swift"
      ],
      "target_dependencies" : [
        "BunnySdk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BunnySdk",
      "module_type" : "SwiftTarget",
      "name" : "BunnySdk",
      "path" : "Sources/BunnySdk",
      "product_memberships" : [
        "BunnySdk"
      ],
      "sources" : [
        "BunnySdk.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BunnySdk"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BunnySdk -destination platform=macOS,arch=arm64
Build complete.
Done.