The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DevelopmentKit, reference Dev (0b1f40), with Swift 6.2 for macOS (SPM) on 24 Feb 2026 18:41:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/milleyin/DevelopmentKit.git
Reference: Dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/milleyin/DevelopmentKit
 * branch            Dev        -> FETCH_HEAD
 * [new branch]      Dev        -> origin/Dev
HEAD is now at 0b1f408 Merge pull request #40 from milleyin/0.0.10(2025063)Log(<T>)函数优化
Cloned https://github.com/milleyin/DevelopmentKit.git
Revision (git rev-parse @):
0b1f4086a7c6ab9cb0e240afab335ded2cc1059b
SUCCESS checkout https://github.com/milleyin/DevelopmentKit.git at Dev
========================================
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": "developmentkit",
      "name": "DevelopmentKit",
      "url": "https://github.com/milleyin/DevelopmentKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DevelopmentKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/milleyin/DevelopmentKit.git
[1/436] Fetching developmentkit
Fetched https://github.com/milleyin/DevelopmentKit.git from cache (0.85s)
Creating working copy for https://github.com/milleyin/DevelopmentKit.git
Working copy of https://github.com/milleyin/DevelopmentKit.git resolved at Dev (0b1f408)
warning: '.resolve-product-dependencies': dependency 'developmentkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/milleyin/DevelopmentKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/15] Compiling DevelopmentKit Models.swift
[4/16] Compiling DevelopmentKit UIApplication.swift
[5/16] Compiling DevelopmentKit LogLocalManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift:69:19: warning: cannot access property 'flushTask' here in nonisolated initializer; this is an error in the Swift 6 language mode
 67 |
 68 |         // 修复问题 3: 保存 Task 引用,以便后续可以取消
 69 |         flushTask = Task {
    |                   |      `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
    |                   `- warning: cannot access property 'flushTask' here in nonisolated initializer; this is an error in the Swift 6 language mode
 70 |             await self.periodicFlush()
 71 |         }
[6/16] Compiling DevelopmentKit Double.swift
[7/16] Compiling DevelopmentKit Log.swift
[8/16] Compiling DevelopmentKit String.swift
[9/16] Compiling DevelopmentKit NavigationRouter.swift
[10/16] Compiling DevelopmentKit Error.swift
[11/16] Compiling DevelopmentKit Network.swift
[12/16] Compiling DevelopmentKit DevelopmentKit.swift
[13/16] Compiling DevelopmentKit Date.swift
[14/16] Emitting module DevelopmentKit
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift:69:19: warning: cannot access property 'flushTask' here in nonisolated initializer; this is an error in the Swift 6 language mode
 67 |
 68 |         // 修复问题 3: 保存 Task 引用,以便后续可以取消
 69 |         flushTask = Task {
    |                   |      `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
    |                   `- warning: cannot access property 'flushTask' here in nonisolated initializer; this is an error in the Swift 6 language mode
 70 |             await self.periodicFlush()
 71 |         }
[15/16] Compiling DevelopmentKit SysInfo.swift
[16/16] Compiling DevelopmentKit Utilities.swift
Build complete! (8.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DevelopmentKit",
  "name" : "DevelopmentKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DevelopmentKit",
      "targets" : [
        "DevelopmentKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DevelopmentKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DevelopmentKitTests",
      "path" : "Tests",
      "sources" : [
        "DevelopmentKitTests.swift"
      ],
      "target_dependencies" : [
        "DevelopmentKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DevelopmentKit",
      "module_type" : "SwiftTarget",
      "name" : "DevelopmentKit",
      "path" : "Sources/DevelopmentKit",
      "product_memberships" : [
        "DevelopmentKit"
      ],
      "sources" : [
        "API/Error.swift",
        "API/Network.swift",
        "API/SysInfo.swift",
        "API/Utilities.swift",
        "DevelopmentKit.swift",
        "Ext./Date.swift",
        "Ext./Double.swift",
        "Ext./String.swift",
        "Ext./UIApplication.swift",
        "Log/Log.swift",
        "Log/LogLocalManager.swift",
        "Models.swift",
        "NavigationRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.