Build Information
Successful build of ScreenMacros, reference v1.0.7 (e5898b), with Swift 6.2 for macOS (SPM) on 1 Dec 2025 11:28:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Koshimizu-Takehito/ScreenMacros.git
Reference: v1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Koshimizu-Takehito/ScreenMacros
* tag v1.0.7 -> FETCH_HEAD
HEAD is now at e5898b1 chore: update CHANGELOG for v1.0.7
Cloned https://github.com/Koshimizu-Takehito/ScreenMacros.git
Revision (git rev-parse @):
e5898b1051037ad88eec0b35ec068f384516e639
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Koshimizu-Takehito/ScreenMacros.git at v1.0.7
Fetching https://github.com/apple/swift-syntax.git
[1/73000] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.69s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
========================================
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": "screenmacros",
"name": "ScreenMacros",
"url": "https://github.com/Koshimizu-Takehito/ScreenMacros.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScreenMacros",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax.git",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Koshimizu-Takehito/ScreenMacros.git
[1/369] Fetching screenmacros
Fetched https://github.com/Koshimizu-Takehito/ScreenMacros.git from cache (0.79s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.92s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (1.65s)
Creating working copy for https://github.com/Koshimizu-Takehito/ScreenMacros.git
Working copy of https://github.com/Koshimizu-Takehito/ScreenMacros.git resolved at v1.0.7 (e5898b1)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
warning: '.resolve-product-dependencies': dependency 'screenmacros' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Koshimizu-Takehito/ScreenMacros.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/9] Compiling ScreenMacrosImpl ScreenMacro.swift
[5/9] Emitting module ScreenMacrosImpl
[6/9] Compiling ScreenMacrosImpl ScreensMacro.swift
[7/9] Compiling ScreenMacrosImpl ScreenMacrosPlugin.swift
[7/9] Write Objects.LinkFileList
[8/9] Linking ScreenMacrosImpl-tool
[10/12] Compiling ScreenMacros Macros.swift
[11/12] Emitting module ScreenMacros
[12/12] Compiling ScreenMacros Screens.swift
Build complete! (9.01s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "ScreenMacros",
"name" : "ScreenMacros",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ScreenMacros",
"targets" : [
"ScreenMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScreenMacrosImpl",
"targets" : [
"ScreenMacrosImpl"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ScreenMacrosTests",
"module_type" : "SwiftTarget",
"name" : "ScreenMacrosTests",
"path" : "Tests/ScreenMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ScreenMacrosTests.swift"
],
"target_dependencies" : [
"ScreenMacrosImpl"
],
"type" : "test"
},
{
"c99name" : "ScreenMacrosImpl",
"module_type" : "SwiftTarget",
"name" : "ScreenMacrosImpl",
"path" : "Sources/ScreenMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ScreenMacros",
"ScreenMacrosImpl"
],
"sources" : [
"ScreenMacro.swift",
"ScreenMacrosPlugin.swift",
"ScreensMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "ScreenMacros",
"module_type" : "SwiftTarget",
"name" : "ScreenMacros",
"path" : "Sources/ScreenMacrosClient",
"product_memberships" : [
"ScreenMacros"
],
"sources" : [
"Macros.swift",
"Screens.swift"
],
"target_dependencies" : [
"ScreenMacrosImpl"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/koshimizu-takehito/screenmacros/v1.0.7
Repository: Koshimizu-Takehito/ScreenMacros
Swift version used: 6.2
Target: ScreenMacros
Extracting symbol information for 'ScreenMacros'...
Finished extracting symbol information for 'ScreenMacros'. (4.53s)
Building documentation for 'ScreenMacros'...
warning: 'Screen(_:)' is ambiguous at '/ScreenMacros'
--> ScreenMacros.md:32:5-32:15
30 |
31 | - ``Screens()``
32 + - ``Screen(_:)``
| ├─suggestion: Insert '-7zibb' for '@attached(peer) macro Screen(_ mapping: [String : String])'
| ╰─suggestion: Insert '-5w344' for '@attached(peer) macro Screen<V>(_ viewType: V.Type) where V : View'
33 | - ``Screen(_:_:)``
34 | - ``Screen()``
warning: 'SwiftUI' doesn't exist at '/ScreenMacros'
--> ScreenMacros.md:42:5-42:12
40 | ### Navigation Helpers
41 |
42 + - ``SwiftUI/View/navigationDestination(_:)``
| ╰─suggestion: Replace 'SwiftUI' with 'SwiftUICore'
43 | - ``SwiftUI/View/sheet(item:)``
44 | - ``SwiftUI/View/sheet(item:onDismiss:)``
warning: 'SwiftUI' doesn't exist at '/ScreenMacros'
--> ScreenMacros.md:43:5-43:12
41 |
42 | - ``SwiftUI/View/navigationDestination(_:)``
43 + - ``SwiftUI/View/sheet(item:)``
| ╰─suggestion: Replace 'SwiftUI' with 'SwiftUICore'
44 | - ``SwiftUI/View/sheet(item:onDismiss:)``
45 | - ``SwiftUI/View/fullScreenCover(item:)``
warning: 'SwiftUI' doesn't exist at '/ScreenMacros'
--> ScreenMacros.md:44:5-44:12
42 | - ``SwiftUI/View/navigationDestination(_:)``
43 | - ``SwiftUI/View/sheet(item:)``
44 + - ``SwiftUI/View/sheet(item:onDismiss:)``
| ╰─suggestion: Replace 'SwiftUI' with 'SwiftUICore'
45 | - ``SwiftUI/View/fullScreenCover(item:)``
46 | - ``SwiftUI/View/fullScreenCover(item:onDismiss:)``
warning: 'SwiftUI' doesn't exist at '/ScreenMacros'
--> ScreenMacros.md:45:5-45:12
43 | - ``SwiftUI/View/sheet(item:)``
44 | - ``SwiftUI/View/sheet(item:onDismiss:)``
45 + - ``SwiftUI/View/fullScreenCover(item:)``
| ╰─suggestion: Replace 'SwiftUI' with 'SwiftUICore'
46 | - ``SwiftUI/View/fullScreenCover(item:onDismiss:)``
47 |
warning: 'SwiftUI' doesn't exist at '/ScreenMacros'
--> ScreenMacros.md:46:5-46:12
44 | - ``SwiftUI/View/sheet(item:onDismiss:)``
45 | - ``SwiftUI/View/fullScreenCover(item:)``
46 + - ``SwiftUI/View/fullScreenCover(item:onDismiss:)``
| ╰─suggestion: Replace 'SwiftUI' with 'SwiftUICore'
47 |
48 | ### ForEach Helpers
Finished building documentation for 'ScreenMacros' (1.20s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/koshimizu-takehito/screenmacros/v1.0.7
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-syntax.git
[1/2158] Fetching swift-docc-plugin
Updated https://github.com/apple/swift-syntax.git (0.92s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (2.04s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3583] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.06s)
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.5
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
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/53] Compiling SymbolKit Identifier.swift
[12/53] Compiling SymbolKit KindIdentifier.swift
[13/53] Compiling SymbolKit Location.swift
[14/53] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling Snippets Snippet.swift
[21/57] Emitting module Snippets
[22/57] Compiling Snippets SnippetParser.swift
[23/57] Compiling SymbolKit Relationship.swift
[24/57] Compiling SymbolKit RelationshipKind.swift
[25/57] Compiling SymbolKit SourceOrigin.swift
[26/57] Compiling SymbolKit GenericConstraints.swift
[27/57] Compiling SymbolKit Swift.swift
[28/57] Compiling SymbolKit Mixin+Equals.swift
[29/57] Compiling SymbolKit Mixin+Hash.swift
[30/57] Compiling SymbolKit Mixin.swift
[31/57] Compiling SymbolKit LineList.swift
[32/57] Compiling SymbolKit Position.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit Names.swift
[38/57] Compiling SymbolKit SPI.swift
[39/57] Compiling SymbolKit Snippet.swift
[40/57] Compiling SymbolKit Extension.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.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! (3.78s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'ScreenMacros' complete! (0.78s)
3374
25 /Users/admin/builder/spi-builder-workspace/.docs/koshimizu-takehito/screenmacros/v1.0.7
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/koshimizu-takehito/screenmacros/v1.0.7
File count: 3374
Doc size: 25.0MB
Preparing doc bundle ...
Uploading prod-koshimizu-takehito-screenmacros-v1.0.7-151b01e3.zip to s3://spi-docs-inbox/prod-koshimizu-takehito-screenmacros-v1.0.7-151b01e3.zip
Copying... [11%]
Copying... [20%]
Copying... [31%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.