The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoogleStaticMapsKit 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/PoissonBallon/GoogleStaticMapsKit.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/PoissonBallon/GoogleStaticMapsKit
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 85f5da3 fix misspelling
Cloned https://github.com/PoissonBallon/GoogleStaticMapsKit.git
Revision (git rev-parse @):
85f5da396f7ebc404cfd6c678206483ffe385f9c
SUCCESS checkout https://github.com/PoissonBallon/GoogleStaticMapsKit.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/PoissonBallon/GoogleStaticMapsKit.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/12] Compiling GoogleStaticMapsKit StylesImport.swift
[4/13] Compiling GoogleStaticMapsKit Query.swift
[5/13] Compiling GoogleStaticMapsKit Parameters.swift
[6/13] Compiling GoogleStaticMapsKit Marker.swift
[7/13] Compiling GoogleStaticMapsKit Error.swift
[8/13] Compiling GoogleStaticMapsKit Feature.swift
[9/13] Compiling GoogleStaticMapsKit GoogleStaticMaps.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleStaticMaps.swift:42:3: warning: 'public' modifier is redundant for static method declared in a public extension
  public static func setAPIKey(apiKey: String) {
  ^~~~~~~

[10/13] Compiling GoogleStaticMapsKit Location.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleStaticMaps.swift:42:3: warning: 'public' modifier is redundant for static method declared in a public extension
  public static func setAPIKey(apiKey: String) {
  ^~~~~~~

[11/13] Compiling GoogleStaticMapsKit Style.swift
[12/13] Emitting module GoogleStaticMapsKit
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleStaticMaps.swift:42:3: warning: 'public' modifier is redundant for static method declared in a public extension
  public static func setAPIKey(apiKey: String) {
  ^~~~~~~

[13/13] Compiling GoogleStaticMapsKit URL.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URL.swift:54:8: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
      .flatMap { URLQueryItem(name: $0.0, value: $0.1) }
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URL.swift:54:8: note: use 'compactMap(_:)' instead
      .flatMap { URLQueryItem(name: $0.0, value: $0.1) }
       ^~~~~~~
       compactMap
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URL.swift:58:8: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
      .flatMap { URLQueryItem(name: $0.0, value: $0.1) }
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URL.swift:58:8: note: use 'compactMap(_:)' instead
      .flatMap { URLQueryItem(name: $0.0, value: $0.1) }
       ^~~~~~~
       compactMap
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URL.swift:63:8: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
      .flatMap { URLQueryItem(name: $0.0, value: $0.1) } ?? [URLQueryItem]()
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/URL.swift:63:8: note: use 'compactMap(_:)' instead
      .flatMap { URLQueryItem(name: $0.0, value: $0.1) } ?? [URLQueryItem]()
       ^~~~~~~
       compactMap
Build complete! (4.44s)
Build complete.
Done.