Build Information
Successful build of pointfree-html, reference 2.0.0 (0867cb
), with Swift 6.1 for Android on 27 Jul 2025 13:01:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
[1523/23192] Fetching swift-collections, swift-dependencies
[10518/38533] Fetching swift-collections, swift-dependencies, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.91s)
[5516/32242] Fetching swift-collections, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (4.05s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.10s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (5.42s)
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 (3.64s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.69s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.16s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5482] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.20s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.47s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
[1399/3702] Fetching combine-schedulers, swift-clocks
[2365/4570] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.30s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.31s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.31s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.77s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.62s)
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/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/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/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-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
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/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
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
Building for debugging...
[0/33] Write sources
[27/33] Compiling _SwiftSyntaxCShims dummy.c
[28/33] Write swift-version-24593BA9C3E375BF.txt
[30/99] Emitting module IssueReportingPackageSupport
[31/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/100] Compiling ConcurrencyExtras AsyncStream.swift
[33/100] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[34/100] Compiling ConcurrencyExtras ActorIsolated.swift
[35/100] Compiling ConcurrencyExtras AnyHashableSendable.swift
[36/100] Compiling ConcurrencyExtras Locking.swift
[37/100] Compiling ConcurrencyExtras UncheckedBox.swift
[38/100] Emitting module InternalCollectionsUtilities
[39/100] Emitting module SwiftSyntax509
[40/100] Compiling SwiftSyntax509 Empty.swift
[41/101] Compiling IssueReportingPackageSupport _Test.swift
[42/102] Compiling SnapshotTesting Wait.swift
[43/102] Compiling SnapshotTesting AssertSnapshot.swift
[45/102] Compiling SnapshotTesting Diff.swift
[46/102] Compiling SnapshotTesting Diffing.swift
[47/102] Compiling SnapshotTesting Async.swift
[48/102] Compiling SnapshotTesting Internal.swift
[50/102] Compiling SwiftSyntax601 Empty.swift
[51/102] Emitting module SwiftSyntax600
[52/102] Emitting module SwiftSyntax601
[53/102] Compiling SwiftSyntax600 Empty.swift
[54/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/105] Emitting module SwiftSyntax510
[56/105] Compiling SwiftSyntax510 Empty.swift
[60/113] Wrapping AST for IssueReportingPackageSupport for debugging
[62/128] Emitting module ConcurrencyExtras
[63/248] Compiling SwiftSyntax CustomTraits.swift
[64/248] Compiling SwiftSyntax EditorPlaceholder.swift
[65/250] Compiling ConcurrencyExtras UncheckedSendable.swift
[66/250] Compiling SwiftSyntax SyntaxRewriter.swift
[67/250] Compiling SwiftSyntax SyntaxTraits.swift
[68/250] Compiling SwiftSyntax SyntaxVisitor.swift
[69/250] Compiling SwiftSyntax TokenKind.swift
[70/250] Compiling SwiftSyntax Tokens.swift
[71/250] Compiling SwiftSyntax TriviaPieces.swift
[72/250] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[73/250] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[74/250] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[75/250] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[76/250] Compiling SwiftSyntax SyntaxBaseNodes.swift
[77/250] Compiling SwiftSyntax SyntaxCollections.swift
[78/250] Compiling SwiftSyntax SyntaxEnum.swift
[79/250] Compiling SwiftSyntax SyntaxKind.swift
[80/257] Compiling IssueReporting WithExpectedIssue.swift
[81/257] Compiling IssueReporting WithIssueContext.swift
[82/257] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[83/257] Compiling SwiftSyntax SyntaxChildren.swift
[84/257] Compiling SwiftSyntax SyntaxCollection.swift
[85/257] Compiling SwiftSyntax SyntaxHashable.swift
[86/257] Compiling SwiftSyntax Trivia.swift
[87/257] Compiling SwiftSyntax Utils.swift
[88/257] Compiling SwiftSyntax ChildNameForKeyPath.swift
[89/257] Compiling SwiftSyntax Keyword.swift
[94/257] Compiling SwiftSyntax SyntaxNodeStructure.swift
[95/257] Compiling SwiftSyntax SyntaxProtocol.swift
[96/257] Compiling SwiftSyntax SyntaxText.swift
[97/257] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[98/257] Compiling SwiftSyntax TokenDiagnostic.swift
[99/257] Compiling SwiftSyntax TokenSequence.swift
[100/257] Compiling SwiftSyntax TokenSyntax.swift
[101/257] Compiling SwiftSyntax SourceLocation.swift
[102/257] Compiling SwiftSyntax SourcePresence.swift
[103/257] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[104/257] Compiling SwiftSyntax Syntax.swift
[105/257] Compiling SwiftSyntax SyntaxArena.swift
[106/257] Compiling SwiftSyntax SourceLength.swift
[107/257] Compiling SwiftSyntax AbsolutePosition.swift
[108/257] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[109/257] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[110/257] Compiling SwiftSyntax Assert.swift
[111/257] Compiling SwiftSyntax BumpPtrAllocator.swift
[112/257] Compiling SwiftSyntax CommonAncestor.swift
[113/257] Compiling SwiftSyntax Convenience.swift
[114/257] Compiling SwiftSyntax Identifier.swift
[115/257] Compiling SwiftSyntax MemoryLayout.swift
[116/257] Compiling SwiftSyntax MissingNodeInitializers.swift
[117/257] Compiling SwiftSyntax RawSyntax.swift
[118/257] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[119/257] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[120/257] Compiling SwiftSyntax RawSyntaxTokenView.swift
[121/257] Compiling SwiftSyntax SourceEdit.swift
[122/257] Compiling OrderedCollections OrderedSet+Sendable.swift
[123/257] Compiling OrderedCollections OrderedSet+SubSequence.swift
[124/257] Compiling OrderedCollections OrderedSet+Testing.swift
[125/257] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[126/257] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[127/257] Compiling OrderedCollections OrderedSet.swift
[128/257] Compiling OrderedCollections _UnsafeBitset.swift
[129/257] Emitting module OrderedCollections
[138/258] Emitting module IssueReporting
[147/262] Emitting module IssueReportingTestSupport
[148/262] Compiling IssueReportingTestSupport SwiftTesting.swift
[149/262] Compiling IssueReportingTestSupport XCTest.swift
[166/263] Compiling ConcurrencyExtras MainSerialExecutor.swift
[167/263] Compiling ConcurrencyExtras Task.swift
[168/263] Compiling ConcurrencyExtras Result.swift
[173/263] Compiling ConcurrencyExtras LockIsolated.swift
[188/265] Wrapping AST for IssueReportingTestSupport for debugging
[189/265] Write Objects.LinkFileList
[196/265] Emitting module SnapshotTesting
[215/274] Compiling SnapshotTesting UIImage.swift
[216/274] Compiling SnapshotTesting UIView.swift
[217/274] Compiling SnapshotTesting UIViewController.swift
[218/274] Compiling SnapshotTesting URLRequest.swift
[220/298] Compiling CombineSchedulers UIScheduler.swift
[220/298] Linking libIssueReportingTestSupport.so
[222/299] Compiling CombineSchedulers Timer.swift
[223/299] Compiling CombineSchedulers UIKit.swift
[224/299] Compiling Clocks Lock.swift
[225/300] Compiling Clocks Timer.swift
[226/300] Compiling Clocks SwiftUI.swift
[227/300] Emitting module CombineSchedulers
[228/300] Compiling XCTestDynamicOverlay Exports.swift
[229/300] Compiling CombineSchedulers SwiftUI.swift
[230/300] Compiling CombineSchedulers TestScheduler.swift
[231/300] Compiling CombineSchedulers ImmediateScheduler.swift
[232/300] Compiling CombineSchedulers Deprecations.swift
[233/300] Compiling CombineSchedulers AnyScheduler.swift
[234/300] Compiling CombineSchedulers Concurrency.swift
[235/300] Compiling CombineSchedulers Lock.swift
[236/300] Compiling CombineSchedulers NSRecursiveLock.swift
[237/300] Emitting module Clocks
[238/300] Compiling Clocks ImmediateClock.swift
[239/300] Compiling Clocks AnyClock.swift
[240/300] Compiling CombineSchedulers UnimplementedScheduler.swift
[241/301] Compiling Clocks _AsyncTimerSequence.swift
[243/301] Emitting module XCTestDynamicOverlay
[244/301] Compiling XCTestDynamicOverlay Deprecations.swift
[245/302] Compiling Clocks UnimplementedClock.swift
[247/302] Compiling Clocks TestClock.swift
[249/353] Compiling Dependencies Dependency.swift
[250/353] Compiling Dependencies DependencyContext.swift
[251/353] Compiling Dependencies DependencyKey.swift
[252/353] Compiling Dependencies DependencyValues.swift
[253/356] Compiling Dependencies WithRandomNumberGenerator.swift
[254/356] Compiling Dependencies AppEntryPoint.swift
[255/356] Compiling CustomDump CollectionDifference.swift
[256/356] Compiling Dependencies Assert.swift
[257/356] Compiling Dependencies Calendar.swift
[258/356] Compiling Dependencies Clocks.swift
[259/356] Compiling Dependencies Context.swift
[260/356] Compiling CustomDump Identifiable.swift
[261/356] Compiling CustomDump Mirror.swift
[262/356] Compiling CustomDump String.swift
[263/356] Compiling Dependencies Locale.swift
[264/356] Compiling Dependencies MainQueue.swift
[265/356] Compiling Dependencies MainRunLoop.swift
[266/359] Compiling CustomDump Unordered.swift
[267/359] Compiling CustomDump XCTAssertDifference.swift
[268/359] Compiling CustomDump XCTAssertNoDifference.swift
[269/359] Compiling Dependencies Deprecations.swift
[270/359] Compiling Dependencies Exports.swift
[271/359] Compiling Dependencies TypeName.swift
[272/359] Compiling Dependencies UUID.swift
[279/359] Compiling Dependencies Date.swift
[280/359] Compiling Dependencies FireAndForget.swift
[281/359] Compiling Dependencies OpenURL.swift
[282/359] Compiling Dependencies TimeZone.swift
[283/359] Compiling Dependencies URLSession.swift
[284/359] Emitting module CustomDump
[285/359] Emitting module Dependencies
[290/359] Compiling Dependencies PreviewTrait.swift
[291/359] Compiling Dependencies TestTrait.swift
[292/359] Compiling Dependencies WithDependencies.swift
[307/384] Compiling PointFreeHTML AtRule Media.swift
[308/384] Compiling PointFreeHTML AtRule.swift
[309/384] Compiling PointFreeHTML CustomStringConvertible.swift
[310/384] Emitting module DependenciesTestSupport
[311/384] Compiling DependenciesTestSupport TestTrait.swift
[312/387] Compiling PointFreeHTML Doctype.swift
[313/387] Compiling PointFreeHTML HTML.swift
[314/387] Compiling PointFreeHTML HTMLAttribute.swift
[316/387] Emitting module SnapshotTestingCustomDump
[317/387] Compiling PointFreeHTML HTMLPrinter.swift
[318/387] Compiling PointFreeHTML HTMLRaw.swift
[319/387] Compiling SnapshotTestingCustomDump CustomDump.swift
[320/387] Emitting module PointFreeHTML
[321/387] Compiling PointFreeHTML HTMLTag.swift
[322/387] Compiling PointFreeHTML Pseudo.swift
[324/388] Compiling PointFreeHTML HTMLBuilder.swift
[325/388] Compiling PointFreeHTML HTMLDocument.swift
[326/388] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[327/388] Compiling PointFreeHTML Selector.swift
[328/388] Compiling PointFreeHTML String.swift
[329/388] Compiling PointFreeHTML HTMLGroup.swift
[330/388] Compiling PointFreeHTML HTMLInlineStyle.swift
[331/388] Compiling PointFreeHTML HTMLElement.swift
[332/388] Compiling PointFreeHTML HTMLEmpty.swift
[333/388] Compiling PointFreeHTML HTMLForEach.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 SyntaxProtocol+Formatted.swift
[392/448] Emitting module SwiftDiagnostics
[393/449] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[394/449] Compiling SwiftDiagnostics Message.swift
[395/449] Compiling SwiftParser Attributes.swift
[396/449] Compiling SwiftParser Availability.swift
[397/449] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[398/449] Compiling SwiftDiagnostics Note.swift
[399/449] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[400/449] Compiling SwiftDiagnostics FixIt.swift
[401/449] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[402/449] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[403/449] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[404/450] Compiling SwiftBasicFormat Syntax+Extensions.swift
[405/450] Compiling SwiftBasicFormat Indenter.swift
[406/450] Compiling SwiftBasicFormat InferIndentation.swift
[407/450] Emitting module SwiftBasicFormat
[408/450] Compiling SwiftBasicFormat BasicFormat.swift
[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 SwiftParserCompatibility.swift
[418/456] Compiling SwiftParser SwiftVersion.swift
[419/456] Compiling SwiftParser SyntaxUtils.swift
[420/456] Compiling SwiftParser TokenConsumer.swift
[421/456] Compiling SwiftParser TokenPrecedence.swift
[422/456] Compiling SwiftParser TokenSpec.swift
[423/456] Compiling SwiftParser TokenSpecSet.swift
[424/456] Compiling SwiftParser TopLevel.swift
[425/456] Compiling SwiftParser TriviaParser.swift
[426/456] Compiling SwiftParser Types.swift
[427/456] Emitting module SwiftParser
[428/456] Compiling SwiftParser Modifiers.swift
[429/456] Compiling SwiftParser Names.swift
[430/456] Compiling SwiftParser Nominals.swift
[431/456] Compiling SwiftParser Parameters.swift
[432/456] Compiling SwiftParser ParseSourceFile.swift
[433/456] Compiling SwiftParser Parser.swift
[434/456] Compiling SwiftParser Patterns.swift
[435/456] Compiling SwiftParser Recovery.swift
[436/456] Compiling SwiftParser Specifiers.swift
[437/456] Compiling SwiftParser Statements.swift
[438/456] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[439/456] Compiling SwiftParser StringLiterals.swift
[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 SyntaxExtensions.swift
[459/470] Compiling SwiftParserDiagnostics Utils.swift
[460/471] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[461/471] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[462/471] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[463/471] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[464/471] Compiling SwiftParserDiagnostics PresenceUtils.swift
[465/471] Compiling SwiftParserDiagnostics MissingNodesError.swift
[466/471] Compiling SwiftParserDiagnostics MissingTokenError.swift
[467/471] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[468/471] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[469/471] Emitting module SwiftParserDiagnostics
[470/471] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[471/471] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[473/487] Compiling SwiftSyntaxBuilder Indenter.swift
[474/487] Compiling SwiftSyntaxBuilder ListBuilder.swift
[475/487] Emitting module SwiftSyntaxBuilder
[476/488] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[477/488] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[478/488] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[479/488] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[480/488] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[481/488] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[482/488] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[483/488] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[484/488] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[485/488] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[486/488] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[487/488] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[488/488] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[490/492] Emitting module InlineSnapshotTesting
[491/492] Compiling InlineSnapshotTesting AssertInlineSnapshot.swift
[492/492] Compiling InlineSnapshotTesting Exports.swift
[494/496] Compiling PointFreeHTMLTestSupport PointFreeHTML+SnapshotTesting.swift
[495/496] Compiling PointFreeHTMLTestSupport exports.swift
[496/496] Emitting module PointFreeHTMLTestSupport
Build complete! (104.94s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.