The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DiasporaNodeInfo, reference 1.2.0 (48bfb6), with Swift 6.3 for Android on 14 Apr 2026 16:16:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shadone/DiasporaNodeInfo.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/shadone/DiasporaNodeInfo
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 48bfb66 Updated changelog
Cloned https://github.com/shadone/DiasporaNodeInfo.git
Revision (git rev-parse @):
48bfb66429fa4db7dbab033e1cdfbfeedecc0d4e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/shadone/DiasporaNodeInfo.git at 1.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/shadone/DiasporaNodeInfo.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.98s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.62s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Copying PrivacyInfo.xcprivacy
[3/14] Write sources
[7/14] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/41] Emitting module DiasporaNodeInfo
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:38:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 36 |     // MARK: Private
 37 |
 38 |     private let session: URLSession
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 39 |     private let jsonDecoder = JSONDecoder()
 40 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 46 |         self.session = session
 47 |     }
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: value of type '_' expected to be instance of class or class-constrained type
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: value of type '_' expected to be instance of class or class-constrained type
 46 |         self.session = session
 47 |     }
[10/44] Emitting module ArgumentParserToolInfo
[11/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/45] Wrapping AST for ArgumentParserToolInfo for debugging
[14/91] Emitting module ArgumentParser
[15/97] Compiling ArgumentParser ParentCommand.swift
[16/97] Compiling ArgumentParser AsyncParsableCommand.swift
[17/97] Compiling ArgumentParser CommandConfiguration.swift
[18/97] Compiling ArgumentParser CommandGroup.swift
[19/97] Compiling ArgumentParser EnumerableFlag.swift
[20/97] Compiling ArgumentParser ExpressibleByArgument.swift
[21/97] Compiling ArgumentParser ParsableArguments.swift
[22/97] Compiling ArgumentParser ArgumentVisibility.swift
[23/97] Compiling ArgumentParser CompletionKind.swift
[24/97] Compiling ArgumentParser Errors.swift
[25/97] Compiling ArgumentParser Flag.swift
[26/97] Compiling ArgumentParser NameSpecification.swift
[27/97] Compiling ArgumentParser Option.swift
[28/97] Compiling ArgumentParser OptionGroup.swift
[29/97] Compiling ArgumentParser Tree.swift
[30/97] Compiling ArgumentParser CodingKeyValidator.swift
[31/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[32/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[34/97] Compiling ArgumentParser UniqueNamesValidator.swift
[35/97] Compiling ArgumentParser DumpHelpGenerator.swift
[36/97] Compiling ArgumentParser HelpCommand.swift
[37/97] Compiling ArgumentParser HelpGenerator.swift
[38/97] Compiling ArgumentParser MessageInfo.swift
[39/97] Compiling ArgumentParser UsageGenerator.swift
[40/97] Compiling ArgumentParser CollectionExtensions.swift
[41/97] Compiling ArgumentParser ParsableCommand.swift
[42/97] Compiling ArgumentParser ArgumentDecoder.swift
[43/97] Compiling ArgumentParser ArgumentDefinition.swift
[44/97] Compiling ArgumentParser ArgumentSet.swift
[45/97] Compiling ArgumentParser CommandParser.swift
[46/97] Compiling ArgumentParser InputKey.swift
[47/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/97] Compiling ArgumentParser CompletionsGenerator.swift
[49/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/97] Compiling ArgumentParser Argument.swift
[52/97] Compiling ArgumentParser ArgumentDiscussion.swift
[53/97] Compiling ArgumentParser ArgumentHelp.swift
[54/97] Compiling ArgumentParser InputOrigin.swift
[55/97] Compiling ArgumentParser Name.swift
[56/97] Compiling ArgumentParser Parsed.swift
[57/97] Compiling ArgumentParser ParsedValues.swift
[58/97] Compiling ArgumentParser ParserError.swift
[59/97] Compiling ArgumentParser SplitArguments.swift
[60/97] Compiling ArgumentParser Foundation.swift
[61/97] Compiling ArgumentParser Mutex.swift
[62/97] Compiling ArgumentParser Platform.swift
[63/97] Compiling ArgumentParser SequenceExtensions.swift
[64/97] Compiling ArgumentParser StringExtensions.swift
[65/97] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:38:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 36 |     // MARK: Private
 37 |
 38 |     private let session: URLSession
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 39 |     private let jsonDecoder = JSONDecoder()
 40 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 46 |         self.session = session
 47 |     }
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: value of type '_' expected to be instance of class or class-constrained type
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: value of type '_' expected to be instance of class or class-constrained type
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:59:23: error: cannot find 'URLRequest' in scope
 57 |         }
 58 |
 59 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
 60 |         request.allHTTPHeaderFields = [
 61 |             "Accept": "application/json",
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:64:57: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 62 |         ]
 63 |         do {
 64 |             let (data, urlResponse) = try await session.data(for: request)
    |                                                         `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 65 |             guard let httpUrlResponse = urlResponse as? HTTPURLResponse else {
 66 |                 fatalError("Huh")
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:116:67: error: cannot infer key path type from context; consider explicitly specifying a root type
114 |             }
115 |
116 |             let allSupportedSchemas = wellKnownNodeInfo.links.map(\.rel)
    |                                                                   `- error: cannot infer key path type from context; consider explicitly specifying a root type
117 |             throw Error.supportedNodeInfoSchemaNotFound(schemas: allSupportedSchemas)
118 |         } catch {
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:131:23: error: cannot find 'URLRequest' in scope
129 |         let nodeInfoUrl = try await discoverNodeInfoUrlFromWellKnownNodeInfo(for: domain)
130 |
131 |         var request = URLRequest(url: nodeInfoUrl)
    |                       `- error: cannot find 'URLRequest' in scope
132 |
133 |         /// The spec: http://nodeinfo.diaspora.software/protocol.html
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:141:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
139 |         ]
140 |
141 |         let (data, urlResponse) = try await session.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
142 |         guard let httpUrlResponse = urlResponse as? HTTPURLResponse else {
143 |             fatalError("Huh")
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:38:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 36 |     // MARK: Private
 37 |
 38 |     private let session: URLSession
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 39 |     private let jsonDecoder = JSONDecoder()
 40 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 46 |         self.session = session
 47 |     }
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: value of type '_' expected to be instance of class or class-constrained type
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: value of type '_' expected to be instance of class or class-constrained type
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:59:23: error: cannot find 'URLRequest' in scope
 57 |         }
 58 |
 59 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
 60 |         request.allHTTPHeaderFields = [
 61 |             "Accept": "application/json",
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:64:57: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 62 |         ]
 63 |         do {
 64 |             let (data, urlResponse) = try await session.data(for: request)
    |                                                         `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 65 |             guard let httpUrlResponse = urlResponse as? HTTPURLResponse else {
 66 |                 fatalError("Huh")
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:116:67: error: cannot infer key path type from context; consider explicitly specifying a root type
114 |             }
115 |
116 |             let allSupportedSchemas = wellKnownNodeInfo.links.map(\.rel)
    |                                                                   `- error: cannot infer key path type from context; consider explicitly specifying a root type
117 |             throw Error.supportedNodeInfoSchemaNotFound(schemas: allSupportedSchemas)
118 |         } catch {
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:131:23: error: cannot find 'URLRequest' in scope
129 |         let nodeInfoUrl = try await discoverNodeInfoUrlFromWellKnownNodeInfo(for: domain)
130 |
131 |         var request = URLRequest(url: nodeInfoUrl)
    |                       `- error: cannot find 'URLRequest' in scope
132 |
133 |         /// The spec: http://nodeinfo.diaspora.software/protocol.html
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:141:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
139 |         ]
140 |
141 |         let (data, urlResponse) = try await session.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
142 |         guard let httpUrlResponse = urlResponse as? HTTPURLResponse else {
143 |             fatalError("Huh")
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:38:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 36 |     // MARK: Private
 37 |
 38 |     private let session: URLSession
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 39 |     private let jsonDecoder = JSONDecoder()
 40 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 46 |         self.session = session
 47 |     }
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:45:40: error: value of type '_' expected to be instance of class or class-constrained type
 43 |     /// Create a manager for fetching node info using the given network session.
 44 |     /// - Parameter session: optional ``URLSession`` that will be used for fetching node info.
 45 |     public init(session: URLSession = .shared) {
    |                                        `- error: value of type '_' expected to be instance of class or class-constrained type
 46 |         self.session = session
 47 |     }
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:59:23: error: cannot find 'URLRequest' in scope
 57 |         }
 58 |
 59 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
 60 |         request.allHTTPHeaderFields = [
 61 |             "Accept": "application/json",
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:64:57: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 62 |         ]
 63 |         do {
 64 |             let (data, urlResponse) = try await session.data(for: request)
    |                                                         `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 65 |             guard let httpUrlResponse = urlResponse as? HTTPURLResponse else {
 66 |                 fatalError("Huh")
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:116:67: error: cannot infer key path type from context; consider explicitly specifying a root type
114 |             }
115 |
116 |             let allSupportedSchemas = wellKnownNodeInfo.links.map(\.rel)
    |                                                                   `- error: cannot infer key path type from context; consider explicitly specifying a root type
117 |             throw Error.supportedNodeInfoSchemaNotFound(schemas: allSupportedSchemas)
118 |         } catch {
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:131:23: error: cannot find 'URLRequest' in scope
129 |         let nodeInfoUrl = try await discoverNodeInfoUrlFromWellKnownNodeInfo(for: domain)
130 |
131 |         var request = URLRequest(url: nodeInfoUrl)
    |                       `- error: cannot find 'URLRequest' in scope
132 |
133 |         /// The spec: http://nodeinfo.diaspora.software/protocol.html
/host/spi-builder-workspace/Sources/DiasporaNodeInfo/NodeInfoManager.swift:141:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
139 |         ]
140 |
141 |         let (data, urlResponse) = try await session.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
142 |         guard let httpUrlResponse = urlResponse as? HTTPURLResponse else {
143 |             fatalError("Huh")
[93/98] Wrapping AST for ArgumentParser for debugging
BUILD FAILURE 6.3 android