The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.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/TDmZkXJm/2/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.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/jakeheis/SwiftCLI.git from cache
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jakeheis/SwiftCLI.git (0.20s)
Fetched https://github.com/jpsim/Yams.git (0.28s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.03s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.3.2 (0.03s)
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 parser.c
[4/28] Compiling api.c
[5/28] Compiling scanner.c
[7/43] Compiling Yams Parser.swift
[8/43] Compiling Yams Node.Scalar.swift
[9/43] Compiling Yams Node.Sequence.swift
[10/45] Compiling SwiftCLI ValueBox.swift
[11/45] Compiling SwiftCLI VersionCommand.swift
[12/45] Compiling Yams Mark.swift
[13/45] Compiling Yams Node.Mapping.swift
[14/47] Emitting module SwiftCLI
[15/47] Compiling Yams YamlError.swift
[16/47] Compiling Yams shim.swift
[17/47] Compiling Yams String+Yams.swift
[18/47] Compiling Yams Tag.swift
[20/47] Compiling Yams Resolver.swift
[21/47] Compiling Yams Constructor.swift
[22/47] Compiling Yams Decoder.swift
[23/47] Compiling Yams Emitter.swift
[24/47] Compiling Yams Encoder.swift
[25/47] Compiling Yams Representer.swift
[28/47] Compiling Yams Node.swift
[29/47] Compiling SwiftCLI ArgumentList.swift
[30/47] Compiling SwiftCLI ArgumentListManipulator.swift
[31/47] Compiling SwiftCLI CLI.swift
[33/47] Compiling SwiftCLI Validation.swift
[42/47] Emitting module Yams
[47/65] Compiling HexavilleCore Mutex.swift
[48/65] Compiling HexavilleCore Proc.swift
[49/67] Emitting module HexavilleCore
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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 {
               ^
[50/67] Compiling HexavilleCore AWSLambdaPackager.swift
[51/67] Compiling HexavilleCore Constant.swift
[52/67] Compiling HexavilleCore Error.swift
[53/67] Compiling HexavilleCore DockerBuildEnvironmentProvider.swift
[54/67] Compiling HexavilleCore SwiftBuildEnvironmentProvider.swift
[55/67] Compiling HexavilleCore Docker.swift
[56/67] Compiling HexavilleCore HexavilleFile.swift
[57/67] Compiling HexavilleCore Swift.swift
[58/67] Compiling HexavilleCore Spawn.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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)
                                            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:111:12: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Spawn.ThreadInfo>'; this is likely incorrect because 'Optional<Spawn.ThreadInfo>' may contain an object reference.
        }, &threadInfo)
           ^
[59/67] Compiling HexavilleCore SignalHandler.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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)
                                            ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:111:12: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Spawn.ThreadInfo>'; this is likely incorrect because 'Optional<Spawn.ThreadInfo>' may contain an object reference.
        }, &threadInfo)
           ^
[60/67] Compiling HexavilleCore SwiftVersion.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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 {
               ^
[61/67] Compiling HexavilleCore Version.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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 {
               ^
[62/67] Compiling HexavilleCore EventEmitter.swift
[63/67] Compiling HexavilleCore FileManager.swift
[64/67] Compiling HexavilleCore Finder.swift
[65/67] Compiling HexavilleCore SwiftBuilder.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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] Compiling Hexaville main.swift
[68/69] Emitting module Hexaville
[68/69] Linking hexaville
Build complete! (6.90s)
Build complete.
Done.