The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of XMLCoder with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoreOffice/XMLCoder.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/CoreOffice/XMLCoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at efda1cc Update unit tests to newer Swift versions (#270)
Cloned https://github.com/CoreOffice/XMLCoder.git
Revision (git rev-parse @):
efda1cc8e0a97d198b6d16d53ff73751bd93f801
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/CoreOffice/XMLCoder.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/CoreOffice/XMLCoder.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/48] Emitting module XMLCoder
[4/54] Compiling XMLCoder DoubleBox.swift
[5/54] Compiling XMLCoder FloatBox.swift
[6/54] Compiling XMLCoder IntBox.swift
[7/54] Compiling XMLCoder KeyedBox.swift
[8/54] Compiling XMLCoder NullBox.swift
[9/54] Compiling XMLCoder SharedBox.swift
[10/54] Compiling XMLCoder SingleKeyedBox.swift
[11/54] Compiling XMLCoder StringBox.swift
[12/54] Compiling XMLCoder UIntBox.swift
[13/54] Compiling XMLCoder URLBox.swift
[14/54] Compiling XMLCoder UnkeyedBox.swift
[15/54] Compiling XMLCoder ValueBox.swift
[16/54] Compiling XMLCoder Element.swift
[17/54] Compiling XMLCoder ElementAndAttribute.swift
[18/54] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[19/54] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[20/54] Compiling XMLCoder DynamicNodeEncoding.swift
[21/54] Compiling XMLCoder EncodingErrorExtension.swift
[22/54] Compiling XMLCoder SingleValueEncodingContainer.swift
[23/54] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[24/54] Compiling XMLCoder Attribute.swift
[25/54] Compiling XMLCoder BoolBox.swift
[26/54] Compiling XMLCoder Box.swift
[27/54] Compiling XMLCoder ChoiceBox.swift
[28/54] Compiling XMLCoder DataBox.swift
[29/54] Compiling XMLCoder DateBox.swift
[30/54] Compiling XMLCoder DecimalBox.swift
[31/54] Compiling XMLCoder XMLCoderElement.swift
[32/54] Compiling XMLCoder XMLDocumentType.swift
[33/54] Compiling XMLCoder XMLHeader.swift
[34/54] Compiling XMLCoder XMLKey.swift
[35/54] Compiling XMLCoder XMLStackParser.swift
[36/54] Compiling XMLCoder DecodingErrorExtension.swift
[37/54] Compiling XMLCoder ISO8601DateFormatter.swift
[38/54] Compiling XMLCoder KeyedStorage.swift
[39/54] Compiling XMLCoder Metatypes.swift
[40/54] Compiling XMLCoder String+Extensions.swift
[41/54] Compiling XMLCoder Utils.swift
[42/54] Compiling XMLCoder XMLChoiceCodingKey.swift
[43/54] Compiling XMLCoder DynamicNodeDecoding.swift
[44/54] Compiling XMLCoder SingleValueDecodingContainer.swift
[45/54] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[46/54] Compiling XMLCoder XMLDecoder.swift
[47/54] Compiling XMLCoder XMLDecoderImplementation.swift
[48/54] Compiling XMLCoder XMLDecodingStorage.swift
[49/54] Compiling XMLCoder XMLEncoder.swift
[50/54] Compiling XMLCoder XMLEncoderImplementation.swift
[51/54] Compiling XMLCoder XMLEncodingStorage.swift
[52/54] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[53/54] Compiling XMLCoder XMLReferencingEncoder.swift
[54/54] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
Build complete! (10.46s)
Build complete.
Done.