Build Information
Failed to build ApacheExpress3 with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apacheexpress/apacheexpress3.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apacheexpress/apacheexpress3
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 0264914 Add a GHActions workflow
Cloned https://github.com/apacheexpress/apacheexpress3.git
Revision (git rev-parse @):
0264914da29f7d82674b71750cacf7d601699e02
SUCCESS checkout https://github.com/apacheexpress/apacheexpress3.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/apacheexpress/apacheexpress3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/23] Compiling mustache MustacheRenderingContext.swift
[7/23] Compiling mustache MustacheNode.swift
[8/23] Compiling Freddy JSONParser.swift
[9/23] Compiling Freddy JSONSerializing.swift
[10/23] Compiling Freddy JSONParsing.swift
[11/24] Compiling Freddy JSONLiteralConvertible.swift
[12/24] Compiling Freddy JSONEncodingDetector.swift
[13/24] Compiling Freddy JSON.swift
[14/24] Compiling Freddy JSONDecodable.swift
[15/24] Compiling Freddy JSONOptional.swift
[16/24] Emitting module Freddy
[17/24] Compiling Freddy JSONEncodable.swift
[18/24] Compiling mustache Mustacheable.swift
[19/24] Emitting module mustache
[20/24] Compiling mustache MustacheParser.swift
[21/24] Compiling mustache Helpers.swift
[22/24] Compiling mustache SimpleKVC.swift
[23/24] Compiling mustache HTMLEscape.swift
[24/24] Compiling Freddy JSONSubscripting.swift
[25/70] Compiling ExExpress BodyParser.swift
[26/70] Compiling ExExpress CORS.swift
[27/70] Compiling ExExpress Connect.swift
[28/70] Compiling ExExpress CookieParser.swift
[29/70] Compiling ExExpress Logger.swift
[30/75] Compiling ExExpress express_module.swift
[31/75] Compiling ExExpress fs_module.swift
[32/75] Compiling ExExpress Cookies.swift
[33/75] Compiling ExExpress HttpMessageBaseType.swift
[34/75] Compiling ExExpress HttpMisc.swift
[35/75] Compiling ExExpress connect_module.swift
[36/75] Compiling ExExpress Console.swift
[37/75] Compiling ExExpress console_module.swift
[38/75] Compiling ExExpress Express.swift
[39/75] Compiling ExExpress ExpressIncomingMessage.swift
[40/75] Compiling ExExpress ExpressJSON.swift
[41/75] Compiling ExExpress ExpressMustache.swift
[42/75] Compiling ExExpress ExpressServerResponse.swift
[43/75] Compiling ExExpress MiddlewareObject.swift
[44/75] Compiling ExExpress Render.swift
[45/75] Compiling ExExpress MethodOverride.swift
[46/75] Compiling ExExpress Pause.swift
[47/75] Compiling ExExpress QS.swift
[48/75] Compiling ExExpress Session.swift
[49/75] Compiling ExExpress TypeIs.swift
[50/75] Compiling ExExpress IncomingMessage.swift
[51/75] Compiling ExExpress QueryString.swift
[52/75] Compiling ExExpress ServerResponse.swift
[53/75] Compiling ExExpress TestSupport.swift
[54/75] Compiling ExExpress URL.swift
[55/75] Compiling ExExpress http_module.swift
[56/75] Compiling ExExpress JSONWritableStream.swift
[57/75] Compiling ExExpress JsonFile.swift
[58/75] Compiling ExExpress Stringify.swift
[59/75] Compiling ExExpress json_module.swift
[60/75] Compiling ExExpress leftpad_module.swift
[61/75] Compiling ExExpress mime_module.swift
[62/75] Compiling ExExpress process_module.swift
[63/75] Compiling ExExpress FileOutputStream.swift
[64/75] Compiling ExExpress GWritableStreamType.swift
[65/75] Compiling ExExpress Route.swift
[66/75] Compiling ExExpress RouteKeeper.swift
[67/75] Compiling ExExpress RoutePattern.swift
[68/75] Compiling ExExpress Router.swift
[69/75] Compiling ExExpress Settings.swift
[70/75] Emitting module ExExpress
[71/75] Compiling ExExpress WritableByteStreamType.swift
[72/75] Compiling ExExpress WritableStreams.swift
[73/75] Compiling ExExpress time.swift
[74/75] Compiling ExExpress timespec.swift
[75/75] Compiling ExExpress timeval_any.swift
[76/85] Compiling ApacheExpress3 ApacheServer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[77/85] Compiling ApacheExpress3 ApacheServerResponse.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[78/85] Compiling ApacheExpress3 ApacheExpressHandler.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[79/85] Compiling ApacheExpress3 ApacheMessageBase.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/85] Emitting module ApacheExpress3
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[81/85] Compiling ApacheExpress3 ApacheExpress3.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[82/85] Compiling ApacheExpress3 ApacheReloadMiddleware.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[83/85] Compiling ApacheExpress3 ApacheConsole.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[84/85] Compiling ApacheExpress3 ReExport.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
[85/85] Compiling ApacheExpress3 ApacheIncomingMessage.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CApache2Shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
2 | #define __CApache2Shim_H__
3 |
4 | #include "Apache2Shim.h"
| `- error: 'Apache2Shim.h' file not found
5 |
6 | #endif /* __CApache2Shim_H__ */
/Users/admin/builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
5 |
6 | import ExExpress
7 | import CApache
| `- error: could not build Objective-C module 'CApache'
8 |
9 | class ApacheConsole : ConsoleType {
Fetching https://github.com/modswift/ExExpress.git
Fetching https://github.com/modswift/CApache.git
[1/49] Fetching capache
[50/1182] Fetching capache, exexpress
Fetched https://github.com/modswift/ExExpress.git from cache (0.95s)
Fetched https://github.com/modswift/CApache.git from cache (0.95s)
Computing version for https://github.com/modswift/CApache.git
Computed https://github.com/modswift/CApache.git at 2.0.2 (0.68s)
Computing version for https://github.com/modswift/ExExpress.git
Computed https://github.com/modswift/ExExpress.git at 0.7.2 (0.66s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/modswift/Freddy.git
[1/2937] Fetching freddy
[119/3481] Fetching freddy, mustache
Fetched https://github.com/modswift/Freddy.git from cache (1.18s)
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (1.18s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (0.66s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.66s)
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.1
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/modswift/ExExpress.git
Working copy of https://github.com/modswift/ExExpress.git resolved at 0.7.2
Creating working copy for https://github.com/modswift/CApache.git
Working copy of https://github.com/modswift/CApache.git resolved at 2.0.2
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install mod_swift using your system-packager:
brew install modswift/mod_swift
BUILD FAILURE 6.0 macosSpm