The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LibrsyncSwift, reference main (693900), with Swift 6.2 for macOS (SPM) on 15 Oct 2025 15:40:39 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schafdog/LibrsyncSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schafdog/LibrsyncSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6939007 local varibale
Cloned https://github.com/schafdog/LibrsyncSwift.git
Revision (git rev-parse @):
6939007213ef7b78d4c2bd3f15d7e894ec792232
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/schafdog/LibrsyncSwift.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "librsyncswift",
      "name": "LibrsyncSwift",
      "url": "https://github.com/schafdog/LibrsyncSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LibrsyncSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/schafdog/LibrsyncSwift.git
[1/103] Fetching librsyncswift
Fetched https://github.com/schafdog/LibrsyncSwift.git from cache (0.67s)
Creating working copy for https://github.com/schafdog/LibrsyncSwift.git
Working copy of https://github.com/schafdog/LibrsyncSwift.git resolved at main (6939007)
warning: '.resolve-product-dependencies': dependency 'librsyncswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/schafdog/LibrsyncSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module LibrsyncSwift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/librsync.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Clibrsync/include/librsync.h:11:10: error: 'librsync.h' file not found with <angled> include; use "quotes" instead
 9 | #include <librsync/librsync.h>
10 | #else
11 | #include <librsync.h>
   |          `- error: 'librsync.h' file not found with <angled> include; use "quotes" instead
12 | #endif
13 |
/Users/admin/builder/spi-builder-workspace/Sources/LibrsyncSwift/LibrsyncWrapper.swift:15:8: error: could not build Objective-C module 'Clibrsync'
 13 |
 14 | import Foundation
 15 | import Clibrsync
    |        `- error: could not build Objective-C module 'Clibrsync'
 16 |
 17 | #if os(Linux)
[4/5] Compiling LibrsyncSwift Connection.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/librsync.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Clibrsync/include/librsync.h:11:10: error: 'librsync.h' file not found with <angled> include; use "quotes" instead
 9 | #include <librsync/librsync.h>
10 | #else
11 | #include <librsync.h>
   |          `- error: 'librsync.h' file not found with <angled> include; use "quotes" instead
12 | #endif
13 |
/Users/admin/builder/spi-builder-workspace/Sources/LibrsyncSwift/LibrsyncWrapper.swift:15:8: error: could not build Objective-C module 'Clibrsync'
 13 |
 14 | import Foundation
 15 | import Clibrsync
    |        `- error: could not build Objective-C module 'Clibrsync'
 16 |
 17 | #if os(Linux)
[5/5] Compiling LibrsyncSwift LibrsyncWrapper.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/librsync.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Clibrsync/include/librsync.h:11:10: error: 'librsync.h' file not found with <angled> include; use "quotes" instead
 9 | #include <librsync/librsync.h>
10 | #else
11 | #include <librsync.h>
   |          `- error: 'librsync.h' file not found with <angled> include; use "quotes" instead
12 | #endif
13 |
/Users/admin/builder/spi-builder-workspace/Sources/LibrsyncSwift/LibrsyncWrapper.swift:15:8: error: could not build Objective-C module 'Clibrsync'
 13 |
 14 | import Foundation
 15 | import Clibrsync
    |        `- error: could not build Objective-C module 'Clibrsync'
 16 |
 17 | #if os(Linux)
BUILD FAILURE 6.2 macosSpm