Build Information
Successful build of RichJSONParser with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.16.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/RichJSONParser.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/omochi/RichJSONParser
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 263e2ec Swift5.0
Cloned https://github.com/omochi/RichJSONParser.git into spi-builder-workspace
263e2ecfe88d0500fa99e4cbc8c948529d335534
SUCCESS checkout https://github.com/omochi/RichJSONParser.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/16] Compiling RichJSONParser ParsedJSON.swift
[2/16] Compiling RichJSONParser SourceLocation.swift
[3/18] Compiling RichJSONParser FormatExtension.swift
[4/18] Compiling RichJSONParser JSON.swift
[5/18] Compiling RichJSONParser SourceLocationLite.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RichJSONParser/StaticBuffer.swift:31:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
newMemory.assign(from: memory, count: current)
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RichJSONParser/StaticBuffer.swift:31:19: note: use 'update(from:count:)' instead
newMemory.assign(from: memory, count: current)
^~~~~~
update
[6/18] Compiling RichJSONParser StaticBuffer.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RichJSONParser/StaticBuffer.swift:31:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
newMemory.assign(from: memory, count: current)
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RichJSONParser/StaticBuffer.swift:31:19: note: use 'update(from:count:)' instead
newMemory.assign(from: memory, count: current)
^~~~~~
update
[7/18] Compiling RichJSONParser JSONSerializer.swift
[8/18] Compiling RichJSONParser JSONStringEscape.swift
[9/18] Emitting module RichJSONParser
[10/18] Compiling RichJSONParser JSONDictionary.swift
[11/18] Compiling RichJSONParser JSONParser.swift
[12/18] Compiling RichJSONParser JSONToken.swift
[13/18] Compiling RichJSONParser JSONTokenizer.swift
[14/18] Compiling RichJSONParser Characters.swift
[15/18] Compiling RichJSONParser DecodedUnicodeChar.swift
[16/18] Compiling RichJSONParser FastJSONParser.swift
[17/18] Compiling RichJSONParser UTF8Decoder.swift
[18/18] Compiling RichJSONParser UTF8Reader.swift
Build complete! (3.10s)
Build complete.
Done.