The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EFFoundation, reference master (000594), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 18:11:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/EFFoundation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/EFFoundation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0005941 6.0.0.1
Cloned https://github.com/EFPrefix/EFFoundation.git
Revision (git rev-parse @):
0005941d52bdc84c8c385b9cbc692cdba580c5ec
SUCCESS checkout https://github.com/EFPrefix/EFFoundation.git at master
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:30:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
28 | import PackageDescription
29 |
30 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
31 |     name: "EFFoundation",
32 |     platforms: [.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "effoundation",
      "name": "EFFoundation",
      "url": "https://github.com/EFPrefix/EFFoundation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EFFoundation",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EFPrefix/EFFoundation.git
[1/1226] Fetching effoundation
Fetched https://github.com/EFPrefix/EFFoundation.git from cache (0.98s)
warning: 'effoundation': /Package.swift:30:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
28 | import PackageDescription
29 |
30 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
31 |     name: "EFFoundation",
32 |     platforms: [.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Creating working copy for https://github.com/EFPrefix/EFFoundation.git
Working copy of https://github.com/EFPrefix/EFFoundation.git resolved at master (0005941)
warning: 'effoundation': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EFFoundation/Package.swift:30:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
28 | import PackageDescription
29 |
30 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
31 |     name: "EFFoundation",
32 |     platforms: [.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: '.resolve-product-dependencies': dependency 'effoundation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/EFPrefix/EFFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/54] Emitting module EFFoundation
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/59] Compiling EFFoundation UInt16+.swift
[5/59] Compiling EFFoundation UInt32+.swift
[6/59] Compiling EFFoundation UInt64+.swift
[7/59] Compiling EFFoundation UInt8+.swift
[8/59] Compiling EFFoundation URL+.swift
[9/59] Compiling EFFoundation BitSet.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/59] Compiling EFFoundation Deque.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/59] Compiling EFFoundation LinkedList.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/59] Compiling EFFoundation Queue.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/59] Compiling EFFoundation Stack.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/59] Compiling EFFoundation Tree.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
156 | extension BitSet: Hashable {
157 |     /* Based on the hashing code from Java's BitSet. */
158 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
159 |         var h = Word(1234)
160 |         for i in stride(from: words.count, to: 0, by: -1) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/59] Compiling EFFoundation UIControl+.swift
[16/59] Compiling EFFoundation UIEdgeInsets+.swift
[17/59] Compiling EFFoundation UIFont+.swift
[18/59] Compiling EFFoundation UIGestureRecognizer+.swift
[19/59] Compiling EFFoundation UIImage+.swift
[20/59] Compiling EFFoundation EFFoundation.swift
[21/59] Compiling EFFoundation Array+.swift
[22/59] Compiling EFFoundation ArraySlice+.swift
[23/59] Compiling EFFoundation BinaryFloatingPoint+.swift
[24/59] Compiling EFFoundation BinaryInteger+.swift
[25/59] Compiling EFFoundation Bool+.swift
[26/59] Compiling EFFoundation TimeInterval+.swift
[27/59] Compiling EFFoundation UIApplication+.swift
[28/59] Compiling EFFoundation UIButton+.swift
[29/59] Compiling EFFoundation UICollectionView+.swift
[30/59] Compiling EFFoundation UIColor+.swift
[31/59] Compiling EFFoundation CATransaction+.swift
[32/59] Compiling EFFoundation CGColor+.swift
[33/59] Compiling EFFoundation CGFloat+.swift
[34/59] Compiling EFFoundation CGImage.swift
[35/59] Compiling EFFoundation CGRect+.swift
[36/59] Compiling EFFoundation CGSize+.swift
[37/59] Compiling EFFoundation CIColor+.swift
[38/59] Compiling EFFoundation CIImage+.swift
[39/59] Compiling EFFoundation Character+.swift
[40/59] Compiling EFFoundation Comparable+.swift
[41/59] Compiling EFFoundation Data+.swift
[42/59] Compiling EFFoundation Date+.swift
[43/59] Compiling EFFoundation Dictionary+.swift
[44/59] Compiling EFFoundation Double+.swift
[45/59] Compiling EFFoundation Float+.swift
[46/59] Compiling EFFoundation Int+.swift
[47/59] Compiling EFFoundation Int16+.swift
[48/59] Compiling EFFoundation Int32+.swift
[49/59] Compiling EFFoundation UINavigationController+.swift
[50/59] Compiling EFFoundation UIRectCorner+.swift
[51/59] Compiling EFFoundation UIView+.swift
[52/59] Compiling EFFoundation UIViewController+.swift
[53/59] Compiling EFFoundation UInt+.swift
[54/59] Compiling EFFoundation Int64+.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
[55/59] Compiling EFFoundation Int8+.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
[56/59] Compiling EFFoundation NSColor+.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
[57/59] Compiling EFFoundation NSImage+.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
[58/59] Compiling EFFoundation NSString+.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
[59/59] Compiling EFFoundation String+.swift
/Users/admin/builder/spi-builder-workspace/EFFoundation/Core/Extension/String+.swift:220:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
218 |
219 | // throw errors using strings
220 | extension String: LocalizedError {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |     public var errorDescription: String? { return self }
222 | }
Build complete! (8.44s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:30:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
28 | import PackageDescription
29 |
30 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
31 |     name: "EFFoundation",
32 |     platforms: [.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EFFoundation",
  "name" : "EFFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EFFoundation",
      "targets" : [
        "EFFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "EFFoundation",
      "module_type" : "SwiftTarget",
      "name" : "EFFoundation",
      "path" : "EFFoundation/Core",
      "product_memberships" : [
        "EFFoundation"
      ],
      "sources" : [
        "DataStructure/BitSet.swift",
        "DataStructure/Deque.swift",
        "DataStructure/LinkedList.swift",
        "DataStructure/Queue.swift",
        "DataStructure/Stack.swift",
        "DataStructure/Tree.swift",
        "EFFoundation.swift",
        "Extension/Array+.swift",
        "Extension/ArraySlice+.swift",
        "Extension/BinaryFloatingPoint+.swift",
        "Extension/BinaryInteger+.swift",
        "Extension/Bool+.swift",
        "Extension/CATransaction+.swift",
        "Extension/CGColor+.swift",
        "Extension/CGFloat+.swift",
        "Extension/CGImage.swift",
        "Extension/CGRect+.swift",
        "Extension/CGSize+.swift",
        "Extension/CIColor+.swift",
        "Extension/CIImage+.swift",
        "Extension/Character+.swift",
        "Extension/Comparable+.swift",
        "Extension/Data+.swift",
        "Extension/Date+.swift",
        "Extension/Dictionary+.swift",
        "Extension/Double+.swift",
        "Extension/Float+.swift",
        "Extension/Int+.swift",
        "Extension/Int16+.swift",
        "Extension/Int32+.swift",
        "Extension/Int64+.swift",
        "Extension/Int8+.swift",
        "Extension/NSColor+.swift",
        "Extension/NSImage+.swift",
        "Extension/NSString+.swift",
        "Extension/String+.swift",
        "Extension/TimeInterval+.swift",
        "Extension/UIApplication+.swift",
        "Extension/UIButton+.swift",
        "Extension/UICollectionView+.swift",
        "Extension/UIColor+.swift",
        "Extension/UIControl+.swift",
        "Extension/UIEdgeInsets+.swift",
        "Extension/UIFont+.swift",
        "Extension/UIGestureRecognizer+.swift",
        "Extension/UIImage+.swift",
        "Extension/UINavigationController+.swift",
        "Extension/UIRectCorner+.swift",
        "Extension/UIView+.swift",
        "Extension/UIViewController+.swift",
        "Extension/UInt+.swift",
        "Extension/UInt16+.swift",
        "Extension/UInt32+.swift",
        "Extension/UInt64+.swift",
        "Extension/UInt8+.swift",
        "Extension/URL+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:30:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
28 | import PackageDescription
29 |
30 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
31 |     name: "EFFoundation",
32 |     platforms: [.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.