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

Failed to build Storybook, reference main (e31f24), with Swift 6.1 for Android on 30 May 2025 18:48:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eure/swift-storybook.git
Reference: main
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/eure/swift-storybook
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e31f24a Update BookPage (#55)
Cloned https://github.com/eure/swift-storybook.git
Revision (git rev-parse @):
e31f24a055e7f51521ffc33050d59ee2583605e1
SUCCESS checkout https://github.com/eure/swift-storybook.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eure/swift-storybook.git
https://github.com/eure/swift-storybook.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "texturebridging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureBridging.git"
    },
    {
      "identity" : "textureswiftsupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.20.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureSwiftSupport.git"
    },
    {
      "identity" : "swiftui-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-support"
    },
    {
      "identity" : "resultbuilderkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/ResultBuilderKit"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Storybook",
  "name" : "Storybook",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StorybookKit",
      "targets" : [
        "StorybookKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookKitTextureSupport",
      "targets" : [
        "StorybookKitTextureSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookMacrosPlugin",
      "targets" : [
        "StorybookMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StorybookMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosTests",
      "path" : "Sources/StorybookMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "StorybookPageTests.swift",
        "StorybookPreviewTests.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StorybookMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosPlugin",
      "path" : "Sources/StorybookMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport",
        "StorybookMacrosPlugin"
      ],
      "sources" : [
        "StorybookMacrosPlugin.swift",
        "StorybookPageMacro.swift",
        "StorybookPreviewMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StorybookKitTextureSupport",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKitTextureSupport",
      "path" : "Sources/StorybookKitTextureSupport",
      "product_dependencies" : [
        "TextureSwiftSupport",
        "TextureBridging"
      ],
      "product_memberships" : [
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookNodePreview.swift"
      ],
      "target_dependencies" : [
        "StorybookKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StorybookKit",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKit",
      "path" : "Sources/StorybookKit",
      "product_dependencies" : [
        "SwiftUISupport",
        "ResultBuilderKit"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookGenerator.swift",
        "BookLorem.swift",
        "Compositions/BookPadding.swift",
        "Compositions/BookPattern.swift",
        "Compositions/BookSection.swift",
        "Internals/Hosting/_ViewControllerHost.swift",
        "Internals/Hosting/_ViewHost.swift",
        "Internals/Preview/PreviewRegistryWrapper.swift",
        "Internals/TargetViewControllerKey.swift",
        "Internals/fuzzyMatch.swift",
        "Internals/machOLoader.swift",
        "Primitives/Book.swift",
        "Primitives/BookAction.swift",
        "Primitives/BookPage.swift",
        "Primitives/BookPresent.swift",
        "Primitives/BookPreview.swift",
        "Primitives/BookProvider.swift",
        "Primitives/BookPush.swift",
        "Primitives/BookStore.swift",
        "Primitives/BookText.swift",
        "Primitives/BookView.swift",
        "SearchBar.swift",
        "Storybook.swift",
        "StorybookDisplayRootView.swift",
        "StorybookKit.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/FluidGroup/TextureSwiftSupport.git
Fetching https://github.com/FluidGroup/TextureBridging.git
Fetching https://github.com/FluidGroup/swiftui-support
Fetching https://github.com/FluidGroup/ResultBuilderKit
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-syntax.git
[1/908] Fetching swift-macro-testing
[909/2374] Fetching swift-macro-testing, texturebridging
[910/5217] Fetching swift-macro-testing, texturebridging, textureswiftsupport
[1024/5285] Fetching swift-macro-testing, texturebridging, textureswiftsupport, resultbuilderkit
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.30s)
[1906/4377] Fetching texturebridging, textureswiftsupport, resultbuilderkit
[4335/74899] Fetching texturebridging, textureswiftsupport, resultbuilderkit, swift-syntax
[7862/230763] Fetching texturebridging, textureswiftsupport, resultbuilderkit, swift-syntax, swiftui-support
Fetched https://github.com/FluidGroup/TextureBridging.git from cache (5.20s)
Fetched https://github.com/FluidGroup/ResultBuilderKit from cache (8.69s)
Fetched https://github.com/FluidGroup/TextureSwiftSupport.git from cache (8.72s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.78s)
Fetched https://github.com/FluidGroup/swiftui-support from cache (8.81s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (11.55s)
Computing version for https://github.com/FluidGroup/ResultBuilderKit
Computed https://github.com/FluidGroup/ResultBuilderKit at 1.3.0 (0.53s)
Computing version for https://github.com/FluidGroup/TextureBridging.git
Computed https://github.com/FluidGroup/TextureBridging.git at 3.2.1 (0.71s)
Fetching https://github.com/FluidGroup/Texture.git
[1/43652] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git from cache (7.12s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (10.38s)
Computing version for https://github.com/FluidGroup/TextureSwiftSupport.git
Computed https://github.com/FluidGroup/TextureSwiftSupport.git at 3.24.0 (0.54s)
Fetching https://github.com/FluidGroup/Descriptors
[1/142] Fetching descriptors
Fetched https://github.com/FluidGroup/Descriptors from cache (0.23s)
Computing version for https://github.com/FluidGroup/Descriptors
warning: 'descriptors': /Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
Computed https://github.com/FluidGroup/Descriptors at 0.3.0 (1.03s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (0.52s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.76s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.20s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.83s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
Computing version for https://github.com/FluidGroup/swiftui-support
Computed https://github.com/FluidGroup/swiftui-support at 0.13.0 (1.19s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.46s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/FluidGroup/TextureSwiftSupport.git
Working copy of https://github.com/FluidGroup/TextureSwiftSupport.git resolved at 3.24.0
Creating working copy for https://github.com/FluidGroup/swiftui-support
Working copy of https://github.com/FluidGroup/swiftui-support resolved at 0.13.0
Creating working copy for https://github.com/FluidGroup/TextureBridging.git
Working copy of https://github.com/FluidGroup/TextureBridging.git resolved at 3.2.1
Creating working copy for https://github.com/FluidGroup/ResultBuilderKit
Working copy of https://github.com/FluidGroup/ResultBuilderKit resolved at 1.3.0
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/FluidGroup/Descriptors
Working copy of https://github.com/FluidGroup/Descriptors resolved at 0.3.0
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StorybookKitTextureSupport/Info.plist
warning: 'textureswiftsupport': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/TextureSwiftSupport/Sources/Info.plist
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollections.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollections.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/216] Compiling AsyncDisplayKit ASCollections.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableView.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableViewInternal.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableView.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/216] Compiling AsyncDisplayKit ASTableView.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollectionView.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASAssert.h:12:9: fatal error: 'Foundation/NSException.h' file not found
   12 | #import <Foundation/NSException.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0/216] Compiling AsyncDisplayKit ASCollectionView.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTextNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTextNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASAvailability.h:10:9: fatal error: 'CoreFoundation/CFBase.h' file not found
   10 | #import <CoreFoundation/CFBase.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/216] Compiling AsyncDisplayKit ASTextNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASBlockTypes.h:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/216] Compiling AsyncDisplayKit ASTableNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTabBarController.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTabBarController.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/216] Compiling AsyncDisplayKit ASTabBarController.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Details/ASRecursiveUnfairLock.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/Details/ASRecursiveUnfairLock.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/216] Compiling ASRecursiveUnfairLock.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASScrollNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASScrollNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASDisplayNode.h:12:9: fatal error: 'UIKit/UIKit.h' file not found
   12 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/216] Compiling AsyncDisplayKit ASScrollNode.mm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StorybookKitTextureSupport/Info.plist
warning: 'textureswiftsupport': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/TextureSwiftSupport/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/216] Write sources
/host/spi-builder-workspace/.build/checkouts/Texture/Source/tvOS/ASControlNode+tvOS.mm:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/.build/checkouts/Texture/Source/tvOS/ASImageNode+tvOS.mm:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[24/216] Compiling ASImageNode+tvOS.mm
[24/216] Compiling ASControlNode+tvOS.mm
[24/216] Compiling ASTextNodeWordKerner.mm
[24/216] Compiling AsyncDisplayKit UIImage+ASConvenience.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/UIResponder+AsyncDisplayKit.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/UIResponder+AsyncDisplayKit.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[24/216] Compiling AsyncDisplayKit UIResponder+AsyncDisplayKit.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/_ASTransitionContext.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/_ASTransitionContext.h:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[24/216] Compiling AsyncDisplayKit _ASTransitionContext.mm
[24/216] Compiling _SwiftSyntaxCShims dummy.c
[24/216] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android