The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LLVS, reference 0.6.1 (800858), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:41:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mentalfaculty/LLVS.git
Reference: 0.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mentalfaculty/LLVS
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 8008582 Reverted recent changes to make LLVS deployable on older OSes again.
Cloned https://github.com/mentalfaculty/LLVS.git
Revision (git rev-parse @):
8008582aae260b8c7d6ab27983b4bd6181d2ca04
SUCCESS checkout https://github.com/mentalfaculty/LLVS.git at 0.6.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "llvs",
      "name": "LLVS",
      "url": "https://github.com/mentalfaculty/LLVS.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LLVS",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mentalfaculty/LLVS.git
[1/2963] Fetching llvs
Fetched https://github.com/mentalfaculty/LLVS.git from cache (1.06s)
Creating working copy for https://github.com/mentalfaculty/LLVS.git
Working copy of https://github.com/mentalfaculty/LLVS.git resolved at 0.6.1 (8008582)
warning: '.resolve-product-dependencies': dependency 'llvs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mentalfaculty/LLVS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/23] Compiling LLVS Cache.swift
[6/23] Compiling LLVS DynamicTaskBatcher.swift
[7/23] Compiling LLVS AsynchronousOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/General/AsynchronousOperation.swift:10:12: warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
  8 | import Foundation
  9 |
 10 | open class AsynchronousOperation : Foundation.Operation {
    |            `- warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 |     /// You can set this instead of subclassing and overriding `begin`, in order to perform a task.
[8/23] Compiling LLVS AsynchronousTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/General/AsynchronousOperation.swift:10:12: warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
  8 | import Foundation
  9 |
 10 | open class AsynchronousOperation : Foundation.Operation {
    |            `- warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 |     /// You can set this instead of subclassing and overriding `begin`, in order to perform a task.
[9/23] Compiling LLVS Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Core/StoreCoordinator.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 12 | /// A `StoreCoordinator` takes care of all aspects of setting up a syncing store.
 13 | /// It's the simplest way to get started, though you may want more control for advanced use cases.
 14 | @available (macOS 10.14, iOS 11, watchOS 5, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 15 | public class StoreCoordinator {
 16 |
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Core/StoreCoordinator.swift:42:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 40 |
 41 |     private var _currentVersionSubject: Any? = nil
 42 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 43 |     public var currentVersionSubject: CurrentValueSubject<Version.ID, Never> {
 44 |         get{
[10/23] Compiling LLVS StoreCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Core/StoreCoordinator.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 12 | /// A `StoreCoordinator` takes care of all aspects of setting up a syncing store.
 13 | /// It's the simplest way to get started, though you may want more control for advanced use cases.
 14 | @available (macOS 10.14, iOS 11, watchOS 5, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 15 | public class StoreCoordinator {
 16 |
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Core/StoreCoordinator.swift:42:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 40 |
 41 |     private var _currentVersionSubject: Any? = nil
 42 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 43 |     public var currentVersionSubject: CurrentValueSubject<Version.ID, Never> {
 44 |         get{
[11/23] Compiling LLVS Merge.swift
[12/23] Compiling LLVS Storage.swift
[13/23] Compiling LLVS Zone.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Exchanges/FileSystemExchange.swift:23:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 21 |
 22 |     private var _newVersionsSubject: Any? = nil
 23 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |     public var newVersionsSubject: PassthroughSubject<Void, Never> {
 25 |         if _newVersionsSubject == nil {
[14/23] Compiling LLVS FileSystemExchange.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Exchanges/FileSystemExchange.swift:23:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 21 |
 22 |     private var _newVersionsSubject: Any? = nil
 23 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |     public var newVersionsSubject: PassthroughSubject<Void, Never> {
 25 |         if _newVersionsSubject == nil {
[15/23] Compiling LLVS History.swift
[16/23] Compiling LLVS Map.swift
[17/23] Compiling LLVS Exchange.swift
[18/23] Compiling LLVS FileZone.swift
[19/23] Compiling LLVS General.swift
[20/23] Compiling LLVS Log.swift
[21/23] Emitting module LLVS
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Core/StoreCoordinator.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 12 | /// A `StoreCoordinator` takes care of all aspects of setting up a syncing store.
 13 | /// It's the simplest way to get started, though you may want more control for advanced use cases.
 14 | @available (macOS 10.14, iOS 11, watchOS 5, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 15 | public class StoreCoordinator {
 16 |
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Core/StoreCoordinator.swift:42:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 40 |
 41 |     private var _currentVersionSubject: Any? = nil
 42 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 43 |     public var currentVersionSubject: CurrentValueSubject<Version.ID, Never> {
 44 |         get{
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/Exchanges/FileSystemExchange.swift:23:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 21 |
 22 |     private var _newVersionsSubject: Any? = nil
 23 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 24 |     public var newVersionsSubject: PassthroughSubject<Void, Never> {
 25 |         if _newVersionsSubject == nil {
/Users/admin/builder/spi-builder-workspace/Sources/LLVS/General/AsynchronousOperation.swift:10:12: warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
  8 | import Foundation
  9 |
 10 | open class AsynchronousOperation : Foundation.Operation {
    |            `- warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 |     /// You can set this instead of subclassing and overriding `begin`, in order to perform a task.
[22/23] Compiling LLVS Value.swift
[23/23] Compiling LLVS Version.swift
[24/24] Compiling LLVS ArrayDiff.swift
[25/30] Compiling LLVSSQLite SQLiteZone.swift
[26/30] Compiling LLVSSQLite SQLiteDatabase+Zones.swift
[27/30] Compiling LLVSSQLite SQLiteDatabase.swift
[28/30] Emitting module LLVSSQLite
[29/30] Compiling LLVSCloudKit CloudKitExchange.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLVSCloudKit/CloudKitExchange.swift:62:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 60 |     /// Client to inform of updates
 61 |     private var _newVersionsAvailable: Any? = nil
 62 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 63 |
 64 |     public var newVersionsAvailable:AnyPublisher<Void, Never> {
[30/30] Emitting module LLVSCloudKit
/Users/admin/builder/spi-builder-workspace/Sources/LLVSCloudKit/CloudKitExchange.swift:62:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 60 |     /// Client to inform of updates
 61 |     private var _newVersionsAvailable: Any? = nil
 62 |     @available (macOS 10.15, iOS 13, watchOS 6, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 63 |
 64 |     public var newVersionsAvailable:AnyPublisher<Void, Never> {
Build complete! (6.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LLVS",
  "name" : "LLVS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLite3",
      "targets" : [
        "SQLite3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LLVS",
      "targets" : [
        "LLVS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LLVSCloudKit",
      "targets" : [
        "LLVSCloudKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LLVSSQLite",
      "targets" : [
        "LLVSSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "SQLite3",
      "path" : "Sources/SQLite3",
      "product_memberships" : [
        "SQLite3",
        "LLVSSQLite"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "LLVSTests",
      "module_type" : "SwiftTarget",
      "name" : "LLVSTests",
      "path" : "Tests/LLVSTests",
      "sources" : [
        "ArrayDiffTests.swift",
        "AsynchronousTaskTests.swift",
        "DiffTests.swift",
        "DynamicTaskBatcherTests.swift",
        "FileSystemExchangeTests.swift",
        "FileZoneTests.swift",
        "GeneralTests.swift",
        "HistoryTests.swift",
        "MapTests.swift",
        "MergeTests.swift",
        "MostRecentBranchArbiterTests.swift",
        "MostRecentChangeArbiterTests.swift",
        "PerformanceTests.swift",
        "PrevailingValueTests.swift",
        "SQLitePerformanceTests.swift",
        "SQLiteZoneTests.swift",
        "SerialHistoryTests.swift",
        "SharedStoreTests.swift",
        "StoreSetupTests.swift",
        "ValueChangesInVersionTests.swift",
        "ValueTests.swift",
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LLVS",
        "LLVSSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLVSSQLite",
      "module_type" : "SwiftTarget",
      "name" : "LLVSSQLite",
      "path" : "Sources/LLVSSQLite",
      "product_memberships" : [
        "LLVSSQLite"
      ],
      "sources" : [
        "SQLiteDatabase+Zones.swift",
        "SQLiteDatabase.swift",
        "SQLiteZone.swift"
      ],
      "target_dependencies" : [
        "LLVS",
        "SQLite3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLVSCloudKit",
      "module_type" : "SwiftTarget",
      "name" : "LLVSCloudKit",
      "path" : "Sources/LLVSCloudKit",
      "product_memberships" : [
        "LLVSCloudKit"
      ],
      "sources" : [
        "CloudKitExchange.swift"
      ],
      "target_dependencies" : [
        "LLVS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLVS",
      "module_type" : "SwiftTarget",
      "name" : "LLVS",
      "path" : "Sources/LLVS",
      "product_memberships" : [
        "LLVS",
        "LLVSCloudKit",
        "LLVSSQLite"
      ],
      "sources" : [
        "Core/Exchange.swift",
        "Core/FileZone.swift",
        "Core/History.swift",
        "Core/Map.swift",
        "Core/Merge.swift",
        "Core/Storage.swift",
        "Core/Store.swift",
        "Core/StoreCoordinator.swift",
        "Core/Value.swift",
        "Core/Version.swift",
        "Core/Zone.swift",
        "Exchanges/FileSystemExchange.swift",
        "General/AsynchronousOperation.swift",
        "General/AsynchronousTask.swift",
        "General/Cache.swift",
        "General/DynamicTaskBatcher.swift",
        "General/General.swift",
        "General/Log.swift",
        "Utilities/ArrayDiff.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.