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 macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

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 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CSystem shims.c
[2/19] Compiling SystemPackage Errno.swift
[3/19] Compiling SystemPackage FileDescriptor.swift
[4/19] Compiling SystemPackage FileHelpers.swift
[5/19] Compiling SystemPackage FileOperations.swift
[6/19] Compiling SystemPackage FilePath.swift
[7/19] Compiling SystemPackage FilePathComponentView.swift
[8/24] Compiling SystemPackage FilePathComponents.swift
[9/24] Compiling SystemPackage FilePathParsing.swift
[10/24] Compiling SystemPackage FilePathString.swift
[11/24] Compiling SystemPackage FilePathSyntax.swift
[12/24] Compiling SystemPackage FilePathWindows.swift
[13/24] Compiling SystemPackage FilePermissions.swift
[14/24] Emitting module SystemPackage
[15/24] Compiling SystemPackage CInterop.swift
[16/24] Compiling SystemPackage Constants.swift
[17/24] Compiling SystemPackage Exports.swift
[18/24] Compiling SystemPackage Mocking.swift
[19/24] Compiling SystemPackage Syscalls.swift
[20/24] Compiling SystemPackage WindowsSyscallAdapters.swift
[21/24] Compiling SystemPackage PlatformString.swift
[22/24] Compiling SystemPackage SystemString.swift
[23/24] Compiling SystemPackage Util.swift
[24/24] Compiling SystemPackage UtilConsumers.swift
[25/31] Compiling StreamReader InputStreamReader.swift
[26/31] Compiling StreamReader StreamReader.swift
[27/31] Compiling StreamReader StreamReaderError.swift
[28/31] Compiling StreamReader DataReader.swift
[29/33] Emitting module StreamReader
[30/33] Compiling StreamReader FileDescriptorReader.swift
[31/33] Compiling StreamReader FileHandleReader.swift
[32/33] Compiling StreamReader GenericStreamReader.swift
[33/33] Compiling StreamReader Utils.swift
[34/39] Emitting module UBJSONSerialization
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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) {
                                                                                                                        ^
[35/39] Compiling UBJSONSerialization UBJSONSpec8Serialization.swift
[36/39] Compiling UBJSONSerialization UBJSONSerialization.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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
                                     ^
[37/39] Compiling UBJSONSerialization UBJSONSerializationErrors.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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
                                     ^
[38/39] Compiling UBJSONSerialization HighPrecisionNumber.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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) {
                                                                                                                        ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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()
                                                ^
[39/39] Compiling UBJSONSerialization Nop.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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) {
                                                                                                                        ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/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()
                                                ^
[40/40] Compiling UBJSONSerialization Utils.swift
Build complete! (12.14s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/Frizlab/stream-reader.git
[1/934] Fetching stream-reader
Fetched https://github.com/Frizlab/stream-reader.git (0.73s)
Computing version for https://github.com/Frizlab/stream-reader.git
Fetched https://github.com/apple/swift-system.git (0.74s)
Computed https://github.com/Frizlab/stream-reader.git at 3.2.3 (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.0.0 (0.19s)
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
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
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.