The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftForgejo, reference 3.0.0+forgejo-15.0.1-gitea-1.22.0 (1719eb), with Swift 6.1 for macOS (SPM) on 3 May 2026 19:02:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/SwiftForgejo.git
Reference: 3.0.0+forgejo-15.0.1-gitea-1.22.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/laosb/SwiftForgejo
 * tag               3.0.0+forgejo-15.0.1-gitea-1.22.0 -> FETCH_HEAD
HEAD is now at 1719eb4 chore: update README
Cloned https://github.com/laosb/SwiftForgejo.git
Revision (git rev-parse @):
1719eb4b46a476205c3c9793c3cdec8ffecb98f8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/laosb/SwiftForgejo.git at 3.0.0+forgejo-15.0.1-gitea-1.22.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/laosb/SwiftForgejo.git
https://github.com/laosb/SwiftForgejo.git
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    }
  ],
  "manifest_display_name" : "SwiftForgejo",
  "name" : "SwiftForgejo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Forgejo",
      "targets" : [
        "Forgejo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ForgejoTests",
      "module_type" : "SwiftTarget",
      "name" : "ForgejoTests",
      "path" : "Tests/ForgejoTests",
      "sources" : [
        "ForgejoTests.swift"
      ],
      "target_dependencies" : [
        "Forgejo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ForgejoAPI",
      "module_type" : "SwiftTarget",
      "name" : "ForgejoAPI",
      "path" : "Sources/ForgejoAPI",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Forgejo"
      ],
      "sources" : [
        "Client.swift",
        "ForgejoAPI.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Forgejo",
      "module_type" : "SwiftTarget",
      "name" : "Forgejo",
      "path" : "Sources/Forgejo",
      "product_memberships" : [
        "Forgejo"
      ],
      "sources" : [
        "ForgejoAuthCredentials.swift",
        "ForgejoAuthMiddleware.swift"
      ],
      "target_dependencies" : [
        "ForgejoAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/9] Write sources
[8/9] Write swift-version-2F0A5646E1D333AE.txt
[10/19] Compiling HTTPTypes NIOLock.swift
[11/19] Compiling HTTPTypes HTTPRequest.swift
[12/19] Compiling HTTPTypes HTTPResponse.swift
[13/19] Compiling HTTPTypes ISOLatin1String.swift
[14/19] Compiling HTTPTypes HTTPFieldName.swift
[15/19] Compiling HTTPTypes HTTPFields.swift
[16/19] Compiling HTTPTypes HTTPField.swift
[17/19] Emitting module HTTPTypes
[18/19] Compiling HTTPTypes HTTPParsedFields.swift
[19/19] Compiling HTTPTypes HTTPRequest+URL.swift
[20/83] Compiling OpenAPIRuntime Converter+Common.swift
[21/83] Compiling OpenAPIRuntime Converter+Server.swift
[22/83] Compiling OpenAPIRuntime Converter.swift
[23/83] Compiling OpenAPIRuntime CurrencyExtensions.swift
[24/83] Compiling OpenAPIRuntime ErrorExtensions.swift
[25/83] Compiling OpenAPIRuntime FoundationExtensions.swift
[26/83] Compiling OpenAPIRuntime ParameterStyles.swift
[27/90] Compiling OpenAPIRuntime OpenAPIValue.swift
[28/90] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[29/90] Compiling OpenAPIRuntime UndocumentedPayload.swift
[30/90] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[31/90] Compiling OpenAPIRuntime CodableExtensions.swift
[32/90] Compiling OpenAPIRuntime Configuration.swift
[33/90] Compiling OpenAPIRuntime Converter+Client.swift
[34/90] Emitting module OpenAPIRuntime
[35/90] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[36/90] Compiling OpenAPIRuntime ClientTransport.swift
[37/90] Compiling OpenAPIRuntime CurrencyTypes.swift
[38/90] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[39/90] Compiling OpenAPIRuntime HTTPBody.swift
[40/90] Compiling OpenAPIRuntime SendableMetatype.swift
[41/90] Compiling OpenAPIRuntime ServerTransport.swift
[42/90] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[43/90] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[44/90] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[45/90] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[46/90] Compiling OpenAPIRuntime ServerSentEvents.swift
[47/90] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[48/90] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[49/90] Compiling OpenAPIRuntime ServerVariable.swift
[50/90] Compiling OpenAPIRuntime URLExtensions.swift
[51/90] Compiling OpenAPIRuntime Deprecated.swift
[52/90] Compiling OpenAPIRuntime ClientError.swift
[53/90] Compiling OpenAPIRuntime CodingErrors.swift
[54/90] Compiling OpenAPIRuntime RuntimeError.swift
[55/90] Compiling OpenAPIRuntime ServerError.swift
[56/90] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[57/90] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[58/90] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[59/90] Compiling OpenAPIRuntime MultipartValidation.swift
[60/90] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[61/90] Compiling OpenAPIRuntime URICodeCodingKey.swift
[62/90] Compiling OpenAPIRuntime URICoderConfiguration.swift
[63/90] Compiling OpenAPIRuntime Acceptable.swift
[64/90] Compiling OpenAPIRuntime Base64EncodedData.swift
[65/90] Compiling OpenAPIRuntime ByteUtilities.swift
[66/90] Compiling OpenAPIRuntime ContentDisposition.swift
[67/90] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[68/90] Compiling OpenAPIRuntime Lock.swift
[69/90] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[70/90] Compiling OpenAPIRuntime UniversalClient.swift
[71/90] Compiling OpenAPIRuntime UniversalServer.swift
[72/90] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[73/90] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[74/90] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[75/90] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[76/90] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[77/90] Compiling OpenAPIRuntime URIEncodedNode.swift
[78/90] Compiling OpenAPIRuntime URIParsedTypes.swift
[79/90] Compiling OpenAPIRuntime URIDecoder.swift
[80/90] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[81/90] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[82/90] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[83/90] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[84/90] Compiling OpenAPIRuntime URIEncoder.swift
[85/90] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[86/90] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[87/90] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[88/90] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[89/90] Compiling OpenAPIRuntime URIParser.swift
[90/90] Compiling OpenAPIRuntime URISerializer.swift
[91/94] Compiling ForgejoAPI ForgejoAPI.swift
[92/94] Compiling ForgejoAPI Types.swift
[93/94] Compiling ForgejoAPI Client.swift
[94/94] Emitting module ForgejoAPI
[95/97] Compiling Forgejo ForgejoAuthMiddleware.swift
[96/97] Emitting module Forgejo
[97/97] Compiling Forgejo ForgejoAuthCredentials.swift
Build complete! (107.21s)
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/apple/swift-openapi-runtime
[1/6608] Fetching swift-openapi-runtime
[662/24131] Fetching swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (1.37s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.37s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.87s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.71s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.12.0 (3.97s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/150062] Fetching openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (1.48s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (25.07s)
Fetched https://github.com/apple/swift-algorithms from cache (25.08s)
Fetched https://github.com/jpsim/Yams from cache (25.10s)
Fetched https://github.com/apple/swift-collections from cache (25.14s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (27.68s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.28s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.49s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.45s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.46s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.12.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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    }
  ],
  "manifest_display_name" : "SwiftForgejo",
  "name" : "SwiftForgejo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Forgejo",
      "targets" : [
        "Forgejo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ForgejoTests",
      "module_type" : "SwiftTarget",
      "name" : "ForgejoTests",
      "path" : "Tests/ForgejoTests",
      "sources" : [
        "ForgejoTests.swift"
      ],
      "target_dependencies" : [
        "Forgejo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ForgejoAPI",
      "module_type" : "SwiftTarget",
      "name" : "ForgejoAPI",
      "path" : "Sources/ForgejoAPI",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Forgejo"
      ],
      "sources" : [
        "Client.swift",
        "ForgejoAPI.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Forgejo",
      "module_type" : "SwiftTarget",
      "name" : "Forgejo",
      "path" : "Sources/Forgejo",
      "product_memberships" : [
        "Forgejo"
      ],
      "sources" : [
        "ForgejoAuthCredentials.swift",
        "ForgejoAuthMiddleware.swift"
      ],
      "target_dependencies" : [
        "ForgejoAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.