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 DFService, reference main (d6cf81), with Swift 5.10 for macOS (SPM) on 23 Sep 2024 04:34:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaochenfeng/DFService.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaochenfeng/DFService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d6cf817 feat: add NavigationPage
Cloned https://github.com/yaochenfeng/DFService.git
Revision (git rev-parse @):
d6cf81701e1ff4bab0ed546909ce3c336037f855
SUCCESS checkout https://github.com/yaochenfeng/DFService.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dfservice",
      "name": "DFService",
      "url": "https://github.com/yaochenfeng/DFService.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DFService",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yaochenfeng/DFService.git
[1/483] Fetching dfservice
Fetched https://github.com/yaochenfeng/DFService.git from cache (1.49s)
Creating working copy for https://github.com/yaochenfeng/DFService.git
Working copy of https://github.com/yaochenfeng/DFService.git resolved at main (d6cf817)
warning: '.resolve-product-dependencies': dependency 'dfservice' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/yaochenfeng/DFService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying Assets.xcassets
[2/5] Write swift-version-33747A42983211AE.txt
[4/41] Emitting module DFService
[5/44] Compiling DFService ArrayBuilder.swift
[6/44] Compiling DFService BoxValue.swift
[7/44] Compiling DFService CircularLoading.swift
[8/44] Compiling DFService DFApiCall.swift
[9/44] Compiling DFService DFApplication.swift
[10/44] Compiling DFService DFHandler.swift
[11/44] Compiling DFService DFServiceKey.swift
[12/44] Compiling DFService app.bool.swift
[13/44] Compiling DFService app.bundle.swift
[14/44] Compiling DFService app.chain.swift
[15/44] Compiling DFService app.string.swift
[16/44] Compiling DFService Application.swift
[17/44] Compiling DFService CommonError.swift
[18/44] Compiling DFService Injected.swift
[19/44] Compiling DFService Space.swift
[20/44] Compiling DFService BootstrapServiceProvider.swift
[21/44] Compiling DFService RouteRequest.swift
[22/44] Compiling DFService Router.action.swift
[23/44] Compiling DFService Router.swift
[24/44] Compiling DFService FactoryKey.swift
[25/44] Compiling DFService ServiceName.swift
[26/44] Compiling DFService ServiceProvider.swift
[27/44] Compiling DFService exported.swift
[28/44] Compiling DFService LogService.swift
[29/44] Compiling DFService RouteService.swift
[30/44] Compiling DFService RuntimeService.swift
[31/44] Compiling DFService MockApiServiceImpl.swift
[32/44] Compiling DFService NavigationPage.swift
[33/44] Compiling DFService RoutePage.swift
[34/44] Compiling DFService WebPage.swift
[35/44] Compiling DFService AppService.swift
[36/44] Compiling DFService app.thread.swift
[37/44] Compiling DFService app.view.swift
[38/44] Compiling DFService PageModifier.swift
[39/44] Compiling DFService ErrorPage.swift
[40/44] Compiling DFService RouterView.swift
[41/44] Compiling DFService WebView.swift
[42/44] Compiling DFService resource_bundle_accessor.swift
[42/44] Write Objects.LinkFileList
[43/44] Linking libDFService-Dynamic.dylib
Build complete! (8.07s)
Build complete.
Done.