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 main (8ab8b5), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 5 Aug 2024 11:02:03 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightpack-run/lightpack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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:
  llama: https://github.com/ggerganov/llama.cpp @ master
  Lightpack: /Users/admin/builder/spi-builder-workspace
resolved source packages: llama, Lightpack
2024-08-05 07:01:07.807 xcodebuild[470:2562] 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 07:01:40.533 xcodebuild[611:3225] 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.