Build Information
Successful build of ICMPPing, reference main (34895d
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 06:00:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LebJe/ICMPPing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LebJe/ICMPPing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 34895d0 Add Brewfile
Cloned https://github.com/LebJe/ICMPPing.git
Revision (git rev-parse @):
34895d0648257d24adb9fd3c32a195afd3790270
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LebJe/ICMPPing.git at main
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.74s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.39s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "icmpping",
"name": "ICMPPing",
"url": "https://github.com/LebJe/ICMPPing.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ICMPPing",
"dependencies": [
]
}
]
}
Fetching https://github.com/LebJe/ICMPPing.git
[1/589] Fetching icmpping
Fetched https://github.com/LebJe/ICMPPing.git from cache (0.90s)
Creating working copy for https://github.com/LebJe/ICMPPing.git
Working copy of https://github.com/LebJe/ICMPPing.git resolved at main (34895d0)
warning: '.resolve-product-dependencies': dependency 'icmpping' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/LebJe/ICMPPing.git
https://github.com/LebJe/ICMPPing.git
{
"c_language_standard" : "c99",
"cxx_language_standard" : "c++14",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ICMPPing",
"name" : "ICMPPing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ICMPPing",
"targets" : [
"ICMPPing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ICMPPingTests",
"module_type" : "SwiftTarget",
"name" : "ICMPPingTests",
"path" : "Tests/ICMPPingTests",
"sources" : [
"ICMPPingTests.swift"
],
"target_dependencies" : [
"ICMPPing"
],
"type" : "test"
},
{
"c99name" : "ICMPPing",
"module_type" : "SwiftTarget",
"name" : "ICMPPing",
"path" : "Sources/ICMPPing",
"product_memberships" : [
"ICMPPing"
],
"sources" : [
"Extensions.swift",
"ICMPPing.swift",
"IPAddress.swift"
],
"target_dependencies" : [
"ICMPLib"
],
"type" : "library"
},
{
"c99name" : "ICMPLib",
"module_type" : "ClangTarget",
"name" : "ICMPLib",
"path" : "Sources/ICMPLib",
"product_memberships" : [
"ICMPPing"
],
"sources" : [
"Sources/Conversion.cpp",
"Sources/IPAddress.cpp",
"Sources/Ping.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling Ping.cpp
[5/7] Compiling Conversion.cpp
[5/7] Compiling IPAddress.cpp
[8/11] Compiling ICMPPing Extensions.swift
[9/11] Emitting module ICMPPing
[10/11] Compiling ICMPPing IPAddress.swift
[11/11] Compiling ICMPPing ICMPPing.swift
Build complete! (11.57s)
Build complete.
{
"c_language_standard" : "c99",
"cxx_language_standard" : "c++14",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ICMPPing",
"name" : "ICMPPing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ICMPPing",
"targets" : [
"ICMPPing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ICMPPingTests",
"module_type" : "SwiftTarget",
"name" : "ICMPPingTests",
"path" : "Tests/ICMPPingTests",
"sources" : [
"ICMPPingTests.swift"
],
"target_dependencies" : [
"ICMPPing"
],
"type" : "test"
},
{
"c99name" : "ICMPPing",
"module_type" : "SwiftTarget",
"name" : "ICMPPing",
"path" : "Sources/ICMPPing",
"product_memberships" : [
"ICMPPing"
],
"sources" : [
"Extensions.swift",
"ICMPPing.swift",
"IPAddress.swift"
],
"target_dependencies" : [
"ICMPLib"
],
"type" : "library"
},
{
"c99name" : "ICMPLib",
"module_type" : "ClangTarget",
"name" : "ICMPLib",
"path" : "Sources/ICMPLib",
"product_memberships" : [
"ICMPPing"
],
"sources" : [
"Sources/Conversion.cpp",
"Sources/IPAddress.cpp",
"Sources/Ping.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/lebje/icmpping/main
Repository: LebJe/ICMPPing
Swift version used: 6.1
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target: ICMPPing
Extracting symbol information for 'ICMPPing'...
Finished extracting symbol information for 'ICMPPing'. (0.63s)
Building documentation for 'ICMPPing'...
warning: Link in document summary will not be displayed
Summary should only contain (formatted) text. To resolve this issue, place links and images elsewhere in the document, or remove them.
--> ICMPPing.md:3:6-3:77
1 | # ``ICMPPing``
2 |
3 + Send [ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) Ping requests in Swift! Powered by [cpp-icmplib](https://github.com/markondej/cpp-icmplib).
4 |
5 | To get started, go to ``ICMPPing/ICMPPing``.
warning: Link in document summary will not be displayed
Summary should only contain (formatted) text. To resolve this issue, place links and images elsewhere in the document, or remove them.
--> ICMPPing.md:3:113-3:168
1 | # ``ICMPPing``
2 |
3 + Send [ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) Ping requests in Swift! Powered by [cpp-icmplib](https://github.com/markondej/cpp-icmplib).
4 |
5 | To get started, go to ``ICMPPing/ICMPPing``.
Finished building documentation for 'ICMPPing' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/lebje/icmpping/main
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[13/57] Compiling SymbolKit UnifiedSymbol.swift
[14/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[15/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling Snippets Snippet.swift
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Emitting module Snippets
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit Identifier.swift
[39/57] Compiling SymbolKit KindIdentifier.swift
[40/57] Compiling SymbolKit Location.swift
[41/57] Compiling SymbolKit Mutability.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit Symbol.swift
[47/57] Compiling SymbolKit SymbolKind.swift
[48/57] Compiling SymbolKit SymbolGraph.swift
[49/57] Compiling SymbolKit GraphCollector.swift
[50/57] Compiling SymbolKit DeclarationFragments.swift
[51/57] Compiling SymbolKit Fragment.swift
[52/57] Compiling SymbolKit FragmentKind.swift
[53/57] Compiling SymbolKit FunctionParameter.swift
[54/57] Compiling SymbolKit FunctionSignature.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.72s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling ICMPPing Extensions.swift
[3/5] Compiling ICMPPing ICMPPing.swift
[4/5] Emitting module ICMPPing
[5/5] Compiling ICMPPing IPAddress.swift
Build of target: 'ICMPPing' complete! (0.45s)
122
2 /Users/admin/builder/spi-builder-workspace/.docs/lebje/icmpping/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/lebje/icmpping/main
File count: 122
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-lebje-icmpping-main-0cf08a39.zip to s3://spi-docs-inbox/prod-lebje-icmpping-main-0cf08a39.zip
Copying... [16%]
Copying... [32%]
Copying... [48%]
Copying... [64%]
Copying... [81%]
Copying... [97%]
Copying... [100%]
Done.