The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-package-directory with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitwit/swift-package-directory.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bitwit/swift-package-directory
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cdc4af4 Update README.md
Cloned https://github.com/bitwit/swift-package-directory.git
Revision (git rev-parse @):
cdc4af47a55d992cfed378d88fac6d3416f2b332
SUCCESS checkout https://github.com/bitwit/swift-package-directory.git at master
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git (0.28s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.46s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-package-directory",
      "name": "swift-package-directory",
      "url": "https://github.com/bitwit/swift-package-directory.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-package-directory",
      "dependencies": [
        {
          "identity": "promisekit",
          "name": "PromiseKit",
          "url": "https://github.com/mxcl/PromiseKit.git",
          "version": "6.22.1",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bitwit/swift-package-directory.git
[1/1000] Fetching swift-package-directory
Fetched https://github.com/bitwit/swift-package-directory.git (0.48s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git (0.20s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.03s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/bitwit/swift-package-directory.git
Working copy of https://github.com/bitwit/swift-package-directory.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-package-directory' is not used by any target
Found 1 product dependencies
  - PromiseKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/17] Emitting module PromiseKit
[2/19] Compiling PromiseKit race.swift
[3/19] Compiling PromiseKit when.swift
[4/19] Compiling PromiseKit Guarantee.swift
[5/19] Compiling PromiseKit LogEvent.swift
[6/19] Compiling PromiseKit Combine.swift
[7/19] Compiling PromiseKit Configuration.swift
[8/19] Compiling PromiseKit CustomStringConvertible.swift
[9/19] Compiling PromiseKit Error.swift
[10/19] Compiling PromiseKit Promise.swift
[11/19] Compiling PromiseKit Resolver.swift
[12/19] Compiling PromiseKit firstly.swift
[13/19] Compiling PromiseKit hang.swift
[14/19] Compiling PromiseKit Thenable.swift
[15/19] Compiling PromiseKit after.swift
[16/19] Compiling PromiseKit Async.swift
[17/19] Compiling PromiseKit Box.swift
[18/19] Compiling PromiseKit Catchable.swift
[19/28] Compiling SPDCore GitHub.swift
[20/28] Compiling SPDCore PackageCrawler.swift
[21/29] Compiling SPDCore DataStructures.swift
[22/29] Compiling SPDCore Package.swift
[23/29] Compiling SPDCore performRequest.swift
[24/29] Compiling SPDCore URLRequest+Curl.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Functions/URLRequest+Curl.swift:12:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var cURL: String {
    ^~~~~~~

[25/29] Compiling SPDCore Cloudant.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    let limit: Int = 10
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'limit' case to silence this warning
    let limit: Int = 10
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: make the property mutable instead
    let limit: Int = 10
    ~~~ ^
    var
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    let sort = [["stargazers_count": "desc"]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'sort' case to silence this warning
    let sort = [["stargazers_count": "desc"]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: make the property mutable instead
    let sort = [["stargazers_count": "desc"]]
    ~~~ ^
    var
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    let selector = ["stargazers_count": ["$gte": 100]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'selector' case to silence this warning
    let selector = ["stargazers_count": ["$gte": 100]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: make the property mutable instead
    let selector = ["stargazers_count": ["$gte": 100]]
    ~~~ ^
    var
[26/29] Emitting module SPDCore
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Functions/URLRequest+Curl.swift:12:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var cURL: String {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    let limit: Int = 10
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'limit' case to silence this warning
    let limit: Int = 10
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: make the property mutable instead
    let limit: Int = 10
    ~~~ ^
    var
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    let sort = [["stargazers_count": "desc"]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'sort' case to silence this warning
    let sort = [["stargazers_count": "desc"]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: make the property mutable instead
    let sort = [["stargazers_count": "desc"]]
    ~~~ ^
    var
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    let selector = ["stargazers_count": ["$gte": 100]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'selector' case to silence this warning
    let selector = ["stargazers_count": ["$gte": 100]]
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: make the property mutable instead
    let selector = ["stargazers_count": ["$gte": 100]]
    ~~~ ^
    var
[27/29] Compiling SPDCore WhiskWrap.swift
[28/29] Compiling SPDCore PackageManager.swift
[29/31] Emitting module SPDCorePlayground
[30/31] Compiling SPDCorePlayground main.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: warning: expression implicitly coerced from 'AnyOutput<[Package]>?' to 'Any'
        print(o, e)
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: provide a default value to avoid this warning
        print(o, e)
              ^
                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: force-unwrap the value to avoid this warning
        print(o, e)
              ^
               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        print(o, e)
              ^
                as Any
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: warning: expression implicitly coerced from '(any Error)?' to 'Any'
        print(o, e)
                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: provide a default value to avoid this warning
        print(o, e)
                 ^
                   ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: force-unwrap the value to avoid this warning
        print(o, e)
                 ^
                  !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        print(o, e)
                 ^
                   as Any
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:36:9: warning: initialization of immutable value 'startTime' was never used; consider replacing with assignment to '_' or removing it
    let startTime = Date()
    ~~~~^~~~~~~~~
    _
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:42:9: warning: initialization of immutable value 'packageCrawler' was never used; consider replacing with assignment to '_' or removing it
    let packageCrawler = PackageCrawler(packageManager: packageManager)
    ~~~~^~~~~~~~~~~~~~
    _
[30/31] Linking SPDCorePlayground
Build complete! (12.28s)
Build complete.
Done.