Build Information
Successful build of Mirage, reference v0.5.0 (5ed9b7
), with Swift 6.0 for macOS (SPM) on 25 Jan 2025 08:11:15 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/Mirage.git
Reference: v0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Mirage
* tag v0.5.0 -> FETCH_HEAD
HEAD is now at 5ed9b7a 0.5.0
Cloned https://github.com/mesqueeb/Mirage.git
Revision (git rev-parse @):
5ed9b7a7bbefabc77f817dac483ce36b4ab1cf98
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Mirage.git at v0.5.0
Fetching https://github.com/mesqueeb/JustSugar
Fetching https://github.com/mesqueeb/MapSugar
[1/49] Fetching mapsugar
[44/239] Fetching mapsugar, justsugar
Fetched https://github.com/mesqueeb/MapSugar from cache (1.06s)
Fetched https://github.com/mesqueeb/JustSugar from cache (1.06s)
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.3
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.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": "mirage",
"name": "Mirage",
"url": "https://github.com/mesqueeb/Mirage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Mirage",
"dependencies": [
{
"identity": "justsugar",
"name": "JustSugar",
"url": "https://github.com/mesqueeb/JustSugar",
"version": "0.2.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JustSugar",
"dependencies": [
]
},
{
"identity": "mapsugar",
"name": "MapSugar",
"url": "https://github.com/mesqueeb/MapSugar",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MapSugar",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mesqueeb/Mirage.git
[1/426] Fetching mirage
Fetched https://github.com/mesqueeb/Mirage.git from cache (1.61s)
Fetching https://github.com/mesqueeb/MapSugar from cache
Fetching https://github.com/mesqueeb/JustSugar from cache
Fetched https://github.com/mesqueeb/MapSugar from cache (0.49s)
Fetched https://github.com/mesqueeb/JustSugar from cache (0.49s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.0 (0.40s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (0.39s)
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.0
Creating working copy for https://github.com/mesqueeb/Mirage.git
Working copy of https://github.com/mesqueeb/Mirage.git resolved at v0.5.0 (5ed9b7a)
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.3
warning: '.resolve-product-dependencies': dependency 'mirage' is not used by any target
Found 2 product dependencies
- JustSugar
- MapSugar
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mesqueeb/Mirage.git
https://github.com/mesqueeb/Mirage.git
{
"dependencies" : [
{
"identity" : "justsugar",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mesqueeb/JustSugar"
},
{
"identity" : "mapsugar",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mesqueeb/MapSugar"
}
],
"manifest_display_name" : "Mirage",
"name" : "Mirage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Mirage",
"targets" : [
"Mirage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Mirage",
"module_type" : "SwiftTarget",
"name" : "Mirage",
"path" : "Mirage/Sources",
"product_dependencies" : [
"JustSugar",
"MapSugar"
],
"product_memberships" : [
"Mirage"
],
"sources" : [
"Components/MActionButtons.Examples.swift",
"Components/MActionButtons.swift",
"Components/MButton.Examples.swift",
"Components/MButton.swift",
"Components/MHorizontalRule.Examples.swift",
"Components/MHorizontalRule.swift",
"Components/MLink.Examples.swift",
"Components/MLink.swift",
"Styles/Space.swift",
"Styles/Typography.swift",
"SwiftHelpers/ColorHelpers.swift",
"SwiftHelpers/ViewModifierHelpers.swift"
],
"type" : "library"
}
],
"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/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling MapSugar MapSugar.swift
[6/9] Emitting module MapSugar
[7/9] Compiling JustSugar Arrays.swift
[8/9] Compiling JustSugar Strings.swift
[9/9] Emitting module JustSugar
[10/21] Compiling Mirage MLink.Examples.swift
[11/22] Compiling Mirage MLink.swift
[12/22] Compiling Mirage ColorHelpers.swift
[13/22] Compiling Mirage Space.swift
[14/22] Compiling Mirage Typography.swift
[15/22] Compiling Mirage ViewModifierHelpers.swift
[16/22] Compiling Mirage MHorizontalRule.swift
[17/22] Emitting module Mirage
[18/22] Compiling Mirage MHorizontalRule.Examples.swift
[19/22] Compiling Mirage MActionButtons.Examples.swift
[20/22] Compiling Mirage MActionButtons.swift
[21/22] Compiling Mirage MButton.Examples.swift
[22/22] Compiling Mirage MButton.swift
Build complete! (18.41s)
Build complete.
{
"dependencies" : [
{
"identity" : "justsugar",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mesqueeb/JustSugar"
},
{
"identity" : "mapsugar",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mesqueeb/MapSugar"
}
],
"manifest_display_name" : "Mirage",
"name" : "Mirage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Mirage",
"targets" : [
"Mirage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Mirage",
"module_type" : "SwiftTarget",
"name" : "Mirage",
"path" : "Mirage/Sources",
"product_dependencies" : [
"JustSugar",
"MapSugar"
],
"product_memberships" : [
"Mirage"
],
"sources" : [
"Components/MActionButtons.Examples.swift",
"Components/MActionButtons.swift",
"Components/MButton.Examples.swift",
"Components/MButton.swift",
"Components/MHorizontalRule.Examples.swift",
"Components/MHorizontalRule.swift",
"Components/MLink.Examples.swift",
"Components/MLink.swift",
"Styles/Space.swift",
"Styles/Typography.swift",
"SwiftHelpers/ColorHelpers.swift",
"SwiftHelpers/ViewModifierHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/mesqueeb/mirage/v0.5.0
Repository: mesqueeb/Mirage
Swift version used: 6.0
Target: Mirage
Extracting symbol information for 'Mirage'...
Finished extracting symbol information for 'Mirage'. (6.77s)
Building documentation for 'Mirage'...
Finished building documentation for 'Mirage' (3.73s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/mirage/v0.5.0
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/mesqueeb/MapSugar
Updated https://github.com/mesqueeb/MapSugar (0.49s)
[1/2048] Fetching swift-docc-plugin
Updating https://github.com/mesqueeb/JustSugar
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.51s)
Updated https://github.com/mesqueeb/JustSugar (0.47s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.0 (0.40s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3265] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
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-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling Snippets SnippetParser.swift
[16/57] Compiling Snippets Snippet.swift
[17/57] Emitting module Snippets
[18/57] Compiling SymbolKit Mixin+Equals.swift
[19/57] Compiling SymbolKit Mixin+Hash.swift
[20/57] Compiling SymbolKit Mixin.swift
[21/57] Compiling SymbolKit LineList.swift
[22/57] Compiling SymbolKit Position.swift
[23/57] Compiling SymbolKit Symbol.swift
[24/57] Compiling SymbolKit SymbolKind.swift
[25/57] Compiling SymbolKit SymbolGraph.swift
[26/57] Compiling SymbolKit GraphCollector.swift
[27/57] Emitting module SymbolKit
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.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 DeclarationFragments.swift
[39/57] Compiling SymbolKit Fragment.swift
[40/57] Compiling SymbolKit FragmentKind.swift
[41/57] Compiling SymbolKit FunctionParameter.swift
[42/57] Compiling SymbolKit FunctionSignature.swift
[43/57] Compiling SymbolKit Identifier.swift
[44/57] Compiling SymbolKit KindIdentifier.swift
[45/57] Compiling SymbolKit Location.swift
[46/57] Compiling SymbolKit Mutability.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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.50s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/6] Compiling MapSugar MapSugar.swift
[3/6] Emitting module MapSugar
[4/6] Compiling JustSugar Strings.swift
[5/6] Emitting module JustSugar
[6/6] Compiling JustSugar Arrays.swift
[7/18] Compiling Mirage Space.swift
[8/18] Compiling Mirage Typography.swift
[9/18] Compiling Mirage ColorHelpers.swift
[10/19] Compiling Mirage MLink.swift
[11/19] Compiling Mirage MLink.Examples.swift
[12/19] Compiling Mirage MActionButtons.Examples.swift
[13/19] Compiling Mirage MActionButtons.swift
[14/19] Compiling Mirage MHorizontalRule.Examples.swift
[15/19] Compiling Mirage MHorizontalRule.swift
[16/19] Compiling Mirage ViewModifierHelpers.swift
[17/19] Emitting module Mirage
[18/19] Compiling Mirage MButton.Examples.swift
[19/19] Compiling Mirage MButton.swift
Build of target: 'Mirage' complete! (2.64s)
12712
90 /Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/mirage/v0.5.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mesqueeb/mirage/v0.5.0
File count: 12712
Doc size: 90.0MB
Preparing doc bundle ...
Uploading prod-mesqueeb-mirage-v0.5.0-98dea03f.zip to s3://spi-docs-inbox/prod-mesqueeb-mirage-v0.5.0-98dea03f.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.