Build Information
Successful build of JustSugar, reference v0.2.3 (85ae4d
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 04:50:51 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/mesqueeb/JustSugar.git
Reference: v0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/JustSugar
* tag v0.2.3 -> FETCH_HEAD
HEAD is now at 85ae4de 0.2.3
Cloned https://github.com/mesqueeb/JustSugar.git
Revision (git rev-parse @):
85ae4de974e9ffd89b69e295c76db4d044e3f9fd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/JustSugar.git at v0.2.3
========================================
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": "justsugar",
"name": "JustSugar",
"url": "https://github.com/mesqueeb/JustSugar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JustSugar",
"dependencies": [
]
}
]
}
Fetching https://github.com/mesqueeb/JustSugar.git
[1/190] Fetching justsugar
Fetched https://github.com/mesqueeb/JustSugar.git from cache (1.06s)
Creating working copy for https://github.com/mesqueeb/JustSugar.git
Working copy of https://github.com/mesqueeb/JustSugar.git resolved at v0.2.3 (85ae4de)
warning: '.resolve-product-dependencies': dependency 'justsugar' 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/mesqueeb/JustSugar.git
https://github.com/mesqueeb/JustSugar.git
{
"dependencies" : [
],
"manifest_display_name" : "JustSugar",
"name" : "JustSugar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "JustSugar",
"targets" : [
"JustSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JustSugarTests",
"module_type" : "SwiftTarget",
"name" : "JustSugarTests",
"path" : "Tests",
"sources" : [
"Arrays.swift",
"Strings.swift"
],
"target_dependencies" : [
"JustSugar"
],
"type" : "test"
},
{
"c99name" : "JustSugar",
"module_type" : "SwiftTarget",
"name" : "JustSugar",
"path" : "Sources",
"product_memberships" : [
"JustSugar"
],
"sources" : [
"Arrays.swift",
"Strings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling JustSugar Strings.swift
[4/5] Emitting module JustSugar
/Users/admin/builder/spi-builder-workspace/Sources/Arrays.swift:167:9: warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
165 | var newArr = self
166 | let end = if let deleteCount { start + deleteCount } else { count }
167 | let removedElements = newArr.slice(start, end)
| `- warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
168 | newArr.replaceSubrange(start ..< end, with: elements)
169 | return newArr
[5/5] Compiling JustSugar Arrays.swift
/Users/admin/builder/spi-builder-workspace/Sources/Arrays.swift:167:9: warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
165 | var newArr = self
166 | let end = if let deleteCount { start + deleteCount } else { count }
167 | let removedElements = newArr.slice(start, end)
| `- warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
168 | newArr.replaceSubrange(start ..< end, with: elements)
169 | return newArr
Build complete! (4.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JustSugar",
"name" : "JustSugar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "JustSugar",
"targets" : [
"JustSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JustSugarTests",
"module_type" : "SwiftTarget",
"name" : "JustSugarTests",
"path" : "Tests",
"sources" : [
"Arrays.swift",
"Strings.swift"
],
"target_dependencies" : [
"JustSugar"
],
"type" : "test"
},
{
"c99name" : "JustSugar",
"module_type" : "SwiftTarget",
"name" : "JustSugar",
"path" : "Sources",
"product_memberships" : [
"JustSugar"
],
"sources" : [
"Arrays.swift",
"Strings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/mesqueeb/justsugar/v0.2.3
Repository: mesqueeb/JustSugar
Swift version used: 6.1
Target: JustSugar
Extracting symbol information for 'JustSugar'...
Finished extracting symbol information for 'JustSugar'. (2.51s)
Building documentation for 'JustSugar'...
Finished building documentation for 'JustSugar' (0.14s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/justsugar/v0.2.3
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.15s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.40s)
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
[1/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit GenericConstraint.swift
[17/57] Compiling SymbolKit GenericParameter.swift
[18/57] Compiling SymbolKit Generics.swift
[19/57] Compiling SymbolKit Namespace.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Emitting module SymbolKit
[25/57] Compiling Snippets Snippet.swift
[26/57] Emitting module Snippets
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.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 SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.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] 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! (4.26s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling JustSugar Arrays.swift
/Users/admin/builder/spi-builder-workspace/Sources/Arrays.swift:167:9: warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
165 | var newArr = self
166 | let end = if let deleteCount { start + deleteCount } else { count }
167 | let removedElements = newArr.slice(start, end)
| `- warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
168 | newArr.replaceSubrange(start ..< end, with: elements)
169 | return newArr
[3/4] Emitting module JustSugar
/Users/admin/builder/spi-builder-workspace/Sources/Arrays.swift:167:9: warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
165 | var newArr = self
166 | let end = if let deleteCount { start + deleteCount } else { count }
167 | let removedElements = newArr.slice(start, end)
| `- warning: initialization of immutable value 'removedElements' was never used; consider replacing with assignment to '_' or removing it
168 | newArr.replaceSubrange(start ..< end, with: elements)
169 | return newArr
[4/4] Compiling JustSugar Strings.swift
Build of target: 'JustSugar' complete! (0.55s)
156
2 /Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/justsugar/v0.2.3
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mesqueeb/justsugar/v0.2.3
File count: 156
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-mesqueeb-justsugar-v0.2.3-839d6b2c.zip to s3://spi-docs-inbox/prod-mesqueeb-justsugar-v0.2.3-839d6b2c.zip
Copying... [15%]
Copying... [29%]
Copying... [44%]
Copying... [58%]
Copying... [73%]
Copying... [87%]
Copying... [100%]
Done.