Build Information
Failed to build PLSwift, reference 0.5.1 (87429c), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 21:00:19 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pl-swift/plswift.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pl-swift/plswift
* tag 0.5.1 -> FETCH_HEAD
HEAD is now at 87429c3 Fix manifest bug
Cloned https://github.com/pl-swift/plswift.git
Revision (git rev-parse @):
87429c3f187a51c31c18127b87c04a1f413b44c4
SUCCESS checkout https://github.com/pl-swift/plswift.git at 0.5.1
Fetching https://github.com/PL-Swift/CPLSwift.git
[1/30] Fetching cplswift
Fetched https://github.com/PL-Swift/CPLSwift.git from cache (0.57s)
Computing version for https://github.com/PL-Swift/CPLSwift.git
Computed https://github.com/PL-Swift/CPLSwift.git at 1.0.3 (1.23s)
Creating working copy for https://github.com/PL-Swift/CPLSwift.git
Working copy of https://github.com/PL-Swift/CPLSwift.git resolved at 1.0.3
========================================
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": "plswift",
"name": "PLSwift",
"url": "https://github.com/pl-swift/plswift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/plswift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cplswift",
"name": "CPLSwift",
"url": "https://github.com/PL-Swift/CPLSwift.git",
"version": "1.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CPLSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/pl-swift/plswift.git
[1/109] Fetching plswift
Fetched https://github.com/pl-swift/plswift.git from cache (0.61s)
Fetching https://github.com/PL-Swift/CPLSwift.git from cache
Fetched https://github.com/PL-Swift/CPLSwift.git from cache (0.41s)
Computing version for https://github.com/PL-Swift/CPLSwift.git
Computed https://github.com/PL-Swift/CPLSwift.git at 1.0.3 (0.47s)
Creating working copy for https://github.com/PL-Swift/CPLSwift.git
Working copy of https://github.com/PL-Swift/CPLSwift.git resolved at 1.0.3
Creating working copy for https://github.com/pl-swift/plswift.git
Working copy of https://github.com/pl-swift/plswift.git resolved at 0.5.1 (87429c3)
warning: '.resolve-product-dependencies': dependency 'plswift' is not used by any target
Found 1 product dependencies
- CPLSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/pl-swift/plswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module PLSwift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CPLSwiftShim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CPLSwift/Sources/CPLSwift/CPLSwiftShim.h:4:10: error: 'PLSwiftShim.h' file not found
2 | #define __CPLSWIFT_SHIM_H__
3 |
4 | #include "PLSwiftShim.h"
| `- error: 'PLSwiftShim.h' file not found
5 |
6 | #endif /* __CPLSWIFT_SHIM_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/PLSwift/PGDatum.swift:9:8: error: could not build Objective-C module 'CPLSwift'
7 | //
8 |
9 | import CPLSwift
| `- error: could not build Objective-C module 'CPLSwift'
10 |
11 | /*
[4/6] Compiling PLSwift PGDatum.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CPLSwiftShim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CPLSwift/Sources/CPLSwift/CPLSwiftShim.h:4:10: error: 'PLSwiftShim.h' file not found
2 | #define __CPLSWIFT_SHIM_H__
3 |
4 | #include "PLSwiftShim.h"
| `- error: 'PLSwiftShim.h' file not found
5 |
6 | #endif /* __CPLSWIFT_SHIM_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/PLSwift/PGDatum.swift:9:8: error: could not build Objective-C module 'CPLSwift'
7 | //
8 |
9 | import CPLSwift
| `- error: could not build Objective-C module 'CPLSwift'
10 |
11 | /*
[5/6] Compiling PLSwift PGFunction.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CPLSwiftShim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CPLSwift/Sources/CPLSwift/CPLSwiftShim.h:4:10: error: 'PLSwiftShim.h' file not found
2 | #define __CPLSWIFT_SHIM_H__
3 |
4 | #include "PLSwiftShim.h"
| `- error: 'PLSwiftShim.h' file not found
5 |
6 | #endif /* __CPLSWIFT_SHIM_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/PLSwift/PGDatum.swift:9:8: error: could not build Objective-C module 'CPLSwift'
7 | //
8 |
9 | import CPLSwift
| `- error: could not build Objective-C module 'CPLSwift'
10 |
11 | /*
[6/6] Compiling PLSwift PGExtension.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CPLSwiftShim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CPLSwift/Sources/CPLSwift/CPLSwiftShim.h:4:10: error: 'PLSwiftShim.h' file not found
2 | #define __CPLSWIFT_SHIM_H__
3 |
4 | #include "PLSwiftShim.h"
| `- error: 'PLSwiftShim.h' file not found
5 |
6 | #endif /* __CPLSWIFT_SHIM_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/PLSwift/PGDatum.swift:9:8: error: could not build Objective-C module 'CPLSwift'
7 | //
8 |
9 | import CPLSwift
| `- error: could not build Objective-C module 'CPLSwift'
10 |
11 | /*
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install plswift using your system-packager:
brew install PL-Swift/plswift
warning: you may be able to install plswift using your system-packager:
brew install PL-Swift/plswift
BUILD FAILURE 6.3 macosSpm