Build Information
Successful build of TreePicker, reference main (fb5e61
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 01:25:19 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 -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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/borisovodov/TreePicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/borisovodov/TreePicker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fb5e616 Merge pull request #20 from borisovodov/create-labeled-content-view-for-macos
Cloned https://github.com/borisovodov/TreePicker.git
Revision (git rev-parse @):
fb5e616c0f810c9a9f51468675699146e57bdbfe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/borisovodov/TreePicker.git at main
========================================
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": "treepicker",
"name": "TreePicker",
"url": "https://github.com/borisovodov/TreePicker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TreePicker",
"dependencies": [
]
}
]
}
Fetching https://github.com/borisovodov/TreePicker.git
[1/392] Fetching treepicker
Fetched https://github.com/borisovodov/TreePicker.git from cache (1.09s)
Creating working copy for https://github.com/borisovodov/TreePicker.git
Working copy of https://github.com/borisovodov/TreePicker.git resolved at main (fb5e616)
warning: '.resolve-product-dependencies': dependency 'treepicker' 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/borisovodov/TreePicker.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "TreePicker",
"name" : "TreePicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TreePicker",
"targets" : [
"TreePicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TreePickerTests",
"module_type" : "SwiftTarget",
"name" : "TreePickerTests",
"path" : "Tests/TreePickerTests",
"sources" : [
"TreePickerTests.swift"
],
"target_dependencies" : [
"TreePicker"
],
"type" : "test"
},
{
"c99name" : "TreePicker",
"module_type" : "SwiftTarget",
"name" : "TreePicker",
"path" : "Sources/TreePicker",
"product_memberships" : [
"TreePicker"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Preview Content/Previews.swift",
"SupportingEnums.swift",
"TreeMultiPicker.swift",
"TreeOptionalPicker.swift",
"TreeSinglePicker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[2/4] Copying Localizable.xcstrings
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/11] Compiling TreePicker resource_bundle_accessor.swift
[6/11] Compiling TreePicker TreeSinglePicker.swift
[7/11] Compiling TreePicker TreeOptionalPicker.swift
[8/11] Compiling TreePicker Previews.swift
[9/11] Emitting module TreePicker
[10/11] Compiling TreePicker SupportingEnums.swift
[11/11] Compiling TreePicker TreeMultiPicker.swift
Build complete! (14.40s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "TreePicker",
"name" : "TreePicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TreePicker",
"targets" : [
"TreePicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TreePickerTests",
"module_type" : "SwiftTarget",
"name" : "TreePickerTests",
"path" : "Tests/TreePickerTests",
"sources" : [
"TreePickerTests.swift"
],
"target_dependencies" : [
"TreePicker"
],
"type" : "test"
},
{
"c99name" : "TreePicker",
"module_type" : "SwiftTarget",
"name" : "TreePicker",
"path" : "Sources/TreePicker",
"product_memberships" : [
"TreePicker"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Preview Content/Previews.swift",
"SupportingEnums.swift",
"TreeMultiPicker.swift",
"TreeOptionalPicker.swift",
"TreeSinglePicker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/borisovodov/treepicker/main
Repository: borisovodov/TreePicker
Swift version used: 6.0
Target: TreePicker
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'TreePicker'...
Finished extracting symbol information for 'TreePicker'. (5.20s)
Building documentation for 'TreePicker'...
Finished building documentation for 'TreePicker' (1.27s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/borisovodov/treepicker/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
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 sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit SourceRange.swift
[10/53] Compiling SymbolKit Metadata.swift
[11/53] Compiling SymbolKit Module.swift
[12/53] Compiling SymbolKit OperatingSystem.swift
[13/53] Compiling SymbolKit Platform.swift
[14/57] Compiling SymbolKit Relationship.swift
[15/57] Compiling SymbolKit RelationshipKind.swift
[16/57] Compiling SymbolKit SourceOrigin.swift
[17/57] Compiling SymbolKit GenericConstraints.swift
[18/57] Compiling SymbolKit Swift.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit SPI.swift
[30/57] Compiling SymbolKit Snippet.swift
[31/57] Compiling SymbolKit Extension.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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! (4.02s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/8] Compiling TreePicker resource_bundle_accessor.swift
[3/8] Compiling TreePicker TreeSinglePicker.swift
[4/8] Compiling TreePicker TreeMultiPicker.swift
[5/8] Compiling TreePicker SupportingEnums.swift
[6/8] Compiling TreePicker TreeOptionalPicker.swift
[7/8] Emitting module TreePicker
[8/8] Compiling TreePicker Previews.swift
Build of target: 'TreePicker' complete! (0.99s)
4323
33 /Users/admin/builder/spi-builder-workspace/.docs/borisovodov/treepicker/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/borisovodov/treepicker/main
File count: 4323
Doc size: 33.0MB
Preparing doc bundle ...
Uploading prod-borisovodov-treepicker-main-e87b6ca8.zip to s3://spi-docs-inbox/prod-borisovodov-treepicker-main-e87b6ca8.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.