Build Information
Failed to build LibrsyncSwift, reference 1.0.5 (693900), with Swift 6.1 for macOS (SPM) on 15 Oct 2025 15:43:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schafdog/LibrsyncSwift.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schafdog/LibrsyncSwift
* tag 1.0.5 -> FETCH_HEAD
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 1.0.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/schafdog/LibrsyncSwift.git
https://github.com/schafdog/LibrsyncSwift.git
{
"dependencies" : [
],
"manifest_display_name" : "LibrsyncSwift",
"name" : "LibrsyncSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "LibrsyncSwift",
"targets" : [
"LibrsyncSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LibrsyncSwiftTests",
"module_type" : "SwiftTarget",
"name" : "LibrsyncSwiftTests",
"path" : "Tests/LibrsyncSwiftTests",
"sources" : [
"LibrsyncSwiftTests.swift",
"LibrsyncWrapperTests.swift"
],
"target_dependencies" : [
"LibrsyncSwift",
"Clibrsync"
],
"type" : "test"
},
{
"c99name" : "LibrsyncSwift",
"module_type" : "SwiftTarget",
"name" : "LibrsyncSwift",
"path" : "Sources/LibrsyncSwift",
"product_memberships" : [
"LibrsyncSwift"
],
"sources" : [
"Connection.swift",
"LibrsyncWrapper.swift"
],
"target_dependencies" : [
"Clibrsync"
],
"type" : "library"
},
{
"c99name" : "Clibrsync",
"module_type" : "SystemLibraryTarget",
"name" : "Clibrsync",
"path" : "Sources/Clibrsync",
"product_memberships" : [
"LibrsyncSwift"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.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 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)
[5/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)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] 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)
[3/4] 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)
[4/4] 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)
BUILD FAILURE 6.1 macosSpm