The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Banana, reference 0.4.0 (d52074), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:05:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/Banana.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nixzhu/Banana
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at d52074a update version
Cloned https://github.com/nixzhu/Banana.git
Revision (git rev-parse @):
d52074ade90b74f1a192ffd661bb077710a1fdb8
SUCCESS checkout https://github.com/nixzhu/Banana.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nixzhu/Banana.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[2/6] Compiling localtime.c
[3/6] Compiling JJLISO8601DateFormatter JJLInternal.c
[4/6] Compiling yyjson.c
[5/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
[7/16] Emitting module Banana
/Users/admin/builder/spi-builder-workspace/Sources/Banana/BananaJSON+URL.swift:37:49: warning: conformance of 'CharacterSet' to protocol 'Sendable' was already stated in the type's module 'Foundation'
35 | }
36 |
37 | extension CharacterSet: @retroactive @unchecked Sendable {
   |                                                 `- warning: conformance of 'CharacterSet' to protocol 'Sendable' was already stated in the type's module 'Foundation'
38 |     fileprivate static let ananda_url: Self = {
39 |         var set = CharacterSet.urlQueryAllowed
Foundation.CharacterSet:2:11: note: 'CharacterSet' declares conformance to protocol 'Sendable' here
1 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *)
2 | extension CharacterSet : Sendable {
  |           `- note: 'CharacterSet' declares conformance to protocol 'Sendable' here
3 | }
[8/16] Compiling Banana BananaJSON+String.swift
[9/16] Compiling Banana BananaJSON+Date.swift
[10/16] Compiling Banana BananaJSON+Double.swift
[11/16] Compiling Banana BananaJSON+Bool.swift
[12/16] Compiling Banana BananaJSON+Int.swift
[13/16] Compiling Banana BananaModel.swift
[14/16] Compiling Banana BananaJSON.swift
[15/16] Compiling Banana BananaPathItem.swift
[16/16] Compiling Banana BananaJSON+URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/Banana/BananaJSON+URL.swift:37:49: warning: conformance of 'CharacterSet' to protocol 'Sendable' was already stated in the type's module 'Foundation'
35 | }
36 |
37 | extension CharacterSet: @retroactive @unchecked Sendable {
   |                                                 `- warning: conformance of 'CharacterSet' to protocol 'Sendable' was already stated in the type's module 'Foundation'
38 |     fileprivate static let ananda_url: Self = {
39 |         var set = CharacterSet.urlQueryAllowed
Foundation.CharacterSet:2:11: note: 'CharacterSet' declares conformance to protocol 'Sendable' here
1 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *)
2 | extension CharacterSet : Sendable {
  |           `- note: 'CharacterSet' declares conformance to protocol 'Sendable' here
3 | }
Build complete! (9.75s)
Fetching https://github.com/ibireme/yyjson.git
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter.git
[1/862] Fetching jjliso8601dateformatter
[277/4656] Fetching jjliso8601dateformatter, yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.31s)
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter.git from cache (1.31s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter.git at 0.1.8 (3.77s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.11.1 (0.50s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.11.1
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter.git resolved at 0.1.8
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ibireme/yyjson.git"
    },
    {
      "identity" : "jjliso8601dateformatter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaeleisel/JJLISO8601DateFormatter.git"
    }
  ],
  "manifest_display_name" : "Banana",
  "name" : "Banana",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Banana",
      "targets" : [
        "Banana"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BananaTests",
      "module_type" : "SwiftTarget",
      "name" : "BananaTests",
      "path" : "Tests/BananaTests",
      "sources" : [
        "ArrayTests.swift",
        "BoolTests.swift",
        "DateTests.swift",
        "DictionaryTests.swift",
        "DoubleTests.swift",
        "ExampleTests.swift",
        "IntTests.swift",
        "ObjectTests.swift",
        "PathTests.swift",
        "StringTests.swift",
        "URLTests.swift"
      ],
      "target_dependencies" : [
        "Banana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Banana",
      "module_type" : "SwiftTarget",
      "name" : "Banana",
      "path" : "Sources/Banana",
      "product_dependencies" : [
        "yyjson",
        "JJLISO8601DateFormatter"
      ],
      "product_memberships" : [
        "Banana"
      ],
      "sources" : [
        "BananaJSON+Bool.swift",
        "BananaJSON+Date.swift",
        "BananaJSON+Double.swift",
        "BananaJSON+Int.swift",
        "BananaJSON+String.swift",
        "BananaJSON+URL.swift",
        "BananaJSON.swift",
        "BananaModel.swift",
        "BananaPathItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.