The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VIPER 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/thomverbeek/VIPER.git
Reference: 0.7.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/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
Revision (git rev-parse @):
2c44cce00daf5bf99b0fbdf58fbc9fac3397f1fa
SUCCESS checkout https://github.com/thomverbeek/VIPER.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/thomverbeek/VIPER.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write viper-tools-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--423B1241ED78D482.txt
[6/37] Compiling ArgumentParser ParsedValues.swift
[7/37] Compiling ArgumentParser ParserError.swift
[8/37] Compiling ArgumentParser SplitArguments.swift
[9/40] Compiling ArgumentParser CommandParser.swift
[10/40] Compiling ArgumentParser InputOrigin.swift
[11/40] Compiling ArgumentParser Name.swift
[12/40] Compiling ArgumentParser Parsed.swift
[13/40] Compiling ArgumentParser NameSpecification.swift
[14/40] Compiling ArgumentParser Option.swift
[15/40] Compiling ArgumentParser OptionGroup.swift
[16/40] Compiling ArgumentParser CommandConfiguration.swift
[17/40] Emitting module ArgumentParser
[18/40] Compiling ArgumentParser Argument.swift
[19/40] Compiling ArgumentParser ArgumentHelp.swift
[20/40] Compiling ArgumentParser Errors.swift
[21/40] Compiling ArgumentParser Flag.swift
[22/40] Compiling ArgumentParser ArgumentDecoder.swift
[23/40] Compiling ArgumentParser ArgumentDefinition.swift
[24/40] Compiling ArgumentParser ArgumentSet.swift
[25/40] Compiling ArgumentParser ArgumentSetSequence.swift
[26/40] Compiling ArgumentParser ExpressibleByArgument.swift
[27/40] Compiling ArgumentParser ParsableArguments.swift
[28/40] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/40] Compiling ArgumentParser ParsableCommand.swift
[30/40] Compiling ArgumentParser HelpCommand.swift
[31/40] Compiling ArgumentParser HelpGenerator.swift
[32/40] Compiling ArgumentParser MessageInfo.swift
[33/40] Emitting module VIPER
[34/40] Compiling VIPER VIPER.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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)
                                         ^
[35/40] Compiling ArgumentParser UsageGenerator.swift
[36/40] Compiling ArgumentParser StringExtensions.swift
[37/40] Compiling ArgumentParser Tree.swift
[38/48] Compiling VIPERCommandLine View.swift
[39/48] Compiling VIPERCommandLine Presenter.swift
[40/48] Compiling VIPERCommandLine Template.swift
[41/48] Compiling VIPERCommandLine Interactor.swift
[42/48] Compiling VIPERCommandLine Router.swift
[43/48] Compiling VIPERCommandLine Module.swift
[44/48] Emitting module VIPERCommandLine
[45/48] Compiling VIPERCommandLine main.swift
[45/48] Write Objects.LinkFileList
[46/48] Linking viper-tools
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/viper-tools: replacing existing signature
[47/48] Applying viper-tools
Build complete! (3.80s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.18s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.03s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.01s)
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
Build complete.
Done.

Build Machine: Mac 7