Build Information
Successful build of KituraContracts, reference master (043caa), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 11:34:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/KituraContracts.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/KituraContracts
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 043caa4 README: Update shields to use Swift Package Index
Cloned https://github.com/Kitura/KituraContracts.git
Revision (git rev-parse @):
043caa4530baa5835f6549205e031efa21f9f0e1
SUCCESS checkout https://github.com/Kitura/KituraContracts.git at master
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.98s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.67s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.74s)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git 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": "kituracontracts",
"name": "KituraContracts",
"url": "https://github.com/Kitura/KituraContracts.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KituraContracts",
"traits": [
"default"
],
"dependencies": [
{
"identity": "loggerapi",
"name": "LoggerAPI",
"url": "https://github.com/Kitura/LoggerAPI.git",
"version": "2.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoggerAPI",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.11.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/Kitura/KituraContracts.git
[1/2546] Fetching kituracontracts
Fetched https://github.com/Kitura/KituraContracts.git from cache (1.29s)
Fetching https://github.com/Kitura/LoggerAPI.git from cache
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.57s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.65s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.62s)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/Kitura/KituraContracts.git
Working copy of https://github.com/Kitura/KituraContracts.git resolved at master (043caa4)
warning: '.resolve-product-dependencies': dependency 'kituracontracts' is not used by any target
Found 1 product dependencies
- LoggerAPI
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Kitura/KituraContracts.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/10] Compiling Logging MetadataProvider.swift
[6/10] Compiling Logging Logging.swift
[7/10] Compiling Logging LogHandler.swift
[8/10] Emitting module Logging
[9/10] Compiling Logging LogEvent.swift
[10/10] Compiling Logging Locks.swift
[11/12] Emitting module LoggerAPI
[12/12] Compiling LoggerAPI Logger.swift
[13/22] Compiling KituraContracts Contracts.swift
[14/22] Compiling KituraContracts QueryDecoder.swift
[15/22] Emitting module KituraContracts
[16/22] Compiling KituraContracts ClosureAliases.swift
[17/22] Compiling KituraContracts BodyFormat.swift
[18/22] Compiling KituraContracts BodyEncoder.swift
[19/22] Compiling KituraContracts Extensions.swift
[20/22] Compiling KituraContracts QueryEncoder.swift
[21/22] Compiling KituraContracts BodyDecoder.swift
[22/22] Compiling KituraContracts Coder.swift
Build complete! (6.60s)
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.