The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UBJSONSerialization with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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/J1XnyXFH/0/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.10
Building package at path:  $workDir
https://github.com/frizlab/ubjsonserialization.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version--423B1241ED78D482.txt
[6/26] Compiling SystemPackage FilePathSyntax.swift
[7/26] Compiling SystemPackage FilePathWindows.swift
[8/26] Compiling SystemPackage FilePermissions.swift
[9/28] Compiling SystemPackage FilePathComponents.swift
[10/28] Compiling SystemPackage FilePathParsing.swift
[11/28] Compiling SystemPackage FilePathString.swift
[12/28] Compiling SystemPackage Errno.swift
[13/28] Compiling SystemPackage FileDescriptor.swift
[14/28] Compiling SystemPackage FileHelpers.swift
[15/28] Compiling SystemPackage FileOperations.swift
[16/28] Compiling SystemPackage FilePath.swift
[17/28] Compiling SystemPackage FilePathComponentView.swift
[18/28] Compiling SystemPackage PlatformString.swift
[19/28] Compiling SystemPackage SystemString.swift
[20/28] Compiling SystemPackage CInterop.swift
[21/28] Compiling SystemPackage Constants.swift
[22/28] Compiling SystemPackage Exports.swift
[23/28] Emitting module SystemPackage
[24/28] Compiling SystemPackage Mocking.swift
[25/28] Compiling SystemPackage Syscalls.swift
[26/28] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/28] Compiling SystemPackage Util.swift
[28/28] Compiling SystemPackage UtilConsumers.swift
[29/36] Compiling StreamReader StreamReaderError.swift
[30/36] Compiling StreamReader FileDescriptorReader.swift
[31/36] Compiling StreamReader InputStreamReader.swift
[32/36] Compiling StreamReader DataReader.swift
[33/36] Compiling StreamReader GenericStreamReader.swift
[34/36] Emitting module StreamReader
[35/36] Compiling StreamReader FileHandleReader.swift
[36/36] Compiling StreamReader StreamReader.swift
[37/37] Compiling StreamReader Utils.swift
[38/44] Compiling UBJSONSerialization UBJSONSerializationErrors.swift
[39/44] Compiling UBJSONSerialization Utils.swift
[40/44] Compiling UBJSONSerialization UBJSONSpec8Serialization.swift
[41/44] Emitting module UBJSONSerialization
/Users/admin/builds/J1XnyXFH/0/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) {
                                                                                                                        ^
[42/44] Compiling UBJSONSerialization HighPrecisionNumber.swift
/Users/admin/builds/J1XnyXFH/0/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/J1XnyXFH/0/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()
                                                ^
[43/44] Compiling UBJSONSerialization Nop.swift
[44/44] Compiling UBJSONSerialization UBJSONSerialization.swift
/Users/admin/builds/J1XnyXFH/0/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
                                     ^
Build complete! (6.86s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/Frizlab/stream-reader.git
Fetched https://github.com/apple/swift-system.git from cache (0.20s)
[1/995] Fetching stream-reader
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.29s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.2.3 (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.0.0 (0.03s)
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
Build complete.
Done.