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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Balancingrock/vjson
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0abf007 Version nr bump
Cloned https://github.com/Balancingrock/vjson.git
Revision (git rev-parse @):
0abf00781b279def0bc8269d6ebdbc1076969c91
SUCCESS checkout https://github.com/Balancingrock/vjson.git at master
========================================
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 Date.Extensions.swift
[9/16] Compiling BRUtils GlobalFunctions.swift
[10/16] Compiling BRUtils Array.Extensions.swift
[11/16] Compiling BRUtils Bool.Extensions.swift
[12/16] Compiling BRUtils Endianness.swift
[13/16] Compiling BRUtils Data.Extensions.swift
[14/16] Emitting module BRUtils
[15/16] Compiling BRUtils Int.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] Emitting module VJson
[21/43] Compiling VJson Sequence.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 String.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 Subscript.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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)
                    ^~~~

[24/43] Compiling VJson Merge.swift
[25/43] Compiling VJson Name.swift
[26/43] Compiling VJson Null.swift
[27/43] Compiling VJson Equatable.swift
[28/43] Compiling VJson Hierarchy.swift
[29/43] Compiling VJson KeyValueCoding.swift
[30/43] Compiling VJson Bool.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                ^~~~

[31/43] Compiling VJson Children.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                ^~~~

[32/43] Compiling VJson Code.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                ^~~~

[33/43] Compiling VJson Duplicate.swift
/Users/builder/builds/UKfvDsi8u/2/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)
                ^~~~

[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! (7.52s)
Fetching https://github.com/Balancingrock/BRUtils from cache
Fetching https://github.com/Balancingrock/Ascii from cache
Fetched https://github.com/Balancingrock/BRUtils from cache (0.18s)
Fetched https://github.com/Balancingrock/Ascii from cache (0.19s)
Computing version for https://github.com/Balancingrock/Ascii
Computed https://github.com/Balancingrock/Ascii at 1.5.2 (0.53s)
Computing version for https://github.com/Balancingrock/BRUtils
Computed https://github.com/Balancingrock/BRUtils at 1.1.5 (0.42s)
Creating working copy for https://github.com/Balancingrock/BRUtils
Working copy of https://github.com/Balancingrock/BRUtils resolved at 1.1.5
Creating working copy for https://github.com/Balancingrock/Ascii
Working copy of https://github.com/Balancingrock/Ascii resolved at 1.5.2
Build complete.
Done.

Build Machine: Mac 7