The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hexaville with Swift 5.7 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppoman/hexaville.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/noppoman/hexaville
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at caaf749 update release scripts
Cloned https://github.com/noppoman/hexaville.git into spi-builder-workspace
caaf7497ea3a009b6093548b296d2fe1e68d8d60
SUCCESS checkout https://github.com/noppoman/hexaville.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun swift build --arch arm64
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/jakeheis/SwiftCLI.git from cache
Fetched https://github.com/jakeheis/SwiftCLI.git (0.36s)
Fetched https://github.com/jpsim/Yams.git (0.55s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.39s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.3.2 (0.40s)
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 5.3.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Building for debugging...
[0/28] Compiling writer.c
[1/28] Compiling reader.c
[2/28] Compiling emitter.c
[3/28] Compiling scanner.c
[4/28] Compiling parser.c
[5/28] Compiling api.c
[7/43] Compiling Yams Encoder.swift
[8/43] Compiling Yams Mark.swift
[9/43] Compiling Yams Node.Mapping.swift
[10/45] Compiling SwiftCLI ValueBox.swift
[11/45] Compiling SwiftCLI VersionCommand.swift
[12/45] Compiling Yams Constructor.swift
[13/45] Compiling Yams Decoder.swift
[14/45] Compiling Yams Node.Scalar.swift
[15/45] Emitting module SwiftCLI
[16/45] Compiling Yams Node.Sequence.swift
[17/45] Compiling Yams Representer.swift
[18/45] Compiling Yams Resolver.swift
[19/45] Compiling Yams Node.swift
[20/45] Compiling Yams Parser.swift
[21/45] Compiling SwiftCLI Input.swift
[22/45] Compiling SwiftCLI Option.swift
[23/45] Compiling SwiftCLI OptionGroup.swift
[24/45] Compiling SwiftCLI Path.swift
[25/45] Compiling SwiftCLI Stream.swift
[26/45] Compiling SwiftCLI Task.swift
[27/45] Compiling Yams String+Yams.swift
[28/45] Compiling Yams Tag.swift
[29/45] Compiling Yams Emitter.swift
[38/47] Emitting module Yams
[45/47] Compiling Yams YamlError.swift
[46/47] Compiling Yams shim.swift
[47/65] Compiling HexavilleCore Docker.swift
[48/65] Compiling HexavilleCore HexavilleFile.swift
[49/65] Compiling HexavilleCore Swift.swift
[50/67] Compiling HexavilleCore Mutex.swift
[51/67] Compiling HexavilleCore Proc.swift
[52/67] Compiling HexavilleCore AWSLambdaPackager.swift
[53/67] Compiling HexavilleCore Constant.swift
[54/67] Compiling HexavilleCore Error.swift
[55/67] Compiling HexavilleCore EventEmitter.swift
[56/67] Compiling HexavilleCore FileManager.swift
[57/67] Compiling HexavilleCore Finder.swift
[58/67] Compiling HexavilleCore DockerBuildEnvironmentProvider.swift
[59/67] Compiling HexavilleCore SwiftBuildEnvironmentProvider.swift
[60/67] Compiling HexavilleCore Spawn.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: warning: cannot use inout expression here; argument 'outputPipe' must be a pointer that outlives the call to 'init(outputPipe:output:)'
        threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
                                            ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: note: implicit argument conversion from '[Int32]' to 'UnsafeMutablePointer<Int32>' produces a pointer valid only for the duration of the call to 'init(outputPipe:output:)'
        threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
                                            ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
        threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
                                            ^
[61/67] Compiling HexavilleCore SignalHandler.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: warning: cannot use inout expression here; argument 'outputPipe' must be a pointer that outlives the call to 'init(outputPipe:output:)'
        threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
                                            ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: note: implicit argument conversion from '[Int32]' to 'UnsafeMutablePointer<Int32>' produces a pointer valid only for the duration of the call to 'init(outputPipe:output:)'
        threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
                                            ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
        threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
                                            ^
[62/67] Emitting module HexavilleCore
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/SwiftVersion.swift:157:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/Version.swift:30:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[63/67] Compiling HexavilleCore SwiftVersion.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/SwiftVersion.swift:157:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/Version.swift:30:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[64/67] Compiling HexavilleCore Version.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/SwiftVersion.swift:157:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/Version.swift:30:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[65/67] Compiling HexavilleCore SwiftBuilder.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:92:9: warning: variable '_alphabet' was never mutated; consider changing to 'let' constant
    var _alphabet = (alphabet != nil) ? alphabet! : HashidsOptions.ALPHABET
    ~~~ ^
    let
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:93:9: warning: variable '_seps' was never mutated; consider changing to 'let' constant
    var _seps = HashidsOptions.SEPARATORS
    ~~~ ^
    let
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:263:9: warning: variable 'hashes' was never mutated; consider changing to 'let' constant
    var hashes = hash.split(maxSplits: hash.count, omittingEmptySubsequences: false) {
    ~~~ ^
    let
[66/67] Compiling HexavilleCore Hashids.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:92:9: warning: variable '_alphabet' was never mutated; consider changing to 'let' constant
    var _alphabet = (alphabet != nil) ? alphabet! : HashidsOptions.ALPHABET
    ~~~ ^
    let
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:93:9: warning: variable '_seps' was never mutated; consider changing to 'let' constant
    var _seps = HashidsOptions.SEPARATORS
    ~~~ ^
    let
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:263:9: warning: variable 'hashes' was never mutated; consider changing to 'let' constant
    var hashes = hash.split(maxSplits: hash.count, omittingEmptySubsequences: false) {
    ~~~ ^
    let
[67/69] Emitting module Hexaville
[68/69] Compiling Hexaville main.swift
[68/69] Linking hexaville
Build complete! (16.58s)
Build complete.
Done.

Build Machine: Mac 5