Build Information
Successful build of AnyCodable with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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/builder/builds/UKfvDsi8u/3/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "anycodable",
"name": "AnyCodable",
"url": "https://github.com/asensei/AnyCodable.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCodable",
"dependencies": [
]
}
]
}
Fetching https://github.com/asensei/AnyCodable.git
[1/212] Fetching anycodable
Fetched https://github.com/asensei/AnyCodable.git (0.73s)
Creating working copy for https://github.com/asensei/AnyCodable.git
Working copy of https://github.com/asensei/AnyCodable.git resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'anycodable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/asensei/AnyCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling AnyCodable KeyedEncodingContainerProtocol+AnyCodable.swift
/Users/builder/builds/UKfvDsi8u/3/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 {
^~~~~~~
[2/4] Compiling AnyCodable KeyedContainerProtocol+EvaluatingNil.swift
/Users/builder/builds/UKfvDsi8u/3/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 {
^~~~~~~
[3/4] Compiling AnyCodable AnyCodable.swift
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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 {
^~~~~~~
[4/4] Emitting module AnyCodable
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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 {
^~~~~~~
Build complete! (3.28s)
Build complete.
Done.