The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LLVS with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mentalfaculty/LLVS.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mentalfaculty/LLVS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e714f4 Migrated to Swift 5.9, and fixed a few small issues in the sample.
Cloned https://github.com/mentalfaculty/LLVS.git
Revision (git rev-parse @):
7e714f414648bdbdae71fccc1aa7c816320bfe62
SUCCESS checkout https://github.com/mentalfaculty/LLVS.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "llvs",
      "name": "LLVS",
      "url": "https://github.com/mentalfaculty/LLVS.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LLVS",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mentalfaculty/LLVS.git from cache
Fetched https://github.com/mentalfaculty/LLVS.git (0.19s)
Creating working copy for https://github.com/mentalfaculty/LLVS.git
Working copy of https://github.com/mentalfaculty/LLVS.git resolved at main
warning: '.resolve-product-dependencies': dependency 'llvs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling LLVS Exchange.swift
[2/18] Compiling LLVS FileZone.swift
[3/18] Compiling LLVS History.swift
[4/18] Emitting module LLVS
[5/18] Compiling LLVS AsynchronousTask.swift
[6/18] Compiling LLVS Cache.swift
[7/18] Compiling LLVS Version.swift
[8/18] Compiling LLVS Zone.swift
[9/18] Compiling LLVS DynamicTaskBatcher.swift
[10/18] Compiling LLVS General.swift
[11/18] Compiling LLVS Map.swift
[12/18] Compiling LLVS Merge.swift
[13/18] Compiling LLVS Storage.swift
[14/18] Compiling LLVS FileSystemExchange.swift
[15/18] Compiling LLVS AsynchronousOperation.swift
[16/18] Compiling LLVS Store.swift
[17/18] Compiling LLVS StoreCoordinator.swift
[18/18] Compiling LLVS Value.swift
[19/20] Compiling LLVS Log.swift
[20/20] Compiling LLVS ArrayDiff.swift
[21/26] Compiling LLVSSQLite SQLiteZone.swift
[22/26] Emitting module LLVSSQLite
[23/26] Compiling LLVSSQLite SQLiteDatabase.swift
[24/26] Compiling LLVSSQLite SQLiteDatabase+Zones.swift
[25/26] Emitting module LLVSCloudKit
[26/26] Compiling LLVSCloudKit CloudKitExchange.swift
Build complete! (14.23s)
Build complete.
Done.