Build Information
Successful build of swift-cssom, reference 0.1.2 (076170), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 19:40:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-w3c/swift-w3c-cssom.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-w3c/swift-w3c-cssom
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 076170a Apply swift-format and lint fixes
Cloned https://github.com/swift-w3c/swift-w3c-cssom.git
Revision (git rev-parse @):
076170ac2ed9507a0c6424a384cc7cf2cf480a69
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-w3c/swift-w3c-cssom.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/swift-w3c/swift-w3c-cssom.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/10] Compiling W3C_CSSOM IdentifierSerialization.swift
[4/10] Compiling W3C_CSSOM StringSerialization.swift
[5/10] Compiling W3C_CSSOM String.swift
[6/10] Compiling W3C_CSSOM Url.swift
[7/10] Compiling W3C_CSSOM Ident.swift
[8/10] Compiling W3C_CSSOM CustomIdent.swift
[9/10] Emitting module W3C_CSSOM
[10/10] Compiling W3C_CSSOM DashedIdent.swift
Build complete! (0.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-cssom",
"name" : "swift-cssom",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "W3C CSSOM",
"targets" : [
"W3C CSSOM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "W3C_CSSOM_Tests",
"module_type" : "SwiftTarget",
"name" : "W3C CSSOM Tests",
"path" : "Tests/W3C CSSOM Tests",
"sources" : [
"Identifiers/CustomIdent Tests.swift",
"Identifiers/DashedIdent Tests.swift",
"Identifiers/Ident Tests.swift",
"Serialization/String Tests.swift",
"Serialization/Url Tests.swift",
"Support/PerformanceTests.swift"
],
"target_dependencies" : [
"W3C CSSOM"
],
"type" : "test"
},
{
"c99name" : "W3C_CSSOM",
"module_type" : "SwiftTarget",
"name" : "W3C CSSOM",
"path" : "Sources/W3C CSSOM",
"product_memberships" : [
"W3C CSSOM"
],
"sources" : [
"Identifiers/CustomIdent.swift",
"Identifiers/DashedIdent.swift",
"Identifiers/Ident.swift",
"Serialization/IdentifierSerialization.swift",
"Serialization/String.swift",
"Serialization/StringSerialization.swift",
"Serialization/Url.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.