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 KituraContracts, reference 2.0.1 (6edf7a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:58:20 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/KituraContracts.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/KituraContracts
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 6edf7ac Update dependency version (#62)
Cloned https://github.com/Kitura/KituraContracts.git
Revision (git rev-parse @):
6edf7ac3dd2b3a2c61284778d430bbad7d8a6f23
SUCCESS checkout https://github.com/Kitura/KituraContracts.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/KituraContracts.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling Logging MetadataProvider.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Logging.swift
[8/9] Compiling Logging Locks.swift
[9/9] Compiling Logging LogHandler.swift
[10/11] Compiling LoggerAPI Logger.swift
[11/11] Emitting module LoggerAPI
[12/21] Compiling KituraContracts Extensions.swift
[13/21] Compiling KituraContracts BodyEncoder.swift
[14/21] Emitting module KituraContracts
[15/21] Compiling KituraContracts Contracts.swift
[16/21] Compiling KituraContracts BodyFormat.swift
[17/21] Compiling KituraContracts BodyDecoder.swift
[18/21] Compiling KituraContracts Coder.swift
[19/21] Compiling KituraContracts QueryEncoder.swift
[20/21] Compiling KituraContracts ClosureAliases.swift
[21/21] Compiling KituraContracts QueryDecoder.swift
Build complete! (9.21s)
Fetching https://github.com/Kitura/LoggerAPI.git
[16/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.91s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.45s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.58s)
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/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/LoggerAPI.git"
    }
  ],
  "manifest_display_name" : "KituraContracts",
  "name" : "KituraContracts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KituraContracts",
      "targets" : [
        "KituraContracts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KituraContractsTests",
      "module_type" : "SwiftTarget",
      "name" : "KituraContractsTests",
      "path" : "Tests/KituraContractsTests",
      "sources" : [
        "KituraContractsTests.swift",
        "Models.swift",
        "QueryCoderTests.swift",
        "StringExtensionTests.swift"
      ],
      "target_dependencies" : [
        "KituraContracts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KituraContracts",
      "module_type" : "SwiftTarget",
      "name" : "KituraContracts",
      "path" : "Sources/KituraContracts",
      "product_dependencies" : [
        "LoggerAPI"
      ],
      "product_memberships" : [
        "KituraContracts"
      ],
      "sources" : [
        "BodyDecoder.swift",
        "BodyEncoder.swift",
        "BodyFormat.swift",
        "ClosureAliases.swift",
        "CodableQuery/Coder.swift",
        "CodableQuery/Extensions.swift",
        "CodableQuery/QueryDecoder.swift",
        "CodableQuery/QueryEncoder.swift",
        "Contracts.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.