Build Information
Failed to build Dejavu, reference main (c552a5), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 00:19:17 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/Esri/Dejavu.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Esri/Dejavu
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c552a55 Merge pull request #42 from JoelWhitney/jw/update-readme
Cloned https://github.com/Esri/Dejavu.git
Revision (git rev-parse @):
c552a55cee947e235b9d53b53d8a28ba6d674447
SUCCESS checkout https://github.com/Esri/Dejavu.git at main
Fetching https://github.com/groue/GRDB.swift.git
[1/113633] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (34.13s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (38.36s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.10.0
========================================
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": "dejavu",
"name": "Dejavu",
"url": "https://github.com/Esri/Dejavu.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Dejavu",
"traits": [
"default"
],
"dependencies": [
{
"identity": "grdb.swift",
"name": "GRDB",
"url": "https://github.com/groue/GRDB.swift.git",
"version": "7.10.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GRDB.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Esri/Dejavu.git
[1/1060] Fetching dejavu
Fetched https://github.com/Esri/Dejavu.git from cache (1.11s)
Fetching https://github.com/groue/GRDB.swift.git from cache
Fetched https://github.com/groue/GRDB.swift.git from cache (0.50s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (0.57s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.10.0
Creating working copy for https://github.com/Esri/Dejavu.git
Working copy of https://github.com/Esri/Dejavu.git resolved at main (c552a55)
warning: '.resolve-product-dependencies': dependency 'dejavu' is not used by any target
Found 1 product dependencies
- GRDB
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Esri/Dejavu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'Dejavu' requires macos 10.13, but depends on the product 'GRDB' which requires macos 10.15; consider changing the library 'Dejavu' to require macos 10.15 or later, or the product 'GRDB' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm