Build Information
Successful build of Plug, reference 1.0.1 (b6af31), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 22:20:04 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/bengottlieb/plug.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bengottlieb/plug
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at b6af31a Merge branch 'master' of github.com:bengottlieb/Plug
Cloned https://github.com/bengottlieb/plug.git
Revision (git rev-parse @):
b6af31a11c516000182af73a8333306c1d4b65ba
SUCCESS checkout https://github.com/bengottlieb/plug.git at 1.0.1
========================================
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": "plug",
"name": "Plug",
"url": "https://github.com/bengottlieb/plug.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/plug",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/bengottlieb/plug.git
[1/2773] Fetching plug
Fetched https://github.com/bengottlieb/plug.git from cache (2.04s)
Creating working copy for https://github.com/bengottlieb/plug.git
Working copy of https://github.com/bengottlieb/plug.git resolved at 1.0.1 (b6af31a)
warning: '.resolve-product-dependencies': dependency 'plug' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/bengottlieb/plug.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/23] Compiling Plug PlugConnection.swift
/Users/admin/builder/spi-builder-workspace/Source/Plug/PlugConnection.swift:14:1: warning: extension declares a conformance of imported type 'CachePolicy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | public typealias PlugJSONCompletionClosure = (Connection, JSONDictionary) -> Void
13 |
14 | extension URLRequest.CachePolicy : Codable {}
| |- warning: extension declares a conformance of imported type 'CachePolicy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 |
16 | public class Connection: Hashable, CustomStringConvertible, Codable {
[4/23] Compiling Plug PlugCredentials.swift
/Users/admin/builder/spi-builder-workspace/Source/Plug/PlugConnection.swift:14:1: warning: extension declares a conformance of imported type 'CachePolicy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | public typealias PlugJSONCompletionClosure = (Connection, JSONDictionary) -> Void
13 |
14 | extension URLRequest.CachePolicy : Codable {}
| |- warning: extension declares a conformance of imported type 'CachePolicy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 |
16 | public class Connection: Hashable, CustomStringConvertible, Codable {
[5/23] Compiling Plug NSURLRequest+Plug.swift
[6/23] Compiling Plug Plug+iOS.swift
[7/23] Compiling Plug Plug.swift
[8/23] Compiling Plug PlugChannel.swift
[9/23] Emitting module Plug
/Users/admin/builder/spi-builder-workspace/Source/Plug/PlugConnection.swift:14:1: warning: extension declares a conformance of imported type 'CachePolicy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | public typealias PlugJSONCompletionClosure = (Connection, JSONDictionary) -> Void
13 |
14 | extension URLRequest.CachePolicy : Codable {}
| |- warning: extension declares a conformance of imported type 'CachePolicy' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 |
16 | public class Connection: Hashable, CustomStringConvertible, Codable {
[10/23] Compiling Plug PlugJSON.swift
[11/23] Compiling Plug PlugJSONConnection.swift
[12/25] Compiling Plug PlugProtocols.swift
[13/25] Compiling Plug Reachability.swift
[14/25] Compiling Plug HTTPCookie+Plug.swift
[15/25] Compiling Plug Incoming.swift
[16/25] Compiling Plug JSONStringify.swift
[17/25] Compiling Plug PlugParameters.swift
[18/25] Compiling Plug PlugPersistence.swift
[19/25] Compiling Plug PlugErrors.swift
[20/25] Compiling Plug PlugImageConnection.swift
[21/25] Compiling Plug Plug.ConnectionData.swift
[22/25] Compiling Plug Plug.Headers.swift
[23/25] Compiling Plug Codable+Additions.swift
[24/25] Compiling Plug ConnectionLog.swift
[25/25] Compiling Plug ConnectionLogViewController.swift
Build complete! (9.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Plug",
"name" : "Plug",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Plug",
"targets" : [
"Plug"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Plug",
"module_type" : "SwiftTarget",
"name" : "Plug",
"path" : "Source/Plug",
"product_memberships" : [
"Plug"
],
"sources" : [
"Codable+Additions.swift",
"ConnectionLog.swift",
"ConnectionLogViewController.swift",
"HTTPCookie+Plug.swift",
"Incoming.swift",
"JSONStringify.swift",
"NSURLRequest+Plug.swift",
"Plug+iOS.swift",
"Plug.ConnectionData.swift",
"Plug.Headers.swift",
"Plug.swift",
"PlugChannel.swift",
"PlugConnection.swift",
"PlugCredentials.swift",
"PlugErrors.swift",
"PlugImageConnection.swift",
"PlugJSON.swift",
"PlugJSONConnection.swift",
"PlugParameters.swift",
"PlugPersistence.swift",
"PlugProtocols.swift",
"Reachability.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.