The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thomverbeek/VIPER.git
Reference: 0.7.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/thomverbeek/VIPER
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 2c44cce Merge pull request #1 from thomverbeek/develop
Cloned https://github.com/thomverbeek/VIPER.git into spi-builder-workspace
2c44cce00daf5bf99b0fbdf58fbc9fac3397f1fa
SUCCESS checkout https://github.com/thomverbeek/VIPER.git at 0.7.0
========================================
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.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.69s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.5
Building for debugging...
[1/30] Compiling ArgumentParser ParsedValues.swift
[2/30] Compiling ArgumentParser ParserError.swift
[3/30] Compiling ArgumentParser SplitArguments.swift
[4/33] Compiling ArgumentParser CommandParser.swift
[5/33] Compiling ArgumentParser InputOrigin.swift
[6/33] Compiling ArgumentParser Name.swift
[7/33] Compiling ArgumentParser Parsed.swift
[8/33] Compiling ArgumentParser NameSpecification.swift
[9/33] Compiling ArgumentParser Option.swift
[10/33] Compiling ArgumentParser OptionGroup.swift
[11/33] Compiling ArgumentParser CommandConfiguration.swift
[12/33] Compiling ArgumentParser ExpressibleByArgument.swift
[13/33] Compiling ArgumentParser ParsableArguments.swift
[14/33] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/33] Compiling ArgumentParser ParsableCommand.swift
[16/33] Compiling ArgumentParser ArgumentDecoder.swift
[17/33] Compiling ArgumentParser ArgumentDefinition.swift
[18/33] Compiling ArgumentParser ArgumentSet.swift
[19/33] Compiling ArgumentParser ArgumentSetSequence.swift
[20/33] Emitting module ArgumentParser
[21/33] Compiling ArgumentParser HelpCommand.swift
[22/33] Compiling ArgumentParser HelpGenerator.swift
[23/33] Compiling ArgumentParser MessageInfo.swift
[24/33] Compiling ArgumentParser Argument.swift
[25/33] Compiling ArgumentParser ArgumentHelp.swift
[26/33] Compiling ArgumentParser Errors.swift
[27/33] Compiling ArgumentParser Flag.swift
[28/33] Emitting module VIPER
[29/33] Compiling VIPER VIPER.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:43:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        (objc_getAssociatedObject(self, &presenterKey) as? (UserInteraction) -> Void)?(userInteraction)
                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:101:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        (objc_getAssociatedObject(self, &interactorKey) as? (UseCase) -> Void)?(useCase)
                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:105:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        (objc_getAssociatedObject(self, &routerKey) as? (Navigation) -> Void)?(navigation)
                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:195:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_getAssociatedObject(self, &viewKey) as? View
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:256:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(view, &presenterKey, { [presenter] userInteraction in
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:260:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(presenter, &interactorKey, { [interactor] useCase in
                                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:264:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(presenter, &routerKey, { [router] navigation in
                                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:268:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(router, &viewKey, view, .OBJC_ASSOCIATION_ASSIGN)
                                         ^
[30/33] Compiling ArgumentParser UsageGenerator.swift
[31/33] Compiling ArgumentParser StringExtensions.swift
[32/33] Compiling ArgumentParser Tree.swift
[33/41] Compiling VIPERCommandLine Template.swift
[34/41] Compiling VIPERCommandLine View.swift
[35/41] Compiling VIPERCommandLine Interactor.swift
[36/41] Compiling VIPERCommandLine Module.swift
[37/41] Compiling VIPERCommandLine Presenter.swift
[38/41] Compiling VIPERCommandLine Router.swift
[39/41] Compiling VIPERCommandLine main.swift
[40/41] Emitting module VIPERCommandLine
[40/41] Linking viper-tools
Build complete! (8.41s)
Build complete.
Done.