Build Information
Successful build of pointfree-html, reference 2.0.0 (0867cb
), with Swift 6.1 for Linux on 27 Jul 2025 13:02:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/coenttb/pointfree-html
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 0867cb1 Release PointFreeHTML 2.0.0
Cloned https://github.com/coenttb/pointfree-html.git
Revision (git rev-parse @):
0867cb15127d9db0fe54e53d5a47fb5438d84710
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/pointfree-html.git at 2.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/pointfree-html.git
https://github.com/coenttb/pointfree-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "pointfree-html",
"name" : "pointfree-html",
"path" : "/host/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" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PointFreeHTML",
"targets" : [
"PointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PointFreeHTMLTestSupport",
"targets" : [
"PointFreeHTMLTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PointFreeHTMLTestSupport",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTMLTestSupport",
"path" : "Sources/PointFreeHTMLTestSupport",
"product_dependencies" : [
"InlineSnapshotTesting",
"DependenciesTestSupport"
],
"product_memberships" : [
"PointFreeHTMLTestSupport"
],
"sources" : [
"PointFreeHTML+SnapshotTesting.swift",
"exports.swift"
],
"target_dependencies" : [
"PointFreeHTML"
],
"type" : "library"
},
{
"c99name" : "PointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML Tests",
"path" : "Tests/PointFreeHTML Tests",
"sources" : [
"AtRule Media Tests.swift",
"DoctypeTests.swift",
"HTML Tests.swift",
"HTMLAttribute Tests.swift",
"HTMLBuilder Tests.swift",
"HTMLDocumentProtocol Tests.swift",
"HTMLElement Tests.swift",
"HTMLEmpty Tests.swift",
"HTMLForEach Tests.swift",
"HTMLGroup Tests.swift",
"HTMLInlineStyle Tests.swift",
"HTMLPrinter Tests.swift",
"HTMLRaw Tests.swift",
"HTMLTag Tests.swift",
"Performance Tests.swift",
"Pseudo Tests.swift",
"Selector Tests.swift",
"String Tests.swift"
],
"target_dependencies" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"type" : "test"
},
{
"c99name" : "PointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML",
"path" : "Sources/PointFreeHTML",
"product_dependencies" : [
"Dependencies",
"OrderedCollections"
],
"product_memberships" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"sources" : [
"AtRule Media.swift",
"AtRule.swift",
"CustomStringConvertible.swift",
"Doctype.swift",
"HTML.swift",
"HTMLAttribute.swift",
"HTMLBuilder.swift",
"HTMLDocument.swift",
"HTMLDocumentProtocol.swift",
"HTMLElement.swift",
"HTMLEmpty.swift",
"HTMLForEach.swift",
"HTMLGroup.swift",
"HTMLInlineStyle.swift",
"HTMLPrinter.swift",
"HTMLRaw.swift",
"HTMLTag.swift",
"Pseudo.swift",
"Selector.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/16901] Fetching swift-collections
[678/23192] Fetching swift-collections, swift-dependencies
[13729/38533] Fetching swift-collections, swift-dependencies, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (2.96s)
Fetched https://github.com/apple/swift-collections.git from cache (2.99s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.05s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (3.57s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/75946] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.68s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.77s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (7.78s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5482] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.89s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.99s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/868] Fetching swift-concurrency-extras
[210/3278] Fetching swift-concurrency-extras, combine-schedulers
[872/4570] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.57s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.58s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.66s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.98s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.39s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.6
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Building for debugging...
[0/33] Write sources
[27/33] Compiling _SwiftSyntaxCShims dummy.c
[28/33] Write swift-version-24593BA9C3E375BF.txt
[30/99] Emitting module ConcurrencyExtras
[31/100] Compiling SwiftSyntax510 Empty.swift
[32/100] Emitting module SwiftSyntax510
[33/101] Emitting module SwiftSyntax601
[34/101] Compiling SwiftSyntax601 Empty.swift
[35/102] Compiling IssueReportingPackageSupport _Test.swift
[36/102] Emitting module IssueReportingPackageSupport
[37/103] Emitting module InternalCollectionsUtilities
[38/103] Compiling ConcurrencyExtras AsyncStream.swift
[39/103] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[40/103] Emitting module SwiftSyntax509
[41/103] Compiling SwiftSyntax509 Empty.swift
[42/104] Emitting module SwiftSyntax600
[43/104] Compiling ConcurrencyExtras Locking.swift
[44/104] Compiling ConcurrencyExtras UncheckedBox.swift
[45/104] Compiling SwiftSyntax600 Empty.swift
[46/106] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/106] Compiling ConcurrencyExtras ActorIsolated.swift
[48/106] Compiling ConcurrencyExtras AnyHashableSendable.swift
[49/106] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/106] Compiling InternalCollectionsUtilities Debugging.swift
[51/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/106] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/106] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/106] Compiling ConcurrencyExtras UncheckedSendable.swift
[61/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/107] Emitting module SnapshotTesting
[63/111] Wrapping AST for IssueReportingPackageSupport for debugging
[65/252] Compiling SwiftSyntax Syntax.swift
[66/252] Compiling SwiftSyntax SyntaxArena.swift
[67/254] Compiling SwiftSyntax SyntaxCollection.swift
[68/254] Compiling SwiftSyntax SyntaxHashable.swift
[69/254] Compiling SwiftSyntax SyntaxText.swift
[70/254] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[71/254] Compiling SwiftSyntax TokenDiagnostic.swift
[72/254] Compiling SwiftSyntax TokenSequence.swift
[73/254] Compiling SwiftSyntax TokenSyntax.swift
[74/254] Compiling SwiftSyntax SyntaxEnum.swift
[75/254] Compiling SwiftSyntax SyntaxKind.swift
[76/254] Compiling SwiftSyntax SyntaxRewriter.swift
[77/254] Compiling SwiftSyntax SyntaxTraits.swift
[78/254] Compiling SwiftSyntax SyntaxVisitor.swift
[79/254] Compiling SwiftSyntax TokenKind.swift
[80/254] Compiling SwiftSyntax Tokens.swift
[81/254] Compiling SwiftSyntax TriviaPieces.swift
[82/254] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[83/261] Emitting module IssueReporting
[86/261] Compiling IssueReporting WithExpectedIssue.swift
[87/261] Compiling IssueReporting WithIssueContext.swift
[88/261] Compiling SwiftSyntax MissingNodeInitializers.swift
[89/261] Compiling SwiftSyntax RawSyntax.swift
[90/261] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[91/261] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[94/261] Compiling SwiftSyntax AbsolutePosition.swift
[95/261] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[96/261] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[97/261] Compiling SwiftSyntax Assert.swift
[98/261] Compiling SwiftSyntax BumpPtrAllocator.swift
[99/261] Compiling SwiftSyntax CommonAncestor.swift
[100/261] Compiling SwiftSyntax Convenience.swift
[101/261] Compiling SwiftSyntax CustomTraits.swift
[102/261] Compiling SwiftSyntax EditorPlaceholder.swift
[103/261] Compiling SwiftSyntax SourceLocation.swift
[104/261] Compiling SwiftSyntax SourcePresence.swift
[105/261] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[108/261] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[109/261] Compiling SwiftSyntax SyntaxChildren.swift
[110/261] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[111/261] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[112/261] Compiling SwiftSyntax SyntaxBaseNodes.swift
[113/261] Compiling SwiftSyntax SyntaxCollections.swift
[114/261] Compiling SwiftSyntax SyntaxIdentifier.swift
[115/261] Compiling SwiftSyntax SyntaxNodeFactory.swift
[116/261] Compiling SwiftSyntax SyntaxNodeStructure.swift
[117/261] Compiling SwiftSyntax SyntaxProtocol.swift
[118/261] Compiling SwiftSyntax SourceLength.swift
[119/261] Compiling SwiftSyntax Trivia.swift
[120/261] Compiling SwiftSyntax Utils.swift
[121/261] Compiling SwiftSyntax ChildNameForKeyPath.swift
[129/261] Compiling ConcurrencyExtras Task.swift
[130/261] Compiling ConcurrencyExtras Result.swift
[131/261] Compiling ConcurrencyExtras MainSerialExecutor.swift
[139/261] Compiling IssueReportingTestSupport XCTest.swift
[140/261] Compiling IssueReportingTestSupport SwiftTesting.swift
[141/261] Emitting module IssueReportingTestSupport
[146/261] Compiling SwiftSyntax RawSyntaxTokenView.swift
[147/261] Compiling SwiftSyntax SourceEdit.swift
[148/261] Compiling ConcurrencyExtras LockIsolated.swift
[157/261] Compiling SwiftSyntax Keyword.swift
[158/261] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[168/263] Wrapping AST for IssueReportingTestSupport for debugging
[169/263] Write Objects.LinkFileList
[171/263] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/263] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/263] Compiling OrderedCollections OrderedSet+Testing.swift
[174/263] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/263] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[176/263] Compiling OrderedCollections OrderedSet.swift
[177/263] Compiling OrderedCollections _UnsafeBitset.swift
[184/264] Emitting module OrderedCollections
[186/282] Linking libIssueReportingTestSupport.so
[188/288] Emitting module CombineSchedulers
[189/289] Compiling CombineSchedulers UIScheduler.swift
[190/289] Compiling CombineSchedulers AnyScheduler.swift
[191/289] Compiling CombineSchedulers Concurrency.swift
[192/289] Compiling CombineSchedulers UIKit.swift
[193/289] Compiling CombineSchedulers SwiftUI.swift
[194/289] Compiling CombineSchedulers TestScheduler.swift
[195/289] Compiling CombineSchedulers Timer.swift
[196/289] Compiling XCTestDynamicOverlay Exports.swift
[197/289] Compiling CombineSchedulers ImmediateScheduler.swift
[198/289] Compiling CombineSchedulers Deprecations.swift
[199/289] Compiling CombineSchedulers Lock.swift
[200/289] Compiling CombineSchedulers NSRecursiveLock.swift
[201/289] Compiling CombineSchedulers UnimplementedScheduler.swift
[202/290] Compiling Clocks Timer.swift
[203/291] Compiling Clocks ImmediateClock.swift
[204/291] Emitting module XCTestDynamicOverlay
[219/292] Emitting module Clocks
[221/292] Compiling Clocks AnyClock.swift
[222/292] Compiling Clocks Lock.swift
[224/292] Compiling XCTestDynamicOverlay Deprecations.swift
[225/293] Compiling Clocks UnimplementedClock.swift
[227/293] Compiling Clocks TestClock.swift
[228/293] Compiling Clocks _AsyncTimerSequence.swift
[229/293] Compiling Clocks SwiftUI.swift
[231/344] Compiling Dependencies Context.swift
[232/344] Compiling Dependencies Date.swift
[233/344] Compiling Dependencies FireAndForget.swift
[234/344] Compiling Dependencies Assert.swift
[235/344] Compiling Dependencies Calendar.swift
[236/344] Compiling Dependencies Clocks.swift
[237/344] Compiling Dependencies Locale.swift
[238/344] Compiling Dependencies MainQueue.swift
[239/347] Compiling Dependencies Exports.swift
[240/347] Compiling Dependencies TypeName.swift
[241/347] Compiling CustomDump CollectionDifference.swift
[242/347] Compiling CustomDump Identifiable.swift
[243/347] Compiling CustomDump Mirror.swift
[244/347] Compiling CustomDump String.swift
[245/347] Compiling Dependencies Dependency.swift
[246/347] Compiling Dependencies DependencyContext.swift
[247/347] Compiling Dependencies DependencyKey.swift
[248/347] Compiling Dependencies DependencyValues.swift
[249/347] Compiling CustomDump Unordered.swift
[250/347] Compiling CustomDump XCTAssertDifference.swift
[251/347] Compiling CustomDump XCTAssertNoDifference.swift
[252/347] Compiling Dependencies Deprecations.swift
[255/347] Compiling Dependencies UUID.swift
[256/347] Compiling Dependencies WithRandomNumberGenerator.swift
[257/347] Compiling Dependencies AppEntryPoint.swift
[258/347] Compiling Dependencies OpenURL.swift
[259/347] Compiling Dependencies TimeZone.swift
[260/347] Compiling Dependencies URLSession.swift
[261/350] Emitting module Dependencies
[274/350] Compiling Dependencies MainRunLoop.swift
[280/359] Emitting module CustomDump
[294/359] Compiling Dependencies PreviewTrait.swift
[295/359] Compiling Dependencies TestTrait.swift
[296/359] Compiling Dependencies WithDependencies.swift
[298/381] Compiling DependenciesTestSupport TestTrait.swift
[299/381] Emitting module DependenciesTestSupport
[301/382] Compiling PointFreeHTML HTMLTag.swift
[302/382] Compiling PointFreeHTML Pseudo.swift
[305/382] Compiling PointFreeHTML HTMLEmpty.swift
[306/382] Compiling PointFreeHTML HTMLForEach.swift
[307/382] Compiling PointFreeHTML HTMLPrinter.swift
[308/382] Compiling PointFreeHTML HTMLRaw.swift
[313/385] Emitting module PointFreeHTML
[315/387] Compiling PointFreeHTML Selector.swift
[316/387] Compiling PointFreeHTML String.swift
[317/387] Emitting module SnapshotTestingCustomDump
[318/387] Compiling SnapshotTestingCustomDump CustomDump.swift
[319/388] Compiling PointFreeHTML HTMLElement.swift
[322/388] Compiling PointFreeHTML AtRule Media.swift
[323/388] Compiling PointFreeHTML AtRule.swift
[324/388] Compiling PointFreeHTML CustomStringConvertible.swift
[325/388] Compiling PointFreeHTML HTMLGroup.swift
[326/388] Compiling PointFreeHTML HTMLInlineStyle.swift
[327/388] Compiling PointFreeHTML Doctype.swift
[328/388] Compiling PointFreeHTML HTML.swift
[329/388] Compiling PointFreeHTML HTMLAttribute.swift
[330/388] Compiling PointFreeHTML HTMLBuilder.swift
[331/388] Compiling PointFreeHTML HTMLDocument.swift
[332/388] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[335/389] Emitting module SwiftSyntax
[343/389] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[344/389] Compiling SwiftSyntax RawSyntaxValidation.swift
[381/389] Compiling SwiftSyntax SyntaxNodesAB.swift
[382/389] Compiling SwiftSyntax SyntaxNodesC.swift
[383/389] Compiling SwiftSyntax SyntaxNodesD.swift
[384/389] Compiling SwiftSyntax SyntaxNodesEF.swift
[385/389] Compiling SwiftSyntax SyntaxNodesGHI.swift
[386/389] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[387/389] Compiling SwiftSyntax SyntaxNodesOP.swift
[388/389] Compiling SwiftSyntax SyntaxNodesQRS.swift
[389/389] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[391/448] Compiling SwiftBasicFormat Syntax+Extensions.swift
[392/448] Compiling SwiftDiagnostics Message.swift
[393/449] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[394/449] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[395/449] Compiling SwiftDiagnostics Note.swift
[396/449] Compiling SwiftDiagnostics FixIt.swift
[397/449] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[398/449] Compiling SwiftBasicFormat Indenter.swift
[399/449] Compiling SwiftBasicFormat InferIndentation.swift
[400/449] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[401/449] Compiling SwiftParser Attributes.swift
[402/449] Compiling SwiftParser Availability.swift
[403/449] Compiling SwiftParser CharacterInfo.swift
[404/449] Compiling SwiftParser CollectionNodes+Parsable.swift
[405/449] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[406/449] Emitting module SwiftDiagnostics
[408/450] Compiling SwiftBasicFormat BasicFormat.swift
[409/450] Emitting module SwiftBasicFormat
[411/451] Compiling SwiftParser LexemeSequence.swift
[412/451] Compiling SwiftParser Lexer.swift
[413/451] Compiling SwiftParser RegexLiteralLexer.swift
[414/451] Compiling SwiftParser UnicodeScalarExtensions.swift
[415/451] Compiling SwiftParser Lookahead.swift
[416/451] Compiling SwiftParser LoopProgressCondition.swift
[417/456] Compiling SwiftParser Modifiers.swift
[418/456] Compiling SwiftParser Names.swift
[419/456] Compiling SwiftParser Nominals.swift
[420/456] Compiling SwiftParser Parameters.swift
[421/456] Compiling SwiftParser ParseSourceFile.swift
[422/456] Compiling SwiftParser Parser.swift
[423/456] Compiling SwiftParser Patterns.swift
[424/456] Compiling SwiftParser Recovery.swift
[425/456] Compiling SwiftParser Specifiers.swift
[426/456] Compiling SwiftParser Statements.swift
[427/456] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[428/456] Compiling SwiftParser StringLiterals.swift
[429/456] Compiling SwiftParser TokenSpec.swift
[430/456] Compiling SwiftParser TokenSpecSet.swift
[431/456] Compiling SwiftParser TopLevel.swift
[432/456] Compiling SwiftParser TriviaParser.swift
[433/456] Compiling SwiftParser Types.swift
[434/456] Compiling SwiftParser SwiftParserCompatibility.swift
[435/456] Compiling SwiftParser SwiftVersion.swift
[436/456] Compiling SwiftParser SyntaxUtils.swift
[437/456] Compiling SwiftParser TokenConsumer.swift
[438/456] Compiling SwiftParser TokenPrecedence.swift
[439/456] Emitting module SwiftParser
[444/456] Compiling SwiftParser Declarations.swift
[445/456] Compiling SwiftParser Directives.swift
[446/456] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[447/456] Compiling SwiftParser Expressions.swift
[448/456] Compiling SwiftParser IncrementalParseTransition.swift
[449/456] Compiling SwiftParser IsValidIdentifier.swift
[450/456] Compiling SwiftParser Cursor.swift
[451/456] Compiling SwiftParser Lexeme.swift
[452/456] Compiling SwiftParser ExperimentalFeatures.swift
[453/456] Compiling SwiftParser IsLexerClassified.swift
[454/456] Compiling SwiftParser LayoutNodes+Parsable.swift
[455/456] Compiling SwiftParser Parser+TokenSpecSet.swift
[456/456] Compiling SwiftParser TokenSpecStaticMembers.swift
[458/470] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[459/471] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[460/471] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[461/471] Compiling SwiftParserDiagnostics Utils.swift
[462/471] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[463/471] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[464/471] Compiling SwiftParserDiagnostics PresenceUtils.swift
[465/471] Emitting module SwiftParserDiagnostics
[466/471] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[467/471] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[468/471] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[469/471] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[470/471] Compiling SwiftParserDiagnostics MissingNodesError.swift
[471/471] Compiling SwiftParserDiagnostics MissingTokenError.swift
[473/487] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[474/487] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[475/488] Compiling SwiftSyntaxBuilder Indenter.swift
[476/488] Compiling SwiftSyntaxBuilder ListBuilder.swift
[477/488] Emitting module SwiftSyntaxBuilder
[478/488] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[479/488] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[480/488] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[481/488] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[482/488] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[483/488] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[484/488] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[485/488] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[486/488] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[487/488] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[488/488] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[490/492] Compiling InlineSnapshotTesting Exports.swift
[491/492] Emitting module InlineSnapshotTesting
[492/492] Compiling InlineSnapshotTesting AssertInlineSnapshot.swift
[494/496] Compiling PointFreeHTMLTestSupport exports.swift
[495/496] Emitting module PointFreeHTMLTestSupport
[496/496] Compiling PointFreeHTMLTestSupport PointFreeHTML+SnapshotTesting.swift
Build complete! (190.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "pointfree-html",
"name" : "pointfree-html",
"path" : "/host/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" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PointFreeHTML",
"targets" : [
"PointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PointFreeHTMLTestSupport",
"targets" : [
"PointFreeHTMLTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PointFreeHTMLTestSupport",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTMLTestSupport",
"path" : "Sources/PointFreeHTMLTestSupport",
"product_dependencies" : [
"InlineSnapshotTesting",
"DependenciesTestSupport"
],
"product_memberships" : [
"PointFreeHTMLTestSupport"
],
"sources" : [
"PointFreeHTML+SnapshotTesting.swift",
"exports.swift"
],
"target_dependencies" : [
"PointFreeHTML"
],
"type" : "library"
},
{
"c99name" : "PointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML Tests",
"path" : "Tests/PointFreeHTML Tests",
"sources" : [
"AtRule Media Tests.swift",
"DoctypeTests.swift",
"HTML Tests.swift",
"HTMLAttribute Tests.swift",
"HTMLBuilder Tests.swift",
"HTMLDocumentProtocol Tests.swift",
"HTMLElement Tests.swift",
"HTMLEmpty Tests.swift",
"HTMLForEach Tests.swift",
"HTMLGroup Tests.swift",
"HTMLInlineStyle Tests.swift",
"HTMLPrinter Tests.swift",
"HTMLRaw Tests.swift",
"HTMLTag Tests.swift",
"Performance Tests.swift",
"Pseudo Tests.swift",
"Selector Tests.swift",
"String Tests.swift"
],
"target_dependencies" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"type" : "test"
},
{
"c99name" : "PointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML",
"path" : "Sources/PointFreeHTML",
"product_dependencies" : [
"Dependencies",
"OrderedCollections"
],
"product_memberships" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"sources" : [
"AtRule Media.swift",
"AtRule.swift",
"CustomStringConvertible.swift",
"Doctype.swift",
"HTML.swift",
"HTMLAttribute.swift",
"HTMLBuilder.swift",
"HTMLDocument.swift",
"HTMLDocumentProtocol.swift",
"HTMLElement.swift",
"HTMLEmpty.swift",
"HTMLForEach.swift",
"HTMLGroup.swift",
"HTMLInlineStyle.swift",
"HTMLPrinter.swift",
"HTMLRaw.swift",
"HTMLTag.swift",
"Pseudo.swift",
"Selector.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.