The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/thomverbeek/VIPER
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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
[3/8] Write viper-tools-entitlement.plist
[4/8] Write swift-version--423B1241ED78D482.txt
[6/37] Emitting module ArgumentParser
[7/40] Compiling ArgumentParser NameSpecification.swift
[8/40] Compiling ArgumentParser Option.swift
[9/40] Compiling ArgumentParser OptionGroup.swift
[10/40] Compiling ArgumentParser CommandConfiguration.swift
[11/40] Compiling ArgumentParser Argument.swift
[12/40] Compiling ArgumentParser ArgumentHelp.swift
[13/40] Compiling ArgumentParser Errors.swift
[14/40] Compiling ArgumentParser Flag.swift
[15/40] Compiling ArgumentParser ParsedValues.swift
[16/40] Compiling ArgumentParser ParserError.swift
[17/40] Compiling ArgumentParser SplitArguments.swift
[18/40] Compiling ArgumentParser CommandParser.swift
[19/40] Compiling ArgumentParser InputOrigin.swift
[20/40] Compiling ArgumentParser Name.swift
[21/40] Compiling ArgumentParser Parsed.swift
[22/40] Compiling ArgumentParser ExpressibleByArgument.swift
[23/40] Compiling ArgumentParser ParsableArguments.swift
[24/40] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/40] Compiling ArgumentParser ParsableCommand.swift
[26/40] Compiling ArgumentParser ArgumentDecoder.swift
[27/40] Compiling ArgumentParser ArgumentDefinition.swift
[28/40] Compiling ArgumentParser ArgumentSet.swift
[29/40] Compiling ArgumentParser ArgumentSetSequence.swift
[30/40] Compiling ArgumentParser HelpCommand.swift
[31/40] Compiling ArgumentParser HelpGenerator.swift
[32/40] Compiling ArgumentParser MessageInfo.swift
[33/40] Compiling ArgumentParser UsageGenerator.swift
[34/40] Compiling ArgumentParser StringExtensions.swift
[35/40] Compiling ArgumentParser Tree.swift
[36/40] Emitting module VIPER
[37/40] Compiling VIPER VIPER.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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)
                                         ^
[38/48] Compiling VIPERCommandLine Template.swift
[39/48] Compiling VIPERCommandLine Router.swift
[40/48] Compiling VIPERCommandLine Interactor.swift
[41/48] Compiling VIPERCommandLine Module.swift
[42/48] Emitting module VIPERCommandLine
[43/48] Compiling VIPERCommandLine Presenter.swift
[44/48] Compiling VIPERCommandLine main.swift
[45/48] Compiling VIPERCommandLine View.swift
[45/48] Write Objects.LinkFileList
[46/48] Linking viper-tools
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/viper-tools: replacing existing signature
[47/48] Applying viper-tools
Build complete! (7.41s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.49s)
warning: /Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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.