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 Lightpack, reference v0.0.5 (8ab8b5), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 5 Aug 2024 10:28:10 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lightpack-run/lightpack.git
Reference: v0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightpack-run/lightpack
 * tag               v0.0.5     -> FETCH_HEAD
HEAD is now at 8ab8b5a Merge branch 'main' of github.com:lightpack-run/lightpack
Cloned https://github.com/lightpack-run/lightpack.git
Revision (git rev-parse @):
8ab8b5a39bafe8d5690710fbd399372b097d64d0
SUCCESS checkout https://github.com/lightpack-run/lightpack.git at v0.0.5
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.8
Building package at path:  $PWD
https://github.com/lightpack-run/lightpack.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/ggerganov/llama.cpp
Creating working copy of package ‘llama.cpp’
Checking out master of package ‘llama.cpp’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Lightpack: /Users/admin/builder/spi-builder-workspace
  llama: https://github.com/ggerganov/llama.cpp @ master
resolved source packages: Lightpack, llama
2024-08-05 06:26:45.839 xcodebuild[471:2553] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
    {
      "identity" : "llama.cpp",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ggerganov/llama.cpp"
    }
  ],
  "manifest_display_name" : "Lightpack",
  "name" : "Lightpack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Lightpack",
      "targets" : [
        "Lightpack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LightpackTests",
      "module_type" : "SwiftTarget",
      "name" : "LightpackTests",
      "path" : "Tests/LightpackTests",
      "sources" : [
        "LightpackTests.swift"
      ],
      "target_dependencies" : [
        "Lightpack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lightpack",
      "module_type" : "SwiftTarget",
      "name" : "Lightpack",
      "path" : "Sources/Lightpack",
      "product_dependencies" : [
        "llama"
      ],
      "product_memberships" : [
        "Lightpack"
      ],
      "sources" : [
        "Events.swift",
        "Lightpack.swift",
        "Protocols.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Lightpack"
    ]
  }
}
2024-08-05 06:27:48.290 xcodebuild[612:3273] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lightpack -destination platform=macOS,arch=arm64
Build complete.
Done.