Build Information
Successful build of swift-web-page, reference master (3c640a
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:37:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alja7dali/swift-web-page.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alja7dali/swift-web-page
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3c640ab 👋 hello, swepui!
Cloned https://github.com/Alja7dali/swift-web-page.git
Revision (git rev-parse @):
3c640abe7ae4e7d7bfed57fd7a1cb7994f23f4cf
SUCCESS checkout https://github.com/Alja7dali/swift-web-page.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Alja7dali/swift-web-page.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/15] Compiling Core Renderable.swift
[8/15] Compiling Core RenderMode.swift
[9/15] Compiling Core Tuple.swift
[10/15] Compiling Core Empty.swift
[11/15] Emitting module Core
[12/15] Compiling Core Either.swift
[13/15] Compiling Core RenderStyle.swift
[14/15] Compiling Core Render.swift
[15/15] Compiling Core Indentation.swift
[16/57] Compiling Css Unset.swift
[17/57] Compiling Css Value.swift
[18/59] Compiling Css Percentage.swift
[19/59] Compiling Css Side.swift
[20/59] Compiling Css String.swift
[21/59] Compiling Css None.swift
[22/59] Compiling Css Normal.swift
[23/59] Compiling Css Number.swift
[24/59] Compiling Css Inherit.swift
[25/59] Compiling Css Initial.swift
[26/59] Compiling Css Length.swift
[27/59] Compiling Css Width+Style.swift
[28/59] Compiling Css makeDeclarations.swift
[29/59] Compiling Css Default.swift
[30/59] Compiling Css Duration.swift
[31/59] Compiling Css Fraction.swift
[32/59] Emitting module Css
[33/59] Compiling Css Helpers.swift
[34/59] Compiling Css Key.swift
[35/59] Compiling Css Node.swift
[36/59] Compiling Css Auto.swift
[37/59] Compiling Css Axises.swift
[38/59] Compiling Css Color.swift
[39/59] Compiling Css Aliases.swift
[40/59] Compiling Css CssNodeBuilder.swift
[41/59] Compiling Css Exported.swift
[42/59] Compiling Css Properties.swift
[43/59] Compiling Css Render.swift
[44/59] Compiling Css Angle.swift
[45/59] Compiling Html Node.swift
[46/60] Compiling Html Render.swift
[51/60] Compiling Html Helpers.swift
[52/60] Compiling Html HtmlNodeBuilder.swift
[57/60] Emitting module Html
[60/60] Compiling Html Tags.swift
[61/62] Compiling HtmlCssSupport HtmlExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/HtmlCssSupport/HtmlExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
2 | import Css
3 |
4 | extension Stylesheet: HtmlNode {}
| |- warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | extension Style {
[62/62] Emitting module HtmlCssSupport
/Users/admin/builder/spi-builder-workspace/Sources/HtmlCssSupport/HtmlExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
2 | import Css
3 |
4 | extension Stylesheet: HtmlNode {}
| |- warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | extension Style {
[63/64] Compiling Swep Exported.swift
[64/64] Emitting module Swep
Build complete! (4.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-web-page",
"name" : "swift-web-page",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Core",
"targets" : [
"Core"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Html",
"targets" : [
"Html"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Css",
"targets" : [
"Css"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HtmlCssSupport",
"targets" : [
"HtmlCssSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Swep",
"targets" : [
"Swep"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Swep",
"module_type" : "SwiftTarget",
"name" : "Swep",
"path" : "Sources/Swep",
"product_memberships" : [
"Swep"
],
"sources" : [
"Exported.swift"
],
"target_dependencies" : [
"Html",
"Css",
"HtmlCssSupport"
],
"type" : "library"
},
{
"c99name" : "HtmlTests",
"module_type" : "SwiftTarget",
"name" : "HtmlTests",
"path" : "Tests/HtmlTests",
"sources" : [
"AriaTests.swift",
"AttributesTests.swift",
"BuilderTests.swift",
"EventsTests.swift",
"MediaTypeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Html"
],
"type" : "test"
},
{
"c99name" : "HtmlCssSupport",
"module_type" : "SwiftTarget",
"name" : "HtmlCssSupport",
"path" : "Sources/HtmlCssSupport",
"product_memberships" : [
"HtmlCssSupport",
"Swep"
],
"sources" : [
"HtmlExtensions.swift"
],
"target_dependencies" : [
"Html",
"Css"
],
"type" : "library"
},
{
"c99name" : "Html",
"module_type" : "SwiftTarget",
"name" : "Html",
"path" : "Sources/Html",
"product_memberships" : [
"Html",
"HtmlCssSupport",
"Swep"
],
"sources" : [
"Aliases.swift",
"Attributes/Aria.swift",
"Attributes/Attribute.swift",
"Attributes/Events.swift",
"Attributes/Html4.swift",
"Attributes/MediaType.swift",
"Attributes/TagsExtension.swift",
"ChildOf.swift",
"ChildOfAny.swift",
"Exported.swift",
"Helpers.swift",
"HtmlNodeBuilder.swift",
"Node.swift",
"Render.swift",
"Tags.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "CssTests",
"module_type" : "SwiftTarget",
"name" : "CssTests",
"path" : "Tests/CssTests",
"sources" : [
"PropertiesTests.swift",
"SelectorsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Css"
],
"type" : "test"
},
{
"c99name" : "Css",
"module_type" : "SwiftTarget",
"name" : "Css",
"path" : "Sources/Css",
"product_memberships" : [
"Css",
"HtmlCssSupport",
"Swep"
],
"sources" : [
"Aliases.swift",
"CssNodeBuilder.swift",
"Exported.swift",
"Helpers.swift",
"Key.swift",
"Node.swift",
"Properties.swift",
"Render.swift",
"Values/Angle.swift",
"Values/Auto.swift",
"Values/Axises.swift",
"Values/Color.swift",
"Values/Default.swift",
"Values/Duration.swift",
"Values/Fraction.swift",
"Values/Inherit.swift",
"Values/Initial.swift",
"Values/Length.swift",
"Values/None.swift",
"Values/Normal.swift",
"Values/Number.swift",
"Values/Percentage.swift",
"Values/Side.swift",
"Values/String.swift",
"Values/Unset.swift",
"Values/Value.swift",
"Values/Width+Style.swift",
"Values/makeDeclarations.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_memberships" : [
"Core",
"Html",
"Css",
"HtmlCssSupport",
"Swep"
],
"sources" : [
"Either.swift",
"Empty.swift",
"Indentation.swift",
"Render.swift",
"RenderMode.swift",
"RenderStyle.swift",
"Renderable.swift",
"Tuple.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.