The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJIRA, reference v1.2.0 (a1a2c7), with Swift 6.0 for macOS (SPM) on 22 May 2025 02:23:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LunaticMuch/swiftyjira.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LunaticMuch/swiftyjira
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at a1a2c71 feat: package index
Cloned https://github.com/LunaticMuch/swiftyjira.git
Revision (git rev-parse @):
a1a2c71ada4506e53cf4c4558f94cfbccee5c8c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LunaticMuch/swiftyjira.git at v1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/LunaticMuch/swiftyjira.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/7] Emitting module SwiftyJSON
[6/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[7/7] Compiling SwiftyJSON SwiftyJSON.swift
[8/16] Compiling SwiftyJIRA ServerInfo.swift
[9/16] Compiling SwiftyJIRA SwiftyJIRA.swift
[10/16] Compiling SwiftyJIRA JiraResponse.swift
[11/16] Compiling SwiftyJIRA User.swift
[12/16] Compiling SwiftyJIRA Issue.swift
[13/16] Compiling SwiftyJIRA SwiftyJIRA+Issue.swift
[14/16] Compiling SwiftyJIRA SwiftyJIRA+User.swift
[15/16] Compiling SwiftyJIRA SwiftyJIRA+ServerInfo.swift
[16/16] Emitting module SwiftyJIRA
Build complete! (9.21s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6126] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.28s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (0.56s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    }
  ],
  "manifest_display_name" : "SwiftyJIRA",
  "name" : "SwiftyJIRA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyJIRA",
      "targets" : [
        "SwiftyJIRA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyJIRATests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJIRATests",
      "path" : "Tests/SwiftyJIRATests",
      "sources" : [
        "Issue.swift",
        "Main.swift",
        "ServerInfo.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "SwiftyJIRA"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyJIRA",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJIRA",
      "path" : "Sources/SwiftyJIRA",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "SwiftyJIRA"
      ],
      "sources" : [
        "Extensions/SwiftyJIRA+Issue.swift",
        "Extensions/SwiftyJIRA+ServerInfo.swift",
        "Extensions/SwiftyJIRA+User.swift",
        "Models/Issue.swift",
        "Models/JiraResponse.swift",
        "Models/ServerInfo.swift",
        "Models/User.swift",
        "SwiftyJIRA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.