Build Information
Successful build of DynuREST, reference main (de5d03
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:44:09 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/richardpiazza/DynuREST.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/DynuREST
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at de5d038 Equatable conformance on IPAddress (#6)
Cloned https://github.com/richardpiazza/DynuREST.git
Revision (git rev-parse @):
de5d038b426cb5c639a0edad1911ddbe6a291f2c
SUCCESS checkout https://github.com/richardpiazza/DynuREST.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/richardpiazza/DynuREST.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[8/14] Write dynu-entitlement.plist
[8/14] Write sources
[10/14] Write swift-version-1EA4D86E10B52AF.txt
[12/25] Emitting module ArgumentParserToolInfo
[13/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/64] Emitting module ArgumentParser
[15/68] Compiling ArgumentParser InputOrigin.swift
[16/68] Compiling ArgumentParser Name.swift
[17/68] Compiling ArgumentParser Parsed.swift
[18/68] Compiling ArgumentParser ParsedValues.swift
[19/68] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[20/68] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[21/68] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[22/68] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[23/68] Compiling AsyncPlus PassthroughAsyncSequence.swift
[24/68] Emitting module AsyncPlus
[25/68] Compiling AsyncPlus PassthroughAsyncSubject.swift
[26/68] Compiling ArgumentParser ArgumentHelp.swift
[27/68] Compiling ArgumentParser ArgumentVisibility.swift
[28/68] Compiling ArgumentParser CompletionKind.swift
[29/68] Compiling ArgumentParser Errors.swift
[30/68] Compiling ArgumentParser Flag.swift
[31/68] Compiling ShellOut ShellOut.swift
[32/68] Emitting module ShellOut
[33/102] Compiling ArgumentParser Platform.swift
[34/102] Compiling ArgumentParser SequenceExtensions.swift
[35/102] Compiling ArgumentParser StringExtensions.swift
[36/102] Compiling ArgumentParser Tree.swift
[37/102] Compiling SessionPlus HTTPInjectable.swift
[38/102] Compiling SessionPlus WebAPI.swift
[39/102] Compiling SessionPlus URLCache+SessionPlus.swift
[40/102] Compiling SessionPlus URLQueryItem+SessionPlus.swift
[41/102] Compiling SessionPlus Downloader.swift
[42/102] Compiling SessionPlus HTTP.swift
[43/102] Compiling SessionPlus HTTPClient.swift
[44/102] Compiling SessionPlus HTTPCodable.swift
[45/102] Compiling SessionPlus Method.swift
[46/102] Compiling SessionPlus Request.swift
[47/102] Compiling SessionPlus Response.swift
[48/102] Compiling SessionPlus URLRequest+SessionPlus.swift
[49/102] Compiling SessionPlus URLResponse+SessionPlus.swift
[50/102] Compiling SessionPlus AbsoluteURLSessionClient.swift
[51/102] Compiling SessionPlus AbsoluteURLWebSocket.swift
[52/102] Compiling SessionPlus AnyRequest.swift
[53/102] Compiling SessionPlus AnyResponse.swift
[54/102] Compiling SessionPlus Patch.swift
[55/102] Compiling SessionPlus Post.swift
[56/102] Compiling SessionPlus Put.swift
[57/102] Compiling SessionPlus Address.swift
[58/102] Compiling SessionPlus Client.swift
[59/102] Compiling SessionPlus Header.swift
[60/102] Compiling SessionPlus Headers.swift
[61/102] Compiling SessionPlus MIMEType.swift
[62/102] Compiling SessionPlus BaseURLSessionClient.swift
[63/102] Compiling SessionPlus Delete.swift
[64/102] Compiling SessionPlus Get.swift
[65/102] Compiling SessionPlus PNGImageFormDataRequest.swift
[66/102] Emitting module SessionPlus
[70/105] Compiling SessionPlus Authorization.swift
[71/105] Compiling SessionPlus Client+Decoding.swift
[75/105] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[76/105] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[100/105] Compiling SessionPlus Socket.swift
[101/105] Compiling SessionPlus StatusCode.swift
[102/105] Compiling SessionPlus WebSocket.swift
[103/107] Emitting module SessionPlusEmulation
[104/107] Compiling SessionPlusEmulation EmulatedClient.swift
[105/117] Compiling DynuREST IPifyClient.swift
[106/117] Compiling DynuREST ResponseCode.swift
[107/117] Compiling DynuREST IFConfigCommand.swift
[108/117] Compiling DynuREST IPSource.swift
[109/118] Compiling DynuREST IFConfigClient.swift
[110/118] Compiling DynuREST DynuRESTError.swift
[111/118] Compiling DynuREST DynuIPUpdater.swift
[112/118] Compiling DynuREST IPAddress.swift
[113/118] Emitting module DynuREST
[114/118] Compiling DynuREST DynuClient.swift
[115/118] Compiling DynuREST URL+DynuREST.swift
[116/122] Compiling cli UpdateCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/cli/UpdateCommand.swift:8:9: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter. [#DeprecatedDeclaration]
6 |
7 | static var configuration: CommandConfiguration {
8 | CommandConfiguration(
| `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter. [#DeprecatedDeclaration]
9 | commandName: "update",
10 | abstract: "Perform an IP update against the Dynu.com API",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[117/122] Compiling cli IPCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/cli/IPCommand.swift:7:9: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter. [#DeprecatedDeclaration]
5 |
6 | static var configuration: CommandConfiguration {
7 | CommandConfiguration(
| `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter. [#DeprecatedDeclaration]
8 | commandName: "ip",
9 | abstract: "Query sources for IP information",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[118/122] Compiling cli MainCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/cli/MainCommand.swift:6:9: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter. [#DeprecatedDeclaration]
4 | @main struct MainCommand: AsyncParsableCommand {
5 | static var configuration: CommandConfiguration {
6 | CommandConfiguration(
| `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter. [#DeprecatedDeclaration]
7 | commandName: "dynu",
8 | abstract: "CLI to the DynuREST swift package.",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[119/122] Emitting module cli
[119/122] Write Objects.LinkFileList
[120/122] Linking dynu
[121/122] Applying dynu
Build complete! (15.93s)
Fetching https://github.com/richardpiazza/SessionPlus.git
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/980] Fetching shellout
[227/1478] Fetching shellout, sessionplus
[1479/16858] Fetching shellout, sessionplus, swift-argument-parser
Fetched https://github.com/richardpiazza/SessionPlus.git from cache (1.60s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (1.60s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.60s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (3.53s)
Computing version for https://github.com/richardpiazza/SessionPlus.git
Computed https://github.com/richardpiazza/SessionPlus.git at 2.2.0 (0.48s)
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/124] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.65s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (1.06s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.40s)
Creating working copy for https://github.com/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
Creating working copy for https://github.com/richardpiazza/SessionPlus.git
Working copy of https://github.com/richardpiazza/SessionPlus.git resolved at 2.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "sessionplus",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SessionPlus.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ShellOut.git"
}
],
"manifest_display_name" : "DynuREST",
"name" : "DynuREST",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DynuREST",
"targets" : [
"DynuREST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dynu",
"targets" : [
"cli"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "cli",
"module_type" : "SwiftTarget",
"name" : "cli",
"path" : "Sources/cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dynu"
],
"sources" : [
"IPCommand.swift",
"MainCommand.swift",
"UpdateCommand.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "executable"
},
{
"c99name" : "DynuRESTTests",
"module_type" : "SwiftTarget",
"name" : "DynuRESTTests",
"path" : "Tests/DynuRESTTests",
"sources" : [
"DynuAPITests.swift",
"IPAddressTests.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "test"
},
{
"c99name" : "DynuREST",
"module_type" : "SwiftTarget",
"name" : "DynuREST",
"path" : "Sources/DynuREST",
"product_dependencies" : [
"SessionPlus",
"ShellOut"
],
"product_memberships" : [
"DynuREST",
"dynu"
],
"sources" : [
"DynuClient.swift",
"DynuIPUpdater.swift",
"DynuRESTError.swift",
"IFConfigClient.swift",
"IFConfigCommand.swift",
"IPAddress.swift",
"IPSource.swift",
"IPifyClient.swift",
"ResponseCode.swift",
"URL+DynuREST.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.