Build Information
Failed to build ExExpress, reference 0.7.2 (60a9a8
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 23:26:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/modswift/ExExpress.git
Reference: 0.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/modswift/ExExpress
* tag 0.7.2 -> FETCH_HEAD
HEAD is now at 60a9a84 Merge branch 'develop'
Cloned https://github.com/modswift/ExExpress.git
Revision (git rev-parse @):
60a9a845853f9291b7685ca88239f261ed5e0759
SUCCESS checkout https://github.com/modswift/ExExpress.git at 0.7.2
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/modswift/Freddy.git
[1/2937] Fetching freddy
[31/3496] Fetching freddy, mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (1.04s)
Fetched https://github.com/modswift/Freddy.git from cache (1.04s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (1.65s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.57s)
Creating working copy for https://github.com/modswift/Freddy.git
Working copy of https://github.com/modswift/Freddy.git resolved at 3.0.58
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/modswift/ExExpress.git
[1/1133] Fetching exexpress
Fetched https://github.com/modswift/ExExpress.git from cache (0.73s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git from cache
Fetching https://github.com/modswift/Freddy.git from cache
Fetched https://github.com/modswift/Freddy.git from cache (0.48s)
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.48s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (0.55s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.04s)
Creating working copy for https://github.com/modswift/ExExpress.git
Working copy of https://github.com/modswift/ExExpress.git resolved at 0.7.2 (60a9a84)
Creating working copy for https://github.com/modswift/Freddy.git
Working copy of https://github.com/modswift/Freddy.git resolved at 3.0.58
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
error: 'exexpress': product 'mustache' required by package 'exexpress' target 'ExExpress' not found. Did you mean 'Mustache'?
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/modswift/ExExpress.git
https://github.com/modswift/ExExpress.git
{
"dependencies" : [
{
"identity" : "mustache",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AlwaysRightInstitute/mustache.git"
},
{
"identity" : "freddy",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.58",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modswift/Freddy.git"
}
],
"manifest_display_name" : "ExExpress",
"name" : "ExExpress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ExExpress",
"targets" : [
"ExExpress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExExpress",
"module_type" : "SwiftTarget",
"name" : "ExExpress",
"path" : "Sources/ExExpress",
"product_dependencies" : [
"mustache",
"Freddy"
],
"product_memberships" : [
"ExExpress"
],
"sources" : [
"connect/BodyParser.swift",
"connect/CORS.swift",
"connect/Connect.swift",
"connect/CookieParser.swift",
"connect/Logger.swift",
"connect/MethodOverride.swift",
"connect/Pause.swift",
"connect/QS.swift",
"connect/Session.swift",
"connect/TypeIs.swift",
"connect/connect_module.swift",
"console/Console.swift",
"console/console_module.swift",
"express/Express.swift",
"express/ExpressIncomingMessage.swift",
"express/ExpressJSON.swift",
"express/ExpressMustache.swift",
"express/ExpressServerResponse.swift",
"express/MiddlewareObject.swift",
"express/Render.swift",
"express/Route.swift",
"express/RouteKeeper.swift",
"express/RoutePattern.swift",
"express/Router.swift",
"express/Settings.swift",
"express/express_module.swift",
"fs/fs_module.swift",
"http/Cookies.swift",
"http/HttpMessageBaseType.swift",
"http/HttpMisc.swift",
"http/IncomingMessage.swift",
"http/QueryString.swift",
"http/ServerResponse.swift",
"http/TestSupport.swift",
"http/URL.swift",
"http/http_module.swift",
"json/JSONWritableStream.swift",
"json/JsonFile.swift",
"json/Stringify.swift",
"json/json_module.swift",
"leftpad/leftpad_module.swift",
"mime/mime_module.swift",
"process/process_module.swift",
"streams/FileOutputStream.swift",
"streams/GWritableStreamType.swift",
"streams/WritableByteStreamType.swift",
"streams/WritableStreams.swift",
"xsys/time.swift",
"xsys/timespec.swift",
"xsys/timeval_any.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: 'spi-builder-workspace': product 'mustache' required by package 'spi-builder-workspace' target 'ExExpress' not found. Did you mean 'Mustache'?
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': product 'mustache' required by package 'spi-builder-workspace' target 'ExExpress' not found. Did you mean 'Mustache'?
BUILD FAILURE 6.1 macosSpm