Build Information
Successful build of Plug, reference master (7b9957), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 22:20:41 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bengottlieb/plug
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7b99575 Merge branch 'master' of github.com:bengottlieb/Plug
Cloned https://github.com/bengottlieb/plug.git
Revision (git rev-parse @):
7b9957582db26aed7eaef3fdbd2061c28c7595cf
SUCCESS checkout https://github.com/bengottlieb/plug.git at master
========================================
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.07s)
Creating working copy for https://github.com/bengottlieb/plug.git
Working copy of https://github.com/bengottlieb/plug.git resolved at master (7b99575)
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] 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 {
[4/25] Compiling Plug PlugProtocols.swift
[5/25] Compiling Plug Reachability.swift
[6/25] Compiling Plug Codable+Additions.swift
[7/25] Compiling Plug ConnectionLog.swift
[8/25] Compiling Plug ConnectionLogViewController.swift
[9/25] Compiling Plug PlugJSON.swift
[10/25] Compiling Plug PlugJSONConnection.swift
[11/25] Compiling Plug Plug.swift
[12/25] Compiling Plug PlugChannel.swift
[13/25] Compiling Plug PlugParameters.swift
[14/25] Compiling Plug PlugPersistence.swift
[15/25] Compiling Plug NSURLRequest+Plug.swift
[16/25] Compiling Plug Plug+iOS.swift
[17/25] 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 {
[18/25] 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 {
[19/25] Compiling Plug PlugErrors.swift
[20/25] Compiling Plug PlugImageConnection.swift
[21/25] Compiling Plug HTTPCookie+Plug.swift
[22/25] Compiling Plug Incoming.swift
[23/25] Compiling Plug JSONStringify.swift
[24/25] Compiling Plug Plug.ConnectionData.swift
[25/25] Compiling Plug Plug.Headers.swift
Build complete! (9.65s)
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.