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 GoogleScholarSwift, reference 1.3.1 (4e53fd), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 12 Aug 2024 09:29:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleScholarSwift -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ezefranca/GoogleScholarSwift.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ezefranca/GoogleScholarSwift
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 4e53fd6 added NSCache
Cloned https://github.com/ezefranca/GoogleScholarSwift.git
Revision (git rev-parse @):
4e53fd6bd8ebe3cef86d555ea99cd7d652106582
SUCCESS checkout https://github.com/ezefranca/GoogleScholarSwift.git at 1.3.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ezefranca/GoogleScholarSwift.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin.git
Fetching from https://github.com/apple/swift-docc-symbolkit
Fetching from https://github.com/scinfu/SwiftSoup.git
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.3.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘SwiftSoup’
Checking out 2.7.2 of package ‘SwiftSoup’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.7.2
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  GoogleScholarSwift: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.3.0
resolved source packages: SwiftSoup, SymbolKit, GoogleScholarSwift, SwiftDocCPlugin
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "GoogleScholarSwift",
  "name" : "GoogleScholarSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleScholarSwift",
      "targets" : [
        "GoogleScholarSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleScholarSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleScholarSwiftTests",
      "path" : "Tests",
      "sources" : [
        "GoogleScholarFetcherTests/GoogleScholarSwiftTests.swift"
      ],
      "target_dependencies" : [
        "GoogleScholarSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleScholarSwift",
      "module_type" : "SwiftTarget",
      "name" : "GoogleScholarSwift",
      "path" : "Sources/GoogleScholarSwift",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "GoogleScholarSwift"
      ],
      "sources" : [
        "Constants/Constants.swift",
        "Enums/FetchQuantity.swift",
        "Enums/SortBy.swift",
        "Impl/GoogleScholarFetcher.swift",
        "Models/Article.swift",
        "Models/ArticleLink.swift",
        "Models/Author.swift",
        "Models/AuthorMetrics.swift",
        "Models/GoogleScholarCacheConfig.swift",
        "Models/GoogleScholarID.swift",
        "Models/Publication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GoogleScholarSwift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleScholarSwift -destination platform=macOS,arch=arm64
Build complete.
Done.