The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VJson 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/Balancingrock/vjson.git
Reference: 1.3.6
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Balancingrock/vjson
 * tag               1.3.6      -> FETCH_HEAD
HEAD is now at edfc3f1 Added availability testing for iOS for undo/redo
Cloned https://github.com/Balancingrock/vjson.git
Revision (git rev-parse @):
edfc3f19f4e8b37a6036d86e7eb42ea76a038ee7
SUCCESS checkout https://github.com/Balancingrock/vjson.git at 1.3.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Balancingrock/vjson.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/15] Emitting module Ascii
[6/15] Compiling Ascii Ascii.swift
[7/15] Compiling BRUtils NSNumber.Extensions.swift
[8/16] Compiling BRUtils GlobalFunctions.swift
[9/16] Compiling BRUtils Int.Extensions.swift
[10/16] Compiling BRUtils Date.Extensions.swift
[11/16] Compiling BRUtils Endianness.swift
[12/16] Compiling BRUtils Array.Extensions.swift
[13/16] Compiling BRUtils Bool.Extensions.swift
[14/16] Emitting module BRUtils
[15/16] Compiling BRUtils Data.Extensions.swift
[16/16] Compiling BRUtils TimeRelated.swift
[17/40] Compiling VJson Persisting.swift
[18/40] Compiling VJson PipeOperator.swift
[19/40] Compiling VJson Protocols.swift
[20/43] Compiling VJson Sequence.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Subscript.swift:64:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = children.append(item)
                    ^~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Subscript.swift:85:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = children.append(item)
                    ^~~~

[21/43] Compiling VJson String.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Subscript.swift:64:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = children.append(item)
                    ^~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Subscript.swift:85:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = children.append(item)
                    ^~~~

[22/43] Compiling VJson Subscript.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Subscript.swift:64:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = children.append(item)
                    ^~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Subscript.swift:85:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = children.append(item)
                    ^~~~

[23/43] Compiling VJson Bool.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Duplicate.swift:59:17: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = other.children!.append(c.duplicate)
                ^~~~

[24/43] Compiling VJson Children.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Duplicate.swift:59:17: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = other.children!.append(c.duplicate)
                ^~~~

[25/43] Compiling VJson Code.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Duplicate.swift:59:17: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = other.children!.append(c.duplicate)
                ^~~~

[26/43] Compiling VJson Duplicate.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VJson/Duplicate.swift:59:17: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = other.children!.append(c.duplicate)
                ^~~~

[27/43] Compiling VJson Equatable.swift
[28/43] Compiling VJson Hierarchy.swift
[29/43] Compiling VJson KeyValueCoding.swift
[30/43] Compiling VJson Merge.swift
[31/43] Compiling VJson Name.swift
[32/43] Compiling VJson Null.swift
[33/43] Emitting module VJson
[34/43] Compiling VJson Array.swift
[35/43] Compiling VJson ArrayObject.swift
[36/43] Compiling VJson AssignmentOperator.swift
[37/43] Compiling VJson AuxillaryFunctions.swift
[38/43] Compiling VJson Type.swift
[39/43] Compiling VJson UnicodeSupport.swift
[40/43] Compiling VJson VJson.swift
[41/43] Compiling VJson Number.swift
[42/43] Compiling VJson Object.swift
[43/43] Compiling VJson Parsers.swift
Build complete! (8.01s)
Fetching https://github.com/Balancingrock/BRUtils from cache
Fetching https://github.com/Balancingrock/Ascii from cache
Fetched https://github.com/Balancingrock/Ascii from cache (0.23s)
Fetched https://github.com/Balancingrock/BRUtils from cache (0.23s)
Computing version for https://github.com/Balancingrock/Ascii
Computed https://github.com/Balancingrock/Ascii at 1.5.2 (0.65s)
Computing version for https://github.com/Balancingrock/BRUtils
Computed https://github.com/Balancingrock/BRUtils at 1.1.5 (0.40s)
Creating working copy for https://github.com/Balancingrock/Ascii
Working copy of https://github.com/Balancingrock/Ascii resolved at 1.5.2
Creating working copy for https://github.com/Balancingrock/BRUtils
Working copy of https://github.com/Balancingrock/BRUtils resolved at 1.1.5
Build complete.
Done.