This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ApacheExpress3 with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apacheexpress/apacheexpress3.git
Reference: 0.8.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/apacheexpress/apacheexpress3
 * tag               0.8.2      -> FETCH_HEAD
HEAD is now at 4f83895 Merge branch 'develop'
Cloned https://github.com/apacheexpress/apacheexpress3.git
Revision (git rev-parse @):
4f8389582b81a9a80a49079502d8fec94b4e3d3b
SUCCESS checkout https://github.com/apacheexpress/apacheexpress3.git at 0.8.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling mustache Mustacheable.swift
[2/18] Compiling mustache MustacheNode.swift
[3/18] Compiling mustache MustacheRenderingContext.swift
[4/18] Compiling mustache MustacheParser.swift
[5/18] Emitting module mustache
[6/18] Compiling mustache Helpers.swift
[7/18] Compiling mustache SimpleKVC.swift
[8/18] Compiling mustache HTMLEscape.swift
[9/18] Compiling Freddy JSONSerializing.swift
[10/18] Compiling Freddy JSONParsing.swift
[11/18] Compiling Freddy JSONOptional.swift
[12/18] Emitting module Freddy
[13/18] Compiling Freddy JSONParser.swift
[14/18] Compiling Freddy JSONLiteralConvertible.swift
[15/18] Compiling Freddy JSON.swift
[16/18] Compiling Freddy JSONDecodable.swift
[17/18] Compiling Freddy JSONEncodable.swift
[18/18] Compiling Freddy JSONEncodingDetector.swift
[19/19] Compiling Freddy JSONSubscripting.swift
[20/64] Compiling ExExpress ServerResponse.swift
[21/64] Compiling ExExpress TestSupport.swift
[22/64] Compiling ExExpress URL.swift
[23/64] Compiling ExExpress http_module.swift
[24/64] Compiling ExExpress JSONWritableStream.swift
[25/64] Compiling ExExpress JsonFile.swift
[26/64] Compiling ExExpress ExpressIncomingMessage.swift
[27/64] Compiling ExExpress ExpressJSON.swift
[28/64] Compiling ExExpress ExpressMustache.swift
[29/64] Compiling ExExpress ExpressServerResponse.swift
[30/64] Compiling ExExpress MiddlewareObject.swift
[31/64] Compiling ExExpress Render.swift
[32/70] Compiling ExExpress fs_module.swift
[33/70] Compiling ExExpress Cookies.swift
[34/70] Compiling ExExpress HttpMessageBaseType.swift
[35/70] Compiling ExExpress HttpMisc.swift
[36/70] Compiling ExExpress IncomingMessage.swift
[37/70] Compiling ExExpress QueryString.swift
[38/70] Compiling ExExpress Stringify.swift
[39/70] Compiling ExExpress json_module.swift
[40/70] Compiling ExExpress leftpad_module.swift
[41/70] Compiling ExExpress mime_module.swift
[42/70] Compiling ExExpress process_module.swift
[43/70] Compiling ExExpress FileOutputStream.swift
[44/70] Compiling ExExpress BodyParser.swift
[45/70] Compiling ExExpress CORS.swift
[46/70] Compiling ExExpress Connect.swift
[47/70] Compiling ExExpress CookieParser.swift
[48/70] Compiling ExExpress Logger.swift
[49/70] Compiling ExExpress MethodOverride.swift
[50/70] Compiling ExExpress Pause.swift
[51/70] Compiling ExExpress Route.swift
[52/70] Compiling ExExpress RouteKeeper.swift
[53/70] Compiling ExExpress RoutePattern.swift
[54/70] Compiling ExExpress Router.swift
[55/70] Compiling ExExpress Settings.swift
[56/70] Compiling ExExpress express_module.swift
[57/70] Emitting module ExExpress
[58/70] Compiling ExExpress QS.swift
[59/70] Compiling ExExpress Session.swift
[60/70] Compiling ExExpress TypeIs.swift
[61/70] Compiling ExExpress connect_module.swift
[62/70] Compiling ExExpress Console.swift
[63/70] Compiling ExExpress console_module.swift
[64/70] Compiling ExExpress Express.swift
[65/70] Compiling ExExpress GWritableStreamType.swift
[66/70] Compiling ExExpress WritableByteStreamType.swift
[67/70] Compiling ExExpress WritableStreams.swift
[68/70] Compiling ExExpress time.swift
[69/70] Compiling ExExpress timespec.swift
[70/70] Compiling ExExpress timeval_any.swift
[71/79] Compiling ApacheExpress3 ApacheExpressHandler.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[72/79] Compiling ApacheExpress3 ApacheIncomingMessage.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[73/79] Compiling ApacheExpress3 ApacheMessageBase.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[74/79] Compiling ApacheExpress3 ApacheServer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[75/80] Compiling ApacheExpress3 ReExport.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[76/80] Compiling ApacheExpress3 ApacheConsole.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[77/80] Compiling ApacheExpress3 ApacheExpress3.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/80] Emitting module ApacheExpress3
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[79/80] Compiling ApacheExpress3 ApacheReloadMiddleware.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[80/80] Compiling ApacheExpress3 ApacheServerResponse.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
error: fatalError
Fetching https://github.com/modswift/ExExpress.git from cache
Fetching https://github.com/modswift/CApache.git from cache
Fetched https://github.com/modswift/ExExpress.git (0.22s)
Fetched https://github.com/modswift/CApache.git (0.22s)
Computing version for https://github.com/modswift/CApache.git
Computed https://github.com/modswift/CApache.git at 2.0.2 (0.47s)
Computing version for https://github.com/modswift/ExExpress.git
Computed https://github.com/modswift/ExExpress.git at 0.7.2 (0.41s)
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 (0.38s)
Fetched https://github.com/AlwaysRightInstitute/mustache.git (0.38s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (0.02s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.01s)
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/CApache.git
Working copy of https://github.com/modswift/CApache.git resolved at 2.0.2
Creating working copy for https://github.com/modswift/ExExpress.git
Working copy of https://github.com/modswift/ExExpress.git resolved at 0.7.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
[0/1] Planning build
Building for debugging...
[1/9] Compiling ApacheExpress3 ApacheMessageBase.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[2/10] Compiling ApacheExpress3 ReExport.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[3/10] Compiling ApacheExpress3 ApacheExpressHandler.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[4/10] Compiling ApacheExpress3 ApacheServer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[5/10] Compiling ApacheExpress3 ApacheIncomingMessage.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[6/10] Compiling ApacheExpress3 ApacheReloadMiddleware.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module ApacheExpress3
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[8/10] Compiling ApacheExpress3 ApacheConsole.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[9/10] Compiling ApacheExpress3 ApacheExpress3.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
[10/10] Compiling ApacheExpress3 ApacheServerResponse.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "CApache2Shim.h"
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CApache/Sources/CApache/CApache2Shim.h:4:10: error: 'Apache2Shim.h' file not found
#include "Apache2Shim.h"
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ApacheExpress3/ApacheConsole.swift:7:8: error: could not build Objective-C module 'CApache'
import CApache
       ^
error: fatalError
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 5.9 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.