Build Information
Successful build of Net, reference main (e49f54
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:53:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Net.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Net
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e49f54a Updated swift-tools and platforms
Cloned https://github.com/OperatorFoundation/Net.git
Revision (git rev-parse @):
e49f54a61efd804b8b8105e0a781d6c312917a18
SUCCESS checkout https://github.com/OperatorFoundation/Net.git at main
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable from cache (0.76s)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main (1186348)
========================================
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",
"dependencies": [
{
"identity": "net",
"name": "Net",
"url": "https://github.com/OperatorFoundation/Net.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Net",
"dependencies": [
{
"identity": "datable",
"name": "Datable",
"url": "https://github.com/OperatorFoundation/Datable",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/OperatorFoundation/Net.git
[1/105] Fetching net
Fetched https://github.com/OperatorFoundation/Net.git from cache (0.67s)
Fetching https://github.com/OperatorFoundation/Datable from cache
Fetched https://github.com/OperatorFoundation/Datable from cache (0.44s)
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at main (e49f54a)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main (1186348)
warning: '.resolve-product-dependencies': dependency 'net' is not used by any target
Found 1 product dependencies
- Datable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/OperatorFoundation/Net.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/38] Emitting module Datable
[5/41] Compiling Datable UInt+Datable.swift
[6/41] Compiling Datable UInt+MaybeNetworkDatable.swift
[7/41] Compiling Datable UInt+Stringable.swift
[8/41] Compiling Datable Arrayable.swift
[9/41] Compiling Datable CSVable.swift
[10/41] Compiling Datable Data+Arrayable.swift
[11/41] Compiling Datable Data+Base64.swift
[12/41] Compiling Datable Data+MaybeNetworkIntable.swift
[13/41] Compiling Datable Data+Stringable.swift
[14/41] Compiling Datable Datable.swift
[15/41] Compiling Datable DatableConfig.swift
[16/41] Compiling Datable MaybeDatable.swift
[17/41] Compiling Datable MaybeIntable.swift
[18/41] Compiling Datable MaybeNetworkIntable.swift
[19/41] Compiling Datable NetworkDatable.swift
[20/41] Compiling Datable Double+MaybeDatable.swift
[21/41] Compiling Datable Double+Stringable.swift
[22/41] Compiling Datable File.swift
[23/41] Compiling Datable Float+Floatable.swift
[24/41] Compiling Datable Float+MaybeDatable.swift
[25/41] Compiling Datable Float+MaybeIntable.swift
[26/41] Compiling Datable Floatable.swift
[27/41] Compiling Datable Int+Floatable.swift
[28/41] Compiling Datable String+Intable.swift
[29/41] Compiling Datable Stringable.swift
[30/41] Compiling Datable StringableArray+CSVable.swift
[31/41] Compiling Datable NetworkIntable.swift
[32/41] Compiling Datable String+Arrayable.swift
[33/41] Compiling Datable String+Datable.swift
[34/41] Compiling Datable Int+MaybeDatable.swift
[35/41] Compiling Datable Int+MaybeIntable.swift
[36/41] Compiling Datable Int+Stringable.swift
[37/41] Compiling Datable Intable.swift
[38/41] Compiling Datable Data+Datable.swift
[39/41] Compiling Datable Data+ExpressibleByStringLiteral.swift
[40/41] Compiling Datable Data+Floatable.swift
[41/41] Compiling Datable Data+MaybeIntable.swift
[42/47] Compiling Net Network+MaybeDatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:18:1: warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
16 | }
17 |
18 | extension NWEndpoint.Host: MaybeDatable
| |- warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | {
20 | public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:59:1: warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
57 | }
58 |
59 | extension IPv4Address: MaybeDatable
| |- warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
60 | {
61 | public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:70:1: warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
68 | }
69 |
70 | extension IPv6Address: MaybeDatable
| |- warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
71 | {
72 | public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:81:1: warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
79 | }
80 |
81 | extension NWEndpoint.Port: Datable
| |- warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
82 | {
83 | public init(data: Data) {
[43/47] Compiling Net Network+Codable.swift
[44/47] Emitting module Net
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:18:1: warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
16 | }
17 |
18 | extension NWEndpoint.Host: MaybeDatable
| |- warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | {
20 | public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:59:1: warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
57 | }
58 |
59 | extension IPv4Address: MaybeDatable
| |- warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
60 | {
61 | public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:70:1: warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
68 | }
69 |
70 | extension IPv6Address: MaybeDatable
| |- warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
71 | {
72 | public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:81:1: warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
79 | }
80 |
81 | extension NWEndpoint.Port: Datable
| |- warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
82 | {
83 | public init(data: Data) {
[45/47] Compiling Net Ipify.swift
[46/47] Compiling Net Net.swift
[47/47] Compiling Net Network+Stringable.swift
Build complete! (21.95s)
Build complete.
{
"dependencies" : [
{
"identity" : "datable",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Datable"
}
],
"manifest_display_name" : "Net",
"name" : "Net",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Net",
"targets" : [
"Net"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NetTests",
"module_type" : "SwiftTarget",
"name" : "NetTests",
"path" : "Tests/NetTests",
"sources" : [
"NetTests.swift"
],
"target_dependencies" : [
"Net"
],
"type" : "test"
},
{
"c99name" : "Net",
"module_type" : "SwiftTarget",
"name" : "Net",
"path" : "Sources/Net",
"product_dependencies" : [
"Datable"
],
"product_memberships" : [
"Net"
],
"sources" : [
"Ipify.swift",
"Net.swift",
"Network+Codable.swift",
"Network+MaybeDatable.swift",
"Network+Stringable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.