The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of KituraCORS, reference 2.1.201 (fd98bd), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:12:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-CORS.git
Reference: 2.1.201
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/Kitura-CORS
 * tag               2.1.201    -> FETCH_HEAD
HEAD is now at fd98bd7 Add sameAsOrigin in AllowedOrigins (#45)
Cloned https://github.com/Kitura/Kitura-CORS.git
Revision (git rev-parse @):
fd98bd76a458a7530866a465b5b4b558ffbc5198
SUCCESS checkout https://github.com/Kitura/Kitura-CORS.git at 2.1.201
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/Kitura-CORS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[10/13] Write swift-version-1EA4D86E10B52AF.txt
[11/27] Compiling CHTTPParser utils.c
[12/27] Compiling CHTTPParser http_parser.c
[14/27] Compiling KituraTemplateEngine TemplateEngine.swift
[15/27] Emitting module KituraTemplateEngine
[16/27] Compiling Logging MetadataProvider.swift
[17/27] Compiling Logging Logging.swift
[18/27] Compiling Logging LogHandler.swift
[19/27] Compiling Logging Locks.swift
[20/27] Emitting module Logging
[21/29] Emitting module LoggerAPI
[22/29] Compiling LoggerAPI Logger.swift
[23/39] Compiling TypeDecoder OrderedDictionary.swift
[24/39] Compiling TypeDecoder TypeDecoder.swift
[25/39] Emitting module TypeDecoder
[26/39] Compiling Socket SocketUtils.swift
[27/39] Emitting module Socket
[28/39] Compiling Socket SocketProtocols.swift
[29/39] Compiling Socket Socket.swift
[30/42] Compiling SSLService SSLPointerTricks.swift
[31/42] Emitting module KituraContracts
[32/42] Compiling KituraContracts BodyEncoder.swift
[33/42] Compiling KituraContracts BodyDecoder.swift
[34/42] Compiling KituraContracts Coder.swift
[35/42] Compiling KituraContracts BodyFormat.swift
[36/42] Compiling KituraContracts QueryDecoder.swift
[37/42] Compiling KituraContracts Extensions.swift
[38/42] Compiling KituraContracts Contracts.swift
[39/42] Compiling KituraContracts ClosureAliases.swift
[40/42] Compiling KituraContracts QueryEncoder.swift
[41/42] Emitting module SSLService
[42/42] Compiling SSLService SSLService.swift
[43/77] Compiling KituraNet ServerLifecycleListener.swift
[44/77] Compiling KituraNet ServerMonitor.swift
[45/77] Compiling KituraNet ServerState.swift
[46/80] Emitting module KituraNet
[47/80] Compiling KituraNet ServerOptions.swift
[48/80] Compiling KituraNet ServerRequest.swift
[49/80] Compiling KituraNet ServerResponse.swift
[50/80] Compiling KituraNet IncomingSocketManager.swift
[51/80] Compiling KituraNet IncomingSocketProcessor.swift
[52/80] Compiling KituraNet IncomingSocketProcessorCreator.swift
[53/80] Compiling KituraNet ListenerGroup.swift
[54/80] Compiling KituraNet IncomingHTTPSocketProcessor.swift
[55/80] Compiling KituraNet KeepAliveState.swift
[56/80] Compiling KituraNet HTTPParser.swift
[57/80] Compiling KituraNet HTTPParserStatus.swift
[58/80] Compiling KituraNet SPIUtils.swift
[59/80] Compiling KituraNet Server.swift
[60/80] Compiling KituraNet ServerDelegate.swift
[61/80] Compiling KituraNet HTTP.swift
[62/80] Compiling KituraNet HTTPServer.swift
[63/80] Compiling KituraNet HTTPServerRequest.swift
[64/80] Compiling KituraNet HTTPServerResponse.swift
[65/80] Compiling KituraNet ConnectionUpgrader.swift
[66/80] Compiling KituraNet Error.swift
[67/80] Compiling KituraNet FastCGI.swift
[68/80] Compiling KituraNet FastCGIRecordCreate.swift
[69/80] Compiling KituraNet ParseResults.swift
[70/80] Compiling KituraNet URLParser.swift
[71/80] Compiling KituraNet HeadersContainer.swift
[72/80] Compiling KituraNet IncomingSocketHandler.swift
[73/80] Compiling KituraNet BufferList.swift
[74/80] Compiling KituraNet ClientRequest.swift
[75/80] Compiling KituraNet ClientResponse.swift
[76/80] Compiling KituraNet ConnectionUpgradeFactory.swift
[77/80] Compiling KituraNet FastCGIRecordParser.swift
[78/80] Compiling KituraNet FastCGIServer.swift
[79/80] Compiling KituraNet FastCGIServerRequest.swift
[80/80] Compiling KituraNet FastCGIServerResponse.swift
[81/130] Compiling Kitura ParsedBody.swift
[82/130] Compiling Kitura Part.swift
[83/130] Compiling Kitura RawBodyParser.swift
[84/130] Compiling Kitura TextBodyParser.swift
[85/130] Compiling Kitura URLEncodedBodyParser.swift
[86/135] Compiling Kitura TypeSafeMiddleware.swift
[87/135] Compiling Kitura BodyParser.swift
[88/135] Compiling Kitura BodyParserProtocol.swift
[89/135] Compiling Kitura JSONBodyParser.swift
[90/135] Compiling Kitura MultiPartBodyParser.swift
[91/135] Emitting module Kitura
[92/135] Compiling Kitura FileServer.swift
[93/135] Compiling Kitura RangeHeader.swift
[94/135] Compiling Kitura ResourcePathHandler.swift
[95/135] Compiling Kitura ResponseHeadersSetter.swift
[96/135] Compiling Kitura StaticFileServer.swift
[97/135] Compiling Kitura RouterMiddlewareGenerator.swift
[98/135] Compiling Kitura RouterMiddlewareWalker.swift
[99/135] Compiling Kitura RouterParameterWalker.swift
[100/135] Compiling Kitura RouterRequest.swift
[101/135] Compiling Kitura RouterResponse.swift
[102/135] Compiling Kitura RouterElementWalker.swift
[103/135] Compiling Kitura RouterHTTPVerbs+Error.swift
[104/135] Compiling Kitura RouterHTTPVerbs_generated.swift
[105/135] Compiling Kitura RouterHandler.swift
[106/135] Compiling Kitura RouterMethod.swift
[107/135] Compiling Kitura RouterMiddleware.swift
[108/135] Compiling Kitura AdditionalCookieAttribute.swift
[109/135] Compiling Kitura CodableRouter+TypeSafeMiddleware.swift
[110/135] Compiling Kitura CodableRouter.swift
[111/135] Compiling Kitura DecodingError+Extensions.swift
[112/135] Compiling Kitura Error.swift
[113/135] Compiling Kitura FileResourceServer.swift
[114/135] Compiling Kitura HTTPStatusCode.swift
[115/135] Compiling Kitura HTTPVersion.swift
[116/135] Compiling Kitura Headers.swift
[117/135] Compiling Kitura InternalError.swift
[118/135] Compiling Kitura JSONPError.swift
[119/135] Compiling Kitura Kitura+Logging.swift
[120/135] Compiling Kitura ContentType.swift
[121/135] Compiling Kitura MediaType.swift
[122/135] Compiling Kitura types.swift
[123/135] Compiling Kitura CacheRelatedHeadersSetter.swift
[124/135] Compiling Kitura CompositeHeadersSetter.swift
[125/135] Compiling Kitura SSLConfig.swift
[126/135] Compiling Kitura Stack.swift
[127/135] Compiling Kitura String+Extensions.swift
[128/135] Compiling Kitura SwaggerGenerator.swift
[129/135] Compiling Kitura TemplatingError.swift
[130/135] Compiling Kitura Kitura.swift
[131/135] Compiling Kitura LinkParameter.swift
[132/135] Compiling Kitura MimeTypeAcceptor.swift
[133/135] Compiling Kitura RouteRegex.swift
[134/135] Compiling Kitura Router.swift
[135/135] Compiling Kitura RouterElement.swift
[136/139] Compiling KituraCORS Options.swift
[137/139] Compiling KituraCORS AllowedOrigins.swift
[138/139] Compiling KituraCORS CORS.swift
[139/139] Emitting module KituraCORS
Build complete! (21.19s)
Fetching https://github.com/Kitura/Kitura.git
[1/16909] Fetching kitura
Fetched https://github.com/Kitura/Kitura.git from cache (1.71s)
Computing version for https://github.com/Kitura/Kitura.git
Computed https://github.com/Kitura/Kitura.git at 2.9.200 (2.29s)
Fetching https://github.com/Kitura/KituraContracts.git
Fetching https://github.com/Kitura/Kitura-TemplateEngine.git
Fetching https://github.com/Kitura/TypeDecoder.git
Fetching https://github.com/Kitura/Kitura-net.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
[40/1209] Fetching loggerapi, kitura-templateengine
[245/3755] Fetching loggerapi, kitura-templateengine, kituracontracts
[296/4214] Fetching loggerapi, kitura-templateengine, kituracontracts, typedecoder
[398/8050] Fetching loggerapi, kitura-templateengine, kituracontracts, typedecoder, swift-log
[1007/17594] Fetching loggerapi, kitura-templateengine, kituracontracts, typedecoder, swift-log, kitura-net
Fetched https://github.com/Kitura/Kitura-TemplateEngine.git from cache (0.92s)
[4510/17156] Fetching loggerapi, kituracontracts, typedecoder, swift-log, kitura-net
Fetched https://github.com/Kitura/KituraContracts.git from cache (1.24s)
[8025/14610] Fetching loggerapi, typedecoder, swift-log, kitura-net
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.44s)
Fetched https://github.com/Kitura/TypeDecoder.git from cache (1.44s)
Fetched https://github.com/apple/swift-log.git from cache (1.44s)
Fetched https://github.com/Kitura/Kitura-net.git from cache (1.44s)
Computing version for https://github.com/Kitura/Kitura-TemplateEngine.git
Computed https://github.com/Kitura/Kitura-TemplateEngine.git at 2.0.200 (1.97s)
Computing version for https://github.com/Kitura/Kitura-net.git
Computed https://github.com/Kitura/Kitura-net.git at 2.4.200 (0.52s)
Fetching https://github.com/Kitura/BlueSSLService.git
Fetching https://github.com/Kitura/BlueSocket.git
[1/2942] Fetching bluesocket
[766/5019] Fetching bluesocket, bluesslservice
Fetched https://github.com/Kitura/BlueSSLService.git from cache (1.15s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (1.15s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.68s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 1.0.200 (0.53s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.200 (0.51s)
Computing version for https://github.com/Kitura/TypeDecoder.git
Computed https://github.com/Kitura/TypeDecoder.git at 1.3.201 (0.50s)
Computing version for https://github.com/Kitura/KituraContracts.git
Computed https://github.com/Kitura/KituraContracts.git at 1.2.201 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Creating working copy for https://github.com/Kitura/KituraContracts.git
Working copy of https://github.com/Kitura/KituraContracts.git resolved at 1.2.201
Creating working copy for https://github.com/Kitura/Kitura-net.git
Working copy of https://github.com/Kitura/Kitura-net.git resolved at 2.4.200
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at 1.0.200
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/Kitura/Kitura.git
Working copy of https://github.com/Kitura/Kitura.git resolved at 2.9.200
Creating working copy for https://github.com/Kitura/TypeDecoder.git
Working copy of https://github.com/Kitura/TypeDecoder.git resolved at 1.3.201
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 1.0.200
Creating working copy for https://github.com/Kitura/Kitura-TemplateEngine.git
Working copy of https://github.com/Kitura/Kitura-TemplateEngine.git resolved at 2.0.200
Build complete.
{
  "dependencies" : [
    {
      "identity" : "kitura",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.200",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Kitura.git"
    }
  ],
  "manifest_display_name" : "KituraCORS",
  "name" : "KituraCORS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KituraCORS",
      "targets" : [
        "KituraCORS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KituraCORSTests",
      "module_type" : "SwiftTarget",
      "name" : "KituraCORSTests",
      "path" : "Tests/KituraCORSTests",
      "sources" : [
        "KituraTest.swift",
        "TestBasicCORS.swift",
        "TestCORSOptions.swift"
      ],
      "target_dependencies" : [
        "KituraCORS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KituraCORS",
      "module_type" : "SwiftTarget",
      "name" : "KituraCORS",
      "path" : "Sources/KituraCORS",
      "product_dependencies" : [
        "Kitura"
      ],
      "product_memberships" : [
        "KituraCORS"
      ],
      "sources" : [
        "AllowedOrigins.swift",
        "CORS.swift",
        "Options.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.