Build Information
Successful build of TaskProgress, reference master (7b6786
), with Swift 6.0 for macOS (SPM) on 1 Jan 2025 15:22:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/TaskProgress.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/TaskProgress
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7b6786b add debugDescription to ProgressTask
Cloned https://github.com/Jomy10/TaskProgress.git
Revision (git rev-parse @):
7b6786b2e5336690ffd5d84df53755242510d541
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/TaskProgress.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",
"dependencies": [
{
"identity": "taskprogress",
"name": "TaskProgress",
"url": "https://github.com/Jomy10/TaskProgress.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TaskProgress",
"dependencies": [
]
}
]
}
Fetching https://github.com/Jomy10/TaskProgress.git
[3/70] Fetching taskprogress
Fetched https://github.com/Jomy10/TaskProgress.git from cache (1.03s)
Creating working copy for https://github.com/Jomy10/TaskProgress.git
Working copy of https://github.com/Jomy10/TaskProgress.git resolved at master (7b6786b)
warning: '.resolve-product-dependencies': dependency 'taskprogress' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Jomy10/TaskProgress.git
https://github.com/Jomy10/TaskProgress.git
{
"dependencies" : [
],
"manifest_display_name" : "TaskProgress",
"name" : "TaskProgress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TaskProgress",
"targets" : [
"TaskProgress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TaskProgress",
"module_type" : "SwiftTarget",
"name" : "TaskProgress",
"path" : "Sources/TaskProgress",
"product_memberships" : [
"TaskProgress",
"Example"
],
"sources" : [
"Ansi.swift",
"Format.swift",
"ProgressIndicators.swift",
"ProgressTask.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TaskProgress"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/12] Compiling TaskProgress ProgressTask.swift
[6/12] Compiling TaskProgress Ansi.swift
[7/12] Compiling TaskProgress ProgressIndicators.swift
[8/12] Emitting module TaskProgress
[9/12] Compiling TaskProgress Format.swift
[10/14] Compiling Example main.swift
[11/14] Emitting module Example
[11/14] Write Objects.LinkFileList
[12/14] Linking Example
[13/14] Applying Example
Build complete! (8.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TaskProgress",
"name" : "TaskProgress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TaskProgress",
"targets" : [
"TaskProgress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TaskProgress",
"module_type" : "SwiftTarget",
"name" : "TaskProgress",
"path" : "Sources/TaskProgress",
"product_memberships" : [
"TaskProgress",
"Example"
],
"sources" : [
"Ansi.swift",
"Format.swift",
"ProgressIndicators.swift",
"ProgressTask.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TaskProgress"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/jomy10/taskprogress/master
Repository: Jomy10/TaskProgress
Swift version used: 6.0
Target: TaskProgress
Extracting symbol information for 'TaskProgress'...
Finished extracting symbol information for 'TaskProgress'. (2.49s)
Building documentation for 'TaskProgress'...
Finished building documentation for 'TaskProgress' (0.35s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/jomy10/taskprogress/master
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.39s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3245] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/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
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling Snippets Snippet.swift
[21/57] Compiling Snippets SnippetParser.swift
[22/57] Emitting module Snippets
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Generics.swift
[26/57] Compiling SymbolKit Namespace.swift
[27/57] Emitting module SymbolKit
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Compiling SymbolKit SourceRange.swift
[33/57] Compiling SymbolKit Metadata.swift
[34/57] Compiling SymbolKit Module.swift
[35/57] Compiling SymbolKit OperatingSystem.swift
[36/57] Compiling SymbolKit Platform.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.90s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/6] Compiling TaskProgress ProgressTask.swift
[3/6] Compiling TaskProgress Format.swift
[4/6] Emitting module TaskProgress
[5/6] Compiling TaskProgress Ansi.swift
[6/6] Compiling TaskProgress ProgressIndicators.swift
Build of target: 'TaskProgress' complete! (0.52s)
162
2 /Users/admin/builder/spi-builder-workspace/.docs/jomy10/taskprogress/master
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jomy10/taskprogress/master
File count: 162
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-jomy10-taskprogress-master-8edf9a49.zip to s3://spi-docs-inbox/prod-jomy10-taskprogress-master-8edf9a49.zip
Copying... [15%]
Copying... [30%]
Copying... [45%]
Copying... [61%]
Copying... [76%]
Copying... [91%]
Copying... [100%]
Done.