The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BearerTokenAuthMiddleware, reference main (9206ac), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:25:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelamj/BearerTokenAuthMiddleware.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelamj/BearerTokenAuthMiddleware
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9206ac1 chore: add blog post draft
Cloned https://github.com/mihaelamj/BearerTokenAuthMiddleware.git
Revision (git rev-parse @):
9206ac13db1f24b376d2718a9cd234dbcdf710b5
SUCCESS checkout https://github.com/mihaelamj/BearerTokenAuthMiddleware.git at main
Fetching https://github.com/apple/swift-openapi-runtime
[1/6550] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.14s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.79s)
Fetching https://github.com/apple/swift-http-types
[1/1013] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.82s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.45s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.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": "bearertokenauthmiddleware",
      "name": "BearerTokenAuthMiddleware",
      "url": "https://github.com/mihaelamj/BearerTokenAuthMiddleware.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BearerTokenAuthMiddleware",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-openapi-runtime",
          "name": "swift-openapi-runtime",
          "url": "https://github.com/apple/swift-openapi-runtime",
          "version": "1.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-openapi-runtime",
          "traits": [
            "FullFoundation"
          ],
          "dependencies": [
            {
              "identity": "swift-http-types",
              "name": "swift-http-types",
              "url": "https://github.com/apple/swift-http-types",
              "version": "1.5.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mihaelamj/BearerTokenAuthMiddleware.git
[1/22] Fetching bearertokenauthmiddleware
Fetched https://github.com/mihaelamj/BearerTokenAuthMiddleware.git from cache (0.54s)
Fetching https://github.com/apple/swift-openapi-runtime from cache
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.45s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (0.53s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.42s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.48s)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/mihaelamj/BearerTokenAuthMiddleware.git
Working copy of https://github.com/mihaelamj/BearerTokenAuthMiddleware.git resolved at main (9206ac1)
warning: '.resolve-product-dependencies': dependency 'bearertokenauthmiddleware' is not used by any target
Found 1 product dependencies
  - swift-openapi-runtime
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mihaelamj/BearerTokenAuthMiddleware.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/14] Compiling HTTPTypes HTTPRequest.swift
[6/14] Compiling HTTPTypes ISOLatin1String.swift
[7/14] Compiling HTTPTypes NIOLock.swift
[8/14] Compiling HTTPTypes HTTPResponse.swift
[9/14] Compiling HTTPTypes HTTPParsedFields.swift
[10/14] Compiling HTTPTypes HTTPFields.swift
[11/14] Compiling HTTPTypes HTTPFieldName.swift
[12/14] Compiling HTTPTypes HTTPField.swift
[13/14] Compiling HTTPTypes HTTPRequest+URL.swift
[14/14] Emitting module HTTPTypes
[15/78] Emitting module OpenAPIRuntime
[16/85] Compiling OpenAPIRuntime OpenAPIValue.swift
[17/85] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[18/85] Compiling OpenAPIRuntime UndocumentedPayload.swift
[19/85] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[20/85] Compiling OpenAPIRuntime CodableExtensions.swift
[21/85] Compiling OpenAPIRuntime Configuration.swift
[22/85] Compiling OpenAPIRuntime Converter+Client.swift
[23/85] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[24/85] Compiling OpenAPIRuntime ClientTransport.swift
[25/85] Compiling OpenAPIRuntime CurrencyTypes.swift
[26/85] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[27/85] Compiling OpenAPIRuntime HTTPBody.swift
[28/85] Compiling OpenAPIRuntime SendableMetatype.swift
[29/85] Compiling OpenAPIRuntime ServerTransport.swift
[30/85] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[31/85] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[32/85] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[33/85] Compiling OpenAPIRuntime MultipartValidation.swift
[34/85] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[35/85] Compiling OpenAPIRuntime URICodeCodingKey.swift
[36/85] Compiling OpenAPIRuntime URICoderConfiguration.swift
[37/85] Compiling OpenAPIRuntime UniversalClient.swift
[38/85] Compiling OpenAPIRuntime UniversalServer.swift
[39/85] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[40/85] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[41/85] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[42/85] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[43/85] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[44/85] Compiling OpenAPIRuntime URIEncodedNode.swift
[45/85] Compiling OpenAPIRuntime URIParsedTypes.swift
[46/85] Compiling OpenAPIRuntime URIDecoder.swift
[47/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[48/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[49/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[50/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[51/85] Compiling OpenAPIRuntime Acceptable.swift
[52/85] Compiling OpenAPIRuntime Base64EncodedData.swift
[53/85] Compiling OpenAPIRuntime ByteUtilities.swift
[54/85] Compiling OpenAPIRuntime ContentDisposition.swift
[55/85] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[56/85] Compiling OpenAPIRuntime Lock.swift
[57/85] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[58/85] Compiling OpenAPIRuntime ServerVariable.swift
[59/85] Compiling OpenAPIRuntime URLExtensions.swift
[60/85] Compiling OpenAPIRuntime Deprecated.swift
[61/85] Compiling OpenAPIRuntime ClientError.swift
[62/85] Compiling OpenAPIRuntime CodingErrors.swift
[63/85] Compiling OpenAPIRuntime RuntimeError.swift
[64/85] Compiling OpenAPIRuntime ServerError.swift
[65/85] Compiling OpenAPIRuntime Converter+Common.swift
[66/85] Compiling OpenAPIRuntime Converter+Server.swift
[67/85] Compiling OpenAPIRuntime Converter.swift
[68/85] Compiling OpenAPIRuntime CurrencyExtensions.swift
[69/85] Compiling OpenAPIRuntime ErrorExtensions.swift
[70/85] Compiling OpenAPIRuntime FoundationExtensions.swift
[71/85] Compiling OpenAPIRuntime ParameterStyles.swift
[72/85] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[73/85] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[74/85] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[75/85] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[76/85] Compiling OpenAPIRuntime ServerSentEvents.swift
[77/85] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[78/85] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[79/85] Compiling OpenAPIRuntime URIEncoder.swift
[80/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[81/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[82/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[83/85] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[84/85] Compiling OpenAPIRuntime URIParser.swift
[85/85] Compiling OpenAPIRuntime URISerializer.swift
[86/87] Compiling BearerTokenAuthMiddleware BearerTokenAuthenticationMiddleware.swift
[87/87] Emitting module BearerTokenAuthMiddleware
Build complete! (11.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    }
  ],
  "manifest_display_name" : "BearerTokenAuthMiddleware",
  "name" : "BearerTokenAuthMiddleware",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "BearerTokenAuthMiddleware",
      "targets" : [
        "BearerTokenAuthMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BearerTokenAuthMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "BearerTokenAuthMiddleware",
      "path" : "Sources/BearerTokenAuthMiddleware",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "BearerTokenAuthMiddleware"
      ],
      "sources" : [
        "BearerTokenAuthenticationMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.