Build Information
Successful build of XMLCoder, reference 0.17.1 (b1e944
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 04:34:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoreOffice/XMLCoder.git
Reference: 0.17.1
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/CoreOffice/XMLCoder
* tag 0.17.1 -> FETCH_HEAD
HEAD is now at b1e944c Fix decoding of types conforming to XMLNodeDecoding (#266)
Cloned https://github.com/CoreOffice/XMLCoder.git
Revision (git rev-parse @):
b1e944cbd0ef33787b13f639a5418d55b3bed501
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CoreOffice/XMLCoder.git at 0.17.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/CoreOffice/XMLCoder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/47] Emitting module XMLCoder
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[4/53] Compiling XMLCoder DoubleBox.swift
[5/53] Compiling XMLCoder FloatBox.swift
[6/53] Compiling XMLCoder IntBox.swift
[7/53] Compiling XMLCoder KeyedBox.swift
[8/53] Compiling XMLCoder NullBox.swift
[9/53] Compiling XMLCoder SharedBox.swift
[10/53] Compiling XMLCoder SingleKeyedBox.swift
[11/53] Compiling XMLCoder Attribute.swift
[12/53] Compiling XMLCoder BoolBox.swift
[13/53] Compiling XMLCoder Box.swift
[14/53] Compiling XMLCoder ChoiceBox.swift
[15/53] Compiling XMLCoder DataBox.swift
[16/53] Compiling XMLCoder DateBox.swift
[17/53] Compiling XMLCoder DecimalBox.swift
[18/53] Compiling XMLCoder DynamicNodeDecoding.swift
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[19/53] Compiling XMLCoder SingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[20/53] Compiling XMLCoder XMLChoiceDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[21/53] Compiling XMLCoder XMLDecoder.swift
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[22/53] Compiling XMLCoder XMLDecoderImplementation.swift
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[23/53] Compiling XMLCoder XMLDecodingStorage.swift
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:22:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
20 | }
21 |
22 | public func decode(_: Decimal.Type) throws -> Decimal {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(Decimal.Type) throws -> Decimal'
| `- note: move 'decode' to another extension to silence this warning
23 | return try unbox(try topContainer())
24 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: Int128.Type) throws -> Int128}
| `- note: requirement 'decode' declared here
4 |
/host/spi-builder-workspace/Sources/XMLCoder/Decoder/SingleValueDecodingContainer.swift:46:17: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
44 | }
45 |
46 | public func decode(_: String.Type) throws -> Date {
| |- warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
| |- note: candidate has non-matching type '(String.Type) throws -> Date'
| `- note: move 'decode' to another extension to silence this warning
47 | return try unbox(try topContainer())
48 | }
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
1 | protocol SingleValueDecodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | func decode(_ type: UInt128.Type) throws -> UInt128}
| `- note: requirement 'decode' declared here
4 |
[24/53] Compiling XMLCoder ElementAndAttribute.swift
[25/53] Compiling XMLCoder ISO8601DateFormatter.swift
[26/53] Compiling XMLCoder KeyedStorage.swift
[27/53] Compiling XMLCoder Metatypes.swift
[28/53] Compiling XMLCoder String+Extensions.swift
[29/53] Compiling XMLCoder XMLChoiceCodingKey.swift
[30/53] Compiling XMLCoder XMLCoderElement.swift
[31/53] Compiling XMLCoder XMLDocumentType.swift
[32/53] Compiling XMLCoder XMLHeader.swift
[33/53] Compiling XMLCoder XMLKey.swift
[34/53] Compiling XMLCoder XMLStackParser.swift
[35/53] Compiling XMLCoder DecodingErrorExtension.swift
[36/53] Compiling XMLCoder StringBox.swift
[37/53] Compiling XMLCoder UIntBox.swift
[38/53] Compiling XMLCoder URLBox.swift
[39/53] Compiling XMLCoder UnkeyedBox.swift
[40/53] Compiling XMLCoder ValueBox.swift
[41/53] Compiling XMLCoder Element.swift
[42/53] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[43/53] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[44/53] Compiling XMLCoder DynamicNodeEncoding.swift
[45/53] Compiling XMLCoder EncodingErrorExtension.swift
[46/53] Compiling XMLCoder SingleValueEncodingContainer.swift
[47/53] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[48/53] Compiling XMLCoder XMLEncoder.swift
[49/53] Compiling XMLCoder XMLEncoderImplementation.swift
[50/53] Compiling XMLCoder XMLEncodingStorage.swift
[51/53] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[52/53] Compiling XMLCoder XMLReferencingEncoder.swift
[53/53] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
Build complete! (17.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XMLCoder",
"name" : "XMLCoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "XMLCoder",
"targets" : [
"XMLCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XMLCoderTests",
"module_type" : "SwiftTarget",
"name" : "XMLCoderTests",
"path" : "Tests/XMLCoderTests",
"sources" : [
"AdvancedFeatures/AttributedEnumIntrinsicTest.swift",
"AdvancedFeatures/AttributedIntrinsicLegacyTest.swift",
"AdvancedFeatures/AttributedIntrinsicTest.swift",
"AdvancedFeatures/CompositeChoiceTests.swift",
"AdvancedFeatures/DynamicNodeDecodingLegacyTest.swift",
"AdvancedFeatures/DynamicNodeDecodingTest.swift",
"AdvancedFeatures/DynamicNodeEncodingTest.swift",
"AdvancedFeatures/ErrorContextTest.swift",
"AdvancedFeatures/MixedChoiceAndNonChoiceTests.swift",
"AdvancedFeatures/NestedAttributeChoiceTests.swift",
"AdvancedFeatures/NestedChoiceArrayTest.swift",
"AdvancedFeatures/NestedChoiceTests.swift",
"AdvancedFeatures/PropertyWrappersTest.swift",
"AdvancedFeatures/SimpleChoiceTests.swift",
"Auxiliary/String+ExtensionsTests.swift",
"Auxiliary/XMLElementTests.swift",
"Auxiliary/XMLHeaderTests.swift",
"Auxiliary/XMLKeyTests.swift",
"Auxiliary/XMLStackParserTests.swift",
"BenchmarkTests.swift",
"Box/BoolBoxTests.swift",
"Box/DataBoxTests.swift",
"Box/DateBoxTests.swift",
"Box/DecimalBoxTests.swift",
"Box/FloatBoxTests.swift",
"Box/IntBoxTests.swift",
"Box/KeyedBoxTests.swift",
"Box/NullBoxTests.swift",
"Box/SharedBoxTests.swift",
"Box/StringBoxTests.swift",
"Box/UIntBoxTests.swift",
"Box/URLBoxTests.swift",
"Box/UnkeyedBoxTests.swift",
"CDATAMixedUsageTest.swift",
"CDATATest.swift",
"ClassTests.swift",
"CombineTests.swift",
"DecodingContainerTests.swift",
"DocTypeTests.swift",
"EmptyArrayTest.swift",
"EmptyElementEmptyStringTests.swift",
"EndToEnd/BooksTest.swift",
"EndToEnd/BorderTest.swift",
"EndToEnd/BreakfastTest.swift",
"EndToEnd/CDCatalog.swift",
"EndToEnd/CDTest.swift",
"EndToEnd/NoteTest.swift",
"EndToEnd/PlantCatalog.swift",
"EndToEnd/PlantTest.swift",
"EndToEnd/RJISample.swift",
"EndToEnd/RJITest.swift",
"EndToEnd/RelationshipsTest.swift",
"EscapedCharactersTest.swift",
"IntOrString.swift",
"KeyDecodingAndEncodingStrategyTests.swift",
"Minimal/BoolTests.swift",
"Minimal/BoxTreeTests.swift",
"Minimal/DataTests.swift",
"Minimal/DateTests.swift",
"Minimal/DecimalTests.swift",
"Minimal/EmptyTests.swift",
"Minimal/FloatTests.swift",
"Minimal/IntTests.swift",
"Minimal/KeyedIntTests.swift",
"Minimal/KeyedTests.swift",
"Minimal/MixedContentTests.swift",
"Minimal/NestedStringList.swift",
"Minimal/NullTests.swift",
"Minimal/OptionalTests.swift",
"Minimal/StringTests.swift",
"Minimal/UIntTests.swift",
"Minimal/URLTests.swift",
"Minimal/UnkeyedIntTests.swift",
"Minimal/UnkeyedTests.swift",
"MixedContainerTest.swift",
"NamespaceTest.swift",
"NestingTests.swift",
"NodeEncodingStrategyTests.swift",
"PrettyPrintTest.swift",
"RootLevelAttributeTest.swift",
"RootLevetExtraAttributesTests.swift",
"SingleChildTests.swift",
"SpacePreserveTest.swift"
],
"target_dependencies" : [
"XMLCoder"
],
"type" : "test"
},
{
"c99name" : "XMLCoder",
"module_type" : "SwiftTarget",
"name" : "XMLCoder",
"path" : "Sources/XMLCoder",
"product_memberships" : [
"XMLCoder"
],
"sources" : [
"Auxiliaries/Attribute.swift",
"Auxiliaries/Box/BoolBox.swift",
"Auxiliaries/Box/Box.swift",
"Auxiliaries/Box/ChoiceBox.swift",
"Auxiliaries/Box/DataBox.swift",
"Auxiliaries/Box/DateBox.swift",
"Auxiliaries/Box/DecimalBox.swift",
"Auxiliaries/Box/DoubleBox.swift",
"Auxiliaries/Box/FloatBox.swift",
"Auxiliaries/Box/IntBox.swift",
"Auxiliaries/Box/KeyedBox.swift",
"Auxiliaries/Box/NullBox.swift",
"Auxiliaries/Box/SharedBox.swift",
"Auxiliaries/Box/SingleKeyedBox.swift",
"Auxiliaries/Box/StringBox.swift",
"Auxiliaries/Box/UIntBox.swift",
"Auxiliaries/Box/URLBox.swift",
"Auxiliaries/Box/UnkeyedBox.swift",
"Auxiliaries/Box/ValueBox.swift",
"Auxiliaries/Element.swift",
"Auxiliaries/ElementAndAttribute.swift",
"Auxiliaries/ISO8601DateFormatter.swift",
"Auxiliaries/KeyedStorage.swift",
"Auxiliaries/Metatypes.swift",
"Auxiliaries/String+Extensions.swift",
"Auxiliaries/XMLChoiceCodingKey.swift",
"Auxiliaries/XMLCoderElement.swift",
"Auxiliaries/XMLDocumentType.swift",
"Auxiliaries/XMLHeader.swift",
"Auxiliaries/XMLKey.swift",
"Auxiliaries/XMLStackParser.swift",
"Decoder/DecodingErrorExtension.swift",
"Decoder/DynamicNodeDecoding.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/XMLChoiceDecodingContainer.swift",
"Decoder/XMLDecoder.swift",
"Decoder/XMLDecoderImplementation.swift",
"Decoder/XMLDecodingStorage.swift",
"Decoder/XMLKeyedDecodingContainer.swift",
"Decoder/XMLUnkeyedDecodingContainer.swift",
"Encoder/DynamicNodeEncoding.swift",
"Encoder/EncodingErrorExtension.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/XMLChoiceEncodingContainer.swift",
"Encoder/XMLEncoder.swift",
"Encoder/XMLEncoderImplementation.swift",
"Encoder/XMLEncodingStorage.swift",
"Encoder/XMLKeyedEncodingContainer.swift",
"Encoder/XMLReferencingEncoder.swift",
"Encoder/XMLUnkeyedEncodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.