The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnyCodable 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/asensei/AnyCodable.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/asensei/AnyCodable
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at fe013cd bump podspec 1.2.0
Cloned https://github.com/asensei/AnyCodable.git
Revision (git rev-parse @):
fe013cd7393768e6ed993e907ae4a2c751f742cb
SUCCESS checkout https://github.com/asensei/AnyCodable.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/asensei/AnyCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/6] Compiling AnyCodable KeyedContainerProtocol+EvaluatingNil.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/KeyedContainerProtocol+EvaluatingNil.swift:20:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func decodeIfPresentEvaluatingNil<T>(_ type: T.Type, forKey key: Self.Key) throws -> T?? where T: Decodable {
    ^~~~~~~

[4/6] Emitting module AnyCodable
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:26:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func assertValue<T>(_ type: T.Type) throws -> T {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:43:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum Error: Swift.Error {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/KeyedContainerProtocol+EvaluatingNil.swift:20:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func decodeIfPresentEvaluatingNil<T>(_ type: T.Type, forKey key: Self.Key) throws -> T?? where T: Decodable {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/KeyedEncodingContainerProtocol+AnyCodable.swift:13:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public mutating func encodeIfPresent(_ value: AnyCodable?, forKey key: Self.Key) throws {
    ^~~~~~~

[5/6] Compiling AnyCodable KeyedEncodingContainerProtocol+AnyCodable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/KeyedEncodingContainerProtocol+AnyCodable.swift:13:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public mutating func encodeIfPresent(_ value: AnyCodable?, forKey key: Self.Key) throws {
    ^~~~~~~

[6/6] Compiling AnyCodable AnyCodable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:26:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func assertValue<T>(_ type: T.Type) throws -> T {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:43:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum Error: Swift.Error {
    ^~~~~~~

Build complete! (3.91s)
Build complete.
Done.