This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 UBJSONSerialization with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frizlab/ubjsonserialization.git
Reference: 2.0.4
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/frizlab/ubjsonserialization
 * tag               2.0.4      -> FETCH_HEAD
HEAD is now at 3da0153 Fix writing to OutputStream
Cloned https://github.com/frizlab/ubjsonserialization.git
Revision (git rev-parse @):
3da0153f9f9e3eaa05e1efa2e087d6eba64c92b0
SUCCESS checkout https://github.com/frizlab/ubjsonserialization.git at 2.0.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/934] Fetching stream-reader
[935/3893] Fetching stream-reader, swift-system
Fetched https://github.com/Frizlab/stream-reader.git (0.47s)
Computing version for https://github.com/Frizlab/stream-reader.git
Fetched https://github.com/apple/swift-system.git (0.47s)
Computed https://github.com/Frizlab/stream-reader.git at 3.2.3 (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.0.0 (0.40s)
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.2.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.0.0
Building for debugging...
[0/1] Compiling CSystem shims.c
[2/22] Emitting module SystemPackage
[3/24] Compiling SystemPackage Util.swift
[4/24] Compiling SystemPackage UtilConsumers.swift
[5/24] Compiling SystemPackage FileOperations.swift
[6/24] Compiling SystemPackage FilePath.swift
[7/24] Compiling SystemPackage FilePathComponentView.swift
[8/24] Compiling SystemPackage Errno.swift
[9/24] Compiling SystemPackage FileDescriptor.swift
[10/24] Compiling SystemPackage FileHelpers.swift
[11/24] Compiling SystemPackage FilePathSyntax.swift
[12/24] Compiling SystemPackage FilePathWindows.swift
[13/24] Compiling SystemPackage FilePermissions.swift
[14/24] Compiling SystemPackage FilePathComponents.swift
[15/24] Compiling SystemPackage FilePathParsing.swift
[16/24] Compiling SystemPackage FilePathString.swift
[17/24] Compiling SystemPackage CInterop.swift
[18/24] Compiling SystemPackage Constants.swift
[19/24] Compiling SystemPackage Exports.swift
[20/24] Compiling SystemPackage PlatformString.swift
[21/24] Compiling SystemPackage SystemString.swift
[22/24] Compiling SystemPackage Mocking.swift
[23/24] Compiling SystemPackage Syscalls.swift
[24/24] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/34] Emitting module StreamReader
[28/35] Compiling StreamReader InputStreamReader.swift
[29/35] Compiling StreamReader StreamReaderError.swift
[30/35] Compiling StreamReader DataReader.swift
[31/35] Compiling StreamReader FileHandleReader.swift
[32/35] Compiling StreamReader FileDescriptorReader.swift
[33/35] Compiling StreamReader StreamReader.swift
[34/35] Compiling StreamReader Utils.swift
[35/35] Compiling StreamReader GenericStreamReader.swift
[38/44] Compiling UBJSONSerialization Utils.swift
[39/44] Emitting module UBJSONSerialization
/host/spi-builder-workspace/Sources/UBJSONSerialization/HighPrecisionNumber.swift:91:100: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
                        mutating func parse() -> (hasNegativeSign: Bool, unsignedIntPart: [Digit], parsedLength: String.IndexDistance) {
                                                                                                                        ^
[40/44] Compiling UBJSONSerialization HighPrecisionNumber.swift
/host/spi-builder-workspace/Sources/UBJSONSerialization/HighPrecisionNumber.swift:91:100: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
                        mutating func parse() -> (hasNegativeSign: Bool, unsignedIntPart: [Digit], parsedLength: String.IndexDistance) {
                                                                                                                        ^
/host/spi-builder-workspace/Sources/UBJSONSerialization/HighPrecisionNumber.swift:109:28: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
                        let parseOffset: String.IndexDistance; (hasNegativeSign, unsignedIntPart, parseOffset) = parser.parse()
                                                ^
[41/44] Compiling UBJSONSerialization UBJSONSpec8Serialization.swift
[42/44] Compiling UBJSONSerialization UBJSONSerializationErrors.swift
[43/44] Compiling UBJSONSerialization UBJSONSerialization.swift
/host/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:877:10: warning: type 'S.Element' is not optional, value can never be nil; this is an error in Swift 6
                                case nil:                    newType = .null
                                     ^
[44/44] Compiling UBJSONSerialization Nop.swift
Build complete! (16.02s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.