Build Information
Successful build of swift-http-types, reference main (fd0c52), with Swift 6.0 for macOS (SPM) on 24 Nov 2025 14:04:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-http-types.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-http-types
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd0c521 Remove soundness.sh script instructions from CONTRIBUTING.md (#110)
Cloned https://github.com/apple/swift-http-types.git
Revision (git rev-parse @):
fd0c5215e373ff7a6242fa01a884051ddcefafdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-http-types.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-http-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/13] Compiling HTTPTypes HTTPResponse.swift
[5/13] Compiling HTTPTypes NIOLock.swift
[6/13] Compiling HTTPTypes ISOLatin1String.swift
[7/13] Compiling HTTPTypes HTTPRequest.swift
[8/13] Compiling HTTPTypes HTTPParsedFields.swift
[9/13] Compiling HTTPTypes HTTPFields.swift
[10/13] Compiling HTTPTypes HTTPField.swift
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Emitting module HTTPTypes
[13/13] Compiling HTTPTypes HTTPRequest+URL.swift
[14/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[15/19] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[16/19] Emitting module HTTPTypesFoundation
[17/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[18/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[19/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
Build complete! (5.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-http-types",
"name" : "swift-http-types",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTTPTypes",
"targets" : [
"HTTPTypes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTTPTypesFoundation",
"targets" : [
"HTTPTypesFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPTypesTests",
"module_type" : "SwiftTarget",
"name" : "HTTPTypesTests",
"path" : "Tests/HTTPTypesTests",
"sources" : [
"HTTPTypesTests.swift",
"HTTPTypesURLTests.swift"
],
"target_dependencies" : [
"HTTPTypes"
],
"type" : "test"
},
{
"c99name" : "HTTPTypesFoundationTests",
"module_type" : "SwiftTarget",
"name" : "HTTPTypesFoundationTests",
"path" : "Tests/HTTPTypesFoundationTests",
"sources" : [
"HTTPTypesFoundationTests.swift"
],
"target_dependencies" : [
"HTTPTypesFoundation"
],
"type" : "test"
},
{
"c99name" : "HTTPTypesFoundation",
"module_type" : "SwiftTarget",
"name" : "HTTPTypesFoundation",
"path" : "Sources/HTTPTypesFoundation",
"product_memberships" : [
"HTTPTypesFoundation"
],
"sources" : [
"HTTPTypes+ISOLatin1.swift",
"HTTPTypesFoundation.swift",
"URLRequest+HTTPTypes.swift",
"URLResponse+HTTPTypes.swift",
"URLSession+HTTPTypes.swift"
],
"target_dependencies" : [
"HTTPTypes"
],
"type" : "library"
},
{
"c99name" : "HTTPTypes",
"module_type" : "SwiftTarget",
"name" : "HTTPTypes",
"path" : "Sources/HTTPTypes",
"product_memberships" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"sources" : [
"HTTPField.swift",
"HTTPFieldName.swift",
"HTTPFields.swift",
"HTTPParsedFields.swift",
"HTTPRequest+URL.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"ISOLatin1String.swift",
"NIOLock.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.