Build Information
Successful build of pointfree-html, reference main (0867cb
), with Swift 6.1 for Android on 25 Jul 2025 16:30:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-1":/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/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/16890] Fetching swift-collections
[1015/23181] Fetching swift-collections, swift-dependencies
[13724/38514] Fetching swift-collections, swift-dependencies, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
[10585/21624] Fetching swift-dependencies, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (2.73s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.81s)
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.45s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75943] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.66s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.73s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.36s)
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.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.70s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.58s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.63s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[1881/3278] Fetching combine-schedulers, swift-concurrency-extras
[2655/4570] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.37s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.37s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.37s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.09s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.96s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.93s)
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/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/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-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-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/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/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/33] Write sources
[27/33] Compiling _SwiftSyntaxCShims dummy.c
[28/33] Write swift-version-24593BA9C3E375BF.txt
[30/96] Emitting module SwiftSyntax601
[31/99] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/99] Compiling InternalCollectionsUtilities Debugging.swift
[33/99] Compiling SwiftSyntax601 Empty.swift
[34/99] Emitting module SwiftSyntax600
[35/99] Compiling SwiftSyntax600 Empty.swift
[36/102] Emitting module IssueReportingPackageSupport
[37/102] Compiling IssueReportingPackageSupport _Test.swift
[38/103] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/103] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/103] Compiling SwiftSyntax510 Empty.swift
[41/103] Emitting module SwiftSyntax510
[42/104] Emitting module SwiftSyntax509
[43/104] Compiling SwiftSyntax509 Empty.swift
[45/105] Compiling InternalCollectionsUtilities Descriptions.swift
[46/105] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/105] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/105] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[49/105] Compiling InternalCollectionsUtilities Integer rank.swift
[50/105] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/105] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/105] Emitting module InternalCollectionsUtilities
[58/105] Wrapping AST for IssueReportingPackageSupport for debugging
[60/105] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/218] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/218] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/218] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/218] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/251] Compiling OrderedCollections _HashTable.swift
[67/251] Compiling OrderedCollections _Hashtable+Header.swift
[68/253] Emitting module IssueReporting
[69/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[70/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[71/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[72/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[76/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[77/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[78/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[79/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[80/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[81/260] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[82/260] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[83/260] Compiling IssueReporting WithExpectedIssue.swift
[84/260] Compiling IssueReporting WithIssueContext.swift
[85/260] Compiling OrderedCollections OrderedDictionary.swift
[86/260] Compiling OrderedCollections OrderedSet+Codable.swift
[87/260] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/260] Compiling OrderedCollections OrderedSet+Descriptions.swift
[89/260] Compiling OrderedCollections OrderedSet+Diffing.swift
[90/260] Compiling OrderedCollections OrderedSet+Equatable.swift
[91/260] Compiling SnapshotTesting UIImage.swift
[92/260] Compiling SnapshotTesting UIView.swift
[93/260] Compiling OrderedCollections OrderedSet+Initializers.swift
[94/260] Compiling OrderedCollections OrderedSet+Insertions.swift
[95/260] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/260] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/260] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[98/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[99/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[100/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[101/260] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/260] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[107/260] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/260] Compiling OrderedCollections OrderedDictionary+Values.swift
[109/260] Compiling OrderedCollections OrderedDictionary+Codable.swift
[110/260] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[111/260] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[112/260] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[113/260] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[114/260] Compiling OrderedCollections OrderedDictionary+Elements.swift
[115/260] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[116/260] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[117/260] Compiling OrderedCollections _HashTable+Bucket.swift
[118/260] Compiling OrderedCollections _HashTable+BucketIterator.swift
[119/260] Compiling OrderedCollections _HashTable+Constants.swift
[120/260] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[121/260] Compiling OrderedCollections _HashTable+Testing.swift
[122/260] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/260] Compiling OrderedCollections OrderedSet+Sendable.swift
[126/260] Compiling OrderedCollections OrderedSet+SubSequence.swift
[127/260] Compiling OrderedCollections OrderedSet+Testing.swift
[128/260] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[129/260] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[130/260] Compiling OrderedCollections OrderedSet.swift
[131/260] Compiling OrderedCollections _UnsafeBitset.swift
[132/260] Emitting module OrderedCollections
[147/270] Emitting module IssueReportingTestSupport
[148/270] Compiling IssueReportingTestSupport XCTest.swift
[149/270] Compiling IssueReportingTestSupport SwiftTesting.swift
[174/272] Emitting module ConcurrencyExtras
[175/272] Compiling ConcurrencyExtras Result.swift
[177/272] Compiling ConcurrencyExtras MainSerialExecutor.swift
[178/272] Compiling ConcurrencyExtras LockIsolated.swift
[179/272] Compiling ConcurrencyExtras Task.swift
[198/273] Wrapping AST for IssueReportingTestSupport for debugging
[199/273] Write Objects.LinkFileList
[201/273] Compiling ConcurrencyExtras UncheckedSendable.swift
[213/277] Emitting module SnapshotTesting
[220/290] Compiling CombineSchedulers Lock.swift
[221/290] Compiling CombineSchedulers NSRecursiveLock.swift
[222/291] Compiling XCTestDynamicOverlay Exports.swift
[222/298] Linking libIssueReportingTestSupport.so
[224/299] Compiling CombineSchedulers UIScheduler.swift
[225/299] Compiling CombineSchedulers Timer.swift
[226/299] Compiling CombineSchedulers SwiftUI.swift
[227/299] Compiling CombineSchedulers TestScheduler.swift
[228/299] Compiling CombineSchedulers ImmediateScheduler.swift
[229/299] Compiling CombineSchedulers Deprecations.swift
[230/299] Compiling CombineSchedulers AnyScheduler.swift
[231/299] Compiling CombineSchedulers Concurrency.swift
[232/299] Emitting module CombineSchedulers
[233/299] Compiling CombineSchedulers UIKit.swift
[234/299] Compiling CombineSchedulers UnimplementedScheduler.swift
[235/300] Compiling Clocks Timer.swift
[237/301] Compiling Clocks ImmediateClock.swift
[238/301] Emitting module Clocks
[239/301] Emitting module XCTestDynamicOverlay
[240/301] Compiling XCTestDynamicOverlay Deprecations.swift
[241/302] Compiling Clocks AnyClock.swift
[243/302] Compiling Clocks SwiftUI.swift
[244/302] Compiling Clocks Lock.swift
[245/302] Compiling Clocks TestClock.swift
[246/302] Compiling Clocks _AsyncTimerSequence.swift
[247/329] Compiling Clocks UnimplementedClock.swift
[249/330] Compiling CustomDump GameKit.swift
[250/330] Compiling CustomDump KeyPath.swift
[251/330] Compiling CustomDump Photos.swift
[252/330] Compiling CustomDump Speech.swift
[253/333] Compiling CustomDump StoreKit.swift
[254/333] Compiling CustomDump Swift.swift
[255/333] Compiling CustomDump SwiftUI.swift
[256/333] Compiling CustomDump UIKit.swift
[257/356] Compiling CustomDump ExpectNoDifference.swift
[258/356] Compiling CustomDump AnyType.swift
[259/356] Compiling CustomDump CollectionDifference.swift
[260/356] Compiling Dependencies TimeZone.swift
[261/356] Compiling Dependencies URLSession.swift
[262/356] Compiling CustomDump String.swift
[263/356] Compiling CustomDump Unordered.swift
[264/356] Compiling CustomDump XCTAssertDifference.swift
[265/356] Compiling CustomDump XCTAssertNoDifference.swift
[266/356] Emitting module CustomDump
[267/356] Compiling Dependencies Context.swift
[268/356] Compiling Dependencies Date.swift
[269/356] Compiling Dependencies FireAndForget.swift
[270/359] Compiling Dependencies Assert.swift
[271/359] Compiling Dependencies Calendar.swift
[272/359] Compiling Dependencies Clocks.swift
[273/359] Compiling Dependencies UUID.swift
[274/359] Compiling Dependencies WithRandomNumberGenerator.swift
[275/359] Compiling Dependencies AppEntryPoint.swift
[276/359] Compiling Dependencies Deprecations.swift
[277/359] Compiling Dependencies Exports.swift
[278/359] Compiling Dependencies TypeName.swift
[279/359] Compiling Dependencies OpenURL.swift
[282/359] Compiling Dependencies Locale.swift
[283/359] Compiling Dependencies MainQueue.swift
[284/359] Compiling Dependencies MainRunLoop.swift
[285/359] Compiling Dependencies PreviewTrait.swift
[286/359] Compiling Dependencies TestTrait.swift
[287/359] Compiling Dependencies WithDependencies.swift
[288/359] Compiling Dependencies Dependency.swift
[289/359] Compiling Dependencies DependencyContext.swift
[290/359] Compiling Dependencies DependencyKey.swift
[291/359] Compiling Dependencies DependencyValues.swift
[292/359] Emitting module Dependencies
[298/373] Compiling PointFreeHTML HTMLAttribute.swift
[299/373] Compiling PointFreeHTML HTMLElement.swift
[300/373] Compiling PointFreeHTML HTMLEmpty.swift
[301/373] Compiling PointFreeHTML HTMLForEach.swift
[302/375] Compiling PointFreeHTML HTMLBuilder.swift
[303/375] Compiling PointFreeHTML HTMLDocument.swift
[304/375] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[305/375] Compiling PointFreeHTML AtRule Media.swift
[307/384] Emitting module DependenciesTestSupport
[308/384] Compiling DependenciesTestSupport TestTrait.swift
[313/387] Compiling SnapshotTestingCustomDump CustomDump.swift
[314/387] Emitting module SnapshotTestingCustomDump
[315/387] Emitting module PointFreeHTML
[316/388] Compiling PointFreeHTML HTMLPrinter.swift
[317/388] Compiling PointFreeHTML HTMLRaw.swift
[318/388] Compiling PointFreeHTML HTMLTag.swift
[319/388] Compiling PointFreeHTML Pseudo.swift
[325/388] Compiling PointFreeHTML AtRule.swift
[326/388] Compiling PointFreeHTML CustomStringConvertible.swift
[327/388] Compiling PointFreeHTML Doctype.swift
[328/388] Compiling PointFreeHTML HTML.swift
[330/388] Compiling PointFreeHTML Selector.swift
[331/388] Compiling PointFreeHTML String.swift
[332/388] Compiling PointFreeHTML HTMLGroup.swift
[333/388] Compiling PointFreeHTML HTMLInlineStyle.swift
[335/389] Emitting module SwiftSyntax
[352/389] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[353/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 SwiftDiagnostics Message.swift
[392/449] Compiling SwiftParser RegexLiteralLexer.swift
[393/449] Compiling SwiftParser UnicodeScalarExtensions.swift
[394/449] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[395/449] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[396/449] Compiling SwiftBasicFormat Syntax+Extensions.swift
[397/449] Compiling SwiftBasicFormat InferIndentation.swift
[398/449] Compiling SwiftDiagnostics FixIt.swift
[399/449] Compiling SwiftDiagnostics Note.swift
[400/449] Emitting module SwiftDiagnostics
[401/449] Compiling SwiftParser LexemeSequence.swift
[402/449] Compiling SwiftParser Lexer.swift
[403/449] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[404/449] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[405/449] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[406/450] Compiling SwiftBasicFormat Indenter.swift
[408/450] Compiling SwiftParser SwiftParserCompatibility.swift
[409/450] Compiling SwiftParser SwiftVersion.swift
[410/450] Compiling SwiftParser SyntaxUtils.swift
[411/450] Compiling SwiftParser TokenConsumer.swift
[412/450] Compiling SwiftParser TokenPrecedence.swift
[413/455] Compiling SwiftBasicFormat BasicFormat.swift
[414/455] Emitting module SwiftBasicFormat
[420/456] Compiling SwiftParser Lookahead.swift
[421/456] Compiling SwiftParser LoopProgressCondition.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
[440/456] Compiling SwiftParser Attributes.swift
[441/456] Compiling SwiftParser Availability.swift
[442/456] Compiling SwiftParser CharacterInfo.swift
[443/456] Compiling SwiftParser CollectionNodes+Parsable.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 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] Compiling SwiftParserDiagnostics MissingNodesError.swift
[466/471] Compiling SwiftParserDiagnostics MissingTokenError.swift
[467/471] Emitting module SwiftParserDiagnostics
[468/471] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[469/471] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[470/471] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[471/471] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[473/487] Emitting module SwiftSyntaxBuilder
[474/487] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[475/487] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[476/488] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[477/488] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[478/488] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[479/488] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[480/488] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[481/488] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[482/488] Compiling SwiftSyntaxBuilder Indenter.swift
[483/488] Compiling SwiftSyntaxBuilder ListBuilder.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! (186.62s)
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.